diff --git a/README.md b/README.md
index 3217dda0c..8e3cc8dc2 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# CDKTF prebuilt bindings for gitlabhq/gitlab provider version 17.5.0
+# CDKTF prebuilt bindings for gitlabhq/gitlab provider version 17.6.0
-This repo builds and publishes the [Terraform gitlab provider](https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
+This repo builds and publishes the [Terraform gitlab provider](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
## Available Packages
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform gitlab provider version 1:
These are the upstream dependencies:
- [CDK for Terraform](https://cdk.tf)
-- [Terraform gitlab provider](https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0)
+- [Terraform gitlab provider](https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0)
- [Terraform Engine](https://terraform.io)
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
diff --git a/docs/API.csharp.md b/docs/API.csharp.md
index 65518614f..d0080cd3e 100644
--- a/docs/API.csharp.md
+++ b/docs/API.csharp.md
@@ -18,6 +18,7 @@ The following submodules are available:
- [dataGitlabComplianceFramework](./dataGitlabComplianceFramework.csharp.md)
- [dataGitlabCurrentUser](./dataGitlabCurrentUser.csharp.md)
- [dataGitlabGroup](./dataGitlabGroup.csharp.md)
+- [dataGitlabGroupBillableMemberMemberships](./dataGitlabGroupBillableMemberMemberships.csharp.md)
- [dataGitlabGroupHook](./dataGitlabGroupHook.csharp.md)
- [dataGitlabGroupHooks](./dataGitlabGroupHooks.csharp.md)
- [dataGitlabGroupIds](./dataGitlabGroupIds.csharp.md)
@@ -36,6 +37,7 @@ The following submodules are available:
- [dataGitlabPipelineSchedules](./dataGitlabPipelineSchedules.csharp.md)
- [dataGitlabProject](./dataGitlabProject.csharp.md)
- [dataGitlabProjectBranches](./dataGitlabProjectBranches.csharp.md)
+- [dataGitlabProjectEnvironments](./dataGitlabProjectEnvironments.csharp.md)
- [dataGitlabProjectHook](./dataGitlabProjectHook.csharp.md)
- [dataGitlabProjectHooks](./dataGitlabProjectHooks.csharp.md)
- [dataGitlabProjectIds](./dataGitlabProjectIds.csharp.md)
@@ -59,6 +61,7 @@ The following submodules are available:
- [dataGitlabReleaseLinks](./dataGitlabReleaseLinks.csharp.md)
- [dataGitlabRepositoryFile](./dataGitlabRepositoryFile.csharp.md)
- [dataGitlabRepositoryTree](./dataGitlabRepositoryTree.csharp.md)
+- [dataGitlabRunners](./dataGitlabRunners.csharp.md)
- [dataGitlabUser](./dataGitlabUser.csharp.md)
- [dataGitlabUserSshkeys](./dataGitlabUserSshkeys.csharp.md)
- [dataGitlabUsers](./dataGitlabUsers.csharp.md)
@@ -111,6 +114,7 @@ The following submodules are available:
- [projectBadge](./projectBadge.csharp.md)
- [projectCluster](./projectCluster.csharp.md)
- [projectComplianceFramework](./projectComplianceFramework.csharp.md)
+- [projectComplianceFrameworks](./projectComplianceFrameworks.csharp.md)
- [projectCustomAttribute](./projectCustomAttribute.csharp.md)
- [projectEnvironment](./projectEnvironment.csharp.md)
- [projectFreezePeriod](./projectFreezePeriod.csharp.md)
diff --git a/docs/API.go.md b/docs/API.go.md
index b2b4ae80f..0aac33224 100644
--- a/docs/API.go.md
+++ b/docs/API.go.md
@@ -18,6 +18,7 @@ The following submodules are available:
- [dataGitlabComplianceFramework](./dataGitlabComplianceFramework.go.md)
- [dataGitlabCurrentUser](./dataGitlabCurrentUser.go.md)
- [dataGitlabGroup](./dataGitlabGroup.go.md)
+- [dataGitlabGroupBillableMemberMemberships](./dataGitlabGroupBillableMemberMemberships.go.md)
- [dataGitlabGroupHook](./dataGitlabGroupHook.go.md)
- [dataGitlabGroupHooks](./dataGitlabGroupHooks.go.md)
- [dataGitlabGroupIds](./dataGitlabGroupIds.go.md)
@@ -36,6 +37,7 @@ The following submodules are available:
- [dataGitlabPipelineSchedules](./dataGitlabPipelineSchedules.go.md)
- [dataGitlabProject](./dataGitlabProject.go.md)
- [dataGitlabProjectBranches](./dataGitlabProjectBranches.go.md)
+- [dataGitlabProjectEnvironments](./dataGitlabProjectEnvironments.go.md)
- [dataGitlabProjectHook](./dataGitlabProjectHook.go.md)
- [dataGitlabProjectHooks](./dataGitlabProjectHooks.go.md)
- [dataGitlabProjectIds](./dataGitlabProjectIds.go.md)
@@ -59,6 +61,7 @@ The following submodules are available:
- [dataGitlabReleaseLinks](./dataGitlabReleaseLinks.go.md)
- [dataGitlabRepositoryFile](./dataGitlabRepositoryFile.go.md)
- [dataGitlabRepositoryTree](./dataGitlabRepositoryTree.go.md)
+- [dataGitlabRunners](./dataGitlabRunners.go.md)
- [dataGitlabUser](./dataGitlabUser.go.md)
- [dataGitlabUserSshkeys](./dataGitlabUserSshkeys.go.md)
- [dataGitlabUsers](./dataGitlabUsers.go.md)
@@ -111,6 +114,7 @@ The following submodules are available:
- [projectBadge](./projectBadge.go.md)
- [projectCluster](./projectCluster.go.md)
- [projectComplianceFramework](./projectComplianceFramework.go.md)
+- [projectComplianceFrameworks](./projectComplianceFrameworks.go.md)
- [projectCustomAttribute](./projectCustomAttribute.go.md)
- [projectEnvironment](./projectEnvironment.go.md)
- [projectFreezePeriod](./projectFreezePeriod.go.md)
diff --git a/docs/API.java.md b/docs/API.java.md
index a234da723..d46788cc5 100644
--- a/docs/API.java.md
+++ b/docs/API.java.md
@@ -18,6 +18,7 @@ The following submodules are available:
- [dataGitlabComplianceFramework](./dataGitlabComplianceFramework.java.md)
- [dataGitlabCurrentUser](./dataGitlabCurrentUser.java.md)
- [dataGitlabGroup](./dataGitlabGroup.java.md)
+- [dataGitlabGroupBillableMemberMemberships](./dataGitlabGroupBillableMemberMemberships.java.md)
- [dataGitlabGroupHook](./dataGitlabGroupHook.java.md)
- [dataGitlabGroupHooks](./dataGitlabGroupHooks.java.md)
- [dataGitlabGroupIds](./dataGitlabGroupIds.java.md)
@@ -36,6 +37,7 @@ The following submodules are available:
- [dataGitlabPipelineSchedules](./dataGitlabPipelineSchedules.java.md)
- [dataGitlabProject](./dataGitlabProject.java.md)
- [dataGitlabProjectBranches](./dataGitlabProjectBranches.java.md)
+- [dataGitlabProjectEnvironments](./dataGitlabProjectEnvironments.java.md)
- [dataGitlabProjectHook](./dataGitlabProjectHook.java.md)
- [dataGitlabProjectHooks](./dataGitlabProjectHooks.java.md)
- [dataGitlabProjectIds](./dataGitlabProjectIds.java.md)
@@ -59,6 +61,7 @@ The following submodules are available:
- [dataGitlabReleaseLinks](./dataGitlabReleaseLinks.java.md)
- [dataGitlabRepositoryFile](./dataGitlabRepositoryFile.java.md)
- [dataGitlabRepositoryTree](./dataGitlabRepositoryTree.java.md)
+- [dataGitlabRunners](./dataGitlabRunners.java.md)
- [dataGitlabUser](./dataGitlabUser.java.md)
- [dataGitlabUserSshkeys](./dataGitlabUserSshkeys.java.md)
- [dataGitlabUsers](./dataGitlabUsers.java.md)
@@ -111,6 +114,7 @@ The following submodules are available:
- [projectBadge](./projectBadge.java.md)
- [projectCluster](./projectCluster.java.md)
- [projectComplianceFramework](./projectComplianceFramework.java.md)
+- [projectComplianceFrameworks](./projectComplianceFrameworks.java.md)
- [projectCustomAttribute](./projectCustomAttribute.java.md)
- [projectEnvironment](./projectEnvironment.java.md)
- [projectFreezePeriod](./projectFreezePeriod.java.md)
diff --git a/docs/API.python.md b/docs/API.python.md
index 0531b5886..32dd330f9 100644
--- a/docs/API.python.md
+++ b/docs/API.python.md
@@ -18,6 +18,7 @@ The following submodules are available:
- [dataGitlabComplianceFramework](./dataGitlabComplianceFramework.python.md)
- [dataGitlabCurrentUser](./dataGitlabCurrentUser.python.md)
- [dataGitlabGroup](./dataGitlabGroup.python.md)
+- [dataGitlabGroupBillableMemberMemberships](./dataGitlabGroupBillableMemberMemberships.python.md)
- [dataGitlabGroupHook](./dataGitlabGroupHook.python.md)
- [dataGitlabGroupHooks](./dataGitlabGroupHooks.python.md)
- [dataGitlabGroupIds](./dataGitlabGroupIds.python.md)
@@ -36,6 +37,7 @@ The following submodules are available:
- [dataGitlabPipelineSchedules](./dataGitlabPipelineSchedules.python.md)
- [dataGitlabProject](./dataGitlabProject.python.md)
- [dataGitlabProjectBranches](./dataGitlabProjectBranches.python.md)
+- [dataGitlabProjectEnvironments](./dataGitlabProjectEnvironments.python.md)
- [dataGitlabProjectHook](./dataGitlabProjectHook.python.md)
- [dataGitlabProjectHooks](./dataGitlabProjectHooks.python.md)
- [dataGitlabProjectIds](./dataGitlabProjectIds.python.md)
@@ -59,6 +61,7 @@ The following submodules are available:
- [dataGitlabReleaseLinks](./dataGitlabReleaseLinks.python.md)
- [dataGitlabRepositoryFile](./dataGitlabRepositoryFile.python.md)
- [dataGitlabRepositoryTree](./dataGitlabRepositoryTree.python.md)
+- [dataGitlabRunners](./dataGitlabRunners.python.md)
- [dataGitlabUser](./dataGitlabUser.python.md)
- [dataGitlabUserSshkeys](./dataGitlabUserSshkeys.python.md)
- [dataGitlabUsers](./dataGitlabUsers.python.md)
@@ -111,6 +114,7 @@ The following submodules are available:
- [projectBadge](./projectBadge.python.md)
- [projectCluster](./projectCluster.python.md)
- [projectComplianceFramework](./projectComplianceFramework.python.md)
+- [projectComplianceFrameworks](./projectComplianceFrameworks.python.md)
- [projectCustomAttribute](./projectCustomAttribute.python.md)
- [projectEnvironment](./projectEnvironment.python.md)
- [projectFreezePeriod](./projectFreezePeriod.python.md)
diff --git a/docs/API.typescript.md b/docs/API.typescript.md
index 4f33667d6..01826deff 100644
--- a/docs/API.typescript.md
+++ b/docs/API.typescript.md
@@ -18,6 +18,7 @@ The following submodules are available:
- [dataGitlabComplianceFramework](./dataGitlabComplianceFramework.typescript.md)
- [dataGitlabCurrentUser](./dataGitlabCurrentUser.typescript.md)
- [dataGitlabGroup](./dataGitlabGroup.typescript.md)
+- [dataGitlabGroupBillableMemberMemberships](./dataGitlabGroupBillableMemberMemberships.typescript.md)
- [dataGitlabGroupHook](./dataGitlabGroupHook.typescript.md)
- [dataGitlabGroupHooks](./dataGitlabGroupHooks.typescript.md)
- [dataGitlabGroupIds](./dataGitlabGroupIds.typescript.md)
@@ -36,6 +37,7 @@ The following submodules are available:
- [dataGitlabPipelineSchedules](./dataGitlabPipelineSchedules.typescript.md)
- [dataGitlabProject](./dataGitlabProject.typescript.md)
- [dataGitlabProjectBranches](./dataGitlabProjectBranches.typescript.md)
+- [dataGitlabProjectEnvironments](./dataGitlabProjectEnvironments.typescript.md)
- [dataGitlabProjectHook](./dataGitlabProjectHook.typescript.md)
- [dataGitlabProjectHooks](./dataGitlabProjectHooks.typescript.md)
- [dataGitlabProjectIds](./dataGitlabProjectIds.typescript.md)
@@ -59,6 +61,7 @@ The following submodules are available:
- [dataGitlabReleaseLinks](./dataGitlabReleaseLinks.typescript.md)
- [dataGitlabRepositoryFile](./dataGitlabRepositoryFile.typescript.md)
- [dataGitlabRepositoryTree](./dataGitlabRepositoryTree.typescript.md)
+- [dataGitlabRunners](./dataGitlabRunners.typescript.md)
- [dataGitlabUser](./dataGitlabUser.typescript.md)
- [dataGitlabUserSshkeys](./dataGitlabUserSshkeys.typescript.md)
- [dataGitlabUsers](./dataGitlabUsers.typescript.md)
@@ -111,6 +114,7 @@ The following submodules are available:
- [projectBadge](./projectBadge.typescript.md)
- [projectCluster](./projectCluster.typescript.md)
- [projectComplianceFramework](./projectComplianceFramework.typescript.md)
+- [projectComplianceFrameworks](./projectComplianceFrameworks.typescript.md)
- [projectCustomAttribute](./projectCustomAttribute.typescript.md)
- [projectEnvironment](./projectEnvironment.typescript.md)
- [projectFreezePeriod](./projectFreezePeriod.typescript.md)
diff --git a/docs/application.csharp.md b/docs/application.csharp.md
index 488127749..fa9b1cb94 100644
--- a/docs/application.csharp.md
+++ b/docs/application.csharp.md
@@ -4,7 +4,7 @@
### Application
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application gitlab_application}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the Application to import.
The id of the existing Application that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#import import section} in the documentation of this resource for the id to use
---
@@ -910,7 +910,7 @@ public string Name { get; set; }
Name of the application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#name Application#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#name Application#name}
---
@@ -924,7 +924,7 @@ public string RedirectUrl { get; set; }
The URL gitlab should send the user to after authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#redirect_url Application#redirect_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#redirect_url Application#redirect_url}
---
@@ -941,7 +941,7 @@ Scopes of the application.
Use "openid" if you plan to use this as an oidc authentication application. Valid options are: `api`, `read_api`, `read_user`, `read_repository`, `write_repository`, `read_registry`, `write_registry`, `sudo`, `admin_mode`, `openid`, `profile`, `email`.
This is only populated when creating a new application. This attribute is not available for imported resources
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#scopes Application#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#scopes Application#scopes}
---
@@ -957,7 +957,7 @@ The application is used where the client secret can be kept confidential.
Native mobile apps and Single Page Apps are considered non-confidential. Defaults to true if not supplied
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#confidential Application#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#confidential Application#confidential}
---
diff --git a/docs/application.go.md b/docs/application.go.md
index 1730dd719..4100788eb 100644
--- a/docs/application.go.md
+++ b/docs/application.go.md
@@ -4,7 +4,7 @@
### Application
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application gitlab_application}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the Application to import.
The id of the existing Application that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#import import section} in the documentation of this resource for the id to use
---
@@ -910,7 +910,7 @@ Name *string
Name of the application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#name Application#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#name Application#name}
---
@@ -924,7 +924,7 @@ RedirectUrl *string
The URL gitlab should send the user to after authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#redirect_url Application#redirect_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#redirect_url Application#redirect_url}
---
@@ -941,7 +941,7 @@ Scopes of the application.
Use "openid" if you plan to use this as an oidc authentication application. Valid options are: `api`, `read_api`, `read_user`, `read_repository`, `write_repository`, `read_registry`, `write_registry`, `sudo`, `admin_mode`, `openid`, `profile`, `email`.
This is only populated when creating a new application. This attribute is not available for imported resources
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#scopes Application#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#scopes Application#scopes}
---
@@ -957,7 +957,7 @@ The application is used where the client secret can be kept confidential.
Native mobile apps and Single Page Apps are considered non-confidential. Defaults to true if not supplied
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#confidential Application#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#confidential Application#confidential}
---
diff --git a/docs/application.java.md b/docs/application.java.md
index 9dfda019b..128f92afb 100644
--- a/docs/application.java.md
+++ b/docs/application.java.md
@@ -4,7 +4,7 @@
### Application
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application gitlab_application}.
#### Initializers
@@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope
Name of the application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#name Application#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#name Application#name}
---
@@ -125,7 +125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL gitlab should send the user to after authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#redirect_url Application#redirect_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#redirect_url Application#redirect_url}
---
@@ -138,7 +138,7 @@ Scopes of the application.
Use "openid" if you plan to use this as an oidc authentication application. Valid options are: `api`, `read_api`, `read_user`, `read_repository`, `write_repository`, `read_registry`, `write_registry`, `sudo`, `admin_mode`, `openid`, `profile`, `email`.
This is only populated when creating a new application. This attribute is not available for imported resources
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#scopes Application#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#scopes Application#scopes}
---
@@ -150,7 +150,7 @@ The application is used where the client secret can be kept confidential.
Native mobile apps and Single Page Apps are considered non-confidential. Defaults to true if not supplied
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#confidential Application#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#confidential Application#confidential}
---
@@ -584,7 +584,7 @@ The construct id used in the generated config for the Application to import.
The id of the existing Application that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#import import section} in the documentation of this resource for the id to use
---
@@ -1025,7 +1025,7 @@ public java.lang.String getName();
Name of the application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#name Application#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#name Application#name}
---
@@ -1039,7 +1039,7 @@ public java.lang.String getRedirectUrl();
The URL gitlab should send the user to after authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#redirect_url Application#redirect_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#redirect_url Application#redirect_url}
---
@@ -1056,7 +1056,7 @@ Scopes of the application.
Use "openid" if you plan to use this as an oidc authentication application. Valid options are: `api`, `read_api`, `read_user`, `read_repository`, `write_repository`, `read_registry`, `write_registry`, `sudo`, `admin_mode`, `openid`, `profile`, `email`.
This is only populated when creating a new application. This attribute is not available for imported resources
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#scopes Application#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#scopes Application#scopes}
---
@@ -1072,7 +1072,7 @@ The application is used where the client secret can be kept confidential.
Native mobile apps and Single Page Apps are considered non-confidential. Defaults to true if not supplied
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#confidential Application#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#confidential Application#confidential}
---
diff --git a/docs/application.python.md b/docs/application.python.md
index 6305537df..515a19d0e 100644
--- a/docs/application.python.md
+++ b/docs/application.python.md
@@ -4,7 +4,7 @@
### Application
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application gitlab_application}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
Name of the application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#name Application#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#name Application#name}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL gitlab should send the user to after authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#redirect_url Application#redirect_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#redirect_url Application#redirect_url}
---
@@ -135,7 +135,7 @@ Scopes of the application.
Use "openid" if you plan to use this as an oidc authentication application. Valid options are: `api`, `read_api`, `read_user`, `read_repository`, `write_repository`, `read_registry`, `write_registry`, `sudo`, `admin_mode`, `openid`, `profile`, `email`.
This is only populated when creating a new application. This attribute is not available for imported resources
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#scopes Application#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#scopes Application#scopes}
---
@@ -147,7 +147,7 @@ The application is used where the client secret can be kept confidential.
Native mobile apps and Single Page Apps are considered non-confidential. Defaults to true if not supplied
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#confidential Application#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#confidential Application#confidential}
---
@@ -627,7 +627,7 @@ The construct id used in the generated config for the Application to import.
The id of the existing Application that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#import import section} in the documentation of this resource for the id to use
---
@@ -1063,7 +1063,7 @@ name: str
Name of the application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#name Application#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#name Application#name}
---
@@ -1077,7 +1077,7 @@ redirect_url: str
The URL gitlab should send the user to after authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#redirect_url Application#redirect_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#redirect_url Application#redirect_url}
---
@@ -1094,7 +1094,7 @@ Scopes of the application.
Use "openid" if you plan to use this as an oidc authentication application. Valid options are: `api`, `read_api`, `read_user`, `read_repository`, `write_repository`, `read_registry`, `write_registry`, `sudo`, `admin_mode`, `openid`, `profile`, `email`.
This is only populated when creating a new application. This attribute is not available for imported resources
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#scopes Application#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#scopes Application#scopes}
---
@@ -1110,7 +1110,7 @@ The application is used where the client secret can be kept confidential.
Native mobile apps and Single Page Apps are considered non-confidential. Defaults to true if not supplied
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#confidential Application#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#confidential Application#confidential}
---
diff --git a/docs/application.typescript.md b/docs/application.typescript.md
index 2a0f12936..e0dab4895 100644
--- a/docs/application.typescript.md
+++ b/docs/application.typescript.md
@@ -4,7 +4,7 @@
### Application
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application gitlab_application}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the Application to import.
The id of the existing Application that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#import import section} in the documentation of this resource for the id to use
---
@@ -898,7 +898,7 @@ public readonly name: string;
Name of the application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#name Application#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#name Application#name}
---
@@ -912,7 +912,7 @@ public readonly redirectUrl: string;
The URL gitlab should send the user to after authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#redirect_url Application#redirect_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#redirect_url Application#redirect_url}
---
@@ -930,7 +930,7 @@ Use "openid" if you plan to use this as an oidc authentication application. Vali
This is only populated when creating a new application. This attribute is not available for imported resources
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#scopes Application#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#scopes Application#scopes}
---
@@ -946,7 +946,7 @@ The application is used where the client secret can be kept confidential.
Native mobile apps and Single Page Apps are considered non-confidential. Defaults to true if not supplied
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application#confidential Application#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application#confidential Application#confidential}
---
diff --git a/docs/applicationSettings.csharp.md b/docs/applicationSettings.csharp.md
index 65b57135a..fdda84c63 100644
--- a/docs/applicationSettings.csharp.md
+++ b/docs/applicationSettings.csharp.md
@@ -4,7 +4,7 @@
### ApplicationSettings
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings gitlab_application_settings}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings gitlab_application_settings}.
#### Initializers
@@ -2664,7 +2664,7 @@ The construct id used in the generated config for the ApplicationSettings to imp
The id of the existing ApplicationSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use
---
@@ -10236,7 +10236,7 @@ new ApplicationSettingsConfig {
| HousekeepingIncrementalRepackPeriod
| double
| Number of Git pushes after which an incremental git repack is run. |
| HousekeepingOptimizeRepositoryPeriod
| double
| Number of Git pushes after which an incremental git repack is run. |
| HtmlEmailsEnabled
| object
| Enable HTML emails. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#id ApplicationSettings#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#id ApplicationSettings#id}. |
| ImportSources
| string[]
| Sources to allow project import from. Valid values are: `github`, `bitbucket`, `bitbucket_server`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`. |
| InactiveProjectsDeleteAfterMonths
| double
| If delete_inactive_projects is true, the time (in months) to wait before deleting inactive projects. |
| InactiveProjectsMinSizeMb
| double
| If delete_inactive_projects is true, the minimum repository size for projects to be checked for inactivity. |
@@ -10481,7 +10481,7 @@ public string AbuseNotificationEmail { get; set; }
If set, abuse reports are sent to this address. Abuse reports are always available in the Admin Area.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#abuse_notification_email ApplicationSettings#abuse_notification_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#abuse_notification_email ApplicationSettings#abuse_notification_email}
---
@@ -10495,7 +10495,7 @@ public object AdminMode { get; set; }
Require administrators to enable Admin Mode by re-authenticating for administrative tasks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
---
@@ -10509,7 +10509,7 @@ public string AfterSignOutPath { get; set; }
Where to redirect users after logout.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#after_sign_out_path ApplicationSettings#after_sign_out_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#after_sign_out_path ApplicationSettings#after_sign_out_path}
---
@@ -10523,7 +10523,7 @@ public string AfterSignUpText { get; set; }
Text shown to the user after signing up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#after_sign_up_text ApplicationSettings#after_sign_up_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#after_sign_up_text ApplicationSettings#after_sign_up_text}
---
@@ -10537,7 +10537,7 @@ public string AkismetApiKey { get; set; }
API key for Akismet spam protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#akismet_api_key ApplicationSettings#akismet_api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#akismet_api_key ApplicationSettings#akismet_api_key}
---
@@ -10551,7 +10551,7 @@ public object AkismetEnabled { get; set; }
(If enabled, requires: akismet_api_key) Enable or disable Akismet spam protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
---
@@ -10565,7 +10565,7 @@ public object AllowAccountDeletion { get; set; }
Set to true to allow users to delete their accounts. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_account_deletion ApplicationSettings#allow_account_deletion}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_account_deletion ApplicationSettings#allow_account_deletion}
---
@@ -10579,7 +10579,7 @@ public object AllowGroupOwnersToManageLdap { get; set; }
Set to true to allow group owners to manage LDAP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_group_owners_to_manage_ldap ApplicationSettings#allow_group_owners_to_manage_ldap}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_group_owners_to_manage_ldap ApplicationSettings#allow_group_owners_to_manage_ldap}
---
@@ -10593,7 +10593,7 @@ public object AllowLocalRequestsFromSystemHooks { get; set; }
Allow requests to the local network from system hooks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_local_requests_from_system_hooks ApplicationSettings#allow_local_requests_from_system_hooks}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_local_requests_from_system_hooks ApplicationSettings#allow_local_requests_from_system_hooks}
---
@@ -10607,7 +10607,7 @@ public object AllowLocalRequestsFromWebHooksAndServices { get; set; }
Allow requests to the local network from web hooks and services.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_local_requests_from_web_hooks_and_services ApplicationSettings#allow_local_requests_from_web_hooks_and_services}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_local_requests_from_web_hooks_and_services ApplicationSettings#allow_local_requests_from_web_hooks_and_services}
---
@@ -10621,7 +10621,7 @@ public object AllowProjectCreationForGuestAndBelow { get; set; }
Indicates whether users assigned up to the Guest role can create groups and personal projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_project_creation_for_guest_and_below ApplicationSettings#allow_project_creation_for_guest_and_below}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_project_creation_for_guest_and_below ApplicationSettings#allow_project_creation_for_guest_and_below}
---
@@ -10635,7 +10635,7 @@ public object AllowRunnerRegistrationToken { get; set; }
Allow using a registration token to create a runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_runner_registration_token ApplicationSettings#allow_runner_registration_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_runner_registration_token ApplicationSettings#allow_runner_registration_token}
---
@@ -10651,7 +10651,7 @@ Set the duration for which the jobs are considered as old and expired.
After that time passes, the jobs are archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: 15 days, 1 month, 2 years.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#archive_builds_in_human_readable ApplicationSettings#archive_builds_in_human_readable}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#archive_builds_in_human_readable ApplicationSettings#archive_builds_in_human_readable}
---
@@ -10665,7 +10665,7 @@ public double AsciidocMaxIncludes { get; set; }
Maximum limit of AsciiDoc include directives being processed in any one document. Maximum: 64.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asciidoc_max_includes ApplicationSettings#asciidoc_max_includes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asciidoc_max_includes ApplicationSettings#asciidoc_max_includes}
---
@@ -10681,7 +10681,7 @@ Assets that match these domains are not proxied.
Wildcards allowed. Your GitLab installation URL is automatically allowlisted. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_allowlist ApplicationSettings#asset_proxy_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_allowlist ApplicationSettings#asset_proxy_allowlist}
---
@@ -10695,7 +10695,7 @@ public object AssetProxyEnabled { get; set; }
(If enabled, requires: asset_proxy_url) Enable proxying of assets. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_enabled ApplicationSettings#asset_proxy_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_enabled ApplicationSettings#asset_proxy_enabled}
---
@@ -10709,7 +10709,7 @@ public string AssetProxySecretKey { get; set; }
Shared secret with the asset proxy server. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_secret_key ApplicationSettings#asset_proxy_secret_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_secret_key ApplicationSettings#asset_proxy_secret_key}
---
@@ -10723,7 +10723,7 @@ public string AssetProxyUrl { get; set; }
URL of the asset proxy server. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_url ApplicationSettings#asset_proxy_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_url ApplicationSettings#asset_proxy_url}
---
@@ -10739,7 +10739,7 @@ By default, we write to the authorized_keys file to support Git over SSH without
GitLab can be optimized to authenticate SSH keys via the database file. Only disable this if you have configured your OpenSSH server to use the AuthorizedKeysCommand.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#authorized_keys_enabled ApplicationSettings#authorized_keys_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#authorized_keys_enabled ApplicationSettings#authorized_keys_enabled}
---
@@ -10755,7 +10755,7 @@ When enabled, users will get automatically banned from the application when they
Introduced in GitLab 15.4. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_ban_user_on_excessive_projects_download ApplicationSettings#auto_ban_user_on_excessive_projects_download}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_ban_user_on_excessive_projects_download ApplicationSettings#auto_ban_user_on_excessive_projects_download}
---
@@ -10769,7 +10769,7 @@ public string AutoDevopsDomain { get; set; }
Specify a domain to use by default for every project’s Auto Review Apps and Auto Deploy stages.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_devops_domain ApplicationSettings#auto_devops_domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_devops_domain ApplicationSettings#auto_devops_domain}
---
@@ -10785,7 +10785,7 @@ Enable Auto DevOps for projects by default.
It automatically builds, tests, and deploys applications based on a predefined CI/CD configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_devops_enabled ApplicationSettings#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_devops_enabled ApplicationSettings#auto_devops_enabled}
---
@@ -10799,7 +10799,7 @@ public object AutomaticPurchasedStorageAllocation { get; set; }
Enabling this permits automatic allocation of purchased storage in a namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#automatic_purchased_storage_allocation ApplicationSettings#automatic_purchased_storage_allocation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#automatic_purchased_storage_allocation ApplicationSettings#automatic_purchased_storage_allocation}
---
@@ -10813,7 +10813,7 @@ public double BulkImportConcurrentPipelineBatchLimit { get; set; }
Maximum simultaneous Direct Transfer batches to process.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_concurrent_pipeline_batch_limit ApplicationSettings#bulk_import_concurrent_pipeline_batch_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_concurrent_pipeline_batch_limit ApplicationSettings#bulk_import_concurrent_pipeline_batch_limit}
---
@@ -10827,7 +10827,7 @@ public object BulkImportEnabled { get; set; }
Enable migrating GitLab groups by direct transfer. Introduced in GitLab 15.8.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_enabled ApplicationSettings#bulk_import_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_enabled ApplicationSettings#bulk_import_enabled}
---
@@ -10841,7 +10841,7 @@ public double BulkImportMaxDownloadFileSize { get; set; }
Maximum download file size when importing from source GitLab instances by direct transfer. Introduced in GitLab 16.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_max_download_file_size ApplicationSettings#bulk_import_max_download_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_max_download_file_size ApplicationSettings#bulk_import_max_download_file_size}
---
@@ -10855,7 +10855,7 @@ public object CanCreateGroup { get; set; }
Indicates whether users can create top-level groups. Introduced in GitLab 15.5.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#can_create_group ApplicationSettings#can_create_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#can_create_group ApplicationSettings#can_create_group}
---
@@ -10869,7 +10869,7 @@ public object CheckNamespacePlan { get; set; }
Enabling this makes only licensed EE features available to projects if the project namespace’s plan includes the feature or if the project is public.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#check_namespace_plan ApplicationSettings#check_namespace_plan}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#check_namespace_plan ApplicationSettings#check_namespace_plan}
---
@@ -10883,7 +10883,7 @@ public double CiMaxIncludes { get; set; }
The maximum number of includes per pipeline.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ci_max_includes ApplicationSettings#ci_max_includes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ci_max_includes ApplicationSettings#ci_max_includes}
---
@@ -10897,7 +10897,7 @@ public double CiMaxTotalYamlSizeBytes { get; set; }
The maximum amount of memory, in bytes, that can be allocated for the pipeline configuration, with all included YAML configuration files.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ci_max_total_yaml_size_bytes ApplicationSettings#ci_max_total_yaml_size_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ci_max_total_yaml_size_bytes ApplicationSettings#ci_max_total_yaml_size_bytes}
---
@@ -10911,7 +10911,7 @@ public string CommitEmailHostname { get; set; }
Custom hostname (for private commit emails).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#commit_email_hostname ApplicationSettings#commit_email_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#commit_email_hostname ApplicationSettings#commit_email_hostname}
---
@@ -10925,7 +10925,7 @@ public double ConcurrentBitbucketImportJobsLimit { get; set; }
Maximum number of simultaneous import jobs for the Bitbucket Cloud importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_bitbucket_import_jobs_limit ApplicationSettings#concurrent_bitbucket_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_bitbucket_import_jobs_limit ApplicationSettings#concurrent_bitbucket_import_jobs_limit}
---
@@ -10939,7 +10939,7 @@ public double ConcurrentBitbucketServerImportJobsLimit { get; set; }
Maximum number of simultaneous import jobs for the Bitbucket Server importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_bitbucket_server_import_jobs_limit ApplicationSettings#concurrent_bitbucket_server_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_bitbucket_server_import_jobs_limit ApplicationSettings#concurrent_bitbucket_server_import_jobs_limit}
---
@@ -10953,7 +10953,7 @@ public double ConcurrentGithubImportJobsLimit { get; set; }
Maximum number of simultaneous import jobs for the GitHub importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_github_import_jobs_limit ApplicationSettings#concurrent_github_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_github_import_jobs_limit ApplicationSettings#concurrent_github_import_jobs_limit}
---
@@ -10967,7 +10967,7 @@ public object ContainerExpirationPoliciesEnableHistoricEntries { get; set; }
Enable cleanup policies for all projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_expiration_policies_enable_historic_entries ApplicationSettings#container_expiration_policies_enable_historic_entries}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_expiration_policies_enable_historic_entries ApplicationSettings#container_expiration_policies_enable_historic_entries}
---
@@ -10981,7 +10981,7 @@ public double ContainerRegistryCleanupTagsServiceMaxListSize { get; set; }
The maximum number of tags that can be deleted in a single execution of cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_cleanup_tags_service_max_list_size ApplicationSettings#container_registry_cleanup_tags_service_max_list_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_cleanup_tags_service_max_list_size ApplicationSettings#container_registry_cleanup_tags_service_max_list_size}
---
@@ -10995,7 +10995,7 @@ public double ContainerRegistryDeleteTagsServiceTimeout { get; set; }
The maximum time, in seconds, that the cleanup process can take to delete a batch of tags for cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_delete_tags_service_timeout ApplicationSettings#container_registry_delete_tags_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_delete_tags_service_timeout ApplicationSettings#container_registry_delete_tags_service_timeout}
---
@@ -11009,7 +11009,7 @@ public object ContainerRegistryExpirationPoliciesCaching { get; set; }
Caching during the execution of cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_expiration_policies_caching ApplicationSettings#container_registry_expiration_policies_caching}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_expiration_policies_caching ApplicationSettings#container_registry_expiration_policies_caching}
---
@@ -11023,7 +11023,7 @@ public double ContainerRegistryExpirationPoliciesWorkerCapacity { get; set; }
Number of workers for cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_expiration_policies_worker_capacity ApplicationSettings#container_registry_expiration_policies_worker_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_expiration_policies_worker_capacity ApplicationSettings#container_registry_expiration_policies_worker_capacity}
---
@@ -11037,7 +11037,7 @@ public double ContainerRegistryTokenExpireDelay { get; set; }
Container Registry token duration in minutes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_token_expire_delay ApplicationSettings#container_registry_token_expire_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_token_expire_delay ApplicationSettings#container_registry_token_expire_delay}
---
@@ -11051,7 +11051,7 @@ public object DeactivateDormantUsers { get; set; }
Enable automatic deactivation of dormant users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deactivate_dormant_users ApplicationSettings#deactivate_dormant_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deactivate_dormant_users ApplicationSettings#deactivate_dormant_users}
---
@@ -11065,7 +11065,7 @@ public double DeactivateDormantUsersPeriod { get; set; }
Length of time (in days) after which a user is considered dormant. Introduced in GitLab 15.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deactivate_dormant_users_period ApplicationSettings#deactivate_dormant_users_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deactivate_dormant_users_period ApplicationSettings#deactivate_dormant_users_period}
---
@@ -11079,7 +11079,7 @@ public double DecompressArchiveFileTimeout { get; set; }
Default timeout for decompressing archived files, in seconds. Set to 0 to disable timeouts. Introduced in GitLab 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#decompress_archive_file_timeout ApplicationSettings#decompress_archive_file_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#decompress_archive_file_timeout ApplicationSettings#decompress_archive_file_timeout}
---
@@ -11093,7 +11093,7 @@ public string DefaultArtifactsExpireIn { get; set; }
Set the default expiration time for each job’s artifacts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_artifacts_expire_in ApplicationSettings#default_artifacts_expire_in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_artifacts_expire_in ApplicationSettings#default_artifacts_expire_in}
---
@@ -11107,7 +11107,7 @@ public string DefaultBranchName { get; set; }
Instance-level custom initial branch name (introduced in GitLab 13.2).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_name ApplicationSettings#default_branch_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_name ApplicationSettings#default_branch_name}
---
@@ -11123,7 +11123,7 @@ Determine if developers can push to the default branch.
Can take: 0 (not protected, both users with the Developer role or Maintainer role can push new commits and force push), 1 (partially protected, users with the Developer role or Maintainer role can push new commits, but cannot force push) or 2 (fully protected, users with the Developer or Maintainer role cannot push new commits, but users with the Developer or Maintainer role can; no one can force push) as a parameter. Default is 2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_protection ApplicationSettings#default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_protection ApplicationSettings#default_branch_protection}
---
@@ -11137,7 +11137,7 @@ public ApplicationSettingsDefaultBranchProtectionDefaults DefaultBranchProtectio
default_branch_protection_defaults block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_protection_defaults ApplicationSettings#default_branch_protection_defaults}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_protection_defaults ApplicationSettings#default_branch_protection_defaults}
---
@@ -11151,7 +11151,7 @@ public string DefaultCiConfigPath { get; set; }
Default CI/CD configuration file and path for new projects (.gitlab-ci.yml if not set).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_ci_config_path ApplicationSettings#default_ci_config_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_ci_config_path ApplicationSettings#default_ci_config_path}
---
@@ -11165,7 +11165,7 @@ public string DefaultGroupVisibility { get; set; }
What visibility level new groups receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_group_visibility ApplicationSettings#default_group_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_group_visibility ApplicationSettings#default_group_visibility}
---
@@ -11179,7 +11179,7 @@ public string DefaultPreferredLanguage { get; set; }
Default preferred language for users who are not logged in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_preferred_language ApplicationSettings#default_preferred_language}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_preferred_language ApplicationSettings#default_preferred_language}
---
@@ -11193,7 +11193,7 @@ public double DefaultProjectCreation { get; set; }
Default project creation protection. Can take: 0 (No one), 1 (Maintainers) or 2 (Developers + Maintainers).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_project_creation ApplicationSettings#default_project_creation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_project_creation ApplicationSettings#default_project_creation}
---
@@ -11207,7 +11207,7 @@ public double DefaultProjectsLimit { get; set; }
Project limit per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_projects_limit ApplicationSettings#default_projects_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_projects_limit ApplicationSettings#default_projects_limit}
---
@@ -11221,7 +11221,7 @@ public string DefaultProjectVisibility { get; set; }
What visibility level new projects receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_project_visibility ApplicationSettings#default_project_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_project_visibility ApplicationSettings#default_project_visibility}
---
@@ -11235,7 +11235,7 @@ public string DefaultSnippetVisibility { get; set; }
What visibility level new snippets receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_snippet_visibility ApplicationSettings#default_snippet_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_snippet_visibility ApplicationSettings#default_snippet_visibility}
---
@@ -11249,7 +11249,7 @@ public double DefaultSyntaxHighlightingTheme { get; set; }
Default syntax highlighting theme for users who are new or not signed in. See IDs of available themes (https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/themes.rb#L16).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_syntax_highlighting_theme ApplicationSettings#default_syntax_highlighting_theme}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_syntax_highlighting_theme ApplicationSettings#default_syntax_highlighting_theme}
---
@@ -11263,7 +11263,7 @@ public object DeleteInactiveProjects { get; set; }
Enable inactive project deletion feature. Introduced in GitLab 14.10. Became operational in GitLab 15.0 (with feature flag inactive_projects_deletion).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#delete_inactive_projects ApplicationSettings#delete_inactive_projects}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#delete_inactive_projects ApplicationSettings#delete_inactive_projects}
---
@@ -11279,7 +11279,7 @@ Specifies whether users who have not confirmed their email should be deleted.
When set to true, unconfirmed users are deleted after unconfirmed_users_delete_after_days days. Introduced in GitLab 16.1. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#delete_unconfirmed_users ApplicationSettings#delete_unconfirmed_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#delete_unconfirmed_users ApplicationSettings#delete_unconfirmed_users}
---
@@ -11295,7 +11295,7 @@ The number of days to wait before deleting a project or group that is marked for
Value must be between 1 and 90.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deletion_adjourned_period ApplicationSettings#deletion_adjourned_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deletion_adjourned_period ApplicationSettings#deletion_adjourned_period}
---
@@ -11309,7 +11309,7 @@ public object DiagramsnetEnabled { get; set; }
(If enabled, requires diagramsnet_url) Enable Diagrams.net integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
---
@@ -11323,7 +11323,7 @@ public string DiagramsnetUrl { get; set; }
The Diagrams.net instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
---
@@ -11337,7 +11337,7 @@ public double DiffMaxFiles { get; set; }
Maximum files in a diff.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_files ApplicationSettings#diff_max_files}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_files ApplicationSettings#diff_max_files}
---
@@ -11351,7 +11351,7 @@ public double DiffMaxLines { get; set; }
Maximum lines in a diff.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_lines ApplicationSettings#diff_max_lines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_lines ApplicationSettings#diff_max_lines}
---
@@ -11365,7 +11365,7 @@ public double DiffMaxPatchBytes { get; set; }
Maximum diff patch size, in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_patch_bytes ApplicationSettings#diff_max_patch_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_patch_bytes ApplicationSettings#diff_max_patch_bytes}
---
@@ -11379,7 +11379,7 @@ public object DisableAdminOauthScopes { get; set; }
Stops administrators from connecting their GitLab accounts to non-trusted OAuth 2.0 applications that have the api, read_api, read_repository, write_repository, read_registry, write_registry, or sudo scopes. Introduced in GitLab 15.6.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_admin_oauth_scopes ApplicationSettings#disable_admin_oauth_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_admin_oauth_scopes ApplicationSettings#disable_admin_oauth_scopes}
---
@@ -11393,7 +11393,7 @@ public string[] DisabledOauthSignInSources { get; set; }
Disabled OAuth sign-in sources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disabled_oauth_sign_in_sources ApplicationSettings#disabled_oauth_sign_in_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disabled_oauth_sign_in_sources ApplicationSettings#disabled_oauth_sign_in_sources}
---
@@ -11407,7 +11407,7 @@ public object DisableFeedToken { get; set; }
Disable display of RSS/Atom and calendar feed tokens (introduced in GitLab 13.7).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_feed_token ApplicationSettings#disable_feed_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_feed_token ApplicationSettings#disable_feed_token}
---
@@ -11423,7 +11423,7 @@ Disable personal access tokens.
Introduced in GitLab 15.7. Self-managed, Premium and Ultimate only. There is no method available to enable a personal access token that’s been disabled through the API. This is a known issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_personal_access_tokens ApplicationSettings#disable_personal_access_tokens}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_personal_access_tokens ApplicationSettings#disable_personal_access_tokens}
---
@@ -11437,7 +11437,7 @@ public object DnsRebindingProtectionEnabled { get; set; }
Enforce DNS rebinding attack protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#dns_rebinding_protection_enabled ApplicationSettings#dns_rebinding_protection_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#dns_rebinding_protection_enabled ApplicationSettings#dns_rebinding_protection_enabled}
---
@@ -11451,7 +11451,7 @@ public string[] DomainAllowlist { get; set; }
Force people to use only corporate emails for sign-up. Null means there is no restriction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
---
@@ -11467,7 +11467,7 @@ Users with email addresses that match these domains cannot sign up.
Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
---
@@ -11481,7 +11481,7 @@ public object DomainDenylistEnabled { get; set; }
(If enabled, requires: domain_denylist) Allows blocking sign-ups from emails from specific domains.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_denylist_enabled ApplicationSettings#domain_denylist_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_denylist_enabled ApplicationSettings#domain_denylist_enabled}
---
@@ -11495,7 +11495,7 @@ public double DownstreamPipelineTriggerLimitPerProjectUserSha { get; set; }
Maximum downstream pipeline trigger rate. Introduced in GitLab 16.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#downstream_pipeline_trigger_limit_per_project_user_sha ApplicationSettings#downstream_pipeline_trigger_limit_per_project_user_sha}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#downstream_pipeline_trigger_limit_per_project_user_sha ApplicationSettings#downstream_pipeline_trigger_limit_per_project_user_sha}
---
@@ -11509,7 +11509,7 @@ public double DsaKeyRestriction { get; set; }
The minimum allowed bit length of an uploaded DSA key. 0 means no restriction. -1 disables DSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#dsa_key_restriction ApplicationSettings#dsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#dsa_key_restriction ApplicationSettings#dsa_key_restriction}
---
@@ -11523,7 +11523,7 @@ public object DuoFeaturesEnabled { get; set; }
Indicates whether GitLab Duo features are enabled for this instance. Introduced in GitLab 16.10. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#duo_features_enabled ApplicationSettings#duo_features_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#duo_features_enabled ApplicationSettings#duo_features_enabled}
---
@@ -11539,7 +11539,7 @@ The minimum allowed curve size (in bits) of an uploaded ECDSA key.
0 means no restriction. -1 disables ECDSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ecdsa_key_restriction ApplicationSettings#ecdsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ecdsa_key_restriction ApplicationSettings#ecdsa_key_restriction}
---
@@ -11555,7 +11555,7 @@ The minimum allowed curve size (in bits) of an uploaded ECDSA_SK key.
0 means no restriction. -1 disables ECDSA_SK keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ecdsa_sk_key_restriction ApplicationSettings#ecdsa_sk_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ecdsa_sk_key_restriction ApplicationSettings#ecdsa_sk_key_restriction}
---
@@ -11571,7 +11571,7 @@ The minimum allowed curve size (in bits) of an uploaded ED25519 key.
0 means no restriction. -1 disables ED25519 keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ed25519_key_restriction ApplicationSettings#ed25519_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ed25519_key_restriction ApplicationSettings#ed25519_key_restriction}
---
@@ -11587,7 +11587,7 @@ The minimum allowed curve size (in bits) of an uploaded ED25519_SK key.
0 means no restriction. -1 disables ED25519_SK keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ed25519_sk_key_restriction ApplicationSettings#ed25519_sk_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ed25519_sk_key_restriction ApplicationSettings#ed25519_sk_key_restriction}
---
@@ -11601,7 +11601,7 @@ public string EksAccessKeyId { get; set; }
AWS IAM access key ID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_access_key_id ApplicationSettings#eks_access_key_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_access_key_id ApplicationSettings#eks_access_key_id}
---
@@ -11615,7 +11615,7 @@ public string EksAccountId { get; set; }
Amazon account ID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_account_id ApplicationSettings#eks_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_account_id ApplicationSettings#eks_account_id}
---
@@ -11629,7 +11629,7 @@ public object EksIntegrationEnabled { get; set; }
Enable integration with Amazon EKS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_integration_enabled ApplicationSettings#eks_integration_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_integration_enabled ApplicationSettings#eks_integration_enabled}
---
@@ -11643,7 +11643,7 @@ public string EksSecretAccessKey { get; set; }
AWS IAM secret access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_secret_access_key ApplicationSettings#eks_secret_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_secret_access_key ApplicationSettings#eks_secret_access_key}
---
@@ -11657,7 +11657,7 @@ public object ElasticsearchAws { get; set; }
Enable the use of AWS hosted Elasticsearch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
---
@@ -11671,7 +11671,7 @@ public string ElasticsearchAwsAccessKey { get; set; }
AWS IAM access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_access_key ApplicationSettings#elasticsearch_aws_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_access_key ApplicationSettings#elasticsearch_aws_access_key}
---
@@ -11685,7 +11685,7 @@ public string ElasticsearchAwsRegion { get; set; }
The AWS region the Elasticsearch domain is configured.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_region ApplicationSettings#elasticsearch_aws_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_region ApplicationSettings#elasticsearch_aws_region}
---
@@ -11699,7 +11699,7 @@ public string ElasticsearchAwsSecretAccessKey { get; set; }
AWS IAM secret access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_secret_access_key ApplicationSettings#elasticsearch_aws_secret_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_secret_access_key ApplicationSettings#elasticsearch_aws_secret_access_key}
---
@@ -11715,7 +11715,7 @@ Maximum size of text fields to index by Elasticsearch.
0 value means no limit. This does not apply to repository and wiki indexing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexed_field_length_limit ApplicationSettings#elasticsearch_indexed_field_length_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexed_field_length_limit ApplicationSettings#elasticsearch_indexed_field_length_limit}
---
@@ -11729,7 +11729,7 @@ public double ElasticsearchIndexedFileSizeLimitKb { get; set; }
Maximum size of repository and wiki files that are indexed by Elasticsearch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexed_file_size_limit_kb ApplicationSettings#elasticsearch_indexed_file_size_limit_kb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexed_file_size_limit_kb ApplicationSettings#elasticsearch_indexed_file_size_limit_kb}
---
@@ -11743,7 +11743,7 @@ public object ElasticsearchIndexing { get; set; }
Enable Elasticsearch indexing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
---
@@ -11757,7 +11757,7 @@ public object ElasticsearchLimitIndexing { get; set; }
Limit Elasticsearch to index certain namespaces and projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_limit_indexing ApplicationSettings#elasticsearch_limit_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_limit_indexing ApplicationSettings#elasticsearch_limit_indexing}
---
@@ -11771,7 +11771,7 @@ public double ElasticsearchMaxBulkConcurrency { get; set; }
Maximum concurrency of Elasticsearch bulk requests per indexing operation. This only applies to repository indexing operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_bulk_concurrency ApplicationSettings#elasticsearch_max_bulk_concurrency}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_bulk_concurrency ApplicationSettings#elasticsearch_max_bulk_concurrency}
---
@@ -11785,7 +11785,7 @@ public double ElasticsearchMaxBulkSizeMb { get; set; }
Maximum size of Elasticsearch bulk indexing requests in MB. This only applies to repository indexing operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_bulk_size_mb ApplicationSettings#elasticsearch_max_bulk_size_mb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_bulk_size_mb ApplicationSettings#elasticsearch_max_bulk_size_mb}
---
@@ -11799,7 +11799,7 @@ public double ElasticsearchMaxCodeIndexingConcurrency { get; set; }
Maximum concurrency of Elasticsearch code indexing background jobs. This only applies to repository indexing operations. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_code_indexing_concurrency ApplicationSettings#elasticsearch_max_code_indexing_concurrency}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_code_indexing_concurrency ApplicationSettings#elasticsearch_max_code_indexing_concurrency}
---
@@ -11813,7 +11813,7 @@ public double[] ElasticsearchNamespaceIds { get; set; }
The namespaces to index via Elasticsearch if elasticsearch_limit_indexing is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_namespace_ids ApplicationSettings#elasticsearch_namespace_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_namespace_ids ApplicationSettings#elasticsearch_namespace_ids}
---
@@ -11827,7 +11827,7 @@ public string ElasticsearchPassword { get; set; }
The password of your Elasticsearch instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
---
@@ -11841,7 +11841,7 @@ public double[] ElasticsearchProjectIds { get; set; }
The projects to index via Elasticsearch if elasticsearch_limit_indexing is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_project_ids ApplicationSettings#elasticsearch_project_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_project_ids ApplicationSettings#elasticsearch_project_ids}
---
@@ -11857,7 +11857,7 @@ Enable automatic requeuing of indexing workers.
This improves non-code indexing throughput by enqueuing Sidekiq jobs until all documents are processed. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_requeue_workers ApplicationSettings#elasticsearch_requeue_workers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_requeue_workers ApplicationSettings#elasticsearch_requeue_workers}
---
@@ -11871,7 +11871,7 @@ public object ElasticsearchSearch { get; set; }
Enable Elasticsearch search.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
---
@@ -11885,7 +11885,7 @@ public string[] ElasticsearchUrl { get; set; }
The URL to use for connecting to Elasticsearch. Use a comma-separated list to support cluster (for example, http://localhost:9200, http://localhost:9201).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
---
@@ -11899,7 +11899,7 @@ public string ElasticsearchUsername { get; set; }
The username of your Elasticsearch instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
---
@@ -11915,7 +11915,7 @@ Number of indexing worker shards.
This improves non-code indexing throughput by enqueuing more parallel Sidekiq jobs. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_worker_number_of_shards ApplicationSettings#elasticsearch_worker_number_of_shards}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_worker_number_of_shards ApplicationSettings#elasticsearch_worker_number_of_shards}
---
@@ -11929,7 +11929,7 @@ public string EmailAdditionalText { get; set; }
Additional text added to the bottom of every email for legal/auditing/compliance reasons.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_additional_text ApplicationSettings#email_additional_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_additional_text ApplicationSettings#email_additional_text}
---
@@ -11945,7 +11945,7 @@ Some email servers do not support overriding the email sender name.
Enable this option to include the name of the author of the issue, merge request or comment in the email body instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_author_in_body ApplicationSettings#email_author_in_body}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_author_in_body ApplicationSettings#email_author_in_body}
---
@@ -11959,7 +11959,7 @@ public string EmailConfirmationSetting { get; set; }
Specifies whether users must confirm their email before sign in. Possible values are off, soft, and hard.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_confirmation_setting ApplicationSettings#email_confirmation_setting}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_confirmation_setting ApplicationSettings#email_confirmation_setting}
---
@@ -11973,7 +11973,7 @@ public object EnableArtifactExternalRedirectWarningPage { get; set; }
Show the external redirect page that warns you about user-generated content in GitLab Pages.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enable_artifact_external_redirect_warning_page ApplicationSettings#enable_artifact_external_redirect_warning_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enable_artifact_external_redirect_warning_page ApplicationSettings#enable_artifact_external_redirect_warning_page}
---
@@ -11987,7 +11987,7 @@ public string EnabledGitAccessProtocol { get; set; }
Enabled protocols for Git access. Allowed values are: ssh, http, and nil to allow both protocols.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enabled_git_access_protocol ApplicationSettings#enabled_git_access_protocol}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enabled_git_access_protocol ApplicationSettings#enabled_git_access_protocol}
---
@@ -12001,7 +12001,7 @@ public object EnforceNamespaceStorageLimit { get; set; }
Enabling this permits enforcement of namespace storage limits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enforce_namespace_storage_limit ApplicationSettings#enforce_namespace_storage_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enforce_namespace_storage_limit ApplicationSettings#enforce_namespace_storage_limit}
---
@@ -12015,7 +12015,7 @@ public object EnforceTerms { get; set; }
(If enabled, requires: terms) Enforce application ToS to all users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
---
@@ -12029,7 +12029,7 @@ public string ExternalAuthClientCert { get; set; }
(If enabled, requires: external_auth_client_key) The certificate to use to authenticate with the external authorization service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_cert ApplicationSettings#external_auth_client_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_cert ApplicationSettings#external_auth_client_cert}
---
@@ -12043,7 +12043,7 @@ public string ExternalAuthClientKey { get; set; }
Private key for the certificate when authentication is required for the external authorization service, this is encrypted when stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_key ApplicationSettings#external_auth_client_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_key ApplicationSettings#external_auth_client_key}
---
@@ -12057,7 +12057,7 @@ public string ExternalAuthClientKeyPass { get; set; }
Passphrase to use for the private key when authenticating with the external service this is encrypted when stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_key_pass ApplicationSettings#external_auth_client_key_pass}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_key_pass ApplicationSettings#external_auth_client_key_pass}
---
@@ -12071,7 +12071,7 @@ public string ExternalAuthorizationServiceDefaultLabel { get; set; }
The default classification label to use when requesting authorization and no classification label has been specified on the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_default_label ApplicationSettings#external_authorization_service_default_label}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_default_label ApplicationSettings#external_authorization_service_default_label}
---
@@ -12085,7 +12085,7 @@ public object ExternalAuthorizationServiceEnabled { get; set; }
(If enabled, requires: external_authorization_service_default_label, external_authorization_service_timeout and external_authorization_service_url) Enable using an external authorization service for accessing projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_enabled ApplicationSettings#external_authorization_service_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_enabled ApplicationSettings#external_authorization_service_enabled}
---
@@ -12101,7 +12101,7 @@ The timeout after which an authorization request is aborted, in seconds.
When a request times out, access is denied to the user. (min: 0.001, max: 10, step: 0.001).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_timeout ApplicationSettings#external_authorization_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_timeout ApplicationSettings#external_authorization_service_timeout}
---
@@ -12115,7 +12115,7 @@ public string ExternalAuthorizationServiceUrl { get; set; }
URL to which authorization requests are directed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_url ApplicationSettings#external_authorization_service_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_url ApplicationSettings#external_authorization_service_url}
---
@@ -12129,7 +12129,7 @@ public double ExternalPipelineValidationServiceTimeout { get; set; }
How long to wait for a response from the pipeline validation service. Assumes OK if it times out.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_timeout ApplicationSettings#external_pipeline_validation_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_timeout ApplicationSettings#external_pipeline_validation_service_timeout}
---
@@ -12143,7 +12143,7 @@ public string ExternalPipelineValidationServiceToken { get; set; }
Optional. Token to include as the X-Gitlab-Token header in requests to the URL in external_pipeline_validation_service_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_token ApplicationSettings#external_pipeline_validation_service_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_token ApplicationSettings#external_pipeline_validation_service_token}
---
@@ -12157,7 +12157,7 @@ public string ExternalPipelineValidationServiceUrl { get; set; }
URL to use for pipeline validation requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_url ApplicationSettings#external_pipeline_validation_service_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_url ApplicationSettings#external_pipeline_validation_service_url}
---
@@ -12171,7 +12171,7 @@ public double FailedLoginAttemptsUnlockPeriodInMinutes { get; set; }
Time period in minutes after which the user is unlocked when maximum number of failed sign-in attempts reached.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#failed_login_attempts_unlock_period_in_minutes ApplicationSettings#failed_login_attempts_unlock_period_in_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#failed_login_attempts_unlock_period_in_minutes ApplicationSettings#failed_login_attempts_unlock_period_in_minutes}
---
@@ -12185,7 +12185,7 @@ public double FileTemplateProjectId { get; set; }
The ID of a project to load custom file templates from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#file_template_project_id ApplicationSettings#file_template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#file_template_project_id ApplicationSettings#file_template_project_id}
---
@@ -12201,7 +12201,7 @@ Start day of the week for calendar views and date pickers.
Valid values are 0 for Sunday, 1 for Monday, and 6 for Saturday.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#first_day_of_week ApplicationSettings#first_day_of_week}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#first_day_of_week ApplicationSettings#first_day_of_week}
---
@@ -12215,7 +12215,7 @@ public string GeoNodeAllowedIps { get; set; }
Comma-separated list of IPs and CIDRs of allowed secondary nodes. For example, 1.1.1.1, 2.2.2.0/24.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#geo_node_allowed_ips ApplicationSettings#geo_node_allowed_ips}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#geo_node_allowed_ips ApplicationSettings#geo_node_allowed_ips}
---
@@ -12229,7 +12229,7 @@ public double GeoStatusTimeout { get; set; }
The amount of seconds after which a request to get a secondary node status times out.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#geo_status_timeout ApplicationSettings#geo_status_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#geo_status_timeout ApplicationSettings#geo_status_timeout}
---
@@ -12245,7 +12245,7 @@ Default Gitaly timeout, in seconds.
This timeout is not enforced for Git fetch/push operations or Sidekiq jobs. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_default ApplicationSettings#gitaly_timeout_default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_default ApplicationSettings#gitaly_timeout_default}
---
@@ -12261,7 +12261,7 @@ Gitaly fast operation timeout, in seconds.
Some Gitaly operations are expected to be fast. If they exceed this threshold, there may be a problem with a storage shard and ‘failing fast’ can help maintain the stability of the GitLab instance. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_fast ApplicationSettings#gitaly_timeout_fast}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_fast ApplicationSettings#gitaly_timeout_fast}
---
@@ -12277,7 +12277,7 @@ Medium Gitaly timeout, in seconds.
This should be a value between the Fast and the Default timeout. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_medium ApplicationSettings#gitaly_timeout_medium}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_medium ApplicationSettings#gitaly_timeout_medium}
---
@@ -12291,7 +12291,7 @@ public double GitlabShellOperationLimit { get; set; }
Maximum number of Git operations per minute a user can perform. Introduced in GitLab 16.2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitlab_shell_operation_limit ApplicationSettings#gitlab_shell_operation_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitlab_shell_operation_limit ApplicationSettings#gitlab_shell_operation_limit}
---
@@ -12305,7 +12305,7 @@ public object GitpodEnabled { get; set; }
Enable Gitpod integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
---
@@ -12319,7 +12319,7 @@ public string GitpodUrl { get; set; }
The Gitpod instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
---
@@ -12335,7 +12335,7 @@ List of user IDs that are emailed when the Git abuse rate limit is exceeded.
Maximum: 100 user IDs. Introduced in GitLab 15.9. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_rate_limit_users_alertlist ApplicationSettings#git_rate_limit_users_alertlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_rate_limit_users_alertlist ApplicationSettings#git_rate_limit_users_alertlist}
---
@@ -12349,7 +12349,7 @@ public string[] GitRateLimitUsersAllowlist { get; set; }
List of usernames excluded from Git anti-abuse rate limits. Maximum: 100 usernames. Introduced in GitLab 15.2. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_rate_limit_users_allowlist ApplicationSettings#git_rate_limit_users_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_rate_limit_users_allowlist ApplicationSettings#git_rate_limit_users_allowlist}
---
@@ -12363,7 +12363,7 @@ public double GitTwoFactorSessionExpiry { get; set; }
Maximum duration (in minutes) of a session for Git operations when 2FA is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_two_factor_session_expiry ApplicationSettings#git_two_factor_session_expiry}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_two_factor_session_expiry ApplicationSettings#git_two_factor_session_expiry}
---
@@ -12377,7 +12377,7 @@ public string GloballyAllowedIps { get; set; }
Comma-separated list of IP addresses and CIDRs always allowed for inbound traffic. For example, 1.1.1.1, 2.2.2.0/24.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#globally_allowed_ips ApplicationSettings#globally_allowed_ips}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#globally_allowed_ips ApplicationSettings#globally_allowed_ips}
---
@@ -12391,7 +12391,7 @@ public object GrafanaEnabled { get; set; }
Enable Grafana.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
---
@@ -12405,7 +12405,7 @@ public string GrafanaUrl { get; set; }
Grafana URL.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
---
@@ -12419,7 +12419,7 @@ public object GravatarEnabled { get; set; }
Enable Gravatar.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
---
@@ -12433,7 +12433,7 @@ public object GroupOwnersCanManageDefaultBranchProtection { get; set; }
Prevent overrides of default branch protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#group_owners_can_manage_default_branch_protection ApplicationSettings#group_owners_can_manage_default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#group_owners_can_manage_default_branch_protection ApplicationSettings#group_owners_can_manage_default_branch_protection}
---
@@ -12449,7 +12449,7 @@ Create new projects using hashed storage paths: Enable immutable, hash-based pat
This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance. (Always enabled in GitLab versions 13.0 and later, configuration is scheduled for removal in 14.0).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#hashed_storage_enabled ApplicationSettings#hashed_storage_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#hashed_storage_enabled ApplicationSettings#hashed_storage_enabled}
---
@@ -12463,7 +12463,7 @@ public object HelpPageHideCommercialContent { get; set; }
Hide marketing-related entries from help.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_hide_commercial_content ApplicationSettings#help_page_hide_commercial_content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_hide_commercial_content ApplicationSettings#help_page_hide_commercial_content}
---
@@ -12477,7 +12477,7 @@ public string HelpPageSupportUrl { get; set; }
Alternate support URL for help page and help dropdown.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_support_url ApplicationSettings#help_page_support_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_support_url ApplicationSettings#help_page_support_url}
---
@@ -12491,7 +12491,7 @@ public string HelpPageText { get; set; }
Custom text displayed on the help page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_text ApplicationSettings#help_page_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_text ApplicationSettings#help_page_text}
---
@@ -12505,7 +12505,7 @@ public string HelpText { get; set; }
GitLab server administrator information.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
---
@@ -12519,7 +12519,7 @@ public object HideThirdPartyOffers { get; set; }
Do not display offers from third parties in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#hide_third_party_offers ApplicationSettings#hide_third_party_offers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#hide_third_party_offers ApplicationSettings#hide_third_party_offers}
---
@@ -12533,7 +12533,7 @@ public string HomePageUrl { get; set; }
Redirect to this URL when not logged in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#home_page_url ApplicationSettings#home_page_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#home_page_url ApplicationSettings#home_page_url}
---
@@ -12550,7 +12550,7 @@ Enable or disable Git housekeeping.
If enabled, requires either housekeeping_optimize_repository_period OR housekeeping_bitmaps_enabled, housekeeping_full_repack_period, housekeeping_gc_period, and housekeeping_incremental_repack_period.
Options housekeeping_bitmaps_enabled, housekeeping_full_repack_period, housekeeping_gc_period, and housekeeping_incremental_repack_period are deprecated. Use housekeeping_optimize_repository_period instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
---
@@ -12564,7 +12564,7 @@ public double HousekeepingFullRepackPeriod { get; set; }
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_full_repack_period ApplicationSettings#housekeeping_full_repack_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_full_repack_period ApplicationSettings#housekeeping_full_repack_period}
---
@@ -12578,7 +12578,7 @@ public double HousekeepingGcPeriod { get; set; }
Number of Git pushes after which git gc is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_gc_period ApplicationSettings#housekeeping_gc_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_gc_period ApplicationSettings#housekeeping_gc_period}
---
@@ -12592,7 +12592,7 @@ public double HousekeepingIncrementalRepackPeriod { get; set; }
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_incremental_repack_period ApplicationSettings#housekeeping_incremental_repack_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_incremental_repack_period ApplicationSettings#housekeeping_incremental_repack_period}
---
@@ -12606,7 +12606,7 @@ public double HousekeepingOptimizeRepositoryPeriod { get; set; }
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_optimize_repository_period ApplicationSettings#housekeeping_optimize_repository_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_optimize_repository_period ApplicationSettings#housekeeping_optimize_repository_period}
---
@@ -12620,7 +12620,7 @@ public object HtmlEmailsEnabled { get; set; }
Enable HTML emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#html_emails_enabled ApplicationSettings#html_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#html_emails_enabled ApplicationSettings#html_emails_enabled}
---
@@ -12632,7 +12632,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#id ApplicationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#id ApplicationSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -12649,7 +12649,7 @@ public string[] ImportSources { get; set; }
Sources to allow project import from. Valid values are: `github`, `bitbucket`, `bitbucket_server`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
---
@@ -12665,7 +12665,7 @@ If delete_inactive_projects is true, the time (in months) to wait before deletin
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_delete_after_months ApplicationSettings#inactive_projects_delete_after_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_delete_after_months ApplicationSettings#inactive_projects_delete_after_months}
---
@@ -12681,7 +12681,7 @@ If delete_inactive_projects is true, the minimum repository size for projects to
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_min_size_mb ApplicationSettings#inactive_projects_min_size_mb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_min_size_mb ApplicationSettings#inactive_projects_min_size_mb}
---
@@ -12697,7 +12697,7 @@ If delete_inactive_projects is true, sets the time (in months) to wait before em
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_send_warning_email_after_months ApplicationSettings#inactive_projects_send_warning_email_after_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_send_warning_email_after_months ApplicationSettings#inactive_projects_send_warning_email_after_months}
---
@@ -12711,7 +12711,7 @@ public object IncludeOptionalMetricsInServicePing { get; set; }
Whether or not optional metrics are enabled in Service Ping. Introduced in GitLab 16.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#include_optional_metrics_in_service_ping ApplicationSettings#include_optional_metrics_in_service_ping}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#include_optional_metrics_in_service_ping ApplicationSettings#include_optional_metrics_in_service_ping}
---
@@ -12725,7 +12725,7 @@ public object InProductMarketingEmailsEnabled { get; set; }
Enable in-product marketing emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#in_product_marketing_emails_enabled ApplicationSettings#in_product_marketing_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#in_product_marketing_emails_enabled ApplicationSettings#in_product_marketing_emails_enabled}
---
@@ -12739,7 +12739,7 @@ public object InvisibleCaptchaEnabled { get; set; }
Enable Invisible CAPTCHA spam detection during sign-up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#invisible_captcha_enabled ApplicationSettings#invisible_captcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#invisible_captcha_enabled ApplicationSettings#invisible_captcha_enabled}
---
@@ -12753,7 +12753,7 @@ public double IssuesCreateLimit { get; set; }
Max number of issue creation requests per minute per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#issues_create_limit ApplicationSettings#issues_create_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#issues_create_limit ApplicationSettings#issues_create_limit}
---
@@ -12767,7 +12767,7 @@ public string JiraConnectApplicationKey { get; set; }
ID of the OAuth application used to authenticate with the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_application_key ApplicationSettings#jira_connect_application_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_application_key ApplicationSettings#jira_connect_application_key}
---
@@ -12781,7 +12781,7 @@ public string JiraConnectProxyUrl { get; set; }
URL of the GitLab instance used as a proxy for the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_proxy_url ApplicationSettings#jira_connect_proxy_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_proxy_url ApplicationSettings#jira_connect_proxy_url}
---
@@ -12795,7 +12795,7 @@ public object JiraConnectPublicKeyStorageEnabled { get; set; }
Enable public key storage for the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_public_key_storage_enabled ApplicationSettings#jira_connect_public_key_storage_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_public_key_storage_enabled ApplicationSettings#jira_connect_public_key_storage_enabled}
---
@@ -12809,7 +12809,7 @@ public object KeepLatestArtifact { get; set; }
Prevent the deletion of the artifacts from the most recent successful jobs, regardless of the expiry time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#keep_latest_artifact ApplicationSettings#keep_latest_artifact}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#keep_latest_artifact ApplicationSettings#keep_latest_artifact}
---
@@ -12823,7 +12823,7 @@ public double LocalMarkdownVersion { get; set; }
Increase this value when any cached Markdown should be invalidated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#local_markdown_version ApplicationSettings#local_markdown_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#local_markdown_version ApplicationSettings#local_markdown_version}
---
@@ -12839,7 +12839,7 @@ Indicates whether the GitLab Duo features enabled setting is enforced for all su
Introduced in GitLab 16.10. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#lock_duo_features_enabled ApplicationSettings#lock_duo_features_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#lock_duo_features_enabled ApplicationSettings#lock_duo_features_enabled}
---
@@ -12853,7 +12853,7 @@ public object MailgunEventsEnabled { get; set; }
Enable Mailgun event receiver.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mailgun_events_enabled ApplicationSettings#mailgun_events_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mailgun_events_enabled ApplicationSettings#mailgun_events_enabled}
---
@@ -12867,7 +12867,7 @@ public string MailgunSigningKey { get; set; }
The Mailgun HTTP webhook signing key for receiving events from webhook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mailgun_signing_key ApplicationSettings#mailgun_signing_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mailgun_signing_key ApplicationSettings#mailgun_signing_key}
---
@@ -12881,7 +12881,7 @@ public object MaintenanceMode { get; set; }
When instance is in maintenance mode, non-administrative users can sign in with read-only access and make read-only API requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
---
@@ -12895,7 +12895,7 @@ public string MaintenanceModeMessage { get; set; }
Message displayed when instance is in maintenance mode.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maintenance_mode_message ApplicationSettings#maintenance_mode_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maintenance_mode_message ApplicationSettings#maintenance_mode_message}
---
@@ -12909,7 +12909,7 @@ public object MavenPackageRequestsForwarding { get; set; }
Use repo.maven.apache.org as a default remote repository when the package is not found in the GitLab Package Registry for Maven. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maven_package_requests_forwarding ApplicationSettings#maven_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maven_package_requests_forwarding ApplicationSettings#maven_package_requests_forwarding}
---
@@ -12923,7 +12923,7 @@ public double MaxArtifactsSize { get; set; }
Maximum artifacts size in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_artifacts_size ApplicationSettings#max_artifacts_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_artifacts_size ApplicationSettings#max_artifacts_size}
---
@@ -12937,7 +12937,7 @@ public double MaxAttachmentSize { get; set; }
Limit attachment size in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_attachment_size ApplicationSettings#max_attachment_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_attachment_size ApplicationSettings#max_attachment_size}
---
@@ -12951,7 +12951,7 @@ public double MaxDecompressedArchiveSize { get; set; }
Maximum decompressed archive size in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_decompressed_archive_size ApplicationSettings#max_decompressed_archive_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_decompressed_archive_size ApplicationSettings#max_decompressed_archive_size}
---
@@ -12965,7 +12965,7 @@ public double MaxExportSize { get; set; }
Maximum export size in MB. 0 for unlimited.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_export_size ApplicationSettings#max_export_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_export_size ApplicationSettings#max_export_size}
---
@@ -12979,7 +12979,7 @@ public double MaxImportRemoteFileSize { get; set; }
Maximum remote file size for imports from external object storages. Introduced in GitLab 16.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_import_remote_file_size ApplicationSettings#max_import_remote_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_import_remote_file_size ApplicationSettings#max_import_remote_file_size}
---
@@ -12993,7 +12993,7 @@ public double MaxImportSize { get; set; }
Maximum import size in MB. 0 for unlimited.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_import_size ApplicationSettings#max_import_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_import_size ApplicationSettings#max_import_size}
---
@@ -13007,7 +13007,7 @@ public double MaxLoginAttempts { get; set; }
Maximum number of sign-in attempts before locking out the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_login_attempts ApplicationSettings#max_login_attempts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_login_attempts ApplicationSettings#max_login_attempts}
---
@@ -13023,7 +13023,7 @@ Maximum number of unique repositories a user can download in the specified time
Maximum: 10,000 repositories. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_number_of_repository_downloads ApplicationSettings#max_number_of_repository_downloads}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_number_of_repository_downloads ApplicationSettings#max_number_of_repository_downloads}
---
@@ -13037,7 +13037,7 @@ public double MaxNumberOfRepositoryDownloadsWithinTimePeriod { get; set; }
Reporting time period (in seconds). Maximum: 864000 seconds (10 days). Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_number_of_repository_downloads_within_time_period ApplicationSettings#max_number_of_repository_downloads_within_time_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_number_of_repository_downloads_within_time_period ApplicationSettings#max_number_of_repository_downloads_within_time_period}
---
@@ -13051,7 +13051,7 @@ public double MaxPagesSize { get; set; }
Maximum size of pages repositories in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_pages_size ApplicationSettings#max_pages_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_pages_size ApplicationSettings#max_pages_size}
---
@@ -13065,7 +13065,7 @@ public double MaxPersonalAccessTokenLifetime { get; set; }
Maximum allowable lifetime for access tokens in days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_personal_access_token_lifetime ApplicationSettings#max_personal_access_token_lifetime}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_personal_access_token_lifetime ApplicationSettings#max_personal_access_token_lifetime}
---
@@ -13079,7 +13079,7 @@ public double MaxSshKeyLifetime { get; set; }
Maximum allowable lifetime for SSH keys in days. Introduced in GitLab 14.6.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_ssh_key_lifetime ApplicationSettings#max_ssh_key_lifetime}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_ssh_key_lifetime ApplicationSettings#max_ssh_key_lifetime}
---
@@ -13093,7 +13093,7 @@ public double MaxTerraformStateSizeBytes { get; set; }
Maximum size in bytes of the Terraform state files. Set this to 0 for unlimited file size.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_terraform_state_size_bytes ApplicationSettings#max_terraform_state_size_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_terraform_state_size_bytes ApplicationSettings#max_terraform_state_size_bytes}
---
@@ -13107,7 +13107,7 @@ public double MetricsMethodCallThreshold { get; set; }
A method call is only tracked when it takes longer than the given amount of milliseconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#metrics_method_call_threshold ApplicationSettings#metrics_method_call_threshold}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#metrics_method_call_threshold ApplicationSettings#metrics_method_call_threshold}
---
@@ -13121,7 +13121,7 @@ public double MinimumPasswordLength { get; set; }
Indicates whether passwords require a minimum length. Introduced in GitLab 15.1. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#minimum_password_length ApplicationSettings#minimum_password_length}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#minimum_password_length ApplicationSettings#minimum_password_length}
---
@@ -13135,7 +13135,7 @@ public object MirrorAvailable { get; set; }
Allow repository mirroring to configured by project Maintainers. If disabled, only Administrators can configure repository mirroring.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
---
@@ -13149,7 +13149,7 @@ public double MirrorCapacityThreshold { get; set; }
Minimum capacity to be available before scheduling more mirrors preemptively.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_capacity_threshold ApplicationSettings#mirror_capacity_threshold}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_capacity_threshold ApplicationSettings#mirror_capacity_threshold}
---
@@ -13163,7 +13163,7 @@ public double MirrorMaxCapacity { get; set; }
Maximum number of mirrors that can be synchronizing at the same time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_max_capacity ApplicationSettings#mirror_max_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_max_capacity ApplicationSettings#mirror_max_capacity}
---
@@ -13177,7 +13177,7 @@ public double MirrorMaxDelay { get; set; }
Maximum time (in minutes) between updates that a mirror can have when scheduled to synchronize.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_max_delay ApplicationSettings#mirror_max_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_max_delay ApplicationSettings#mirror_max_delay}
---
@@ -13191,7 +13191,7 @@ public object NpmPackageRequestsForwarding { get; set; }
Use npmjs.org as a default remote repository when the package is not found in the GitLab Package Registry for npm.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#npm_package_requests_forwarding ApplicationSettings#npm_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#npm_package_requests_forwarding ApplicationSettings#npm_package_requests_forwarding}
---
@@ -13205,7 +13205,7 @@ public object NugetSkipMetadataUrlValidation { get; set; }
Indicates whether to skip metadata URL validation for the NuGet package. Introduced in GitLab 17.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#nuget_skip_metadata_url_validation ApplicationSettings#nuget_skip_metadata_url_validation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#nuget_skip_metadata_url_validation ApplicationSettings#nuget_skip_metadata_url_validation}
---
@@ -13219,7 +13219,7 @@ public string[] OutboundLocalRequestsWhitelist { get; set; }
Define a list of trusted domains or IP addresses to which local requests are allowed when local requests for hooks and services are disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#outbound_local_requests_whitelist ApplicationSettings#outbound_local_requests_whitelist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#outbound_local_requests_whitelist ApplicationSettings#outbound_local_requests_whitelist}
---
@@ -13233,7 +13233,7 @@ public double[] PackageMetadataPurlTypes { get; set; }
List of package registry metadata to sync. See the list of the available values (https://gitlab.com/gitlab-org/gitlab/-/blob/ace16c20d5da7c4928dd03fb139692638b557fe3/app/models/concerns/enums/package_metadata.rb#L5). Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_metadata_purl_types ApplicationSettings#package_metadata_purl_types}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_metadata_purl_types ApplicationSettings#package_metadata_purl_types}
---
@@ -13247,7 +13247,7 @@ public object PackageRegistryAllowAnyoneToPullOption { get; set; }
Enable to allow anyone to pull from Package Registry visible and changeable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_registry_allow_anyone_to_pull_option ApplicationSettings#package_registry_allow_anyone_to_pull_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_registry_allow_anyone_to_pull_option ApplicationSettings#package_registry_allow_anyone_to_pull_option}
---
@@ -13261,7 +13261,7 @@ public double PackageRegistryCleanupPoliciesWorkerCapacity { get; set; }
Number of workers assigned to the packages cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_registry_cleanup_policies_worker_capacity ApplicationSettings#package_registry_cleanup_policies_worker_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_registry_cleanup_policies_worker_capacity ApplicationSettings#package_registry_cleanup_policies_worker_capacity}
---
@@ -13277,7 +13277,7 @@ Require users to prove ownership of custom domains.
Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pages_domain_verification_enabled ApplicationSettings#pages_domain_verification_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pages_domain_verification_enabled ApplicationSettings#pages_domain_verification_enabled}
---
@@ -13291,7 +13291,7 @@ public object PasswordAuthenticationEnabledForGit { get; set; }
Enable authentication for Git over HTTP(S) via a GitLab account password.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_authentication_enabled_for_git ApplicationSettings#password_authentication_enabled_for_git}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_authentication_enabled_for_git ApplicationSettings#password_authentication_enabled_for_git}
---
@@ -13305,7 +13305,7 @@ public object PasswordAuthenticationEnabledForWeb { get; set; }
Enable authentication for the web interface via a GitLab account password.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_authentication_enabled_for_web ApplicationSettings#password_authentication_enabled_for_web}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_authentication_enabled_for_web ApplicationSettings#password_authentication_enabled_for_web}
---
@@ -13319,7 +13319,7 @@ public object PasswordLowercaseRequired { get; set; }
Indicates whether passwords require at least one lowercase letter. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_lowercase_required ApplicationSettings#password_lowercase_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_lowercase_required ApplicationSettings#password_lowercase_required}
---
@@ -13333,7 +13333,7 @@ public object PasswordNumberRequired { get; set; }
Indicates whether passwords require at least one number. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_number_required ApplicationSettings#password_number_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_number_required ApplicationSettings#password_number_required}
---
@@ -13347,7 +13347,7 @@ public object PasswordSymbolRequired { get; set; }
Indicates whether passwords require at least one symbol character. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_symbol_required ApplicationSettings#password_symbol_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_symbol_required ApplicationSettings#password_symbol_required}
---
@@ -13361,7 +13361,7 @@ public object PasswordUppercaseRequired { get; set; }
Indicates whether passwords require at least one uppercase letter. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_uppercase_required ApplicationSettings#password_uppercase_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_uppercase_required ApplicationSettings#password_uppercase_required}
---
@@ -13375,7 +13375,7 @@ public string PerformanceBarAllowedGroupPath { get; set; }
Path of the group that is allowed to toggle the performance bar.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#performance_bar_allowed_group_path ApplicationSettings#performance_bar_allowed_group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#performance_bar_allowed_group_path ApplicationSettings#performance_bar_allowed_group_path}
---
@@ -13389,7 +13389,7 @@ public string PersonalAccessTokenPrefix { get; set; }
Prefix for all generated personal access tokens.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#personal_access_token_prefix ApplicationSettings#personal_access_token_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#personal_access_token_prefix ApplicationSettings#personal_access_token_prefix}
---
@@ -13403,7 +13403,7 @@ public double PipelineLimitPerProjectUserSha { get; set; }
Maximum number of pipeline creation requests per minute per user and commit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pipeline_limit_per_project_user_sha ApplicationSettings#pipeline_limit_per_project_user_sha}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pipeline_limit_per_project_user_sha ApplicationSettings#pipeline_limit_per_project_user_sha}
---
@@ -13417,7 +13417,7 @@ public object PlantumlEnabled { get; set; }
(If enabled, requires: plantuml_url) Enable PlantUML integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
---
@@ -13431,7 +13431,7 @@ public string PlantumlUrl { get; set; }
The PlantUML instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
---
@@ -13445,7 +13445,7 @@ public double PollingIntervalMultiplier { get; set; }
Interval multiplier used by endpoints that perform polling. Set to 0 to disable polling.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#polling_interval_multiplier ApplicationSettings#polling_interval_multiplier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#polling_interval_multiplier ApplicationSettings#polling_interval_multiplier}
---
@@ -13459,7 +13459,7 @@ public object ProjectExportEnabled { get; set; }
Enable project export.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#project_export_enabled ApplicationSettings#project_export_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#project_export_enabled ApplicationSettings#project_export_enabled}
---
@@ -13473,7 +13473,7 @@ public double ProjectJobsApiRateLimit { get; set; }
Maximum authenticated requests to /project/:id/jobs per minute. Introduced in GitLab 16.5.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#project_jobs_api_rate_limit ApplicationSettings#project_jobs_api_rate_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#project_jobs_api_rate_limit ApplicationSettings#project_jobs_api_rate_limit}
---
@@ -13487,7 +13487,7 @@ public double ProjectsApiRateLimitUnauthenticated { get; set; }
Introduced in GitLab 15.10. Max number of requests per 10 minutes per IP address for unauthenticated requests to the list all projects API. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#projects_api_rate_limit_unauthenticated ApplicationSettings#projects_api_rate_limit_unauthenticated}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#projects_api_rate_limit_unauthenticated ApplicationSettings#projects_api_rate_limit_unauthenticated}
---
@@ -13501,7 +13501,7 @@ public object PrometheusMetricsEnabled { get; set; }
Enable Prometheus metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#prometheus_metrics_enabled ApplicationSettings#prometheus_metrics_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#prometheus_metrics_enabled ApplicationSettings#prometheus_metrics_enabled}
---
@@ -13515,7 +13515,7 @@ public object ProtectedCiVariables { get; set; }
CI/CD variables are protected by default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#protected_ci_variables ApplicationSettings#protected_ci_variables}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#protected_ci_variables ApplicationSettings#protected_ci_variables}
---
@@ -13531,7 +13531,7 @@ Number of changes (branches or tags) in a single push to determine whether indiv
Bulk push events are created if it surpasses that value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#push_event_activities_limit ApplicationSettings#push_event_activities_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#push_event_activities_limit ApplicationSettings#push_event_activities_limit}
---
@@ -13547,7 +13547,7 @@ Number of changes (branches or tags) in a single push to determine whether webho
Webhooks and services aren’t submitted if it surpasses that value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#push_event_hooks_limit ApplicationSettings#push_event_hooks_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#push_event_hooks_limit ApplicationSettings#push_event_hooks_limit}
---
@@ -13561,7 +13561,7 @@ public object PypiPackageRequestsForwarding { get; set; }
Use pypi.org as a default remote repository when the package is not found in the GitLab Package Registry for PyPI.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pypi_package_requests_forwarding ApplicationSettings#pypi_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pypi_package_requests_forwarding ApplicationSettings#pypi_package_requests_forwarding}
---
@@ -13577,7 +13577,7 @@ When rate limiting is enabled via the throttle_* settings, send this plain text
‘Retry later’ is sent if this is blank.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#rate_limiting_response_text ApplicationSettings#rate_limiting_response_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#rate_limiting_response_text ApplicationSettings#rate_limiting_response_text}
---
@@ -13591,7 +13591,7 @@ public double RawBlobRequestLimit { get; set; }
Max number of requests per minute for each raw path. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#raw_blob_request_limit ApplicationSettings#raw_blob_request_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#raw_blob_request_limit ApplicationSettings#raw_blob_request_limit}
---
@@ -13605,7 +13605,7 @@ public object RecaptchaEnabled { get; set; }
(If enabled, requires: recaptcha_private_key and recaptcha_site_key) Enable reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
---
@@ -13619,7 +13619,7 @@ public string RecaptchaPrivateKey { get; set; }
Private key for reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_private_key ApplicationSettings#recaptcha_private_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_private_key ApplicationSettings#recaptcha_private_key}
---
@@ -13633,7 +13633,7 @@ public string RecaptchaSiteKey { get; set; }
Site key for reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_site_key ApplicationSettings#recaptcha_site_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_site_key ApplicationSettings#recaptcha_site_key}
---
@@ -13647,7 +13647,7 @@ public double ReceiveMaxInputSize { get; set; }
Maximum push size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#receive_max_input_size ApplicationSettings#receive_max_input_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#receive_max_input_size ApplicationSettings#receive_max_input_size}
---
@@ -13661,7 +13661,7 @@ public object ReceptiveClusterAgentsEnabled { get; set; }
Enable receptive mode for GitLab Agents for Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#receptive_cluster_agents_enabled ApplicationSettings#receptive_cluster_agents_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#receptive_cluster_agents_enabled ApplicationSettings#receptive_cluster_agents_enabled}
---
@@ -13675,7 +13675,7 @@ public object RememberMeEnabled { get; set; }
Enable Remember me setting. Introduced in GitLab 16.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#remember_me_enabled ApplicationSettings#remember_me_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#remember_me_enabled ApplicationSettings#remember_me_enabled}
---
@@ -13689,7 +13689,7 @@ public object RepositoryChecksEnabled { get; set; }
GitLab periodically runs git fsck in all project and wiki repositories to look for silent disk corruption issues.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_checks_enabled ApplicationSettings#repository_checks_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_checks_enabled ApplicationSettings#repository_checks_enabled}
---
@@ -13703,7 +13703,7 @@ public double RepositorySizeLimit { get; set; }
Size limit per repository (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_size_limit ApplicationSettings#repository_size_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_size_limit ApplicationSettings#repository_size_limit}
---
@@ -13717,7 +13717,7 @@ public string[] RepositoryStorages { get; set; }
(GitLab 13.0 and earlier) List of names of enabled storage paths, taken from gitlab.yml. New projects are created in one of these stores, chosen at random.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
---
@@ -13731,7 +13731,7 @@ public System.Collections.Generic.IDictionary RepositoryStorages
(GitLab 13.1 and later) Hash of names of taken from gitlab.yml to weights. New projects are created in one of these stores, chosen by a weighted random selection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_storages_weighted ApplicationSettings#repository_storages_weighted}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_storages_weighted ApplicationSettings#repository_storages_weighted}
---
@@ -13745,7 +13745,7 @@ public object RequireAdminApprovalAfterUserSignup { get; set; }
When enabled, any user that signs up for an account using the registration form is placed under a Pending approval state and has to be explicitly approved by an administrator.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_admin_approval_after_user_signup ApplicationSettings#require_admin_approval_after_user_signup}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_admin_approval_after_user_signup ApplicationSettings#require_admin_approval_after_user_signup}
---
@@ -13759,7 +13759,7 @@ public object RequireAdminTwoFactorAuthentication { get; set; }
Allow administrators to require 2FA for all administrators on the instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_admin_two_factor_authentication ApplicationSettings#require_admin_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_admin_two_factor_authentication ApplicationSettings#require_admin_two_factor_authentication}
---
@@ -13773,7 +13773,7 @@ public object RequirePersonalAccessTokenExpiry { get; set; }
When enabled, users must set an expiration date when creating a group or project access token, or a personal access token owned by a non-service account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_personal_access_token_expiry ApplicationSettings#require_personal_access_token_expiry}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_personal_access_token_expiry ApplicationSettings#require_personal_access_token_expiry}
---
@@ -13787,7 +13787,7 @@ public object RequireTwoFactorAuthentication { get; set; }
(If enabled, requires: two_factor_grace_period) Require all users to set up Two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_two_factor_authentication ApplicationSettings#require_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_two_factor_authentication ApplicationSettings#require_two_factor_authentication}
---
@@ -13803,7 +13803,7 @@ Selected levels cannot be used by non-Administrator users for groups, projects o
Can take private, internal and public as a parameter. Null means there is no restriction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#restricted_visibility_levels ApplicationSettings#restricted_visibility_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#restricted_visibility_levels ApplicationSettings#restricted_visibility_levels}
---
@@ -13817,7 +13817,7 @@ public double RsaKeyRestriction { get; set; }
The minimum allowed bit length of an uploaded RSA key. 0 means no restriction. -1 disables RSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#rsa_key_restriction ApplicationSettings#rsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#rsa_key_restriction ApplicationSettings#rsa_key_restriction}
---
@@ -13831,7 +13831,7 @@ public double SearchRateLimit { get; set; }
Max number of requests per minute for performing a search while authenticated. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#search_rate_limit ApplicationSettings#search_rate_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#search_rate_limit ApplicationSettings#search_rate_limit}
---
@@ -13845,7 +13845,7 @@ public double SearchRateLimitUnauthenticated { get; set; }
Max number of requests per minute for performing a search while unauthenticated. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#search_rate_limit_unauthenticated ApplicationSettings#search_rate_limit_unauthenticated}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#search_rate_limit_unauthenticated ApplicationSettings#search_rate_limit_unauthenticated}
---
@@ -13859,7 +13859,7 @@ public double SecurityApprovalPoliciesLimit { get; set; }
Maximum number of active merge request approval policies per security policy project. Maximum: 20.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_approval_policies_limit ApplicationSettings#security_approval_policies_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_approval_policies_limit ApplicationSettings#security_approval_policies_limit}
---
@@ -13873,7 +13873,7 @@ public object SecurityPolicyGlobalGroupApproversEnabled { get; set; }
Whether to look up merge request approval policy approval groups globally or within project hierarchies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_policy_global_group_approvers_enabled ApplicationSettings#security_policy_global_group_approvers_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_policy_global_group_approvers_enabled ApplicationSettings#security_policy_global_group_approvers_enabled}
---
@@ -13887,7 +13887,7 @@ public string SecurityTxtContent { get; set; }
Public security contact information. Introduced in GitLab 16.7.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_txt_content ApplicationSettings#security_txt_content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_txt_content ApplicationSettings#security_txt_content}
---
@@ -13901,7 +13901,7 @@ public object SendUserConfirmationEmail { get; set; }
Send confirmation email on sign-up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#send_user_confirmation_email ApplicationSettings#send_user_confirmation_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#send_user_confirmation_email ApplicationSettings#send_user_confirmation_email}
---
@@ -13915,7 +13915,7 @@ public object ServiceAccessTokensExpirationEnforced { get; set; }
Flag to indicate if token expiry date can be optional for service account users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#service_access_tokens_expiration_enforced ApplicationSettings#service_access_tokens_expiration_enforced}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#service_access_tokens_expiration_enforced ApplicationSettings#service_access_tokens_expiration_enforced}
---
@@ -13929,7 +13929,7 @@ public double SessionExpireDelay { get; set; }
Session duration in minutes. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#session_expire_delay ApplicationSettings#session_expire_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#session_expire_delay ApplicationSettings#session_expire_delay}
---
@@ -13943,7 +13943,7 @@ public object SharedRunnersEnabled { get; set; }
(If enabled, requires: shared_runners_text and shared_runners_minutes) Enable shared runners for new projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_enabled ApplicationSettings#shared_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_enabled ApplicationSettings#shared_runners_enabled}
---
@@ -13957,7 +13957,7 @@ public double SharedRunnersMinutes { get; set; }
Set the maximum number of CI/CD minutes that a group can use on shared runners per month.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_minutes ApplicationSettings#shared_runners_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_minutes ApplicationSettings#shared_runners_minutes}
---
@@ -13971,7 +13971,7 @@ public string SharedRunnersText { get; set; }
Shared runners text.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_text ApplicationSettings#shared_runners_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_text ApplicationSettings#shared_runners_text}
---
@@ -13985,7 +13985,7 @@ public double SidekiqJobLimiterCompressionThresholdBytes { get; set; }
The threshold in bytes at which Sidekiq jobs are compressed before being stored in Redis.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_compression_threshold_bytes ApplicationSettings#sidekiq_job_limiter_compression_threshold_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_compression_threshold_bytes ApplicationSettings#sidekiq_job_limiter_compression_threshold_bytes}
---
@@ -13999,7 +13999,7 @@ public double SidekiqJobLimiterLimitBytes { get; set; }
The threshold in bytes at which Sidekiq jobs are rejected. 0 means do not reject any job.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_limit_bytes ApplicationSettings#sidekiq_job_limiter_limit_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_limit_bytes ApplicationSettings#sidekiq_job_limiter_limit_bytes}
---
@@ -14013,7 +14013,7 @@ public string SidekiqJobLimiterMode { get; set; }
track or compress. Sets the behavior for Sidekiq job size limits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_mode ApplicationSettings#sidekiq_job_limiter_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_mode ApplicationSettings#sidekiq_job_limiter_mode}
---
@@ -14027,7 +14027,7 @@ public string SignInText { get; set; }
Text on the login page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sign_in_text ApplicationSettings#sign_in_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sign_in_text ApplicationSettings#sign_in_text}
---
@@ -14041,7 +14041,7 @@ public object SignupEnabled { get; set; }
Enable registration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
---
@@ -14055,7 +14055,7 @@ public object SilentAdminExportsEnabled { get; set; }
Enable Silent admin exports.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#silent_admin_exports_enabled ApplicationSettings#silent_admin_exports_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#silent_admin_exports_enabled ApplicationSettings#silent_admin_exports_enabled}
---
@@ -14069,7 +14069,7 @@ public object SilentModeEnabled { get; set; }
Enable Silent mode.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#silent_mode_enabled ApplicationSettings#silent_mode_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#silent_mode_enabled ApplicationSettings#silent_mode_enabled}
---
@@ -14083,7 +14083,7 @@ public object SlackAppEnabled { get; set; }
(If enabled, requires: slack_app_id, slack_app_secret and slack_app_secret) Enable Slack app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_enabled ApplicationSettings#slack_app_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_enabled ApplicationSettings#slack_app_enabled}
---
@@ -14097,7 +14097,7 @@ public string SlackAppId { get; set; }
The app ID of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_id ApplicationSettings#slack_app_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_id ApplicationSettings#slack_app_id}
---
@@ -14111,7 +14111,7 @@ public string SlackAppSecret { get; set; }
The app secret of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_secret ApplicationSettings#slack_app_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_secret ApplicationSettings#slack_app_secret}
---
@@ -14125,7 +14125,7 @@ public string SlackAppSigningSecret { get; set; }
The signing secret of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_signing_secret ApplicationSettings#slack_app_signing_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_signing_secret ApplicationSettings#slack_app_signing_secret}
---
@@ -14139,7 +14139,7 @@ public string SlackAppVerificationToken { get; set; }
The verification token of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_verification_token ApplicationSettings#slack_app_verification_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_verification_token ApplicationSettings#slack_app_verification_token}
---
@@ -14153,7 +14153,7 @@ public double SnippetSizeLimit { get; set; }
Max snippet content size in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snippet_size_limit ApplicationSettings#snippet_size_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snippet_size_limit ApplicationSettings#snippet_size_limit}
---
@@ -14167,7 +14167,7 @@ public string SnowplowAppId { get; set; }
The Snowplow site name / application ID. (for example, gitlab).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_app_id ApplicationSettings#snowplow_app_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_app_id ApplicationSettings#snowplow_app_id}
---
@@ -14181,7 +14181,7 @@ public string SnowplowCollectorHostname { get; set; }
The Snowplow collector hostname. (for example, snowplow.trx.gitlab.net).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_collector_hostname ApplicationSettings#snowplow_collector_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_collector_hostname ApplicationSettings#snowplow_collector_hostname}
---
@@ -14195,7 +14195,7 @@ public string SnowplowCookieDomain { get; set; }
The Snowplow cookie domain. (for example, .gitlab.com).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_cookie_domain ApplicationSettings#snowplow_cookie_domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_cookie_domain ApplicationSettings#snowplow_cookie_domain}
---
@@ -14209,7 +14209,7 @@ public string SnowplowDatabaseCollectorHostname { get; set; }
The Snowplow collector for database events hostname. (for example, db-snowplow.trx.gitlab.net).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_database_collector_hostname ApplicationSettings#snowplow_database_collector_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_database_collector_hostname ApplicationSettings#snowplow_database_collector_hostname}
---
@@ -14223,7 +14223,7 @@ public object SnowplowEnabled { get; set; }
Enable snowplow tracking.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
---
@@ -14237,7 +14237,7 @@ public object SourcegraphEnabled { get; set; }
Enables Sourcegraph integration. If enabled, requires sourcegraph_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
---
@@ -14251,7 +14251,7 @@ public object SourcegraphPublicOnly { get; set; }
Blocks Sourcegraph from being loaded on private and internal projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_public_only ApplicationSettings#sourcegraph_public_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_public_only ApplicationSettings#sourcegraph_public_only}
---
@@ -14265,7 +14265,7 @@ public string SourcegraphUrl { get; set; }
The Sourcegraph instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
---
@@ -14279,7 +14279,7 @@ public string SpamCheckApiKey { get; set; }
API key used by GitLab for accessing the Spam Check service endpoint.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_api_key ApplicationSettings#spam_check_api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_api_key ApplicationSettings#spam_check_api_key}
---
@@ -14293,7 +14293,7 @@ public object SpamCheckEndpointEnabled { get; set; }
Enables spam checking using external Spam Check API endpoint.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_endpoint_enabled ApplicationSettings#spam_check_endpoint_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_endpoint_enabled ApplicationSettings#spam_check_endpoint_enabled}
---
@@ -14309,7 +14309,7 @@ URL of the external Spamcheck service endpoint.
Valid URI schemes are grpc or tls. Specifying tls forces communication to be encrypted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_endpoint_url ApplicationSettings#spam_check_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_endpoint_url ApplicationSettings#spam_check_endpoint_url}
---
@@ -14323,7 +14323,7 @@ public string StaticObjectsExternalStorageAuthToken { get; set; }
Authentication token for the external storage linked in static_objects_external_storage_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#static_objects_external_storage_auth_token ApplicationSettings#static_objects_external_storage_auth_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#static_objects_external_storage_auth_token ApplicationSettings#static_objects_external_storage_auth_token}
---
@@ -14337,7 +14337,7 @@ public string StaticObjectsExternalStorageUrl { get; set; }
URL to an external storage for repository static objects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#static_objects_external_storage_url ApplicationSettings#static_objects_external_storage_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#static_objects_external_storage_url ApplicationSettings#static_objects_external_storage_url}
---
@@ -14351,7 +14351,7 @@ public object SuggestPipelineEnabled { get; set; }
Enable pipeline suggestion banner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#suggest_pipeline_enabled ApplicationSettings#suggest_pipeline_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#suggest_pipeline_enabled ApplicationSettings#suggest_pipeline_enabled}
---
@@ -14365,7 +14365,7 @@ public double TerminalMaxSessionTime { get; set; }
Maximum time for web terminal websocket connection (in seconds). Set to 0 for unlimited time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#terminal_max_session_time ApplicationSettings#terminal_max_session_time}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#terminal_max_session_time ApplicationSettings#terminal_max_session_time}
---
@@ -14379,7 +14379,7 @@ public string Terms { get; set; }
(Required by: enforce_terms) Markdown content for the ToS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#terms ApplicationSettings#terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#terms ApplicationSettings#terms}
---
@@ -14395,7 +14395,7 @@ public object ThrottleAuthenticatedApiEnabled { get; set; }
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_enabled ApplicationSettings#throttle_authenticated_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_enabled ApplicationSettings#throttle_authenticated_api_enabled}
---
@@ -14409,7 +14409,7 @@ public double ThrottleAuthenticatedApiPeriodInSeconds { get; set; }
Rate limit period (in seconds).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_period_in_seconds ApplicationSettings#throttle_authenticated_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_period_in_seconds ApplicationSettings#throttle_authenticated_api_period_in_seconds}
---
@@ -14423,7 +14423,7 @@ public double ThrottleAuthenticatedApiRequestsPerPeriod { get; set; }
Maximum requests per period per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_requests_per_period ApplicationSettings#throttle_authenticated_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_requests_per_period ApplicationSettings#throttle_authenticated_api_requests_per_period}
---
@@ -14439,7 +14439,7 @@ public object ThrottleAuthenticatedPackagesApiEnabled { get; set; }
Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_enabled ApplicationSettings#throttle_authenticated_packages_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_enabled ApplicationSettings#throttle_authenticated_packages_api_enabled}
---
@@ -14453,7 +14453,7 @@ public double ThrottleAuthenticatedPackagesApiPeriodInSeconds { get; set; }
Rate limit period (in seconds). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_period_in_seconds ApplicationSettings#throttle_authenticated_packages_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_period_in_seconds ApplicationSettings#throttle_authenticated_packages_api_period_in_seconds}
---
@@ -14467,7 +14467,7 @@ public double ThrottleAuthenticatedPackagesApiRequestsPerPeriod { get; set; }
Maximum requests per period per user. View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_requests_per_period ApplicationSettings#throttle_authenticated_packages_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_requests_per_period ApplicationSettings#throttle_authenticated_packages_api_requests_per_period}
---
@@ -14483,7 +14483,7 @@ public object ThrottleAuthenticatedWebEnabled { get; set; }
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_enabled ApplicationSettings#throttle_authenticated_web_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_enabled ApplicationSettings#throttle_authenticated_web_enabled}
---
@@ -14497,7 +14497,7 @@ public double ThrottleAuthenticatedWebPeriodInSeconds { get; set; }
Rate limit period (in seconds).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_period_in_seconds ApplicationSettings#throttle_authenticated_web_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_period_in_seconds ApplicationSettings#throttle_authenticated_web_period_in_seconds}
---
@@ -14511,7 +14511,7 @@ public double ThrottleAuthenticatedWebRequestsPerPeriod { get; set; }
Maximum requests per period per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_requests_per_period ApplicationSettings#throttle_authenticated_web_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_requests_per_period ApplicationSettings#throttle_authenticated_web_requests_per_period}
---
@@ -14527,7 +14527,7 @@ public object ThrottleUnauthenticatedApiEnabled { get; set; }
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_enabled ApplicationSettings#throttle_unauthenticated_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_enabled ApplicationSettings#throttle_unauthenticated_api_enabled}
---
@@ -14541,7 +14541,7 @@ public double ThrottleUnauthenticatedApiPeriodInSeconds { get; set; }
Rate limit period in seconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_api_period_in_seconds}
---
@@ -14555,7 +14555,7 @@ public double ThrottleUnauthenticatedApiRequestsPerPeriod { get; set; }
Max requests per period per IP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_requests_per_period ApplicationSettings#throttle_unauthenticated_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_requests_per_period ApplicationSettings#throttle_unauthenticated_api_requests_per_period}
---
@@ -14571,7 +14571,7 @@ public object ThrottleUnauthenticatedPackagesApiEnabled { get; set; }
Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_enabled ApplicationSettings#throttle_unauthenticated_packages_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_enabled ApplicationSettings#throttle_unauthenticated_packages_api_enabled}
---
@@ -14585,7 +14585,7 @@ public double ThrottleUnauthenticatedPackagesApiPeriodInSeconds { get; set; }
Rate limit period (in seconds). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_packages_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_packages_api_period_in_seconds}
---
@@ -14599,7 +14599,7 @@ public double ThrottleUnauthenticatedPackagesApiRequestsPerPeriod { get; set; }
Maximum requests per period per user. View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_requests_per_period ApplicationSettings#throttle_unauthenticated_packages_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_requests_per_period ApplicationSettings#throttle_unauthenticated_packages_api_requests_per_period}
---
@@ -14615,7 +14615,7 @@ public object ThrottleUnauthenticatedWebEnabled { get; set; }
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_enabled ApplicationSettings#throttle_unauthenticated_web_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_enabled ApplicationSettings#throttle_unauthenticated_web_enabled}
---
@@ -14629,7 +14629,7 @@ public double ThrottleUnauthenticatedWebPeriodInSeconds { get; set; }
Rate limit period in seconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_period_in_seconds ApplicationSettings#throttle_unauthenticated_web_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_period_in_seconds ApplicationSettings#throttle_unauthenticated_web_period_in_seconds}
---
@@ -14643,7 +14643,7 @@ public double ThrottleUnauthenticatedWebRequestsPerPeriod { get; set; }
Max requests per period per IP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_requests_per_period ApplicationSettings#throttle_unauthenticated_web_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_requests_per_period ApplicationSettings#throttle_unauthenticated_web_requests_per_period}
---
@@ -14657,7 +14657,7 @@ public object TimeTrackingLimitToHours { get; set; }
Limit display of time tracking units to hours.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#time_tracking_limit_to_hours ApplicationSettings#time_tracking_limit_to_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#time_tracking_limit_to_hours ApplicationSettings#time_tracking_limit_to_hours}
---
@@ -14671,7 +14671,7 @@ public double TwoFactorGracePeriod { get; set; }
Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#two_factor_grace_period ApplicationSettings#two_factor_grace_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#two_factor_grace_period ApplicationSettings#two_factor_grace_period}
---
@@ -14687,7 +14687,7 @@ Specifies how many days after sign-up to delete users who have not confirmed the
Only applicable if delete_unconfirmed_users is set to true. Must be 1 or greater. Introduced in GitLab 16.1. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unconfirmed_users_delete_after_days ApplicationSettings#unconfirmed_users_delete_after_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unconfirmed_users_delete_after_days ApplicationSettings#unconfirmed_users_delete_after_days}
---
@@ -14701,7 +14701,7 @@ public object UniqueIpsLimitEnabled { get; set; }
(If enabled, requires: unique_ips_limit_per_user and unique_ips_limit_time_window) Limit sign in from multiple IPs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_enabled ApplicationSettings#unique_ips_limit_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_enabled ApplicationSettings#unique_ips_limit_enabled}
---
@@ -14715,7 +14715,7 @@ public double UniqueIpsLimitPerUser { get; set; }
Maximum number of IPs per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_per_user ApplicationSettings#unique_ips_limit_per_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_per_user ApplicationSettings#unique_ips_limit_per_user}
---
@@ -14729,7 +14729,7 @@ public double UniqueIpsLimitTimeWindow { get; set; }
How many seconds an IP is counted towards the limit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_time_window ApplicationSettings#unique_ips_limit_time_window}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_time_window ApplicationSettings#unique_ips_limit_time_window}
---
@@ -14743,7 +14743,7 @@ public object UpdateRunnerVersionsEnabled { get; set; }
Fetch GitLab Runner release version data from GitLab.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#update_runner_versions_enabled ApplicationSettings#update_runner_versions_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#update_runner_versions_enabled ApplicationSettings#update_runner_versions_enabled}
---
@@ -14757,7 +14757,7 @@ public object UsagePingEnabled { get; set; }
Every week GitLab reports license usage back to GitLab, Inc.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#usage_ping_enabled ApplicationSettings#usage_ping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#usage_ping_enabled ApplicationSettings#usage_ping_enabled}
---
@@ -14773,7 +14773,7 @@ Enables ClickHouse as a data source for analytics reports.
ClickHouse must be configured for this setting to take effect. Available on Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#use_clickhouse_for_analytics ApplicationSettings#use_clickhouse_for_analytics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#use_clickhouse_for_analytics ApplicationSettings#use_clickhouse_for_analytics}
---
@@ -14787,7 +14787,7 @@ public object UserDeactivationEmailsEnabled { get; set; }
Send an email to users upon account deactivation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_deactivation_emails_enabled ApplicationSettings#user_deactivation_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_deactivation_emails_enabled ApplicationSettings#user_deactivation_emails_enabled}
---
@@ -14801,7 +14801,7 @@ public object UserDefaultExternal { get; set; }
Newly registered users are external by default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_default_external ApplicationSettings#user_default_external}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_default_external ApplicationSettings#user_default_external}
---
@@ -14815,7 +14815,7 @@ public string UserDefaultInternalRegex { get; set; }
Specify an email address regex pattern to identify default internal users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_default_internal_regex ApplicationSettings#user_default_internal_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_default_internal_regex ApplicationSettings#user_default_internal_regex}
---
@@ -14829,7 +14829,7 @@ public object UserDefaultsToPrivateProfile { get; set; }
Newly created users have private profile by default. Introduced in GitLab 15.8.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_defaults_to_private_profile ApplicationSettings#user_defaults_to_private_profile}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_defaults_to_private_profile ApplicationSettings#user_defaults_to_private_profile}
---
@@ -14843,7 +14843,7 @@ public object UserOauthApplications { get; set; }
Allow users to register any application to use GitLab as an OAuth provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_oauth_applications ApplicationSettings#user_oauth_applications}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_oauth_applications ApplicationSettings#user_oauth_applications}
---
@@ -14857,7 +14857,7 @@ public object UserShowAddSshKeyMessage { get; set; }
When set to false disable the You won't be able to pull or push project code via SSH warning shown to users with no uploaded SSH key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_show_add_ssh_key_message ApplicationSettings#user_show_add_ssh_key_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_show_add_ssh_key_message ApplicationSettings#user_show_add_ssh_key_message}
---
@@ -14871,7 +14871,7 @@ public string[] ValidRunnerRegistrars { get; set; }
List of types which are allowed to register a GitLab Runner. Can be [], ['group'], ['project'] or ['group', 'project'].
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#valid_runner_registrars ApplicationSettings#valid_runner_registrars}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#valid_runner_registrars ApplicationSettings#valid_runner_registrars}
---
@@ -14885,7 +14885,7 @@ public object VersionCheckEnabled { get; set; }
Let GitLab inform you when an update is available.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#version_check_enabled ApplicationSettings#version_check_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#version_check_enabled ApplicationSettings#version_check_enabled}
---
@@ -14899,7 +14899,7 @@ public object WebIdeClientsidePreviewEnabled { get; set; }
Live Preview (allow live previews of JavaScript projects in the Web IDE using CodeSandbox Live Preview).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#web_ide_clientside_preview_enabled ApplicationSettings#web_ide_clientside_preview_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#web_ide_clientside_preview_enabled ApplicationSettings#web_ide_clientside_preview_enabled}
---
@@ -14913,7 +14913,7 @@ public string WhatsNewVariant { get; set; }
What's new variant, possible values: all_tiers, current_tier, and disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#whats_new_variant ApplicationSettings#whats_new_variant}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#whats_new_variant ApplicationSettings#whats_new_variant}
---
@@ -14927,7 +14927,7 @@ public double WikiPageMaxContentBytes { get; set; }
Maximum wiki page content size in bytes. The minimum value is 1024 bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#wiki_page_max_content_bytes ApplicationSettings#wiki_page_max_content_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#wiki_page_max_content_bytes ApplicationSettings#wiki_page_max_content_bytes}
---
@@ -14967,7 +14967,7 @@ public double[] AllowedToMerge { get; set; }
An array of access levels allowed to merge. Supports Developer (30) or Maintainer (40).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allowed_to_merge ApplicationSettings#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allowed_to_merge ApplicationSettings#allowed_to_merge}
---
@@ -14981,7 +14981,7 @@ public double[] AllowedToPush { get; set; }
An array of access levels allowed to push. Supports Developer (30) or Maintainer (40).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allowed_to_push ApplicationSettings#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allowed_to_push ApplicationSettings#allowed_to_push}
---
@@ -14995,7 +14995,7 @@ public object AllowForcePush { get; set; }
Allow force push for all users with push access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_force_push ApplicationSettings#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_force_push ApplicationSettings#allow_force_push}
---
@@ -15009,7 +15009,7 @@ public object DeveloperCanInitialPush { get; set; }
Allow developers to initial push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#developer_can_initial_push ApplicationSettings#developer_can_initial_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#developer_can_initial_push ApplicationSettings#developer_can_initial_push}
---
diff --git a/docs/applicationSettings.go.md b/docs/applicationSettings.go.md
index af1a156d7..d3afb81fb 100644
--- a/docs/applicationSettings.go.md
+++ b/docs/applicationSettings.go.md
@@ -4,7 +4,7 @@
### ApplicationSettings
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings gitlab_application_settings}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings gitlab_application_settings}.
#### Initializers
@@ -2664,7 +2664,7 @@ The construct id used in the generated config for the ApplicationSettings to imp
The id of the existing ApplicationSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use
---
@@ -10236,7 +10236,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/applicationsettings
| HousekeepingIncrementalRepackPeriod
| *f64
| Number of Git pushes after which an incremental git repack is run. |
| HousekeepingOptimizeRepositoryPeriod
| *f64
| Number of Git pushes after which an incremental git repack is run. |
| HtmlEmailsEnabled
| interface{}
| Enable HTML emails. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#id ApplicationSettings#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#id ApplicationSettings#id}. |
| ImportSources
| *[]*string
| Sources to allow project import from. Valid values are: `github`, `bitbucket`, `bitbucket_server`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`. |
| InactiveProjectsDeleteAfterMonths
| *f64
| If delete_inactive_projects is true, the time (in months) to wait before deleting inactive projects. |
| InactiveProjectsMinSizeMb
| *f64
| If delete_inactive_projects is true, the minimum repository size for projects to be checked for inactivity. |
@@ -10481,7 +10481,7 @@ AbuseNotificationEmail *string
If set, abuse reports are sent to this address. Abuse reports are always available in the Admin Area.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#abuse_notification_email ApplicationSettings#abuse_notification_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#abuse_notification_email ApplicationSettings#abuse_notification_email}
---
@@ -10495,7 +10495,7 @@ AdminMode interface{}
Require administrators to enable Admin Mode by re-authenticating for administrative tasks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
---
@@ -10509,7 +10509,7 @@ AfterSignOutPath *string
Where to redirect users after logout.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#after_sign_out_path ApplicationSettings#after_sign_out_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#after_sign_out_path ApplicationSettings#after_sign_out_path}
---
@@ -10523,7 +10523,7 @@ AfterSignUpText *string
Text shown to the user after signing up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#after_sign_up_text ApplicationSettings#after_sign_up_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#after_sign_up_text ApplicationSettings#after_sign_up_text}
---
@@ -10537,7 +10537,7 @@ AkismetApiKey *string
API key for Akismet spam protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#akismet_api_key ApplicationSettings#akismet_api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#akismet_api_key ApplicationSettings#akismet_api_key}
---
@@ -10551,7 +10551,7 @@ AkismetEnabled interface{}
(If enabled, requires: akismet_api_key) Enable or disable Akismet spam protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
---
@@ -10565,7 +10565,7 @@ AllowAccountDeletion interface{}
Set to true to allow users to delete their accounts. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_account_deletion ApplicationSettings#allow_account_deletion}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_account_deletion ApplicationSettings#allow_account_deletion}
---
@@ -10579,7 +10579,7 @@ AllowGroupOwnersToManageLdap interface{}
Set to true to allow group owners to manage LDAP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_group_owners_to_manage_ldap ApplicationSettings#allow_group_owners_to_manage_ldap}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_group_owners_to_manage_ldap ApplicationSettings#allow_group_owners_to_manage_ldap}
---
@@ -10593,7 +10593,7 @@ AllowLocalRequestsFromSystemHooks interface{}
Allow requests to the local network from system hooks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_local_requests_from_system_hooks ApplicationSettings#allow_local_requests_from_system_hooks}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_local_requests_from_system_hooks ApplicationSettings#allow_local_requests_from_system_hooks}
---
@@ -10607,7 +10607,7 @@ AllowLocalRequestsFromWebHooksAndServices interface{}
Allow requests to the local network from web hooks and services.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_local_requests_from_web_hooks_and_services ApplicationSettings#allow_local_requests_from_web_hooks_and_services}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_local_requests_from_web_hooks_and_services ApplicationSettings#allow_local_requests_from_web_hooks_and_services}
---
@@ -10621,7 +10621,7 @@ AllowProjectCreationForGuestAndBelow interface{}
Indicates whether users assigned up to the Guest role can create groups and personal projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_project_creation_for_guest_and_below ApplicationSettings#allow_project_creation_for_guest_and_below}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_project_creation_for_guest_and_below ApplicationSettings#allow_project_creation_for_guest_and_below}
---
@@ -10635,7 +10635,7 @@ AllowRunnerRegistrationToken interface{}
Allow using a registration token to create a runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_runner_registration_token ApplicationSettings#allow_runner_registration_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_runner_registration_token ApplicationSettings#allow_runner_registration_token}
---
@@ -10651,7 +10651,7 @@ Set the duration for which the jobs are considered as old and expired.
After that time passes, the jobs are archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: 15 days, 1 month, 2 years.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#archive_builds_in_human_readable ApplicationSettings#archive_builds_in_human_readable}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#archive_builds_in_human_readable ApplicationSettings#archive_builds_in_human_readable}
---
@@ -10665,7 +10665,7 @@ AsciidocMaxIncludes *f64
Maximum limit of AsciiDoc include directives being processed in any one document. Maximum: 64.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asciidoc_max_includes ApplicationSettings#asciidoc_max_includes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asciidoc_max_includes ApplicationSettings#asciidoc_max_includes}
---
@@ -10681,7 +10681,7 @@ Assets that match these domains are not proxied.
Wildcards allowed. Your GitLab installation URL is automatically allowlisted. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_allowlist ApplicationSettings#asset_proxy_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_allowlist ApplicationSettings#asset_proxy_allowlist}
---
@@ -10695,7 +10695,7 @@ AssetProxyEnabled interface{}
(If enabled, requires: asset_proxy_url) Enable proxying of assets. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_enabled ApplicationSettings#asset_proxy_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_enabled ApplicationSettings#asset_proxy_enabled}
---
@@ -10709,7 +10709,7 @@ AssetProxySecretKey *string
Shared secret with the asset proxy server. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_secret_key ApplicationSettings#asset_proxy_secret_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_secret_key ApplicationSettings#asset_proxy_secret_key}
---
@@ -10723,7 +10723,7 @@ AssetProxyUrl *string
URL of the asset proxy server. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_url ApplicationSettings#asset_proxy_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_url ApplicationSettings#asset_proxy_url}
---
@@ -10739,7 +10739,7 @@ By default, we write to the authorized_keys file to support Git over SSH without
GitLab can be optimized to authenticate SSH keys via the database file. Only disable this if you have configured your OpenSSH server to use the AuthorizedKeysCommand.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#authorized_keys_enabled ApplicationSettings#authorized_keys_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#authorized_keys_enabled ApplicationSettings#authorized_keys_enabled}
---
@@ -10755,7 +10755,7 @@ When enabled, users will get automatically banned from the application when they
Introduced in GitLab 15.4. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_ban_user_on_excessive_projects_download ApplicationSettings#auto_ban_user_on_excessive_projects_download}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_ban_user_on_excessive_projects_download ApplicationSettings#auto_ban_user_on_excessive_projects_download}
---
@@ -10769,7 +10769,7 @@ AutoDevopsDomain *string
Specify a domain to use by default for every project’s Auto Review Apps and Auto Deploy stages.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_devops_domain ApplicationSettings#auto_devops_domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_devops_domain ApplicationSettings#auto_devops_domain}
---
@@ -10785,7 +10785,7 @@ Enable Auto DevOps for projects by default.
It automatically builds, tests, and deploys applications based on a predefined CI/CD configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_devops_enabled ApplicationSettings#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_devops_enabled ApplicationSettings#auto_devops_enabled}
---
@@ -10799,7 +10799,7 @@ AutomaticPurchasedStorageAllocation interface{}
Enabling this permits automatic allocation of purchased storage in a namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#automatic_purchased_storage_allocation ApplicationSettings#automatic_purchased_storage_allocation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#automatic_purchased_storage_allocation ApplicationSettings#automatic_purchased_storage_allocation}
---
@@ -10813,7 +10813,7 @@ BulkImportConcurrentPipelineBatchLimit *f64
Maximum simultaneous Direct Transfer batches to process.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_concurrent_pipeline_batch_limit ApplicationSettings#bulk_import_concurrent_pipeline_batch_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_concurrent_pipeline_batch_limit ApplicationSettings#bulk_import_concurrent_pipeline_batch_limit}
---
@@ -10827,7 +10827,7 @@ BulkImportEnabled interface{}
Enable migrating GitLab groups by direct transfer. Introduced in GitLab 15.8.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_enabled ApplicationSettings#bulk_import_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_enabled ApplicationSettings#bulk_import_enabled}
---
@@ -10841,7 +10841,7 @@ BulkImportMaxDownloadFileSize *f64
Maximum download file size when importing from source GitLab instances by direct transfer. Introduced in GitLab 16.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_max_download_file_size ApplicationSettings#bulk_import_max_download_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_max_download_file_size ApplicationSettings#bulk_import_max_download_file_size}
---
@@ -10855,7 +10855,7 @@ CanCreateGroup interface{}
Indicates whether users can create top-level groups. Introduced in GitLab 15.5.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#can_create_group ApplicationSettings#can_create_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#can_create_group ApplicationSettings#can_create_group}
---
@@ -10869,7 +10869,7 @@ CheckNamespacePlan interface{}
Enabling this makes only licensed EE features available to projects if the project namespace’s plan includes the feature or if the project is public.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#check_namespace_plan ApplicationSettings#check_namespace_plan}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#check_namespace_plan ApplicationSettings#check_namespace_plan}
---
@@ -10883,7 +10883,7 @@ CiMaxIncludes *f64
The maximum number of includes per pipeline.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ci_max_includes ApplicationSettings#ci_max_includes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ci_max_includes ApplicationSettings#ci_max_includes}
---
@@ -10897,7 +10897,7 @@ CiMaxTotalYamlSizeBytes *f64
The maximum amount of memory, in bytes, that can be allocated for the pipeline configuration, with all included YAML configuration files.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ci_max_total_yaml_size_bytes ApplicationSettings#ci_max_total_yaml_size_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ci_max_total_yaml_size_bytes ApplicationSettings#ci_max_total_yaml_size_bytes}
---
@@ -10911,7 +10911,7 @@ CommitEmailHostname *string
Custom hostname (for private commit emails).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#commit_email_hostname ApplicationSettings#commit_email_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#commit_email_hostname ApplicationSettings#commit_email_hostname}
---
@@ -10925,7 +10925,7 @@ ConcurrentBitbucketImportJobsLimit *f64
Maximum number of simultaneous import jobs for the Bitbucket Cloud importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_bitbucket_import_jobs_limit ApplicationSettings#concurrent_bitbucket_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_bitbucket_import_jobs_limit ApplicationSettings#concurrent_bitbucket_import_jobs_limit}
---
@@ -10939,7 +10939,7 @@ ConcurrentBitbucketServerImportJobsLimit *f64
Maximum number of simultaneous import jobs for the Bitbucket Server importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_bitbucket_server_import_jobs_limit ApplicationSettings#concurrent_bitbucket_server_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_bitbucket_server_import_jobs_limit ApplicationSettings#concurrent_bitbucket_server_import_jobs_limit}
---
@@ -10953,7 +10953,7 @@ ConcurrentGithubImportJobsLimit *f64
Maximum number of simultaneous import jobs for the GitHub importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_github_import_jobs_limit ApplicationSettings#concurrent_github_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_github_import_jobs_limit ApplicationSettings#concurrent_github_import_jobs_limit}
---
@@ -10967,7 +10967,7 @@ ContainerExpirationPoliciesEnableHistoricEntries interface{}
Enable cleanup policies for all projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_expiration_policies_enable_historic_entries ApplicationSettings#container_expiration_policies_enable_historic_entries}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_expiration_policies_enable_historic_entries ApplicationSettings#container_expiration_policies_enable_historic_entries}
---
@@ -10981,7 +10981,7 @@ ContainerRegistryCleanupTagsServiceMaxListSize *f64
The maximum number of tags that can be deleted in a single execution of cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_cleanup_tags_service_max_list_size ApplicationSettings#container_registry_cleanup_tags_service_max_list_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_cleanup_tags_service_max_list_size ApplicationSettings#container_registry_cleanup_tags_service_max_list_size}
---
@@ -10995,7 +10995,7 @@ ContainerRegistryDeleteTagsServiceTimeout *f64
The maximum time, in seconds, that the cleanup process can take to delete a batch of tags for cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_delete_tags_service_timeout ApplicationSettings#container_registry_delete_tags_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_delete_tags_service_timeout ApplicationSettings#container_registry_delete_tags_service_timeout}
---
@@ -11009,7 +11009,7 @@ ContainerRegistryExpirationPoliciesCaching interface{}
Caching during the execution of cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_expiration_policies_caching ApplicationSettings#container_registry_expiration_policies_caching}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_expiration_policies_caching ApplicationSettings#container_registry_expiration_policies_caching}
---
@@ -11023,7 +11023,7 @@ ContainerRegistryExpirationPoliciesWorkerCapacity *f64
Number of workers for cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_expiration_policies_worker_capacity ApplicationSettings#container_registry_expiration_policies_worker_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_expiration_policies_worker_capacity ApplicationSettings#container_registry_expiration_policies_worker_capacity}
---
@@ -11037,7 +11037,7 @@ ContainerRegistryTokenExpireDelay *f64
Container Registry token duration in minutes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_token_expire_delay ApplicationSettings#container_registry_token_expire_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_token_expire_delay ApplicationSettings#container_registry_token_expire_delay}
---
@@ -11051,7 +11051,7 @@ DeactivateDormantUsers interface{}
Enable automatic deactivation of dormant users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deactivate_dormant_users ApplicationSettings#deactivate_dormant_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deactivate_dormant_users ApplicationSettings#deactivate_dormant_users}
---
@@ -11065,7 +11065,7 @@ DeactivateDormantUsersPeriod *f64
Length of time (in days) after which a user is considered dormant. Introduced in GitLab 15.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deactivate_dormant_users_period ApplicationSettings#deactivate_dormant_users_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deactivate_dormant_users_period ApplicationSettings#deactivate_dormant_users_period}
---
@@ -11079,7 +11079,7 @@ DecompressArchiveFileTimeout *f64
Default timeout for decompressing archived files, in seconds. Set to 0 to disable timeouts. Introduced in GitLab 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#decompress_archive_file_timeout ApplicationSettings#decompress_archive_file_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#decompress_archive_file_timeout ApplicationSettings#decompress_archive_file_timeout}
---
@@ -11093,7 +11093,7 @@ DefaultArtifactsExpireIn *string
Set the default expiration time for each job’s artifacts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_artifacts_expire_in ApplicationSettings#default_artifacts_expire_in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_artifacts_expire_in ApplicationSettings#default_artifacts_expire_in}
---
@@ -11107,7 +11107,7 @@ DefaultBranchName *string
Instance-level custom initial branch name (introduced in GitLab 13.2).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_name ApplicationSettings#default_branch_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_name ApplicationSettings#default_branch_name}
---
@@ -11123,7 +11123,7 @@ Determine if developers can push to the default branch.
Can take: 0 (not protected, both users with the Developer role or Maintainer role can push new commits and force push), 1 (partially protected, users with the Developer role or Maintainer role can push new commits, but cannot force push) or 2 (fully protected, users with the Developer or Maintainer role cannot push new commits, but users with the Developer or Maintainer role can; no one can force push) as a parameter. Default is 2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_protection ApplicationSettings#default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_protection ApplicationSettings#default_branch_protection}
---
@@ -11137,7 +11137,7 @@ DefaultBranchProtectionDefaults ApplicationSettingsDefaultBranchProtectionDefaul
default_branch_protection_defaults block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_protection_defaults ApplicationSettings#default_branch_protection_defaults}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_protection_defaults ApplicationSettings#default_branch_protection_defaults}
---
@@ -11151,7 +11151,7 @@ DefaultCiConfigPath *string
Default CI/CD configuration file and path for new projects (.gitlab-ci.yml if not set).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_ci_config_path ApplicationSettings#default_ci_config_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_ci_config_path ApplicationSettings#default_ci_config_path}
---
@@ -11165,7 +11165,7 @@ DefaultGroupVisibility *string
What visibility level new groups receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_group_visibility ApplicationSettings#default_group_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_group_visibility ApplicationSettings#default_group_visibility}
---
@@ -11179,7 +11179,7 @@ DefaultPreferredLanguage *string
Default preferred language for users who are not logged in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_preferred_language ApplicationSettings#default_preferred_language}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_preferred_language ApplicationSettings#default_preferred_language}
---
@@ -11193,7 +11193,7 @@ DefaultProjectCreation *f64
Default project creation protection. Can take: 0 (No one), 1 (Maintainers) or 2 (Developers + Maintainers).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_project_creation ApplicationSettings#default_project_creation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_project_creation ApplicationSettings#default_project_creation}
---
@@ -11207,7 +11207,7 @@ DefaultProjectsLimit *f64
Project limit per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_projects_limit ApplicationSettings#default_projects_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_projects_limit ApplicationSettings#default_projects_limit}
---
@@ -11221,7 +11221,7 @@ DefaultProjectVisibility *string
What visibility level new projects receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_project_visibility ApplicationSettings#default_project_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_project_visibility ApplicationSettings#default_project_visibility}
---
@@ -11235,7 +11235,7 @@ DefaultSnippetVisibility *string
What visibility level new snippets receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_snippet_visibility ApplicationSettings#default_snippet_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_snippet_visibility ApplicationSettings#default_snippet_visibility}
---
@@ -11249,7 +11249,7 @@ DefaultSyntaxHighlightingTheme *f64
Default syntax highlighting theme for users who are new or not signed in. See IDs of available themes (https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/themes.rb#L16).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_syntax_highlighting_theme ApplicationSettings#default_syntax_highlighting_theme}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_syntax_highlighting_theme ApplicationSettings#default_syntax_highlighting_theme}
---
@@ -11263,7 +11263,7 @@ DeleteInactiveProjects interface{}
Enable inactive project deletion feature. Introduced in GitLab 14.10. Became operational in GitLab 15.0 (with feature flag inactive_projects_deletion).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#delete_inactive_projects ApplicationSettings#delete_inactive_projects}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#delete_inactive_projects ApplicationSettings#delete_inactive_projects}
---
@@ -11279,7 +11279,7 @@ Specifies whether users who have not confirmed their email should be deleted.
When set to true, unconfirmed users are deleted after unconfirmed_users_delete_after_days days. Introduced in GitLab 16.1. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#delete_unconfirmed_users ApplicationSettings#delete_unconfirmed_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#delete_unconfirmed_users ApplicationSettings#delete_unconfirmed_users}
---
@@ -11295,7 +11295,7 @@ The number of days to wait before deleting a project or group that is marked for
Value must be between 1 and 90.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deletion_adjourned_period ApplicationSettings#deletion_adjourned_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deletion_adjourned_period ApplicationSettings#deletion_adjourned_period}
---
@@ -11309,7 +11309,7 @@ DiagramsnetEnabled interface{}
(If enabled, requires diagramsnet_url) Enable Diagrams.net integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
---
@@ -11323,7 +11323,7 @@ DiagramsnetUrl *string
The Diagrams.net instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
---
@@ -11337,7 +11337,7 @@ DiffMaxFiles *f64
Maximum files in a diff.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_files ApplicationSettings#diff_max_files}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_files ApplicationSettings#diff_max_files}
---
@@ -11351,7 +11351,7 @@ DiffMaxLines *f64
Maximum lines in a diff.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_lines ApplicationSettings#diff_max_lines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_lines ApplicationSettings#diff_max_lines}
---
@@ -11365,7 +11365,7 @@ DiffMaxPatchBytes *f64
Maximum diff patch size, in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_patch_bytes ApplicationSettings#diff_max_patch_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_patch_bytes ApplicationSettings#diff_max_patch_bytes}
---
@@ -11379,7 +11379,7 @@ DisableAdminOauthScopes interface{}
Stops administrators from connecting their GitLab accounts to non-trusted OAuth 2.0 applications that have the api, read_api, read_repository, write_repository, read_registry, write_registry, or sudo scopes. Introduced in GitLab 15.6.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_admin_oauth_scopes ApplicationSettings#disable_admin_oauth_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_admin_oauth_scopes ApplicationSettings#disable_admin_oauth_scopes}
---
@@ -11393,7 +11393,7 @@ DisabledOauthSignInSources *[]*string
Disabled OAuth sign-in sources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disabled_oauth_sign_in_sources ApplicationSettings#disabled_oauth_sign_in_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disabled_oauth_sign_in_sources ApplicationSettings#disabled_oauth_sign_in_sources}
---
@@ -11407,7 +11407,7 @@ DisableFeedToken interface{}
Disable display of RSS/Atom and calendar feed tokens (introduced in GitLab 13.7).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_feed_token ApplicationSettings#disable_feed_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_feed_token ApplicationSettings#disable_feed_token}
---
@@ -11423,7 +11423,7 @@ Disable personal access tokens.
Introduced in GitLab 15.7. Self-managed, Premium and Ultimate only. There is no method available to enable a personal access token that’s been disabled through the API. This is a known issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_personal_access_tokens ApplicationSettings#disable_personal_access_tokens}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_personal_access_tokens ApplicationSettings#disable_personal_access_tokens}
---
@@ -11437,7 +11437,7 @@ DnsRebindingProtectionEnabled interface{}
Enforce DNS rebinding attack protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#dns_rebinding_protection_enabled ApplicationSettings#dns_rebinding_protection_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#dns_rebinding_protection_enabled ApplicationSettings#dns_rebinding_protection_enabled}
---
@@ -11451,7 +11451,7 @@ DomainAllowlist *[]*string
Force people to use only corporate emails for sign-up. Null means there is no restriction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
---
@@ -11467,7 +11467,7 @@ Users with email addresses that match these domains cannot sign up.
Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
---
@@ -11481,7 +11481,7 @@ DomainDenylistEnabled interface{}
(If enabled, requires: domain_denylist) Allows blocking sign-ups from emails from specific domains.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_denylist_enabled ApplicationSettings#domain_denylist_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_denylist_enabled ApplicationSettings#domain_denylist_enabled}
---
@@ -11495,7 +11495,7 @@ DownstreamPipelineTriggerLimitPerProjectUserSha *f64
Maximum downstream pipeline trigger rate. Introduced in GitLab 16.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#downstream_pipeline_trigger_limit_per_project_user_sha ApplicationSettings#downstream_pipeline_trigger_limit_per_project_user_sha}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#downstream_pipeline_trigger_limit_per_project_user_sha ApplicationSettings#downstream_pipeline_trigger_limit_per_project_user_sha}
---
@@ -11509,7 +11509,7 @@ DsaKeyRestriction *f64
The minimum allowed bit length of an uploaded DSA key. 0 means no restriction. -1 disables DSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#dsa_key_restriction ApplicationSettings#dsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#dsa_key_restriction ApplicationSettings#dsa_key_restriction}
---
@@ -11523,7 +11523,7 @@ DuoFeaturesEnabled interface{}
Indicates whether GitLab Duo features are enabled for this instance. Introduced in GitLab 16.10. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#duo_features_enabled ApplicationSettings#duo_features_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#duo_features_enabled ApplicationSettings#duo_features_enabled}
---
@@ -11539,7 +11539,7 @@ The minimum allowed curve size (in bits) of an uploaded ECDSA key.
0 means no restriction. -1 disables ECDSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ecdsa_key_restriction ApplicationSettings#ecdsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ecdsa_key_restriction ApplicationSettings#ecdsa_key_restriction}
---
@@ -11555,7 +11555,7 @@ The minimum allowed curve size (in bits) of an uploaded ECDSA_SK key.
0 means no restriction. -1 disables ECDSA_SK keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ecdsa_sk_key_restriction ApplicationSettings#ecdsa_sk_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ecdsa_sk_key_restriction ApplicationSettings#ecdsa_sk_key_restriction}
---
@@ -11571,7 +11571,7 @@ The minimum allowed curve size (in bits) of an uploaded ED25519 key.
0 means no restriction. -1 disables ED25519 keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ed25519_key_restriction ApplicationSettings#ed25519_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ed25519_key_restriction ApplicationSettings#ed25519_key_restriction}
---
@@ -11587,7 +11587,7 @@ The minimum allowed curve size (in bits) of an uploaded ED25519_SK key.
0 means no restriction. -1 disables ED25519_SK keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ed25519_sk_key_restriction ApplicationSettings#ed25519_sk_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ed25519_sk_key_restriction ApplicationSettings#ed25519_sk_key_restriction}
---
@@ -11601,7 +11601,7 @@ EksAccessKeyId *string
AWS IAM access key ID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_access_key_id ApplicationSettings#eks_access_key_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_access_key_id ApplicationSettings#eks_access_key_id}
---
@@ -11615,7 +11615,7 @@ EksAccountId *string
Amazon account ID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_account_id ApplicationSettings#eks_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_account_id ApplicationSettings#eks_account_id}
---
@@ -11629,7 +11629,7 @@ EksIntegrationEnabled interface{}
Enable integration with Amazon EKS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_integration_enabled ApplicationSettings#eks_integration_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_integration_enabled ApplicationSettings#eks_integration_enabled}
---
@@ -11643,7 +11643,7 @@ EksSecretAccessKey *string
AWS IAM secret access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_secret_access_key ApplicationSettings#eks_secret_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_secret_access_key ApplicationSettings#eks_secret_access_key}
---
@@ -11657,7 +11657,7 @@ ElasticsearchAws interface{}
Enable the use of AWS hosted Elasticsearch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
---
@@ -11671,7 +11671,7 @@ ElasticsearchAwsAccessKey *string
AWS IAM access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_access_key ApplicationSettings#elasticsearch_aws_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_access_key ApplicationSettings#elasticsearch_aws_access_key}
---
@@ -11685,7 +11685,7 @@ ElasticsearchAwsRegion *string
The AWS region the Elasticsearch domain is configured.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_region ApplicationSettings#elasticsearch_aws_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_region ApplicationSettings#elasticsearch_aws_region}
---
@@ -11699,7 +11699,7 @@ ElasticsearchAwsSecretAccessKey *string
AWS IAM secret access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_secret_access_key ApplicationSettings#elasticsearch_aws_secret_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_secret_access_key ApplicationSettings#elasticsearch_aws_secret_access_key}
---
@@ -11715,7 +11715,7 @@ Maximum size of text fields to index by Elasticsearch.
0 value means no limit. This does not apply to repository and wiki indexing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexed_field_length_limit ApplicationSettings#elasticsearch_indexed_field_length_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexed_field_length_limit ApplicationSettings#elasticsearch_indexed_field_length_limit}
---
@@ -11729,7 +11729,7 @@ ElasticsearchIndexedFileSizeLimitKb *f64
Maximum size of repository and wiki files that are indexed by Elasticsearch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexed_file_size_limit_kb ApplicationSettings#elasticsearch_indexed_file_size_limit_kb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexed_file_size_limit_kb ApplicationSettings#elasticsearch_indexed_file_size_limit_kb}
---
@@ -11743,7 +11743,7 @@ ElasticsearchIndexing interface{}
Enable Elasticsearch indexing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
---
@@ -11757,7 +11757,7 @@ ElasticsearchLimitIndexing interface{}
Limit Elasticsearch to index certain namespaces and projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_limit_indexing ApplicationSettings#elasticsearch_limit_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_limit_indexing ApplicationSettings#elasticsearch_limit_indexing}
---
@@ -11771,7 +11771,7 @@ ElasticsearchMaxBulkConcurrency *f64
Maximum concurrency of Elasticsearch bulk requests per indexing operation. This only applies to repository indexing operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_bulk_concurrency ApplicationSettings#elasticsearch_max_bulk_concurrency}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_bulk_concurrency ApplicationSettings#elasticsearch_max_bulk_concurrency}
---
@@ -11785,7 +11785,7 @@ ElasticsearchMaxBulkSizeMb *f64
Maximum size of Elasticsearch bulk indexing requests in MB. This only applies to repository indexing operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_bulk_size_mb ApplicationSettings#elasticsearch_max_bulk_size_mb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_bulk_size_mb ApplicationSettings#elasticsearch_max_bulk_size_mb}
---
@@ -11799,7 +11799,7 @@ ElasticsearchMaxCodeIndexingConcurrency *f64
Maximum concurrency of Elasticsearch code indexing background jobs. This only applies to repository indexing operations. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_code_indexing_concurrency ApplicationSettings#elasticsearch_max_code_indexing_concurrency}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_code_indexing_concurrency ApplicationSettings#elasticsearch_max_code_indexing_concurrency}
---
@@ -11813,7 +11813,7 @@ ElasticsearchNamespaceIds *[]*f64
The namespaces to index via Elasticsearch if elasticsearch_limit_indexing is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_namespace_ids ApplicationSettings#elasticsearch_namespace_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_namespace_ids ApplicationSettings#elasticsearch_namespace_ids}
---
@@ -11827,7 +11827,7 @@ ElasticsearchPassword *string
The password of your Elasticsearch instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
---
@@ -11841,7 +11841,7 @@ ElasticsearchProjectIds *[]*f64
The projects to index via Elasticsearch if elasticsearch_limit_indexing is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_project_ids ApplicationSettings#elasticsearch_project_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_project_ids ApplicationSettings#elasticsearch_project_ids}
---
@@ -11857,7 +11857,7 @@ Enable automatic requeuing of indexing workers.
This improves non-code indexing throughput by enqueuing Sidekiq jobs until all documents are processed. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_requeue_workers ApplicationSettings#elasticsearch_requeue_workers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_requeue_workers ApplicationSettings#elasticsearch_requeue_workers}
---
@@ -11871,7 +11871,7 @@ ElasticsearchSearch interface{}
Enable Elasticsearch search.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
---
@@ -11885,7 +11885,7 @@ ElasticsearchUrl *[]*string
The URL to use for connecting to Elasticsearch. Use a comma-separated list to support cluster (for example, http://localhost:9200, http://localhost:9201).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
---
@@ -11899,7 +11899,7 @@ ElasticsearchUsername *string
The username of your Elasticsearch instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
---
@@ -11915,7 +11915,7 @@ Number of indexing worker shards.
This improves non-code indexing throughput by enqueuing more parallel Sidekiq jobs. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_worker_number_of_shards ApplicationSettings#elasticsearch_worker_number_of_shards}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_worker_number_of_shards ApplicationSettings#elasticsearch_worker_number_of_shards}
---
@@ -11929,7 +11929,7 @@ EmailAdditionalText *string
Additional text added to the bottom of every email for legal/auditing/compliance reasons.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_additional_text ApplicationSettings#email_additional_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_additional_text ApplicationSettings#email_additional_text}
---
@@ -11945,7 +11945,7 @@ Some email servers do not support overriding the email sender name.
Enable this option to include the name of the author of the issue, merge request or comment in the email body instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_author_in_body ApplicationSettings#email_author_in_body}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_author_in_body ApplicationSettings#email_author_in_body}
---
@@ -11959,7 +11959,7 @@ EmailConfirmationSetting *string
Specifies whether users must confirm their email before sign in. Possible values are off, soft, and hard.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_confirmation_setting ApplicationSettings#email_confirmation_setting}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_confirmation_setting ApplicationSettings#email_confirmation_setting}
---
@@ -11973,7 +11973,7 @@ EnableArtifactExternalRedirectWarningPage interface{}
Show the external redirect page that warns you about user-generated content in GitLab Pages.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enable_artifact_external_redirect_warning_page ApplicationSettings#enable_artifact_external_redirect_warning_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enable_artifact_external_redirect_warning_page ApplicationSettings#enable_artifact_external_redirect_warning_page}
---
@@ -11987,7 +11987,7 @@ EnabledGitAccessProtocol *string
Enabled protocols for Git access. Allowed values are: ssh, http, and nil to allow both protocols.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enabled_git_access_protocol ApplicationSettings#enabled_git_access_protocol}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enabled_git_access_protocol ApplicationSettings#enabled_git_access_protocol}
---
@@ -12001,7 +12001,7 @@ EnforceNamespaceStorageLimit interface{}
Enabling this permits enforcement of namespace storage limits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enforce_namespace_storage_limit ApplicationSettings#enforce_namespace_storage_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enforce_namespace_storage_limit ApplicationSettings#enforce_namespace_storage_limit}
---
@@ -12015,7 +12015,7 @@ EnforceTerms interface{}
(If enabled, requires: terms) Enforce application ToS to all users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
---
@@ -12029,7 +12029,7 @@ ExternalAuthClientCert *string
(If enabled, requires: external_auth_client_key) The certificate to use to authenticate with the external authorization service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_cert ApplicationSettings#external_auth_client_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_cert ApplicationSettings#external_auth_client_cert}
---
@@ -12043,7 +12043,7 @@ ExternalAuthClientKey *string
Private key for the certificate when authentication is required for the external authorization service, this is encrypted when stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_key ApplicationSettings#external_auth_client_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_key ApplicationSettings#external_auth_client_key}
---
@@ -12057,7 +12057,7 @@ ExternalAuthClientKeyPass *string
Passphrase to use for the private key when authenticating with the external service this is encrypted when stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_key_pass ApplicationSettings#external_auth_client_key_pass}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_key_pass ApplicationSettings#external_auth_client_key_pass}
---
@@ -12071,7 +12071,7 @@ ExternalAuthorizationServiceDefaultLabel *string
The default classification label to use when requesting authorization and no classification label has been specified on the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_default_label ApplicationSettings#external_authorization_service_default_label}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_default_label ApplicationSettings#external_authorization_service_default_label}
---
@@ -12085,7 +12085,7 @@ ExternalAuthorizationServiceEnabled interface{}
(If enabled, requires: external_authorization_service_default_label, external_authorization_service_timeout and external_authorization_service_url) Enable using an external authorization service for accessing projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_enabled ApplicationSettings#external_authorization_service_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_enabled ApplicationSettings#external_authorization_service_enabled}
---
@@ -12101,7 +12101,7 @@ The timeout after which an authorization request is aborted, in seconds.
When a request times out, access is denied to the user. (min: 0.001, max: 10, step: 0.001).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_timeout ApplicationSettings#external_authorization_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_timeout ApplicationSettings#external_authorization_service_timeout}
---
@@ -12115,7 +12115,7 @@ ExternalAuthorizationServiceUrl *string
URL to which authorization requests are directed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_url ApplicationSettings#external_authorization_service_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_url ApplicationSettings#external_authorization_service_url}
---
@@ -12129,7 +12129,7 @@ ExternalPipelineValidationServiceTimeout *f64
How long to wait for a response from the pipeline validation service. Assumes OK if it times out.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_timeout ApplicationSettings#external_pipeline_validation_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_timeout ApplicationSettings#external_pipeline_validation_service_timeout}
---
@@ -12143,7 +12143,7 @@ ExternalPipelineValidationServiceToken *string
Optional. Token to include as the X-Gitlab-Token header in requests to the URL in external_pipeline_validation_service_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_token ApplicationSettings#external_pipeline_validation_service_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_token ApplicationSettings#external_pipeline_validation_service_token}
---
@@ -12157,7 +12157,7 @@ ExternalPipelineValidationServiceUrl *string
URL to use for pipeline validation requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_url ApplicationSettings#external_pipeline_validation_service_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_url ApplicationSettings#external_pipeline_validation_service_url}
---
@@ -12171,7 +12171,7 @@ FailedLoginAttemptsUnlockPeriodInMinutes *f64
Time period in minutes after which the user is unlocked when maximum number of failed sign-in attempts reached.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#failed_login_attempts_unlock_period_in_minutes ApplicationSettings#failed_login_attempts_unlock_period_in_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#failed_login_attempts_unlock_period_in_minutes ApplicationSettings#failed_login_attempts_unlock_period_in_minutes}
---
@@ -12185,7 +12185,7 @@ FileTemplateProjectId *f64
The ID of a project to load custom file templates from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#file_template_project_id ApplicationSettings#file_template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#file_template_project_id ApplicationSettings#file_template_project_id}
---
@@ -12201,7 +12201,7 @@ Start day of the week for calendar views and date pickers.
Valid values are 0 for Sunday, 1 for Monday, and 6 for Saturday.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#first_day_of_week ApplicationSettings#first_day_of_week}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#first_day_of_week ApplicationSettings#first_day_of_week}
---
@@ -12215,7 +12215,7 @@ GeoNodeAllowedIps *string
Comma-separated list of IPs and CIDRs of allowed secondary nodes. For example, 1.1.1.1, 2.2.2.0/24.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#geo_node_allowed_ips ApplicationSettings#geo_node_allowed_ips}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#geo_node_allowed_ips ApplicationSettings#geo_node_allowed_ips}
---
@@ -12229,7 +12229,7 @@ GeoStatusTimeout *f64
The amount of seconds after which a request to get a secondary node status times out.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#geo_status_timeout ApplicationSettings#geo_status_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#geo_status_timeout ApplicationSettings#geo_status_timeout}
---
@@ -12245,7 +12245,7 @@ Default Gitaly timeout, in seconds.
This timeout is not enforced for Git fetch/push operations or Sidekiq jobs. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_default ApplicationSettings#gitaly_timeout_default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_default ApplicationSettings#gitaly_timeout_default}
---
@@ -12261,7 +12261,7 @@ Gitaly fast operation timeout, in seconds.
Some Gitaly operations are expected to be fast. If they exceed this threshold, there may be a problem with a storage shard and ‘failing fast’ can help maintain the stability of the GitLab instance. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_fast ApplicationSettings#gitaly_timeout_fast}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_fast ApplicationSettings#gitaly_timeout_fast}
---
@@ -12277,7 +12277,7 @@ Medium Gitaly timeout, in seconds.
This should be a value between the Fast and the Default timeout. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_medium ApplicationSettings#gitaly_timeout_medium}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_medium ApplicationSettings#gitaly_timeout_medium}
---
@@ -12291,7 +12291,7 @@ GitlabShellOperationLimit *f64
Maximum number of Git operations per minute a user can perform. Introduced in GitLab 16.2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitlab_shell_operation_limit ApplicationSettings#gitlab_shell_operation_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitlab_shell_operation_limit ApplicationSettings#gitlab_shell_operation_limit}
---
@@ -12305,7 +12305,7 @@ GitpodEnabled interface{}
Enable Gitpod integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
---
@@ -12319,7 +12319,7 @@ GitpodUrl *string
The Gitpod instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
---
@@ -12335,7 +12335,7 @@ List of user IDs that are emailed when the Git abuse rate limit is exceeded.
Maximum: 100 user IDs. Introduced in GitLab 15.9. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_rate_limit_users_alertlist ApplicationSettings#git_rate_limit_users_alertlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_rate_limit_users_alertlist ApplicationSettings#git_rate_limit_users_alertlist}
---
@@ -12349,7 +12349,7 @@ GitRateLimitUsersAllowlist *[]*string
List of usernames excluded from Git anti-abuse rate limits. Maximum: 100 usernames. Introduced in GitLab 15.2. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_rate_limit_users_allowlist ApplicationSettings#git_rate_limit_users_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_rate_limit_users_allowlist ApplicationSettings#git_rate_limit_users_allowlist}
---
@@ -12363,7 +12363,7 @@ GitTwoFactorSessionExpiry *f64
Maximum duration (in minutes) of a session for Git operations when 2FA is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_two_factor_session_expiry ApplicationSettings#git_two_factor_session_expiry}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_two_factor_session_expiry ApplicationSettings#git_two_factor_session_expiry}
---
@@ -12377,7 +12377,7 @@ GloballyAllowedIps *string
Comma-separated list of IP addresses and CIDRs always allowed for inbound traffic. For example, 1.1.1.1, 2.2.2.0/24.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#globally_allowed_ips ApplicationSettings#globally_allowed_ips}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#globally_allowed_ips ApplicationSettings#globally_allowed_ips}
---
@@ -12391,7 +12391,7 @@ GrafanaEnabled interface{}
Enable Grafana.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
---
@@ -12405,7 +12405,7 @@ GrafanaUrl *string
Grafana URL.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
---
@@ -12419,7 +12419,7 @@ GravatarEnabled interface{}
Enable Gravatar.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
---
@@ -12433,7 +12433,7 @@ GroupOwnersCanManageDefaultBranchProtection interface{}
Prevent overrides of default branch protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#group_owners_can_manage_default_branch_protection ApplicationSettings#group_owners_can_manage_default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#group_owners_can_manage_default_branch_protection ApplicationSettings#group_owners_can_manage_default_branch_protection}
---
@@ -12449,7 +12449,7 @@ Create new projects using hashed storage paths: Enable immutable, hash-based pat
This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance. (Always enabled in GitLab versions 13.0 and later, configuration is scheduled for removal in 14.0).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#hashed_storage_enabled ApplicationSettings#hashed_storage_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#hashed_storage_enabled ApplicationSettings#hashed_storage_enabled}
---
@@ -12463,7 +12463,7 @@ HelpPageHideCommercialContent interface{}
Hide marketing-related entries from help.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_hide_commercial_content ApplicationSettings#help_page_hide_commercial_content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_hide_commercial_content ApplicationSettings#help_page_hide_commercial_content}
---
@@ -12477,7 +12477,7 @@ HelpPageSupportUrl *string
Alternate support URL for help page and help dropdown.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_support_url ApplicationSettings#help_page_support_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_support_url ApplicationSettings#help_page_support_url}
---
@@ -12491,7 +12491,7 @@ HelpPageText *string
Custom text displayed on the help page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_text ApplicationSettings#help_page_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_text ApplicationSettings#help_page_text}
---
@@ -12505,7 +12505,7 @@ HelpText *string
GitLab server administrator information.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
---
@@ -12519,7 +12519,7 @@ HideThirdPartyOffers interface{}
Do not display offers from third parties in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#hide_third_party_offers ApplicationSettings#hide_third_party_offers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#hide_third_party_offers ApplicationSettings#hide_third_party_offers}
---
@@ -12533,7 +12533,7 @@ HomePageUrl *string
Redirect to this URL when not logged in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#home_page_url ApplicationSettings#home_page_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#home_page_url ApplicationSettings#home_page_url}
---
@@ -12550,7 +12550,7 @@ Enable or disable Git housekeeping.
If enabled, requires either housekeeping_optimize_repository_period OR housekeeping_bitmaps_enabled, housekeeping_full_repack_period, housekeeping_gc_period, and housekeeping_incremental_repack_period.
Options housekeeping_bitmaps_enabled, housekeeping_full_repack_period, housekeeping_gc_period, and housekeeping_incremental_repack_period are deprecated. Use housekeeping_optimize_repository_period instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
---
@@ -12564,7 +12564,7 @@ HousekeepingFullRepackPeriod *f64
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_full_repack_period ApplicationSettings#housekeeping_full_repack_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_full_repack_period ApplicationSettings#housekeeping_full_repack_period}
---
@@ -12578,7 +12578,7 @@ HousekeepingGcPeriod *f64
Number of Git pushes after which git gc is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_gc_period ApplicationSettings#housekeeping_gc_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_gc_period ApplicationSettings#housekeeping_gc_period}
---
@@ -12592,7 +12592,7 @@ HousekeepingIncrementalRepackPeriod *f64
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_incremental_repack_period ApplicationSettings#housekeeping_incremental_repack_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_incremental_repack_period ApplicationSettings#housekeeping_incremental_repack_period}
---
@@ -12606,7 +12606,7 @@ HousekeepingOptimizeRepositoryPeriod *f64
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_optimize_repository_period ApplicationSettings#housekeeping_optimize_repository_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_optimize_repository_period ApplicationSettings#housekeeping_optimize_repository_period}
---
@@ -12620,7 +12620,7 @@ HtmlEmailsEnabled interface{}
Enable HTML emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#html_emails_enabled ApplicationSettings#html_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#html_emails_enabled ApplicationSettings#html_emails_enabled}
---
@@ -12632,7 +12632,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#id ApplicationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#id ApplicationSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -12649,7 +12649,7 @@ ImportSources *[]*string
Sources to allow project import from. Valid values are: `github`, `bitbucket`, `bitbucket_server`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
---
@@ -12665,7 +12665,7 @@ If delete_inactive_projects is true, the time (in months) to wait before deletin
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_delete_after_months ApplicationSettings#inactive_projects_delete_after_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_delete_after_months ApplicationSettings#inactive_projects_delete_after_months}
---
@@ -12681,7 +12681,7 @@ If delete_inactive_projects is true, the minimum repository size for projects to
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_min_size_mb ApplicationSettings#inactive_projects_min_size_mb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_min_size_mb ApplicationSettings#inactive_projects_min_size_mb}
---
@@ -12697,7 +12697,7 @@ If delete_inactive_projects is true, sets the time (in months) to wait before em
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_send_warning_email_after_months ApplicationSettings#inactive_projects_send_warning_email_after_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_send_warning_email_after_months ApplicationSettings#inactive_projects_send_warning_email_after_months}
---
@@ -12711,7 +12711,7 @@ IncludeOptionalMetricsInServicePing interface{}
Whether or not optional metrics are enabled in Service Ping. Introduced in GitLab 16.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#include_optional_metrics_in_service_ping ApplicationSettings#include_optional_metrics_in_service_ping}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#include_optional_metrics_in_service_ping ApplicationSettings#include_optional_metrics_in_service_ping}
---
@@ -12725,7 +12725,7 @@ InProductMarketingEmailsEnabled interface{}
Enable in-product marketing emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#in_product_marketing_emails_enabled ApplicationSettings#in_product_marketing_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#in_product_marketing_emails_enabled ApplicationSettings#in_product_marketing_emails_enabled}
---
@@ -12739,7 +12739,7 @@ InvisibleCaptchaEnabled interface{}
Enable Invisible CAPTCHA spam detection during sign-up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#invisible_captcha_enabled ApplicationSettings#invisible_captcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#invisible_captcha_enabled ApplicationSettings#invisible_captcha_enabled}
---
@@ -12753,7 +12753,7 @@ IssuesCreateLimit *f64
Max number of issue creation requests per minute per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#issues_create_limit ApplicationSettings#issues_create_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#issues_create_limit ApplicationSettings#issues_create_limit}
---
@@ -12767,7 +12767,7 @@ JiraConnectApplicationKey *string
ID of the OAuth application used to authenticate with the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_application_key ApplicationSettings#jira_connect_application_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_application_key ApplicationSettings#jira_connect_application_key}
---
@@ -12781,7 +12781,7 @@ JiraConnectProxyUrl *string
URL of the GitLab instance used as a proxy for the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_proxy_url ApplicationSettings#jira_connect_proxy_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_proxy_url ApplicationSettings#jira_connect_proxy_url}
---
@@ -12795,7 +12795,7 @@ JiraConnectPublicKeyStorageEnabled interface{}
Enable public key storage for the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_public_key_storage_enabled ApplicationSettings#jira_connect_public_key_storage_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_public_key_storage_enabled ApplicationSettings#jira_connect_public_key_storage_enabled}
---
@@ -12809,7 +12809,7 @@ KeepLatestArtifact interface{}
Prevent the deletion of the artifacts from the most recent successful jobs, regardless of the expiry time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#keep_latest_artifact ApplicationSettings#keep_latest_artifact}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#keep_latest_artifact ApplicationSettings#keep_latest_artifact}
---
@@ -12823,7 +12823,7 @@ LocalMarkdownVersion *f64
Increase this value when any cached Markdown should be invalidated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#local_markdown_version ApplicationSettings#local_markdown_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#local_markdown_version ApplicationSettings#local_markdown_version}
---
@@ -12839,7 +12839,7 @@ Indicates whether the GitLab Duo features enabled setting is enforced for all su
Introduced in GitLab 16.10. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#lock_duo_features_enabled ApplicationSettings#lock_duo_features_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#lock_duo_features_enabled ApplicationSettings#lock_duo_features_enabled}
---
@@ -12853,7 +12853,7 @@ MailgunEventsEnabled interface{}
Enable Mailgun event receiver.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mailgun_events_enabled ApplicationSettings#mailgun_events_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mailgun_events_enabled ApplicationSettings#mailgun_events_enabled}
---
@@ -12867,7 +12867,7 @@ MailgunSigningKey *string
The Mailgun HTTP webhook signing key for receiving events from webhook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mailgun_signing_key ApplicationSettings#mailgun_signing_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mailgun_signing_key ApplicationSettings#mailgun_signing_key}
---
@@ -12881,7 +12881,7 @@ MaintenanceMode interface{}
When instance is in maintenance mode, non-administrative users can sign in with read-only access and make read-only API requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
---
@@ -12895,7 +12895,7 @@ MaintenanceModeMessage *string
Message displayed when instance is in maintenance mode.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maintenance_mode_message ApplicationSettings#maintenance_mode_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maintenance_mode_message ApplicationSettings#maintenance_mode_message}
---
@@ -12909,7 +12909,7 @@ MavenPackageRequestsForwarding interface{}
Use repo.maven.apache.org as a default remote repository when the package is not found in the GitLab Package Registry for Maven. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maven_package_requests_forwarding ApplicationSettings#maven_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maven_package_requests_forwarding ApplicationSettings#maven_package_requests_forwarding}
---
@@ -12923,7 +12923,7 @@ MaxArtifactsSize *f64
Maximum artifacts size in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_artifacts_size ApplicationSettings#max_artifacts_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_artifacts_size ApplicationSettings#max_artifacts_size}
---
@@ -12937,7 +12937,7 @@ MaxAttachmentSize *f64
Limit attachment size in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_attachment_size ApplicationSettings#max_attachment_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_attachment_size ApplicationSettings#max_attachment_size}
---
@@ -12951,7 +12951,7 @@ MaxDecompressedArchiveSize *f64
Maximum decompressed archive size in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_decompressed_archive_size ApplicationSettings#max_decompressed_archive_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_decompressed_archive_size ApplicationSettings#max_decompressed_archive_size}
---
@@ -12965,7 +12965,7 @@ MaxExportSize *f64
Maximum export size in MB. 0 for unlimited.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_export_size ApplicationSettings#max_export_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_export_size ApplicationSettings#max_export_size}
---
@@ -12979,7 +12979,7 @@ MaxImportRemoteFileSize *f64
Maximum remote file size for imports from external object storages. Introduced in GitLab 16.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_import_remote_file_size ApplicationSettings#max_import_remote_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_import_remote_file_size ApplicationSettings#max_import_remote_file_size}
---
@@ -12993,7 +12993,7 @@ MaxImportSize *f64
Maximum import size in MB. 0 for unlimited.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_import_size ApplicationSettings#max_import_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_import_size ApplicationSettings#max_import_size}
---
@@ -13007,7 +13007,7 @@ MaxLoginAttempts *f64
Maximum number of sign-in attempts before locking out the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_login_attempts ApplicationSettings#max_login_attempts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_login_attempts ApplicationSettings#max_login_attempts}
---
@@ -13023,7 +13023,7 @@ Maximum number of unique repositories a user can download in the specified time
Maximum: 10,000 repositories. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_number_of_repository_downloads ApplicationSettings#max_number_of_repository_downloads}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_number_of_repository_downloads ApplicationSettings#max_number_of_repository_downloads}
---
@@ -13037,7 +13037,7 @@ MaxNumberOfRepositoryDownloadsWithinTimePeriod *f64
Reporting time period (in seconds). Maximum: 864000 seconds (10 days). Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_number_of_repository_downloads_within_time_period ApplicationSettings#max_number_of_repository_downloads_within_time_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_number_of_repository_downloads_within_time_period ApplicationSettings#max_number_of_repository_downloads_within_time_period}
---
@@ -13051,7 +13051,7 @@ MaxPagesSize *f64
Maximum size of pages repositories in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_pages_size ApplicationSettings#max_pages_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_pages_size ApplicationSettings#max_pages_size}
---
@@ -13065,7 +13065,7 @@ MaxPersonalAccessTokenLifetime *f64
Maximum allowable lifetime for access tokens in days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_personal_access_token_lifetime ApplicationSettings#max_personal_access_token_lifetime}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_personal_access_token_lifetime ApplicationSettings#max_personal_access_token_lifetime}
---
@@ -13079,7 +13079,7 @@ MaxSshKeyLifetime *f64
Maximum allowable lifetime for SSH keys in days. Introduced in GitLab 14.6.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_ssh_key_lifetime ApplicationSettings#max_ssh_key_lifetime}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_ssh_key_lifetime ApplicationSettings#max_ssh_key_lifetime}
---
@@ -13093,7 +13093,7 @@ MaxTerraformStateSizeBytes *f64
Maximum size in bytes of the Terraform state files. Set this to 0 for unlimited file size.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_terraform_state_size_bytes ApplicationSettings#max_terraform_state_size_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_terraform_state_size_bytes ApplicationSettings#max_terraform_state_size_bytes}
---
@@ -13107,7 +13107,7 @@ MetricsMethodCallThreshold *f64
A method call is only tracked when it takes longer than the given amount of milliseconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#metrics_method_call_threshold ApplicationSettings#metrics_method_call_threshold}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#metrics_method_call_threshold ApplicationSettings#metrics_method_call_threshold}
---
@@ -13121,7 +13121,7 @@ MinimumPasswordLength *f64
Indicates whether passwords require a minimum length. Introduced in GitLab 15.1. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#minimum_password_length ApplicationSettings#minimum_password_length}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#minimum_password_length ApplicationSettings#minimum_password_length}
---
@@ -13135,7 +13135,7 @@ MirrorAvailable interface{}
Allow repository mirroring to configured by project Maintainers. If disabled, only Administrators can configure repository mirroring.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
---
@@ -13149,7 +13149,7 @@ MirrorCapacityThreshold *f64
Minimum capacity to be available before scheduling more mirrors preemptively.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_capacity_threshold ApplicationSettings#mirror_capacity_threshold}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_capacity_threshold ApplicationSettings#mirror_capacity_threshold}
---
@@ -13163,7 +13163,7 @@ MirrorMaxCapacity *f64
Maximum number of mirrors that can be synchronizing at the same time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_max_capacity ApplicationSettings#mirror_max_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_max_capacity ApplicationSettings#mirror_max_capacity}
---
@@ -13177,7 +13177,7 @@ MirrorMaxDelay *f64
Maximum time (in minutes) between updates that a mirror can have when scheduled to synchronize.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_max_delay ApplicationSettings#mirror_max_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_max_delay ApplicationSettings#mirror_max_delay}
---
@@ -13191,7 +13191,7 @@ NpmPackageRequestsForwarding interface{}
Use npmjs.org as a default remote repository when the package is not found in the GitLab Package Registry for npm.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#npm_package_requests_forwarding ApplicationSettings#npm_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#npm_package_requests_forwarding ApplicationSettings#npm_package_requests_forwarding}
---
@@ -13205,7 +13205,7 @@ NugetSkipMetadataUrlValidation interface{}
Indicates whether to skip metadata URL validation for the NuGet package. Introduced in GitLab 17.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#nuget_skip_metadata_url_validation ApplicationSettings#nuget_skip_metadata_url_validation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#nuget_skip_metadata_url_validation ApplicationSettings#nuget_skip_metadata_url_validation}
---
@@ -13219,7 +13219,7 @@ OutboundLocalRequestsWhitelist *[]*string
Define a list of trusted domains or IP addresses to which local requests are allowed when local requests for hooks and services are disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#outbound_local_requests_whitelist ApplicationSettings#outbound_local_requests_whitelist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#outbound_local_requests_whitelist ApplicationSettings#outbound_local_requests_whitelist}
---
@@ -13233,7 +13233,7 @@ PackageMetadataPurlTypes *[]*f64
List of package registry metadata to sync. See the list of the available values (https://gitlab.com/gitlab-org/gitlab/-/blob/ace16c20d5da7c4928dd03fb139692638b557fe3/app/models/concerns/enums/package_metadata.rb#L5). Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_metadata_purl_types ApplicationSettings#package_metadata_purl_types}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_metadata_purl_types ApplicationSettings#package_metadata_purl_types}
---
@@ -13247,7 +13247,7 @@ PackageRegistryAllowAnyoneToPullOption interface{}
Enable to allow anyone to pull from Package Registry visible and changeable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_registry_allow_anyone_to_pull_option ApplicationSettings#package_registry_allow_anyone_to_pull_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_registry_allow_anyone_to_pull_option ApplicationSettings#package_registry_allow_anyone_to_pull_option}
---
@@ -13261,7 +13261,7 @@ PackageRegistryCleanupPoliciesWorkerCapacity *f64
Number of workers assigned to the packages cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_registry_cleanup_policies_worker_capacity ApplicationSettings#package_registry_cleanup_policies_worker_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_registry_cleanup_policies_worker_capacity ApplicationSettings#package_registry_cleanup_policies_worker_capacity}
---
@@ -13277,7 +13277,7 @@ Require users to prove ownership of custom domains.
Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pages_domain_verification_enabled ApplicationSettings#pages_domain_verification_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pages_domain_verification_enabled ApplicationSettings#pages_domain_verification_enabled}
---
@@ -13291,7 +13291,7 @@ PasswordAuthenticationEnabledForGit interface{}
Enable authentication for Git over HTTP(S) via a GitLab account password.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_authentication_enabled_for_git ApplicationSettings#password_authentication_enabled_for_git}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_authentication_enabled_for_git ApplicationSettings#password_authentication_enabled_for_git}
---
@@ -13305,7 +13305,7 @@ PasswordAuthenticationEnabledForWeb interface{}
Enable authentication for the web interface via a GitLab account password.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_authentication_enabled_for_web ApplicationSettings#password_authentication_enabled_for_web}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_authentication_enabled_for_web ApplicationSettings#password_authentication_enabled_for_web}
---
@@ -13319,7 +13319,7 @@ PasswordLowercaseRequired interface{}
Indicates whether passwords require at least one lowercase letter. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_lowercase_required ApplicationSettings#password_lowercase_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_lowercase_required ApplicationSettings#password_lowercase_required}
---
@@ -13333,7 +13333,7 @@ PasswordNumberRequired interface{}
Indicates whether passwords require at least one number. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_number_required ApplicationSettings#password_number_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_number_required ApplicationSettings#password_number_required}
---
@@ -13347,7 +13347,7 @@ PasswordSymbolRequired interface{}
Indicates whether passwords require at least one symbol character. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_symbol_required ApplicationSettings#password_symbol_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_symbol_required ApplicationSettings#password_symbol_required}
---
@@ -13361,7 +13361,7 @@ PasswordUppercaseRequired interface{}
Indicates whether passwords require at least one uppercase letter. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_uppercase_required ApplicationSettings#password_uppercase_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_uppercase_required ApplicationSettings#password_uppercase_required}
---
@@ -13375,7 +13375,7 @@ PerformanceBarAllowedGroupPath *string
Path of the group that is allowed to toggle the performance bar.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#performance_bar_allowed_group_path ApplicationSettings#performance_bar_allowed_group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#performance_bar_allowed_group_path ApplicationSettings#performance_bar_allowed_group_path}
---
@@ -13389,7 +13389,7 @@ PersonalAccessTokenPrefix *string
Prefix for all generated personal access tokens.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#personal_access_token_prefix ApplicationSettings#personal_access_token_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#personal_access_token_prefix ApplicationSettings#personal_access_token_prefix}
---
@@ -13403,7 +13403,7 @@ PipelineLimitPerProjectUserSha *f64
Maximum number of pipeline creation requests per minute per user and commit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pipeline_limit_per_project_user_sha ApplicationSettings#pipeline_limit_per_project_user_sha}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pipeline_limit_per_project_user_sha ApplicationSettings#pipeline_limit_per_project_user_sha}
---
@@ -13417,7 +13417,7 @@ PlantumlEnabled interface{}
(If enabled, requires: plantuml_url) Enable PlantUML integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
---
@@ -13431,7 +13431,7 @@ PlantumlUrl *string
The PlantUML instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
---
@@ -13445,7 +13445,7 @@ PollingIntervalMultiplier *f64
Interval multiplier used by endpoints that perform polling. Set to 0 to disable polling.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#polling_interval_multiplier ApplicationSettings#polling_interval_multiplier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#polling_interval_multiplier ApplicationSettings#polling_interval_multiplier}
---
@@ -13459,7 +13459,7 @@ ProjectExportEnabled interface{}
Enable project export.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#project_export_enabled ApplicationSettings#project_export_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#project_export_enabled ApplicationSettings#project_export_enabled}
---
@@ -13473,7 +13473,7 @@ ProjectJobsApiRateLimit *f64
Maximum authenticated requests to /project/:id/jobs per minute. Introduced in GitLab 16.5.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#project_jobs_api_rate_limit ApplicationSettings#project_jobs_api_rate_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#project_jobs_api_rate_limit ApplicationSettings#project_jobs_api_rate_limit}
---
@@ -13487,7 +13487,7 @@ ProjectsApiRateLimitUnauthenticated *f64
Introduced in GitLab 15.10. Max number of requests per 10 minutes per IP address for unauthenticated requests to the list all projects API. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#projects_api_rate_limit_unauthenticated ApplicationSettings#projects_api_rate_limit_unauthenticated}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#projects_api_rate_limit_unauthenticated ApplicationSettings#projects_api_rate_limit_unauthenticated}
---
@@ -13501,7 +13501,7 @@ PrometheusMetricsEnabled interface{}
Enable Prometheus metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#prometheus_metrics_enabled ApplicationSettings#prometheus_metrics_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#prometheus_metrics_enabled ApplicationSettings#prometheus_metrics_enabled}
---
@@ -13515,7 +13515,7 @@ ProtectedCiVariables interface{}
CI/CD variables are protected by default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#protected_ci_variables ApplicationSettings#protected_ci_variables}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#protected_ci_variables ApplicationSettings#protected_ci_variables}
---
@@ -13531,7 +13531,7 @@ Number of changes (branches or tags) in a single push to determine whether indiv
Bulk push events are created if it surpasses that value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#push_event_activities_limit ApplicationSettings#push_event_activities_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#push_event_activities_limit ApplicationSettings#push_event_activities_limit}
---
@@ -13547,7 +13547,7 @@ Number of changes (branches or tags) in a single push to determine whether webho
Webhooks and services aren’t submitted if it surpasses that value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#push_event_hooks_limit ApplicationSettings#push_event_hooks_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#push_event_hooks_limit ApplicationSettings#push_event_hooks_limit}
---
@@ -13561,7 +13561,7 @@ PypiPackageRequestsForwarding interface{}
Use pypi.org as a default remote repository when the package is not found in the GitLab Package Registry for PyPI.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pypi_package_requests_forwarding ApplicationSettings#pypi_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pypi_package_requests_forwarding ApplicationSettings#pypi_package_requests_forwarding}
---
@@ -13577,7 +13577,7 @@ When rate limiting is enabled via the throttle_* settings, send this plain text
‘Retry later’ is sent if this is blank.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#rate_limiting_response_text ApplicationSettings#rate_limiting_response_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#rate_limiting_response_text ApplicationSettings#rate_limiting_response_text}
---
@@ -13591,7 +13591,7 @@ RawBlobRequestLimit *f64
Max number of requests per minute for each raw path. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#raw_blob_request_limit ApplicationSettings#raw_blob_request_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#raw_blob_request_limit ApplicationSettings#raw_blob_request_limit}
---
@@ -13605,7 +13605,7 @@ RecaptchaEnabled interface{}
(If enabled, requires: recaptcha_private_key and recaptcha_site_key) Enable reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
---
@@ -13619,7 +13619,7 @@ RecaptchaPrivateKey *string
Private key for reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_private_key ApplicationSettings#recaptcha_private_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_private_key ApplicationSettings#recaptcha_private_key}
---
@@ -13633,7 +13633,7 @@ RecaptchaSiteKey *string
Site key for reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_site_key ApplicationSettings#recaptcha_site_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_site_key ApplicationSettings#recaptcha_site_key}
---
@@ -13647,7 +13647,7 @@ ReceiveMaxInputSize *f64
Maximum push size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#receive_max_input_size ApplicationSettings#receive_max_input_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#receive_max_input_size ApplicationSettings#receive_max_input_size}
---
@@ -13661,7 +13661,7 @@ ReceptiveClusterAgentsEnabled interface{}
Enable receptive mode for GitLab Agents for Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#receptive_cluster_agents_enabled ApplicationSettings#receptive_cluster_agents_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#receptive_cluster_agents_enabled ApplicationSettings#receptive_cluster_agents_enabled}
---
@@ -13675,7 +13675,7 @@ RememberMeEnabled interface{}
Enable Remember me setting. Introduced in GitLab 16.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#remember_me_enabled ApplicationSettings#remember_me_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#remember_me_enabled ApplicationSettings#remember_me_enabled}
---
@@ -13689,7 +13689,7 @@ RepositoryChecksEnabled interface{}
GitLab periodically runs git fsck in all project and wiki repositories to look for silent disk corruption issues.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_checks_enabled ApplicationSettings#repository_checks_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_checks_enabled ApplicationSettings#repository_checks_enabled}
---
@@ -13703,7 +13703,7 @@ RepositorySizeLimit *f64
Size limit per repository (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_size_limit ApplicationSettings#repository_size_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_size_limit ApplicationSettings#repository_size_limit}
---
@@ -13717,7 +13717,7 @@ RepositoryStorages *[]*string
(GitLab 13.0 and earlier) List of names of enabled storage paths, taken from gitlab.yml. New projects are created in one of these stores, chosen at random.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
---
@@ -13731,7 +13731,7 @@ RepositoryStoragesWeighted *map[string]*f64
(GitLab 13.1 and later) Hash of names of taken from gitlab.yml to weights. New projects are created in one of these stores, chosen by a weighted random selection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_storages_weighted ApplicationSettings#repository_storages_weighted}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_storages_weighted ApplicationSettings#repository_storages_weighted}
---
@@ -13745,7 +13745,7 @@ RequireAdminApprovalAfterUserSignup interface{}
When enabled, any user that signs up for an account using the registration form is placed under a Pending approval state and has to be explicitly approved by an administrator.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_admin_approval_after_user_signup ApplicationSettings#require_admin_approval_after_user_signup}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_admin_approval_after_user_signup ApplicationSettings#require_admin_approval_after_user_signup}
---
@@ -13759,7 +13759,7 @@ RequireAdminTwoFactorAuthentication interface{}
Allow administrators to require 2FA for all administrators on the instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_admin_two_factor_authentication ApplicationSettings#require_admin_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_admin_two_factor_authentication ApplicationSettings#require_admin_two_factor_authentication}
---
@@ -13773,7 +13773,7 @@ RequirePersonalAccessTokenExpiry interface{}
When enabled, users must set an expiration date when creating a group or project access token, or a personal access token owned by a non-service account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_personal_access_token_expiry ApplicationSettings#require_personal_access_token_expiry}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_personal_access_token_expiry ApplicationSettings#require_personal_access_token_expiry}
---
@@ -13787,7 +13787,7 @@ RequireTwoFactorAuthentication interface{}
(If enabled, requires: two_factor_grace_period) Require all users to set up Two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_two_factor_authentication ApplicationSettings#require_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_two_factor_authentication ApplicationSettings#require_two_factor_authentication}
---
@@ -13803,7 +13803,7 @@ Selected levels cannot be used by non-Administrator users for groups, projects o
Can take private, internal and public as a parameter. Null means there is no restriction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#restricted_visibility_levels ApplicationSettings#restricted_visibility_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#restricted_visibility_levels ApplicationSettings#restricted_visibility_levels}
---
@@ -13817,7 +13817,7 @@ RsaKeyRestriction *f64
The minimum allowed bit length of an uploaded RSA key. 0 means no restriction. -1 disables RSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#rsa_key_restriction ApplicationSettings#rsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#rsa_key_restriction ApplicationSettings#rsa_key_restriction}
---
@@ -13831,7 +13831,7 @@ SearchRateLimit *f64
Max number of requests per minute for performing a search while authenticated. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#search_rate_limit ApplicationSettings#search_rate_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#search_rate_limit ApplicationSettings#search_rate_limit}
---
@@ -13845,7 +13845,7 @@ SearchRateLimitUnauthenticated *f64
Max number of requests per minute for performing a search while unauthenticated. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#search_rate_limit_unauthenticated ApplicationSettings#search_rate_limit_unauthenticated}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#search_rate_limit_unauthenticated ApplicationSettings#search_rate_limit_unauthenticated}
---
@@ -13859,7 +13859,7 @@ SecurityApprovalPoliciesLimit *f64
Maximum number of active merge request approval policies per security policy project. Maximum: 20.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_approval_policies_limit ApplicationSettings#security_approval_policies_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_approval_policies_limit ApplicationSettings#security_approval_policies_limit}
---
@@ -13873,7 +13873,7 @@ SecurityPolicyGlobalGroupApproversEnabled interface{}
Whether to look up merge request approval policy approval groups globally or within project hierarchies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_policy_global_group_approvers_enabled ApplicationSettings#security_policy_global_group_approvers_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_policy_global_group_approvers_enabled ApplicationSettings#security_policy_global_group_approvers_enabled}
---
@@ -13887,7 +13887,7 @@ SecurityTxtContent *string
Public security contact information. Introduced in GitLab 16.7.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_txt_content ApplicationSettings#security_txt_content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_txt_content ApplicationSettings#security_txt_content}
---
@@ -13901,7 +13901,7 @@ SendUserConfirmationEmail interface{}
Send confirmation email on sign-up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#send_user_confirmation_email ApplicationSettings#send_user_confirmation_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#send_user_confirmation_email ApplicationSettings#send_user_confirmation_email}
---
@@ -13915,7 +13915,7 @@ ServiceAccessTokensExpirationEnforced interface{}
Flag to indicate if token expiry date can be optional for service account users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#service_access_tokens_expiration_enforced ApplicationSettings#service_access_tokens_expiration_enforced}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#service_access_tokens_expiration_enforced ApplicationSettings#service_access_tokens_expiration_enforced}
---
@@ -13929,7 +13929,7 @@ SessionExpireDelay *f64
Session duration in minutes. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#session_expire_delay ApplicationSettings#session_expire_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#session_expire_delay ApplicationSettings#session_expire_delay}
---
@@ -13943,7 +13943,7 @@ SharedRunnersEnabled interface{}
(If enabled, requires: shared_runners_text and shared_runners_minutes) Enable shared runners for new projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_enabled ApplicationSettings#shared_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_enabled ApplicationSettings#shared_runners_enabled}
---
@@ -13957,7 +13957,7 @@ SharedRunnersMinutes *f64
Set the maximum number of CI/CD minutes that a group can use on shared runners per month.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_minutes ApplicationSettings#shared_runners_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_minutes ApplicationSettings#shared_runners_minutes}
---
@@ -13971,7 +13971,7 @@ SharedRunnersText *string
Shared runners text.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_text ApplicationSettings#shared_runners_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_text ApplicationSettings#shared_runners_text}
---
@@ -13985,7 +13985,7 @@ SidekiqJobLimiterCompressionThresholdBytes *f64
The threshold in bytes at which Sidekiq jobs are compressed before being stored in Redis.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_compression_threshold_bytes ApplicationSettings#sidekiq_job_limiter_compression_threshold_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_compression_threshold_bytes ApplicationSettings#sidekiq_job_limiter_compression_threshold_bytes}
---
@@ -13999,7 +13999,7 @@ SidekiqJobLimiterLimitBytes *f64
The threshold in bytes at which Sidekiq jobs are rejected. 0 means do not reject any job.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_limit_bytes ApplicationSettings#sidekiq_job_limiter_limit_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_limit_bytes ApplicationSettings#sidekiq_job_limiter_limit_bytes}
---
@@ -14013,7 +14013,7 @@ SidekiqJobLimiterMode *string
track or compress. Sets the behavior for Sidekiq job size limits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_mode ApplicationSettings#sidekiq_job_limiter_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_mode ApplicationSettings#sidekiq_job_limiter_mode}
---
@@ -14027,7 +14027,7 @@ SignInText *string
Text on the login page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sign_in_text ApplicationSettings#sign_in_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sign_in_text ApplicationSettings#sign_in_text}
---
@@ -14041,7 +14041,7 @@ SignupEnabled interface{}
Enable registration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
---
@@ -14055,7 +14055,7 @@ SilentAdminExportsEnabled interface{}
Enable Silent admin exports.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#silent_admin_exports_enabled ApplicationSettings#silent_admin_exports_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#silent_admin_exports_enabled ApplicationSettings#silent_admin_exports_enabled}
---
@@ -14069,7 +14069,7 @@ SilentModeEnabled interface{}
Enable Silent mode.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#silent_mode_enabled ApplicationSettings#silent_mode_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#silent_mode_enabled ApplicationSettings#silent_mode_enabled}
---
@@ -14083,7 +14083,7 @@ SlackAppEnabled interface{}
(If enabled, requires: slack_app_id, slack_app_secret and slack_app_secret) Enable Slack app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_enabled ApplicationSettings#slack_app_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_enabled ApplicationSettings#slack_app_enabled}
---
@@ -14097,7 +14097,7 @@ SlackAppId *string
The app ID of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_id ApplicationSettings#slack_app_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_id ApplicationSettings#slack_app_id}
---
@@ -14111,7 +14111,7 @@ SlackAppSecret *string
The app secret of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_secret ApplicationSettings#slack_app_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_secret ApplicationSettings#slack_app_secret}
---
@@ -14125,7 +14125,7 @@ SlackAppSigningSecret *string
The signing secret of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_signing_secret ApplicationSettings#slack_app_signing_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_signing_secret ApplicationSettings#slack_app_signing_secret}
---
@@ -14139,7 +14139,7 @@ SlackAppVerificationToken *string
The verification token of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_verification_token ApplicationSettings#slack_app_verification_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_verification_token ApplicationSettings#slack_app_verification_token}
---
@@ -14153,7 +14153,7 @@ SnippetSizeLimit *f64
Max snippet content size in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snippet_size_limit ApplicationSettings#snippet_size_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snippet_size_limit ApplicationSettings#snippet_size_limit}
---
@@ -14167,7 +14167,7 @@ SnowplowAppId *string
The Snowplow site name / application ID. (for example, gitlab).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_app_id ApplicationSettings#snowplow_app_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_app_id ApplicationSettings#snowplow_app_id}
---
@@ -14181,7 +14181,7 @@ SnowplowCollectorHostname *string
The Snowplow collector hostname. (for example, snowplow.trx.gitlab.net).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_collector_hostname ApplicationSettings#snowplow_collector_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_collector_hostname ApplicationSettings#snowplow_collector_hostname}
---
@@ -14195,7 +14195,7 @@ SnowplowCookieDomain *string
The Snowplow cookie domain. (for example, .gitlab.com).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_cookie_domain ApplicationSettings#snowplow_cookie_domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_cookie_domain ApplicationSettings#snowplow_cookie_domain}
---
@@ -14209,7 +14209,7 @@ SnowplowDatabaseCollectorHostname *string
The Snowplow collector for database events hostname. (for example, db-snowplow.trx.gitlab.net).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_database_collector_hostname ApplicationSettings#snowplow_database_collector_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_database_collector_hostname ApplicationSettings#snowplow_database_collector_hostname}
---
@@ -14223,7 +14223,7 @@ SnowplowEnabled interface{}
Enable snowplow tracking.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
---
@@ -14237,7 +14237,7 @@ SourcegraphEnabled interface{}
Enables Sourcegraph integration. If enabled, requires sourcegraph_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
---
@@ -14251,7 +14251,7 @@ SourcegraphPublicOnly interface{}
Blocks Sourcegraph from being loaded on private and internal projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_public_only ApplicationSettings#sourcegraph_public_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_public_only ApplicationSettings#sourcegraph_public_only}
---
@@ -14265,7 +14265,7 @@ SourcegraphUrl *string
The Sourcegraph instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
---
@@ -14279,7 +14279,7 @@ SpamCheckApiKey *string
API key used by GitLab for accessing the Spam Check service endpoint.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_api_key ApplicationSettings#spam_check_api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_api_key ApplicationSettings#spam_check_api_key}
---
@@ -14293,7 +14293,7 @@ SpamCheckEndpointEnabled interface{}
Enables spam checking using external Spam Check API endpoint.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_endpoint_enabled ApplicationSettings#spam_check_endpoint_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_endpoint_enabled ApplicationSettings#spam_check_endpoint_enabled}
---
@@ -14309,7 +14309,7 @@ URL of the external Spamcheck service endpoint.
Valid URI schemes are grpc or tls. Specifying tls forces communication to be encrypted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_endpoint_url ApplicationSettings#spam_check_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_endpoint_url ApplicationSettings#spam_check_endpoint_url}
---
@@ -14323,7 +14323,7 @@ StaticObjectsExternalStorageAuthToken *string
Authentication token for the external storage linked in static_objects_external_storage_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#static_objects_external_storage_auth_token ApplicationSettings#static_objects_external_storage_auth_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#static_objects_external_storage_auth_token ApplicationSettings#static_objects_external_storage_auth_token}
---
@@ -14337,7 +14337,7 @@ StaticObjectsExternalStorageUrl *string
URL to an external storage for repository static objects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#static_objects_external_storage_url ApplicationSettings#static_objects_external_storage_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#static_objects_external_storage_url ApplicationSettings#static_objects_external_storage_url}
---
@@ -14351,7 +14351,7 @@ SuggestPipelineEnabled interface{}
Enable pipeline suggestion banner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#suggest_pipeline_enabled ApplicationSettings#suggest_pipeline_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#suggest_pipeline_enabled ApplicationSettings#suggest_pipeline_enabled}
---
@@ -14365,7 +14365,7 @@ TerminalMaxSessionTime *f64
Maximum time for web terminal websocket connection (in seconds). Set to 0 for unlimited time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#terminal_max_session_time ApplicationSettings#terminal_max_session_time}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#terminal_max_session_time ApplicationSettings#terminal_max_session_time}
---
@@ -14379,7 +14379,7 @@ Terms *string
(Required by: enforce_terms) Markdown content for the ToS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#terms ApplicationSettings#terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#terms ApplicationSettings#terms}
---
@@ -14395,7 +14395,7 @@ ThrottleAuthenticatedApiEnabled interface{}
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_enabled ApplicationSettings#throttle_authenticated_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_enabled ApplicationSettings#throttle_authenticated_api_enabled}
---
@@ -14409,7 +14409,7 @@ ThrottleAuthenticatedApiPeriodInSeconds *f64
Rate limit period (in seconds).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_period_in_seconds ApplicationSettings#throttle_authenticated_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_period_in_seconds ApplicationSettings#throttle_authenticated_api_period_in_seconds}
---
@@ -14423,7 +14423,7 @@ ThrottleAuthenticatedApiRequestsPerPeriod *f64
Maximum requests per period per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_requests_per_period ApplicationSettings#throttle_authenticated_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_requests_per_period ApplicationSettings#throttle_authenticated_api_requests_per_period}
---
@@ -14439,7 +14439,7 @@ ThrottleAuthenticatedPackagesApiEnabled interface{}
Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_enabled ApplicationSettings#throttle_authenticated_packages_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_enabled ApplicationSettings#throttle_authenticated_packages_api_enabled}
---
@@ -14453,7 +14453,7 @@ ThrottleAuthenticatedPackagesApiPeriodInSeconds *f64
Rate limit period (in seconds). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_period_in_seconds ApplicationSettings#throttle_authenticated_packages_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_period_in_seconds ApplicationSettings#throttle_authenticated_packages_api_period_in_seconds}
---
@@ -14467,7 +14467,7 @@ ThrottleAuthenticatedPackagesApiRequestsPerPeriod *f64
Maximum requests per period per user. View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_requests_per_period ApplicationSettings#throttle_authenticated_packages_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_requests_per_period ApplicationSettings#throttle_authenticated_packages_api_requests_per_period}
---
@@ -14483,7 +14483,7 @@ ThrottleAuthenticatedWebEnabled interface{}
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_enabled ApplicationSettings#throttle_authenticated_web_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_enabled ApplicationSettings#throttle_authenticated_web_enabled}
---
@@ -14497,7 +14497,7 @@ ThrottleAuthenticatedWebPeriodInSeconds *f64
Rate limit period (in seconds).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_period_in_seconds ApplicationSettings#throttle_authenticated_web_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_period_in_seconds ApplicationSettings#throttle_authenticated_web_period_in_seconds}
---
@@ -14511,7 +14511,7 @@ ThrottleAuthenticatedWebRequestsPerPeriod *f64
Maximum requests per period per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_requests_per_period ApplicationSettings#throttle_authenticated_web_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_requests_per_period ApplicationSettings#throttle_authenticated_web_requests_per_period}
---
@@ -14527,7 +14527,7 @@ ThrottleUnauthenticatedApiEnabled interface{}
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_enabled ApplicationSettings#throttle_unauthenticated_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_enabled ApplicationSettings#throttle_unauthenticated_api_enabled}
---
@@ -14541,7 +14541,7 @@ ThrottleUnauthenticatedApiPeriodInSeconds *f64
Rate limit period in seconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_api_period_in_seconds}
---
@@ -14555,7 +14555,7 @@ ThrottleUnauthenticatedApiRequestsPerPeriod *f64
Max requests per period per IP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_requests_per_period ApplicationSettings#throttle_unauthenticated_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_requests_per_period ApplicationSettings#throttle_unauthenticated_api_requests_per_period}
---
@@ -14571,7 +14571,7 @@ ThrottleUnauthenticatedPackagesApiEnabled interface{}
Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_enabled ApplicationSettings#throttle_unauthenticated_packages_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_enabled ApplicationSettings#throttle_unauthenticated_packages_api_enabled}
---
@@ -14585,7 +14585,7 @@ ThrottleUnauthenticatedPackagesApiPeriodInSeconds *f64
Rate limit period (in seconds). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_packages_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_packages_api_period_in_seconds}
---
@@ -14599,7 +14599,7 @@ ThrottleUnauthenticatedPackagesApiRequestsPerPeriod *f64
Maximum requests per period per user. View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_requests_per_period ApplicationSettings#throttle_unauthenticated_packages_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_requests_per_period ApplicationSettings#throttle_unauthenticated_packages_api_requests_per_period}
---
@@ -14615,7 +14615,7 @@ ThrottleUnauthenticatedWebEnabled interface{}
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_enabled ApplicationSettings#throttle_unauthenticated_web_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_enabled ApplicationSettings#throttle_unauthenticated_web_enabled}
---
@@ -14629,7 +14629,7 @@ ThrottleUnauthenticatedWebPeriodInSeconds *f64
Rate limit period in seconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_period_in_seconds ApplicationSettings#throttle_unauthenticated_web_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_period_in_seconds ApplicationSettings#throttle_unauthenticated_web_period_in_seconds}
---
@@ -14643,7 +14643,7 @@ ThrottleUnauthenticatedWebRequestsPerPeriod *f64
Max requests per period per IP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_requests_per_period ApplicationSettings#throttle_unauthenticated_web_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_requests_per_period ApplicationSettings#throttle_unauthenticated_web_requests_per_period}
---
@@ -14657,7 +14657,7 @@ TimeTrackingLimitToHours interface{}
Limit display of time tracking units to hours.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#time_tracking_limit_to_hours ApplicationSettings#time_tracking_limit_to_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#time_tracking_limit_to_hours ApplicationSettings#time_tracking_limit_to_hours}
---
@@ -14671,7 +14671,7 @@ TwoFactorGracePeriod *f64
Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#two_factor_grace_period ApplicationSettings#two_factor_grace_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#two_factor_grace_period ApplicationSettings#two_factor_grace_period}
---
@@ -14687,7 +14687,7 @@ Specifies how many days after sign-up to delete users who have not confirmed the
Only applicable if delete_unconfirmed_users is set to true. Must be 1 or greater. Introduced in GitLab 16.1. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unconfirmed_users_delete_after_days ApplicationSettings#unconfirmed_users_delete_after_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unconfirmed_users_delete_after_days ApplicationSettings#unconfirmed_users_delete_after_days}
---
@@ -14701,7 +14701,7 @@ UniqueIpsLimitEnabled interface{}
(If enabled, requires: unique_ips_limit_per_user and unique_ips_limit_time_window) Limit sign in from multiple IPs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_enabled ApplicationSettings#unique_ips_limit_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_enabled ApplicationSettings#unique_ips_limit_enabled}
---
@@ -14715,7 +14715,7 @@ UniqueIpsLimitPerUser *f64
Maximum number of IPs per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_per_user ApplicationSettings#unique_ips_limit_per_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_per_user ApplicationSettings#unique_ips_limit_per_user}
---
@@ -14729,7 +14729,7 @@ UniqueIpsLimitTimeWindow *f64
How many seconds an IP is counted towards the limit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_time_window ApplicationSettings#unique_ips_limit_time_window}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_time_window ApplicationSettings#unique_ips_limit_time_window}
---
@@ -14743,7 +14743,7 @@ UpdateRunnerVersionsEnabled interface{}
Fetch GitLab Runner release version data from GitLab.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#update_runner_versions_enabled ApplicationSettings#update_runner_versions_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#update_runner_versions_enabled ApplicationSettings#update_runner_versions_enabled}
---
@@ -14757,7 +14757,7 @@ UsagePingEnabled interface{}
Every week GitLab reports license usage back to GitLab, Inc.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#usage_ping_enabled ApplicationSettings#usage_ping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#usage_ping_enabled ApplicationSettings#usage_ping_enabled}
---
@@ -14773,7 +14773,7 @@ Enables ClickHouse as a data source for analytics reports.
ClickHouse must be configured for this setting to take effect. Available on Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#use_clickhouse_for_analytics ApplicationSettings#use_clickhouse_for_analytics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#use_clickhouse_for_analytics ApplicationSettings#use_clickhouse_for_analytics}
---
@@ -14787,7 +14787,7 @@ UserDeactivationEmailsEnabled interface{}
Send an email to users upon account deactivation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_deactivation_emails_enabled ApplicationSettings#user_deactivation_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_deactivation_emails_enabled ApplicationSettings#user_deactivation_emails_enabled}
---
@@ -14801,7 +14801,7 @@ UserDefaultExternal interface{}
Newly registered users are external by default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_default_external ApplicationSettings#user_default_external}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_default_external ApplicationSettings#user_default_external}
---
@@ -14815,7 +14815,7 @@ UserDefaultInternalRegex *string
Specify an email address regex pattern to identify default internal users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_default_internal_regex ApplicationSettings#user_default_internal_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_default_internal_regex ApplicationSettings#user_default_internal_regex}
---
@@ -14829,7 +14829,7 @@ UserDefaultsToPrivateProfile interface{}
Newly created users have private profile by default. Introduced in GitLab 15.8.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_defaults_to_private_profile ApplicationSettings#user_defaults_to_private_profile}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_defaults_to_private_profile ApplicationSettings#user_defaults_to_private_profile}
---
@@ -14843,7 +14843,7 @@ UserOauthApplications interface{}
Allow users to register any application to use GitLab as an OAuth provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_oauth_applications ApplicationSettings#user_oauth_applications}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_oauth_applications ApplicationSettings#user_oauth_applications}
---
@@ -14857,7 +14857,7 @@ UserShowAddSshKeyMessage interface{}
When set to false disable the You won't be able to pull or push project code via SSH warning shown to users with no uploaded SSH key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_show_add_ssh_key_message ApplicationSettings#user_show_add_ssh_key_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_show_add_ssh_key_message ApplicationSettings#user_show_add_ssh_key_message}
---
@@ -14871,7 +14871,7 @@ ValidRunnerRegistrars *[]*string
List of types which are allowed to register a GitLab Runner. Can be [], ['group'], ['project'] or ['group', 'project'].
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#valid_runner_registrars ApplicationSettings#valid_runner_registrars}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#valid_runner_registrars ApplicationSettings#valid_runner_registrars}
---
@@ -14885,7 +14885,7 @@ VersionCheckEnabled interface{}
Let GitLab inform you when an update is available.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#version_check_enabled ApplicationSettings#version_check_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#version_check_enabled ApplicationSettings#version_check_enabled}
---
@@ -14899,7 +14899,7 @@ WebIdeClientsidePreviewEnabled interface{}
Live Preview (allow live previews of JavaScript projects in the Web IDE using CodeSandbox Live Preview).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#web_ide_clientside_preview_enabled ApplicationSettings#web_ide_clientside_preview_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#web_ide_clientside_preview_enabled ApplicationSettings#web_ide_clientside_preview_enabled}
---
@@ -14913,7 +14913,7 @@ WhatsNewVariant *string
What's new variant, possible values: all_tiers, current_tier, and disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#whats_new_variant ApplicationSettings#whats_new_variant}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#whats_new_variant ApplicationSettings#whats_new_variant}
---
@@ -14927,7 +14927,7 @@ WikiPageMaxContentBytes *f64
Maximum wiki page content size in bytes. The minimum value is 1024 bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#wiki_page_max_content_bytes ApplicationSettings#wiki_page_max_content_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#wiki_page_max_content_bytes ApplicationSettings#wiki_page_max_content_bytes}
---
@@ -14967,7 +14967,7 @@ AllowedToMerge *[]*f64
An array of access levels allowed to merge. Supports Developer (30) or Maintainer (40).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allowed_to_merge ApplicationSettings#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allowed_to_merge ApplicationSettings#allowed_to_merge}
---
@@ -14981,7 +14981,7 @@ AllowedToPush *[]*f64
An array of access levels allowed to push. Supports Developer (30) or Maintainer (40).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allowed_to_push ApplicationSettings#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allowed_to_push ApplicationSettings#allowed_to_push}
---
@@ -14995,7 +14995,7 @@ AllowForcePush interface{}
Allow force push for all users with push access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_force_push ApplicationSettings#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_force_push ApplicationSettings#allow_force_push}
---
@@ -15009,7 +15009,7 @@ DeveloperCanInitialPush interface{}
Allow developers to initial push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#developer_can_initial_push ApplicationSettings#developer_can_initial_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#developer_can_initial_push ApplicationSettings#developer_can_initial_push}
---
diff --git a/docs/applicationSettings.java.md b/docs/applicationSettings.java.md
index fc63590a7..9c1accb05 100644
--- a/docs/applicationSettings.java.md
+++ b/docs/applicationSettings.java.md
@@ -4,7 +4,7 @@
### ApplicationSettings
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings gitlab_application_settings}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings gitlab_application_settings}.
#### Initializers
@@ -611,7 +611,7 @@ ApplicationSettings.Builder.create(Construct scope, java.lang.String id)
| housekeepingIncrementalRepackPeriod
| java.lang.Number
| Number of Git pushes after which an incremental git repack is run. |
| housekeepingOptimizeRepositoryPeriod
| java.lang.Number
| Number of Git pushes after which an incremental git repack is run. |
| htmlEmailsEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable HTML emails. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#id ApplicationSettings#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#id ApplicationSettings#id}. |
| importSources
| java.util.List
| Sources to allow project import from. Valid values are: `github`, `bitbucket`, `bitbucket_server`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`. |
| inactiveProjectsDeleteAfterMonths
| java.lang.Number
| If delete_inactive_projects is true, the time (in months) to wait before deleting inactive projects. |
| inactiveProjectsMinSizeMb
| java.lang.Number
| If delete_inactive_projects is true, the minimum repository size for projects to be checked for inactivity. |
@@ -842,7 +842,7 @@ Must be unique amongst siblings in the same scope
If set, abuse reports are sent to this address. Abuse reports are always available in the Admin Area.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#abuse_notification_email ApplicationSettings#abuse_notification_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#abuse_notification_email ApplicationSettings#abuse_notification_email}
---
@@ -852,7 +852,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Require administrators to enable Admin Mode by re-authenticating for administrative tasks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
---
@@ -862,7 +862,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Where to redirect users after logout.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#after_sign_out_path ApplicationSettings#after_sign_out_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#after_sign_out_path ApplicationSettings#after_sign_out_path}
---
@@ -872,7 +872,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Text shown to the user after signing up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#after_sign_up_text ApplicationSettings#after_sign_up_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#after_sign_up_text ApplicationSettings#after_sign_up_text}
---
@@ -882,7 +882,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
API key for Akismet spam protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#akismet_api_key ApplicationSettings#akismet_api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#akismet_api_key ApplicationSettings#akismet_api_key}
---
@@ -892,7 +892,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: akismet_api_key) Enable or disable Akismet spam protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
---
@@ -902,7 +902,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to true to allow users to delete their accounts. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_account_deletion ApplicationSettings#allow_account_deletion}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_account_deletion ApplicationSettings#allow_account_deletion}
---
@@ -912,7 +912,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to true to allow group owners to manage LDAP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_group_owners_to_manage_ldap ApplicationSettings#allow_group_owners_to_manage_ldap}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_group_owners_to_manage_ldap ApplicationSettings#allow_group_owners_to_manage_ldap}
---
@@ -922,7 +922,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow requests to the local network from system hooks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_local_requests_from_system_hooks ApplicationSettings#allow_local_requests_from_system_hooks}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_local_requests_from_system_hooks ApplicationSettings#allow_local_requests_from_system_hooks}
---
@@ -932,7 +932,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow requests to the local network from web hooks and services.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_local_requests_from_web_hooks_and_services ApplicationSettings#allow_local_requests_from_web_hooks_and_services}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_local_requests_from_web_hooks_and_services ApplicationSettings#allow_local_requests_from_web_hooks_and_services}
---
@@ -942,7 +942,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether users assigned up to the Guest role can create groups and personal projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_project_creation_for_guest_and_below ApplicationSettings#allow_project_creation_for_guest_and_below}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_project_creation_for_guest_and_below ApplicationSettings#allow_project_creation_for_guest_and_below}
---
@@ -952,7 +952,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow using a registration token to create a runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_runner_registration_token ApplicationSettings#allow_runner_registration_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_runner_registration_token ApplicationSettings#allow_runner_registration_token}
---
@@ -964,7 +964,7 @@ Set the duration for which the jobs are considered as old and expired.
After that time passes, the jobs are archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: 15 days, 1 month, 2 years.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#archive_builds_in_human_readable ApplicationSettings#archive_builds_in_human_readable}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#archive_builds_in_human_readable ApplicationSettings#archive_builds_in_human_readable}
---
@@ -974,7 +974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum limit of AsciiDoc include directives being processed in any one document. Maximum: 64.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asciidoc_max_includes ApplicationSettings#asciidoc_max_includes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asciidoc_max_includes ApplicationSettings#asciidoc_max_includes}
---
@@ -986,7 +986,7 @@ Assets that match these domains are not proxied.
Wildcards allowed. Your GitLab installation URL is automatically allowlisted. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_allowlist ApplicationSettings#asset_proxy_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_allowlist ApplicationSettings#asset_proxy_allowlist}
---
@@ -996,7 +996,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: asset_proxy_url) Enable proxying of assets. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_enabled ApplicationSettings#asset_proxy_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_enabled ApplicationSettings#asset_proxy_enabled}
---
@@ -1006,7 +1006,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Shared secret with the asset proxy server. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_secret_key ApplicationSettings#asset_proxy_secret_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_secret_key ApplicationSettings#asset_proxy_secret_key}
---
@@ -1016,7 +1016,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
URL of the asset proxy server. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_url ApplicationSettings#asset_proxy_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_url ApplicationSettings#asset_proxy_url}
---
@@ -1028,7 +1028,7 @@ By default, we write to the authorized_keys file to support Git over SSH without
GitLab can be optimized to authenticate SSH keys via the database file. Only disable this if you have configured your OpenSSH server to use the AuthorizedKeysCommand.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#authorized_keys_enabled ApplicationSettings#authorized_keys_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#authorized_keys_enabled ApplicationSettings#authorized_keys_enabled}
---
@@ -1040,7 +1040,7 @@ When enabled, users will get automatically banned from the application when they
Introduced in GitLab 15.4. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_ban_user_on_excessive_projects_download ApplicationSettings#auto_ban_user_on_excessive_projects_download}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_ban_user_on_excessive_projects_download ApplicationSettings#auto_ban_user_on_excessive_projects_download}
---
@@ -1050,7 +1050,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Specify a domain to use by default for every project’s Auto Review Apps and Auto Deploy stages.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_devops_domain ApplicationSettings#auto_devops_domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_devops_domain ApplicationSettings#auto_devops_domain}
---
@@ -1062,7 +1062,7 @@ Enable Auto DevOps for projects by default.
It automatically builds, tests, and deploys applications based on a predefined CI/CD configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_devops_enabled ApplicationSettings#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_devops_enabled ApplicationSettings#auto_devops_enabled}
---
@@ -1072,7 +1072,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enabling this permits automatic allocation of purchased storage in a namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#automatic_purchased_storage_allocation ApplicationSettings#automatic_purchased_storage_allocation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#automatic_purchased_storage_allocation ApplicationSettings#automatic_purchased_storage_allocation}
---
@@ -1082,7 +1082,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum simultaneous Direct Transfer batches to process.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_concurrent_pipeline_batch_limit ApplicationSettings#bulk_import_concurrent_pipeline_batch_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_concurrent_pipeline_batch_limit ApplicationSettings#bulk_import_concurrent_pipeline_batch_limit}
---
@@ -1092,7 +1092,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable migrating GitLab groups by direct transfer. Introduced in GitLab 15.8.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_enabled ApplicationSettings#bulk_import_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_enabled ApplicationSettings#bulk_import_enabled}
---
@@ -1102,7 +1102,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum download file size when importing from source GitLab instances by direct transfer. Introduced in GitLab 16.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_max_download_file_size ApplicationSettings#bulk_import_max_download_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_max_download_file_size ApplicationSettings#bulk_import_max_download_file_size}
---
@@ -1112,7 +1112,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether users can create top-level groups. Introduced in GitLab 15.5.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#can_create_group ApplicationSettings#can_create_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#can_create_group ApplicationSettings#can_create_group}
---
@@ -1122,7 +1122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enabling this makes only licensed EE features available to projects if the project namespace’s plan includes the feature or if the project is public.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#check_namespace_plan ApplicationSettings#check_namespace_plan}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#check_namespace_plan ApplicationSettings#check_namespace_plan}
---
@@ -1132,7 +1132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The maximum number of includes per pipeline.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ci_max_includes ApplicationSettings#ci_max_includes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ci_max_includes ApplicationSettings#ci_max_includes}
---
@@ -1142,7 +1142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The maximum amount of memory, in bytes, that can be allocated for the pipeline configuration, with all included YAML configuration files.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ci_max_total_yaml_size_bytes ApplicationSettings#ci_max_total_yaml_size_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ci_max_total_yaml_size_bytes ApplicationSettings#ci_max_total_yaml_size_bytes}
---
@@ -1152,7 +1152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Custom hostname (for private commit emails).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#commit_email_hostname ApplicationSettings#commit_email_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#commit_email_hostname ApplicationSettings#commit_email_hostname}
---
@@ -1162,7 +1162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of simultaneous import jobs for the Bitbucket Cloud importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_bitbucket_import_jobs_limit ApplicationSettings#concurrent_bitbucket_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_bitbucket_import_jobs_limit ApplicationSettings#concurrent_bitbucket_import_jobs_limit}
---
@@ -1172,7 +1172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of simultaneous import jobs for the Bitbucket Server importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_bitbucket_server_import_jobs_limit ApplicationSettings#concurrent_bitbucket_server_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_bitbucket_server_import_jobs_limit ApplicationSettings#concurrent_bitbucket_server_import_jobs_limit}
---
@@ -1182,7 +1182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of simultaneous import jobs for the GitHub importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_github_import_jobs_limit ApplicationSettings#concurrent_github_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_github_import_jobs_limit ApplicationSettings#concurrent_github_import_jobs_limit}
---
@@ -1192,7 +1192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable cleanup policies for all projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_expiration_policies_enable_historic_entries ApplicationSettings#container_expiration_policies_enable_historic_entries}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_expiration_policies_enable_historic_entries ApplicationSettings#container_expiration_policies_enable_historic_entries}
---
@@ -1202,7 +1202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The maximum number of tags that can be deleted in a single execution of cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_cleanup_tags_service_max_list_size ApplicationSettings#container_registry_cleanup_tags_service_max_list_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_cleanup_tags_service_max_list_size ApplicationSettings#container_registry_cleanup_tags_service_max_list_size}
---
@@ -1212,7 +1212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The maximum time, in seconds, that the cleanup process can take to delete a batch of tags for cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_delete_tags_service_timeout ApplicationSettings#container_registry_delete_tags_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_delete_tags_service_timeout ApplicationSettings#container_registry_delete_tags_service_timeout}
---
@@ -1222,7 +1222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Caching during the execution of cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_expiration_policies_caching ApplicationSettings#container_registry_expiration_policies_caching}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_expiration_policies_caching ApplicationSettings#container_registry_expiration_policies_caching}
---
@@ -1232,7 +1232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Number of workers for cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_expiration_policies_worker_capacity ApplicationSettings#container_registry_expiration_policies_worker_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_expiration_policies_worker_capacity ApplicationSettings#container_registry_expiration_policies_worker_capacity}
---
@@ -1242,7 +1242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Container Registry token duration in minutes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_token_expire_delay ApplicationSettings#container_registry_token_expire_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_token_expire_delay ApplicationSettings#container_registry_token_expire_delay}
---
@@ -1252,7 +1252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable automatic deactivation of dormant users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deactivate_dormant_users ApplicationSettings#deactivate_dormant_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deactivate_dormant_users ApplicationSettings#deactivate_dormant_users}
---
@@ -1262,7 +1262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Length of time (in days) after which a user is considered dormant. Introduced in GitLab 15.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deactivate_dormant_users_period ApplicationSettings#deactivate_dormant_users_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deactivate_dormant_users_period ApplicationSettings#deactivate_dormant_users_period}
---
@@ -1272,7 +1272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Default timeout for decompressing archived files, in seconds. Set to 0 to disable timeouts. Introduced in GitLab 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#decompress_archive_file_timeout ApplicationSettings#decompress_archive_file_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#decompress_archive_file_timeout ApplicationSettings#decompress_archive_file_timeout}
---
@@ -1282,7 +1282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the default expiration time for each job’s artifacts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_artifacts_expire_in ApplicationSettings#default_artifacts_expire_in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_artifacts_expire_in ApplicationSettings#default_artifacts_expire_in}
---
@@ -1292,7 +1292,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Instance-level custom initial branch name (introduced in GitLab 13.2).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_name ApplicationSettings#default_branch_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_name ApplicationSettings#default_branch_name}
---
@@ -1304,7 +1304,7 @@ Determine if developers can push to the default branch.
Can take: 0 (not protected, both users with the Developer role or Maintainer role can push new commits and force push), 1 (partially protected, users with the Developer role or Maintainer role can push new commits, but cannot force push) or 2 (fully protected, users with the Developer or Maintainer role cannot push new commits, but users with the Developer or Maintainer role can; no one can force push) as a parameter. Default is 2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_protection ApplicationSettings#default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_protection ApplicationSettings#default_branch_protection}
---
@@ -1314,7 +1314,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
default_branch_protection_defaults block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_protection_defaults ApplicationSettings#default_branch_protection_defaults}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_protection_defaults ApplicationSettings#default_branch_protection_defaults}
---
@@ -1324,7 +1324,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Default CI/CD configuration file and path for new projects (.gitlab-ci.yml if not set).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_ci_config_path ApplicationSettings#default_ci_config_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_ci_config_path ApplicationSettings#default_ci_config_path}
---
@@ -1334,7 +1334,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
What visibility level new groups receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_group_visibility ApplicationSettings#default_group_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_group_visibility ApplicationSettings#default_group_visibility}
---
@@ -1344,7 +1344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Default preferred language for users who are not logged in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_preferred_language ApplicationSettings#default_preferred_language}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_preferred_language ApplicationSettings#default_preferred_language}
---
@@ -1354,7 +1354,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Default project creation protection. Can take: 0 (No one), 1 (Maintainers) or 2 (Developers + Maintainers).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_project_creation ApplicationSettings#default_project_creation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_project_creation ApplicationSettings#default_project_creation}
---
@@ -1364,7 +1364,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Project limit per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_projects_limit ApplicationSettings#default_projects_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_projects_limit ApplicationSettings#default_projects_limit}
---
@@ -1374,7 +1374,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
What visibility level new projects receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_project_visibility ApplicationSettings#default_project_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_project_visibility ApplicationSettings#default_project_visibility}
---
@@ -1384,7 +1384,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
What visibility level new snippets receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_snippet_visibility ApplicationSettings#default_snippet_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_snippet_visibility ApplicationSettings#default_snippet_visibility}
---
@@ -1394,7 +1394,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Default syntax highlighting theme for users who are new or not signed in. See IDs of available themes (https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/themes.rb#L16).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_syntax_highlighting_theme ApplicationSettings#default_syntax_highlighting_theme}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_syntax_highlighting_theme ApplicationSettings#default_syntax_highlighting_theme}
---
@@ -1404,7 +1404,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable inactive project deletion feature. Introduced in GitLab 14.10. Became operational in GitLab 15.0 (with feature flag inactive_projects_deletion).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#delete_inactive_projects ApplicationSettings#delete_inactive_projects}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#delete_inactive_projects ApplicationSettings#delete_inactive_projects}
---
@@ -1416,7 +1416,7 @@ Specifies whether users who have not confirmed their email should be deleted.
When set to true, unconfirmed users are deleted after unconfirmed_users_delete_after_days days. Introduced in GitLab 16.1. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#delete_unconfirmed_users ApplicationSettings#delete_unconfirmed_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#delete_unconfirmed_users ApplicationSettings#delete_unconfirmed_users}
---
@@ -1428,7 +1428,7 @@ The number of days to wait before deleting a project or group that is marked for
Value must be between 1 and 90.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deletion_adjourned_period ApplicationSettings#deletion_adjourned_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deletion_adjourned_period ApplicationSettings#deletion_adjourned_period}
---
@@ -1438,7 +1438,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires diagramsnet_url) Enable Diagrams.net integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
---
@@ -1448,7 +1448,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Diagrams.net instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
---
@@ -1458,7 +1458,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum files in a diff.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_files ApplicationSettings#diff_max_files}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_files ApplicationSettings#diff_max_files}
---
@@ -1468,7 +1468,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum lines in a diff.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_lines ApplicationSettings#diff_max_lines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_lines ApplicationSettings#diff_max_lines}
---
@@ -1478,7 +1478,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum diff patch size, in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_patch_bytes ApplicationSettings#diff_max_patch_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_patch_bytes ApplicationSettings#diff_max_patch_bytes}
---
@@ -1488,7 +1488,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Stops administrators from connecting their GitLab accounts to non-trusted OAuth 2.0 applications that have the api, read_api, read_repository, write_repository, read_registry, write_registry, or sudo scopes. Introduced in GitLab 15.6.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_admin_oauth_scopes ApplicationSettings#disable_admin_oauth_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_admin_oauth_scopes ApplicationSettings#disable_admin_oauth_scopes}
---
@@ -1498,7 +1498,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Disabled OAuth sign-in sources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disabled_oauth_sign_in_sources ApplicationSettings#disabled_oauth_sign_in_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disabled_oauth_sign_in_sources ApplicationSettings#disabled_oauth_sign_in_sources}
---
@@ -1508,7 +1508,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Disable display of RSS/Atom and calendar feed tokens (introduced in GitLab 13.7).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_feed_token ApplicationSettings#disable_feed_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_feed_token ApplicationSettings#disable_feed_token}
---
@@ -1520,7 +1520,7 @@ Disable personal access tokens.
Introduced in GitLab 15.7. Self-managed, Premium and Ultimate only. There is no method available to enable a personal access token that’s been disabled through the API. This is a known issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_personal_access_tokens ApplicationSettings#disable_personal_access_tokens}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_personal_access_tokens ApplicationSettings#disable_personal_access_tokens}
---
@@ -1530,7 +1530,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enforce DNS rebinding attack protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#dns_rebinding_protection_enabled ApplicationSettings#dns_rebinding_protection_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#dns_rebinding_protection_enabled ApplicationSettings#dns_rebinding_protection_enabled}
---
@@ -1540,7 +1540,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Force people to use only corporate emails for sign-up. Null means there is no restriction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
---
@@ -1552,7 +1552,7 @@ Users with email addresses that match these domains cannot sign up.
Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
---
@@ -1562,7 +1562,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: domain_denylist) Allows blocking sign-ups from emails from specific domains.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_denylist_enabled ApplicationSettings#domain_denylist_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_denylist_enabled ApplicationSettings#domain_denylist_enabled}
---
@@ -1572,7 +1572,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum downstream pipeline trigger rate. Introduced in GitLab 16.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#downstream_pipeline_trigger_limit_per_project_user_sha ApplicationSettings#downstream_pipeline_trigger_limit_per_project_user_sha}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#downstream_pipeline_trigger_limit_per_project_user_sha ApplicationSettings#downstream_pipeline_trigger_limit_per_project_user_sha}
---
@@ -1582,7 +1582,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The minimum allowed bit length of an uploaded DSA key. 0 means no restriction. -1 disables DSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#dsa_key_restriction ApplicationSettings#dsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#dsa_key_restriction ApplicationSettings#dsa_key_restriction}
---
@@ -1592,7 +1592,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether GitLab Duo features are enabled for this instance. Introduced in GitLab 16.10. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#duo_features_enabled ApplicationSettings#duo_features_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#duo_features_enabled ApplicationSettings#duo_features_enabled}
---
@@ -1604,7 +1604,7 @@ The minimum allowed curve size (in bits) of an uploaded ECDSA key.
0 means no restriction. -1 disables ECDSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ecdsa_key_restriction ApplicationSettings#ecdsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ecdsa_key_restriction ApplicationSettings#ecdsa_key_restriction}
---
@@ -1616,7 +1616,7 @@ The minimum allowed curve size (in bits) of an uploaded ECDSA_SK key.
0 means no restriction. -1 disables ECDSA_SK keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ecdsa_sk_key_restriction ApplicationSettings#ecdsa_sk_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ecdsa_sk_key_restriction ApplicationSettings#ecdsa_sk_key_restriction}
---
@@ -1628,7 +1628,7 @@ The minimum allowed curve size (in bits) of an uploaded ED25519 key.
0 means no restriction. -1 disables ED25519 keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ed25519_key_restriction ApplicationSettings#ed25519_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ed25519_key_restriction ApplicationSettings#ed25519_key_restriction}
---
@@ -1640,7 +1640,7 @@ The minimum allowed curve size (in bits) of an uploaded ED25519_SK key.
0 means no restriction. -1 disables ED25519_SK keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ed25519_sk_key_restriction ApplicationSettings#ed25519_sk_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ed25519_sk_key_restriction ApplicationSettings#ed25519_sk_key_restriction}
---
@@ -1650,7 +1650,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
AWS IAM access key ID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_access_key_id ApplicationSettings#eks_access_key_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_access_key_id ApplicationSettings#eks_access_key_id}
---
@@ -1660,7 +1660,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Amazon account ID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_account_id ApplicationSettings#eks_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_account_id ApplicationSettings#eks_account_id}
---
@@ -1670,7 +1670,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable integration with Amazon EKS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_integration_enabled ApplicationSettings#eks_integration_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_integration_enabled ApplicationSettings#eks_integration_enabled}
---
@@ -1680,7 +1680,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
AWS IAM secret access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_secret_access_key ApplicationSettings#eks_secret_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_secret_access_key ApplicationSettings#eks_secret_access_key}
---
@@ -1690,7 +1690,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable the use of AWS hosted Elasticsearch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
---
@@ -1700,7 +1700,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
AWS IAM access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_access_key ApplicationSettings#elasticsearch_aws_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_access_key ApplicationSettings#elasticsearch_aws_access_key}
---
@@ -1710,7 +1710,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The AWS region the Elasticsearch domain is configured.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_region ApplicationSettings#elasticsearch_aws_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_region ApplicationSettings#elasticsearch_aws_region}
---
@@ -1720,7 +1720,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
AWS IAM secret access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_secret_access_key ApplicationSettings#elasticsearch_aws_secret_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_secret_access_key ApplicationSettings#elasticsearch_aws_secret_access_key}
---
@@ -1732,7 +1732,7 @@ Maximum size of text fields to index by Elasticsearch.
0 value means no limit. This does not apply to repository and wiki indexing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexed_field_length_limit ApplicationSettings#elasticsearch_indexed_field_length_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexed_field_length_limit ApplicationSettings#elasticsearch_indexed_field_length_limit}
---
@@ -1742,7 +1742,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum size of repository and wiki files that are indexed by Elasticsearch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexed_file_size_limit_kb ApplicationSettings#elasticsearch_indexed_file_size_limit_kb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexed_file_size_limit_kb ApplicationSettings#elasticsearch_indexed_file_size_limit_kb}
---
@@ -1752,7 +1752,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Elasticsearch indexing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
---
@@ -1762,7 +1762,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit Elasticsearch to index certain namespaces and projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_limit_indexing ApplicationSettings#elasticsearch_limit_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_limit_indexing ApplicationSettings#elasticsearch_limit_indexing}
---
@@ -1772,7 +1772,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum concurrency of Elasticsearch bulk requests per indexing operation. This only applies to repository indexing operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_bulk_concurrency ApplicationSettings#elasticsearch_max_bulk_concurrency}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_bulk_concurrency ApplicationSettings#elasticsearch_max_bulk_concurrency}
---
@@ -1782,7 +1782,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum size of Elasticsearch bulk indexing requests in MB. This only applies to repository indexing operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_bulk_size_mb ApplicationSettings#elasticsearch_max_bulk_size_mb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_bulk_size_mb ApplicationSettings#elasticsearch_max_bulk_size_mb}
---
@@ -1792,7 +1792,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum concurrency of Elasticsearch code indexing background jobs. This only applies to repository indexing operations. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_code_indexing_concurrency ApplicationSettings#elasticsearch_max_code_indexing_concurrency}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_code_indexing_concurrency ApplicationSettings#elasticsearch_max_code_indexing_concurrency}
---
@@ -1802,7 +1802,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The namespaces to index via Elasticsearch if elasticsearch_limit_indexing is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_namespace_ids ApplicationSettings#elasticsearch_namespace_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_namespace_ids ApplicationSettings#elasticsearch_namespace_ids}
---
@@ -1812,7 +1812,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The password of your Elasticsearch instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
---
@@ -1822,7 +1822,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The projects to index via Elasticsearch if elasticsearch_limit_indexing is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_project_ids ApplicationSettings#elasticsearch_project_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_project_ids ApplicationSettings#elasticsearch_project_ids}
---
@@ -1834,7 +1834,7 @@ Enable automatic requeuing of indexing workers.
This improves non-code indexing throughput by enqueuing Sidekiq jobs until all documents are processed. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_requeue_workers ApplicationSettings#elasticsearch_requeue_workers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_requeue_workers ApplicationSettings#elasticsearch_requeue_workers}
---
@@ -1844,7 +1844,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Elasticsearch search.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
---
@@ -1854,7 +1854,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL to use for connecting to Elasticsearch. Use a comma-separated list to support cluster (for example, http://localhost:9200, http://localhost:9201).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
---
@@ -1864,7 +1864,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The username of your Elasticsearch instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
---
@@ -1876,7 +1876,7 @@ Number of indexing worker shards.
This improves non-code indexing throughput by enqueuing more parallel Sidekiq jobs. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_worker_number_of_shards ApplicationSettings#elasticsearch_worker_number_of_shards}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_worker_number_of_shards ApplicationSettings#elasticsearch_worker_number_of_shards}
---
@@ -1886,7 +1886,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Additional text added to the bottom of every email for legal/auditing/compliance reasons.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_additional_text ApplicationSettings#email_additional_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_additional_text ApplicationSettings#email_additional_text}
---
@@ -1898,7 +1898,7 @@ Some email servers do not support overriding the email sender name.
Enable this option to include the name of the author of the issue, merge request or comment in the email body instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_author_in_body ApplicationSettings#email_author_in_body}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_author_in_body ApplicationSettings#email_author_in_body}
---
@@ -1908,7 +1908,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Specifies whether users must confirm their email before sign in. Possible values are off, soft, and hard.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_confirmation_setting ApplicationSettings#email_confirmation_setting}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_confirmation_setting ApplicationSettings#email_confirmation_setting}
---
@@ -1918,7 +1918,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Show the external redirect page that warns you about user-generated content in GitLab Pages.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enable_artifact_external_redirect_warning_page ApplicationSettings#enable_artifact_external_redirect_warning_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enable_artifact_external_redirect_warning_page ApplicationSettings#enable_artifact_external_redirect_warning_page}
---
@@ -1928,7 +1928,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enabled protocols for Git access. Allowed values are: ssh, http, and nil to allow both protocols.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enabled_git_access_protocol ApplicationSettings#enabled_git_access_protocol}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enabled_git_access_protocol ApplicationSettings#enabled_git_access_protocol}
---
@@ -1938,7 +1938,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enabling this permits enforcement of namespace storage limits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enforce_namespace_storage_limit ApplicationSettings#enforce_namespace_storage_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enforce_namespace_storage_limit ApplicationSettings#enforce_namespace_storage_limit}
---
@@ -1948,7 +1948,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: terms) Enforce application ToS to all users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
---
@@ -1958,7 +1958,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: external_auth_client_key) The certificate to use to authenticate with the external authorization service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_cert ApplicationSettings#external_auth_client_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_cert ApplicationSettings#external_auth_client_cert}
---
@@ -1968,7 +1968,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Private key for the certificate when authentication is required for the external authorization service, this is encrypted when stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_key ApplicationSettings#external_auth_client_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_key ApplicationSettings#external_auth_client_key}
---
@@ -1978,7 +1978,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Passphrase to use for the private key when authenticating with the external service this is encrypted when stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_key_pass ApplicationSettings#external_auth_client_key_pass}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_key_pass ApplicationSettings#external_auth_client_key_pass}
---
@@ -1988,7 +1988,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The default classification label to use when requesting authorization and no classification label has been specified on the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_default_label ApplicationSettings#external_authorization_service_default_label}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_default_label ApplicationSettings#external_authorization_service_default_label}
---
@@ -1998,7 +1998,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: external_authorization_service_default_label, external_authorization_service_timeout and external_authorization_service_url) Enable using an external authorization service for accessing projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_enabled ApplicationSettings#external_authorization_service_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_enabled ApplicationSettings#external_authorization_service_enabled}
---
@@ -2010,7 +2010,7 @@ The timeout after which an authorization request is aborted, in seconds.
When a request times out, access is denied to the user. (min: 0.001, max: 10, step: 0.001).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_timeout ApplicationSettings#external_authorization_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_timeout ApplicationSettings#external_authorization_service_timeout}
---
@@ -2020,7 +2020,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
URL to which authorization requests are directed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_url ApplicationSettings#external_authorization_service_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_url ApplicationSettings#external_authorization_service_url}
---
@@ -2030,7 +2030,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
How long to wait for a response from the pipeline validation service. Assumes OK if it times out.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_timeout ApplicationSettings#external_pipeline_validation_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_timeout ApplicationSettings#external_pipeline_validation_service_timeout}
---
@@ -2040,7 +2040,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Optional. Token to include as the X-Gitlab-Token header in requests to the URL in external_pipeline_validation_service_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_token ApplicationSettings#external_pipeline_validation_service_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_token ApplicationSettings#external_pipeline_validation_service_token}
---
@@ -2050,7 +2050,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
URL to use for pipeline validation requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_url ApplicationSettings#external_pipeline_validation_service_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_url ApplicationSettings#external_pipeline_validation_service_url}
---
@@ -2060,7 +2060,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Time period in minutes after which the user is unlocked when maximum number of failed sign-in attempts reached.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#failed_login_attempts_unlock_period_in_minutes ApplicationSettings#failed_login_attempts_unlock_period_in_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#failed_login_attempts_unlock_period_in_minutes ApplicationSettings#failed_login_attempts_unlock_period_in_minutes}
---
@@ -2070,7 +2070,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of a project to load custom file templates from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#file_template_project_id ApplicationSettings#file_template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#file_template_project_id ApplicationSettings#file_template_project_id}
---
@@ -2082,7 +2082,7 @@ Start day of the week for calendar views and date pickers.
Valid values are 0 for Sunday, 1 for Monday, and 6 for Saturday.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#first_day_of_week ApplicationSettings#first_day_of_week}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#first_day_of_week ApplicationSettings#first_day_of_week}
---
@@ -2092,7 +2092,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Comma-separated list of IPs and CIDRs of allowed secondary nodes. For example, 1.1.1.1, 2.2.2.0/24.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#geo_node_allowed_ips ApplicationSettings#geo_node_allowed_ips}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#geo_node_allowed_ips ApplicationSettings#geo_node_allowed_ips}
---
@@ -2102,7 +2102,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The amount of seconds after which a request to get a secondary node status times out.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#geo_status_timeout ApplicationSettings#geo_status_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#geo_status_timeout ApplicationSettings#geo_status_timeout}
---
@@ -2114,7 +2114,7 @@ Default Gitaly timeout, in seconds.
This timeout is not enforced for Git fetch/push operations or Sidekiq jobs. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_default ApplicationSettings#gitaly_timeout_default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_default ApplicationSettings#gitaly_timeout_default}
---
@@ -2126,7 +2126,7 @@ Gitaly fast operation timeout, in seconds.
Some Gitaly operations are expected to be fast. If they exceed this threshold, there may be a problem with a storage shard and ‘failing fast’ can help maintain the stability of the GitLab instance. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_fast ApplicationSettings#gitaly_timeout_fast}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_fast ApplicationSettings#gitaly_timeout_fast}
---
@@ -2138,7 +2138,7 @@ Medium Gitaly timeout, in seconds.
This should be a value between the Fast and the Default timeout. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_medium ApplicationSettings#gitaly_timeout_medium}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_medium ApplicationSettings#gitaly_timeout_medium}
---
@@ -2148,7 +2148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of Git operations per minute a user can perform. Introduced in GitLab 16.2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitlab_shell_operation_limit ApplicationSettings#gitlab_shell_operation_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitlab_shell_operation_limit ApplicationSettings#gitlab_shell_operation_limit}
---
@@ -2158,7 +2158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Gitpod integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
---
@@ -2168,7 +2168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Gitpod instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
---
@@ -2180,7 +2180,7 @@ List of user IDs that are emailed when the Git abuse rate limit is exceeded.
Maximum: 100 user IDs. Introduced in GitLab 15.9. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_rate_limit_users_alertlist ApplicationSettings#git_rate_limit_users_alertlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_rate_limit_users_alertlist ApplicationSettings#git_rate_limit_users_alertlist}
---
@@ -2190,7 +2190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
List of usernames excluded from Git anti-abuse rate limits. Maximum: 100 usernames. Introduced in GitLab 15.2. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_rate_limit_users_allowlist ApplicationSettings#git_rate_limit_users_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_rate_limit_users_allowlist ApplicationSettings#git_rate_limit_users_allowlist}
---
@@ -2200,7 +2200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum duration (in minutes) of a session for Git operations when 2FA is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_two_factor_session_expiry ApplicationSettings#git_two_factor_session_expiry}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_two_factor_session_expiry ApplicationSettings#git_two_factor_session_expiry}
---
@@ -2210,7 +2210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Comma-separated list of IP addresses and CIDRs always allowed for inbound traffic. For example, 1.1.1.1, 2.2.2.0/24.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#globally_allowed_ips ApplicationSettings#globally_allowed_ips}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#globally_allowed_ips ApplicationSettings#globally_allowed_ips}
---
@@ -2220,7 +2220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Grafana.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
---
@@ -2230,7 +2230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Grafana URL.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
---
@@ -2240,7 +2240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Gravatar.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
---
@@ -2250,7 +2250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Prevent overrides of default branch protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#group_owners_can_manage_default_branch_protection ApplicationSettings#group_owners_can_manage_default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#group_owners_can_manage_default_branch_protection ApplicationSettings#group_owners_can_manage_default_branch_protection}
---
@@ -2262,7 +2262,7 @@ Create new projects using hashed storage paths: Enable immutable, hash-based pat
This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance. (Always enabled in GitLab versions 13.0 and later, configuration is scheduled for removal in 14.0).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#hashed_storage_enabled ApplicationSettings#hashed_storage_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#hashed_storage_enabled ApplicationSettings#hashed_storage_enabled}
---
@@ -2272,7 +2272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Hide marketing-related entries from help.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_hide_commercial_content ApplicationSettings#help_page_hide_commercial_content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_hide_commercial_content ApplicationSettings#help_page_hide_commercial_content}
---
@@ -2282,7 +2282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Alternate support URL for help page and help dropdown.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_support_url ApplicationSettings#help_page_support_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_support_url ApplicationSettings#help_page_support_url}
---
@@ -2292,7 +2292,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Custom text displayed on the help page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_text ApplicationSettings#help_page_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_text ApplicationSettings#help_page_text}
---
@@ -2302,7 +2302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
GitLab server administrator information.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
---
@@ -2312,7 +2312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Do not display offers from third parties in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#hide_third_party_offers ApplicationSettings#hide_third_party_offers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#hide_third_party_offers ApplicationSettings#hide_third_party_offers}
---
@@ -2322,7 +2322,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Redirect to this URL when not logged in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#home_page_url ApplicationSettings#home_page_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#home_page_url ApplicationSettings#home_page_url}
---
@@ -2335,7 +2335,7 @@ Enable or disable Git housekeeping.
If enabled, requires either housekeeping_optimize_repository_period OR housekeeping_bitmaps_enabled, housekeeping_full_repack_period, housekeeping_gc_period, and housekeeping_incremental_repack_period.
Options housekeeping_bitmaps_enabled, housekeeping_full_repack_period, housekeeping_gc_period, and housekeeping_incremental_repack_period are deprecated. Use housekeeping_optimize_repository_period instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
---
@@ -2345,7 +2345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_full_repack_period ApplicationSettings#housekeeping_full_repack_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_full_repack_period ApplicationSettings#housekeeping_full_repack_period}
---
@@ -2355,7 +2355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Number of Git pushes after which git gc is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_gc_period ApplicationSettings#housekeeping_gc_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_gc_period ApplicationSettings#housekeeping_gc_period}
---
@@ -2365,7 +2365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_incremental_repack_period ApplicationSettings#housekeeping_incremental_repack_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_incremental_repack_period ApplicationSettings#housekeeping_incremental_repack_period}
---
@@ -2375,7 +2375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_optimize_repository_period ApplicationSettings#housekeeping_optimize_repository_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_optimize_repository_period ApplicationSettings#housekeeping_optimize_repository_period}
---
@@ -2385,7 +2385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable HTML emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#html_emails_enabled ApplicationSettings#html_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#html_emails_enabled ApplicationSettings#html_emails_enabled}
---
@@ -2393,7 +2393,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#id ApplicationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#id ApplicationSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -2406,7 +2406,7 @@ If you experience problems setting this value it might not be settable. Please t
Sources to allow project import from. Valid values are: `github`, `bitbucket`, `bitbucket_server`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
---
@@ -2418,7 +2418,7 @@ If delete_inactive_projects is true, the time (in months) to wait before deletin
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_delete_after_months ApplicationSettings#inactive_projects_delete_after_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_delete_after_months ApplicationSettings#inactive_projects_delete_after_months}
---
@@ -2430,7 +2430,7 @@ If delete_inactive_projects is true, the minimum repository size for projects to
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_min_size_mb ApplicationSettings#inactive_projects_min_size_mb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_min_size_mb ApplicationSettings#inactive_projects_min_size_mb}
---
@@ -2442,7 +2442,7 @@ If delete_inactive_projects is true, sets the time (in months) to wait before em
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_send_warning_email_after_months ApplicationSettings#inactive_projects_send_warning_email_after_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_send_warning_email_after_months ApplicationSettings#inactive_projects_send_warning_email_after_months}
---
@@ -2452,7 +2452,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether or not optional metrics are enabled in Service Ping. Introduced in GitLab 16.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#include_optional_metrics_in_service_ping ApplicationSettings#include_optional_metrics_in_service_ping}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#include_optional_metrics_in_service_ping ApplicationSettings#include_optional_metrics_in_service_ping}
---
@@ -2462,7 +2462,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable in-product marketing emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#in_product_marketing_emails_enabled ApplicationSettings#in_product_marketing_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#in_product_marketing_emails_enabled ApplicationSettings#in_product_marketing_emails_enabled}
---
@@ -2472,7 +2472,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Invisible CAPTCHA spam detection during sign-up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#invisible_captcha_enabled ApplicationSettings#invisible_captcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#invisible_captcha_enabled ApplicationSettings#invisible_captcha_enabled}
---
@@ -2482,7 +2482,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Max number of issue creation requests per minute per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#issues_create_limit ApplicationSettings#issues_create_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#issues_create_limit ApplicationSettings#issues_create_limit}
---
@@ -2492,7 +2492,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
ID of the OAuth application used to authenticate with the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_application_key ApplicationSettings#jira_connect_application_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_application_key ApplicationSettings#jira_connect_application_key}
---
@@ -2502,7 +2502,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
URL of the GitLab instance used as a proxy for the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_proxy_url ApplicationSettings#jira_connect_proxy_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_proxy_url ApplicationSettings#jira_connect_proxy_url}
---
@@ -2512,7 +2512,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable public key storage for the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_public_key_storage_enabled ApplicationSettings#jira_connect_public_key_storage_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_public_key_storage_enabled ApplicationSettings#jira_connect_public_key_storage_enabled}
---
@@ -2522,7 +2522,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Prevent the deletion of the artifacts from the most recent successful jobs, regardless of the expiry time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#keep_latest_artifact ApplicationSettings#keep_latest_artifact}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#keep_latest_artifact ApplicationSettings#keep_latest_artifact}
---
@@ -2532,7 +2532,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Increase this value when any cached Markdown should be invalidated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#local_markdown_version ApplicationSettings#local_markdown_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#local_markdown_version ApplicationSettings#local_markdown_version}
---
@@ -2544,7 +2544,7 @@ Indicates whether the GitLab Duo features enabled setting is enforced for all su
Introduced in GitLab 16.10. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#lock_duo_features_enabled ApplicationSettings#lock_duo_features_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#lock_duo_features_enabled ApplicationSettings#lock_duo_features_enabled}
---
@@ -2554,7 +2554,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Mailgun event receiver.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mailgun_events_enabled ApplicationSettings#mailgun_events_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mailgun_events_enabled ApplicationSettings#mailgun_events_enabled}
---
@@ -2564,7 +2564,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Mailgun HTTP webhook signing key for receiving events from webhook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mailgun_signing_key ApplicationSettings#mailgun_signing_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mailgun_signing_key ApplicationSettings#mailgun_signing_key}
---
@@ -2574,7 +2574,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When instance is in maintenance mode, non-administrative users can sign in with read-only access and make read-only API requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
---
@@ -2584,7 +2584,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Message displayed when instance is in maintenance mode.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maintenance_mode_message ApplicationSettings#maintenance_mode_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maintenance_mode_message ApplicationSettings#maintenance_mode_message}
---
@@ -2594,7 +2594,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Use repo.maven.apache.org as a default remote repository when the package is not found in the GitLab Package Registry for Maven. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maven_package_requests_forwarding ApplicationSettings#maven_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maven_package_requests_forwarding ApplicationSettings#maven_package_requests_forwarding}
---
@@ -2604,7 +2604,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum artifacts size in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_artifacts_size ApplicationSettings#max_artifacts_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_artifacts_size ApplicationSettings#max_artifacts_size}
---
@@ -2614,7 +2614,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit attachment size in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_attachment_size ApplicationSettings#max_attachment_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_attachment_size ApplicationSettings#max_attachment_size}
---
@@ -2624,7 +2624,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum decompressed archive size in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_decompressed_archive_size ApplicationSettings#max_decompressed_archive_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_decompressed_archive_size ApplicationSettings#max_decompressed_archive_size}
---
@@ -2634,7 +2634,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum export size in MB. 0 for unlimited.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_export_size ApplicationSettings#max_export_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_export_size ApplicationSettings#max_export_size}
---
@@ -2644,7 +2644,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum remote file size for imports from external object storages. Introduced in GitLab 16.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_import_remote_file_size ApplicationSettings#max_import_remote_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_import_remote_file_size ApplicationSettings#max_import_remote_file_size}
---
@@ -2654,7 +2654,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum import size in MB. 0 for unlimited.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_import_size ApplicationSettings#max_import_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_import_size ApplicationSettings#max_import_size}
---
@@ -2664,7 +2664,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of sign-in attempts before locking out the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_login_attempts ApplicationSettings#max_login_attempts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_login_attempts ApplicationSettings#max_login_attempts}
---
@@ -2676,7 +2676,7 @@ Maximum number of unique repositories a user can download in the specified time
Maximum: 10,000 repositories. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_number_of_repository_downloads ApplicationSettings#max_number_of_repository_downloads}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_number_of_repository_downloads ApplicationSettings#max_number_of_repository_downloads}
---
@@ -2686,7 +2686,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Reporting time period (in seconds). Maximum: 864000 seconds (10 days). Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_number_of_repository_downloads_within_time_period ApplicationSettings#max_number_of_repository_downloads_within_time_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_number_of_repository_downloads_within_time_period ApplicationSettings#max_number_of_repository_downloads_within_time_period}
---
@@ -2696,7 +2696,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum size of pages repositories in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_pages_size ApplicationSettings#max_pages_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_pages_size ApplicationSettings#max_pages_size}
---
@@ -2706,7 +2706,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum allowable lifetime for access tokens in days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_personal_access_token_lifetime ApplicationSettings#max_personal_access_token_lifetime}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_personal_access_token_lifetime ApplicationSettings#max_personal_access_token_lifetime}
---
@@ -2716,7 +2716,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum allowable lifetime for SSH keys in days. Introduced in GitLab 14.6.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_ssh_key_lifetime ApplicationSettings#max_ssh_key_lifetime}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_ssh_key_lifetime ApplicationSettings#max_ssh_key_lifetime}
---
@@ -2726,7 +2726,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum size in bytes of the Terraform state files. Set this to 0 for unlimited file size.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_terraform_state_size_bytes ApplicationSettings#max_terraform_state_size_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_terraform_state_size_bytes ApplicationSettings#max_terraform_state_size_bytes}
---
@@ -2736,7 +2736,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A method call is only tracked when it takes longer than the given amount of milliseconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#metrics_method_call_threshold ApplicationSettings#metrics_method_call_threshold}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#metrics_method_call_threshold ApplicationSettings#metrics_method_call_threshold}
---
@@ -2746,7 +2746,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether passwords require a minimum length. Introduced in GitLab 15.1. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#minimum_password_length ApplicationSettings#minimum_password_length}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#minimum_password_length ApplicationSettings#minimum_password_length}
---
@@ -2756,7 +2756,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow repository mirroring to configured by project Maintainers. If disabled, only Administrators can configure repository mirroring.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
---
@@ -2766,7 +2766,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Minimum capacity to be available before scheduling more mirrors preemptively.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_capacity_threshold ApplicationSettings#mirror_capacity_threshold}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_capacity_threshold ApplicationSettings#mirror_capacity_threshold}
---
@@ -2776,7 +2776,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of mirrors that can be synchronizing at the same time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_max_capacity ApplicationSettings#mirror_max_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_max_capacity ApplicationSettings#mirror_max_capacity}
---
@@ -2786,7 +2786,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum time (in minutes) between updates that a mirror can have when scheduled to synchronize.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_max_delay ApplicationSettings#mirror_max_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_max_delay ApplicationSettings#mirror_max_delay}
---
@@ -2796,7 +2796,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Use npmjs.org as a default remote repository when the package is not found in the GitLab Package Registry for npm.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#npm_package_requests_forwarding ApplicationSettings#npm_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#npm_package_requests_forwarding ApplicationSettings#npm_package_requests_forwarding}
---
@@ -2806,7 +2806,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether to skip metadata URL validation for the NuGet package. Introduced in GitLab 17.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#nuget_skip_metadata_url_validation ApplicationSettings#nuget_skip_metadata_url_validation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#nuget_skip_metadata_url_validation ApplicationSettings#nuget_skip_metadata_url_validation}
---
@@ -2816,7 +2816,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Define a list of trusted domains or IP addresses to which local requests are allowed when local requests for hooks and services are disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#outbound_local_requests_whitelist ApplicationSettings#outbound_local_requests_whitelist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#outbound_local_requests_whitelist ApplicationSettings#outbound_local_requests_whitelist}
---
@@ -2826,7 +2826,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
List of package registry metadata to sync. See the list of the available values (https://gitlab.com/gitlab-org/gitlab/-/blob/ace16c20d5da7c4928dd03fb139692638b557fe3/app/models/concerns/enums/package_metadata.rb#L5). Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_metadata_purl_types ApplicationSettings#package_metadata_purl_types}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_metadata_purl_types ApplicationSettings#package_metadata_purl_types}
---
@@ -2836,7 +2836,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable to allow anyone to pull from Package Registry visible and changeable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_registry_allow_anyone_to_pull_option ApplicationSettings#package_registry_allow_anyone_to_pull_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_registry_allow_anyone_to_pull_option ApplicationSettings#package_registry_allow_anyone_to_pull_option}
---
@@ -2846,7 +2846,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Number of workers assigned to the packages cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_registry_cleanup_policies_worker_capacity ApplicationSettings#package_registry_cleanup_policies_worker_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_registry_cleanup_policies_worker_capacity ApplicationSettings#package_registry_cleanup_policies_worker_capacity}
---
@@ -2858,7 +2858,7 @@ Require users to prove ownership of custom domains.
Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pages_domain_verification_enabled ApplicationSettings#pages_domain_verification_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pages_domain_verification_enabled ApplicationSettings#pages_domain_verification_enabled}
---
@@ -2868,7 +2868,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable authentication for Git over HTTP(S) via a GitLab account password.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_authentication_enabled_for_git ApplicationSettings#password_authentication_enabled_for_git}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_authentication_enabled_for_git ApplicationSettings#password_authentication_enabled_for_git}
---
@@ -2878,7 +2878,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable authentication for the web interface via a GitLab account password.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_authentication_enabled_for_web ApplicationSettings#password_authentication_enabled_for_web}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_authentication_enabled_for_web ApplicationSettings#password_authentication_enabled_for_web}
---
@@ -2888,7 +2888,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether passwords require at least one lowercase letter. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_lowercase_required ApplicationSettings#password_lowercase_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_lowercase_required ApplicationSettings#password_lowercase_required}
---
@@ -2898,7 +2898,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether passwords require at least one number. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_number_required ApplicationSettings#password_number_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_number_required ApplicationSettings#password_number_required}
---
@@ -2908,7 +2908,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether passwords require at least one symbol character. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_symbol_required ApplicationSettings#password_symbol_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_symbol_required ApplicationSettings#password_symbol_required}
---
@@ -2918,7 +2918,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether passwords require at least one uppercase letter. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_uppercase_required ApplicationSettings#password_uppercase_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_uppercase_required ApplicationSettings#password_uppercase_required}
---
@@ -2928,7 +2928,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Path of the group that is allowed to toggle the performance bar.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#performance_bar_allowed_group_path ApplicationSettings#performance_bar_allowed_group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#performance_bar_allowed_group_path ApplicationSettings#performance_bar_allowed_group_path}
---
@@ -2938,7 +2938,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Prefix for all generated personal access tokens.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#personal_access_token_prefix ApplicationSettings#personal_access_token_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#personal_access_token_prefix ApplicationSettings#personal_access_token_prefix}
---
@@ -2948,7 +2948,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of pipeline creation requests per minute per user and commit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pipeline_limit_per_project_user_sha ApplicationSettings#pipeline_limit_per_project_user_sha}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pipeline_limit_per_project_user_sha ApplicationSettings#pipeline_limit_per_project_user_sha}
---
@@ -2958,7 +2958,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: plantuml_url) Enable PlantUML integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
---
@@ -2968,7 +2968,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The PlantUML instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
---
@@ -2978,7 +2978,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Interval multiplier used by endpoints that perform polling. Set to 0 to disable polling.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#polling_interval_multiplier ApplicationSettings#polling_interval_multiplier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#polling_interval_multiplier ApplicationSettings#polling_interval_multiplier}
---
@@ -2988,7 +2988,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable project export.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#project_export_enabled ApplicationSettings#project_export_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#project_export_enabled ApplicationSettings#project_export_enabled}
---
@@ -2998,7 +2998,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum authenticated requests to /project/:id/jobs per minute. Introduced in GitLab 16.5.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#project_jobs_api_rate_limit ApplicationSettings#project_jobs_api_rate_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#project_jobs_api_rate_limit ApplicationSettings#project_jobs_api_rate_limit}
---
@@ -3008,7 +3008,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Introduced in GitLab 15.10. Max number of requests per 10 minutes per IP address for unauthenticated requests to the list all projects API. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#projects_api_rate_limit_unauthenticated ApplicationSettings#projects_api_rate_limit_unauthenticated}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#projects_api_rate_limit_unauthenticated ApplicationSettings#projects_api_rate_limit_unauthenticated}
---
@@ -3018,7 +3018,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Prometheus metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#prometheus_metrics_enabled ApplicationSettings#prometheus_metrics_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#prometheus_metrics_enabled ApplicationSettings#prometheus_metrics_enabled}
---
@@ -3028,7 +3028,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
CI/CD variables are protected by default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#protected_ci_variables ApplicationSettings#protected_ci_variables}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#protected_ci_variables ApplicationSettings#protected_ci_variables}
---
@@ -3040,7 +3040,7 @@ Number of changes (branches or tags) in a single push to determine whether indiv
Bulk push events are created if it surpasses that value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#push_event_activities_limit ApplicationSettings#push_event_activities_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#push_event_activities_limit ApplicationSettings#push_event_activities_limit}
---
@@ -3052,7 +3052,7 @@ Number of changes (branches or tags) in a single push to determine whether webho
Webhooks and services aren’t submitted if it surpasses that value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#push_event_hooks_limit ApplicationSettings#push_event_hooks_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#push_event_hooks_limit ApplicationSettings#push_event_hooks_limit}
---
@@ -3062,7 +3062,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Use pypi.org as a default remote repository when the package is not found in the GitLab Package Registry for PyPI.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pypi_package_requests_forwarding ApplicationSettings#pypi_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pypi_package_requests_forwarding ApplicationSettings#pypi_package_requests_forwarding}
---
@@ -3074,7 +3074,7 @@ When rate limiting is enabled via the throttle_* settings, send this plain text
‘Retry later’ is sent if this is blank.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#rate_limiting_response_text ApplicationSettings#rate_limiting_response_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#rate_limiting_response_text ApplicationSettings#rate_limiting_response_text}
---
@@ -3084,7 +3084,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Max number of requests per minute for each raw path. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#raw_blob_request_limit ApplicationSettings#raw_blob_request_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#raw_blob_request_limit ApplicationSettings#raw_blob_request_limit}
---
@@ -3094,7 +3094,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: recaptcha_private_key and recaptcha_site_key) Enable reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
---
@@ -3104,7 +3104,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Private key for reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_private_key ApplicationSettings#recaptcha_private_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_private_key ApplicationSettings#recaptcha_private_key}
---
@@ -3114,7 +3114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Site key for reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_site_key ApplicationSettings#recaptcha_site_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_site_key ApplicationSettings#recaptcha_site_key}
---
@@ -3124,7 +3124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum push size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#receive_max_input_size ApplicationSettings#receive_max_input_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#receive_max_input_size ApplicationSettings#receive_max_input_size}
---
@@ -3134,7 +3134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable receptive mode for GitLab Agents for Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#receptive_cluster_agents_enabled ApplicationSettings#receptive_cluster_agents_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#receptive_cluster_agents_enabled ApplicationSettings#receptive_cluster_agents_enabled}
---
@@ -3144,7 +3144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Remember me setting. Introduced in GitLab 16.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#remember_me_enabled ApplicationSettings#remember_me_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#remember_me_enabled ApplicationSettings#remember_me_enabled}
---
@@ -3154,7 +3154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
GitLab periodically runs git fsck in all project and wiki repositories to look for silent disk corruption issues.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_checks_enabled ApplicationSettings#repository_checks_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_checks_enabled ApplicationSettings#repository_checks_enabled}
---
@@ -3164,7 +3164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Size limit per repository (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_size_limit ApplicationSettings#repository_size_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_size_limit ApplicationSettings#repository_size_limit}
---
@@ -3174,7 +3174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(GitLab 13.0 and earlier) List of names of enabled storage paths, taken from gitlab.yml. New projects are created in one of these stores, chosen at random.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
---
@@ -3184,7 +3184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(GitLab 13.1 and later) Hash of names of taken from gitlab.yml to weights. New projects are created in one of these stores, chosen by a weighted random selection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_storages_weighted ApplicationSettings#repository_storages_weighted}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_storages_weighted ApplicationSettings#repository_storages_weighted}
---
@@ -3194,7 +3194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When enabled, any user that signs up for an account using the registration form is placed under a Pending approval state and has to be explicitly approved by an administrator.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_admin_approval_after_user_signup ApplicationSettings#require_admin_approval_after_user_signup}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_admin_approval_after_user_signup ApplicationSettings#require_admin_approval_after_user_signup}
---
@@ -3204,7 +3204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow administrators to require 2FA for all administrators on the instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_admin_two_factor_authentication ApplicationSettings#require_admin_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_admin_two_factor_authentication ApplicationSettings#require_admin_two_factor_authentication}
---
@@ -3214,7 +3214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When enabled, users must set an expiration date when creating a group or project access token, or a personal access token owned by a non-service account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_personal_access_token_expiry ApplicationSettings#require_personal_access_token_expiry}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_personal_access_token_expiry ApplicationSettings#require_personal_access_token_expiry}
---
@@ -3224,7 +3224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: two_factor_grace_period) Require all users to set up Two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_two_factor_authentication ApplicationSettings#require_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_two_factor_authentication ApplicationSettings#require_two_factor_authentication}
---
@@ -3236,7 +3236,7 @@ Selected levels cannot be used by non-Administrator users for groups, projects o
Can take private, internal and public as a parameter. Null means there is no restriction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#restricted_visibility_levels ApplicationSettings#restricted_visibility_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#restricted_visibility_levels ApplicationSettings#restricted_visibility_levels}
---
@@ -3246,7 +3246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The minimum allowed bit length of an uploaded RSA key. 0 means no restriction. -1 disables RSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#rsa_key_restriction ApplicationSettings#rsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#rsa_key_restriction ApplicationSettings#rsa_key_restriction}
---
@@ -3256,7 +3256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Max number of requests per minute for performing a search while authenticated. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#search_rate_limit ApplicationSettings#search_rate_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#search_rate_limit ApplicationSettings#search_rate_limit}
---
@@ -3266,7 +3266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Max number of requests per minute for performing a search while unauthenticated. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#search_rate_limit_unauthenticated ApplicationSettings#search_rate_limit_unauthenticated}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#search_rate_limit_unauthenticated ApplicationSettings#search_rate_limit_unauthenticated}
---
@@ -3276,7 +3276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of active merge request approval policies per security policy project. Maximum: 20.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_approval_policies_limit ApplicationSettings#security_approval_policies_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_approval_policies_limit ApplicationSettings#security_approval_policies_limit}
---
@@ -3286,7 +3286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether to look up merge request approval policy approval groups globally or within project hierarchies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_policy_global_group_approvers_enabled ApplicationSettings#security_policy_global_group_approvers_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_policy_global_group_approvers_enabled ApplicationSettings#security_policy_global_group_approvers_enabled}
---
@@ -3296,7 +3296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Public security contact information. Introduced in GitLab 16.7.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_txt_content ApplicationSettings#security_txt_content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_txt_content ApplicationSettings#security_txt_content}
---
@@ -3306,7 +3306,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Send confirmation email on sign-up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#send_user_confirmation_email ApplicationSettings#send_user_confirmation_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#send_user_confirmation_email ApplicationSettings#send_user_confirmation_email}
---
@@ -3316,7 +3316,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Flag to indicate if token expiry date can be optional for service account users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#service_access_tokens_expiration_enforced ApplicationSettings#service_access_tokens_expiration_enforced}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#service_access_tokens_expiration_enforced ApplicationSettings#service_access_tokens_expiration_enforced}
---
@@ -3326,7 +3326,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Session duration in minutes. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#session_expire_delay ApplicationSettings#session_expire_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#session_expire_delay ApplicationSettings#session_expire_delay}
---
@@ -3336,7 +3336,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: shared_runners_text and shared_runners_minutes) Enable shared runners for new projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_enabled ApplicationSettings#shared_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_enabled ApplicationSettings#shared_runners_enabled}
---
@@ -3346,7 +3346,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the maximum number of CI/CD minutes that a group can use on shared runners per month.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_minutes ApplicationSettings#shared_runners_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_minutes ApplicationSettings#shared_runners_minutes}
---
@@ -3356,7 +3356,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Shared runners text.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_text ApplicationSettings#shared_runners_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_text ApplicationSettings#shared_runners_text}
---
@@ -3366,7 +3366,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The threshold in bytes at which Sidekiq jobs are compressed before being stored in Redis.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_compression_threshold_bytes ApplicationSettings#sidekiq_job_limiter_compression_threshold_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_compression_threshold_bytes ApplicationSettings#sidekiq_job_limiter_compression_threshold_bytes}
---
@@ -3376,7 +3376,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The threshold in bytes at which Sidekiq jobs are rejected. 0 means do not reject any job.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_limit_bytes ApplicationSettings#sidekiq_job_limiter_limit_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_limit_bytes ApplicationSettings#sidekiq_job_limiter_limit_bytes}
---
@@ -3386,7 +3386,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
track or compress. Sets the behavior for Sidekiq job size limits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_mode ApplicationSettings#sidekiq_job_limiter_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_mode ApplicationSettings#sidekiq_job_limiter_mode}
---
@@ -3396,7 +3396,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Text on the login page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sign_in_text ApplicationSettings#sign_in_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sign_in_text ApplicationSettings#sign_in_text}
---
@@ -3406,7 +3406,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable registration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
---
@@ -3416,7 +3416,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Silent admin exports.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#silent_admin_exports_enabled ApplicationSettings#silent_admin_exports_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#silent_admin_exports_enabled ApplicationSettings#silent_admin_exports_enabled}
---
@@ -3426,7 +3426,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Silent mode.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#silent_mode_enabled ApplicationSettings#silent_mode_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#silent_mode_enabled ApplicationSettings#silent_mode_enabled}
---
@@ -3436,7 +3436,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: slack_app_id, slack_app_secret and slack_app_secret) Enable Slack app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_enabled ApplicationSettings#slack_app_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_enabled ApplicationSettings#slack_app_enabled}
---
@@ -3446,7 +3446,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The app ID of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_id ApplicationSettings#slack_app_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_id ApplicationSettings#slack_app_id}
---
@@ -3456,7 +3456,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The app secret of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_secret ApplicationSettings#slack_app_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_secret ApplicationSettings#slack_app_secret}
---
@@ -3466,7 +3466,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The signing secret of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_signing_secret ApplicationSettings#slack_app_signing_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_signing_secret ApplicationSettings#slack_app_signing_secret}
---
@@ -3476,7 +3476,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The verification token of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_verification_token ApplicationSettings#slack_app_verification_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_verification_token ApplicationSettings#slack_app_verification_token}
---
@@ -3486,7 +3486,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Max snippet content size in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snippet_size_limit ApplicationSettings#snippet_size_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snippet_size_limit ApplicationSettings#snippet_size_limit}
---
@@ -3496,7 +3496,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Snowplow site name / application ID. (for example, gitlab).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_app_id ApplicationSettings#snowplow_app_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_app_id ApplicationSettings#snowplow_app_id}
---
@@ -3506,7 +3506,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Snowplow collector hostname. (for example, snowplow.trx.gitlab.net).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_collector_hostname ApplicationSettings#snowplow_collector_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_collector_hostname ApplicationSettings#snowplow_collector_hostname}
---
@@ -3516,7 +3516,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Snowplow cookie domain. (for example, .gitlab.com).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_cookie_domain ApplicationSettings#snowplow_cookie_domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_cookie_domain ApplicationSettings#snowplow_cookie_domain}
---
@@ -3526,7 +3526,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Snowplow collector for database events hostname. (for example, db-snowplow.trx.gitlab.net).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_database_collector_hostname ApplicationSettings#snowplow_database_collector_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_database_collector_hostname ApplicationSettings#snowplow_database_collector_hostname}
---
@@ -3536,7 +3536,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable snowplow tracking.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
---
@@ -3546,7 +3546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enables Sourcegraph integration. If enabled, requires sourcegraph_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
---
@@ -3556,7 +3556,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Blocks Sourcegraph from being loaded on private and internal projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_public_only ApplicationSettings#sourcegraph_public_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_public_only ApplicationSettings#sourcegraph_public_only}
---
@@ -3566,7 +3566,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Sourcegraph instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
---
@@ -3576,7 +3576,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
API key used by GitLab for accessing the Spam Check service endpoint.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_api_key ApplicationSettings#spam_check_api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_api_key ApplicationSettings#spam_check_api_key}
---
@@ -3586,7 +3586,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enables spam checking using external Spam Check API endpoint.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_endpoint_enabled ApplicationSettings#spam_check_endpoint_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_endpoint_enabled ApplicationSettings#spam_check_endpoint_enabled}
---
@@ -3598,7 +3598,7 @@ URL of the external Spamcheck service endpoint.
Valid URI schemes are grpc or tls. Specifying tls forces communication to be encrypted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_endpoint_url ApplicationSettings#spam_check_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_endpoint_url ApplicationSettings#spam_check_endpoint_url}
---
@@ -3608,7 +3608,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Authentication token for the external storage linked in static_objects_external_storage_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#static_objects_external_storage_auth_token ApplicationSettings#static_objects_external_storage_auth_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#static_objects_external_storage_auth_token ApplicationSettings#static_objects_external_storage_auth_token}
---
@@ -3618,7 +3618,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
URL to an external storage for repository static objects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#static_objects_external_storage_url ApplicationSettings#static_objects_external_storage_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#static_objects_external_storage_url ApplicationSettings#static_objects_external_storage_url}
---
@@ -3628,7 +3628,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable pipeline suggestion banner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#suggest_pipeline_enabled ApplicationSettings#suggest_pipeline_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#suggest_pipeline_enabled ApplicationSettings#suggest_pipeline_enabled}
---
@@ -3638,7 +3638,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum time for web terminal websocket connection (in seconds). Set to 0 for unlimited time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#terminal_max_session_time ApplicationSettings#terminal_max_session_time}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#terminal_max_session_time ApplicationSettings#terminal_max_session_time}
---
@@ -3648,7 +3648,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(Required by: enforce_terms) Markdown content for the ToS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#terms ApplicationSettings#terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#terms ApplicationSettings#terms}
---
@@ -3660,7 +3660,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_enabled ApplicationSettings#throttle_authenticated_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_enabled ApplicationSettings#throttle_authenticated_api_enabled}
---
@@ -3670,7 +3670,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Rate limit period (in seconds).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_period_in_seconds ApplicationSettings#throttle_authenticated_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_period_in_seconds ApplicationSettings#throttle_authenticated_api_period_in_seconds}
---
@@ -3680,7 +3680,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum requests per period per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_requests_per_period ApplicationSettings#throttle_authenticated_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_requests_per_period ApplicationSettings#throttle_authenticated_api_requests_per_period}
---
@@ -3692,7 +3692,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_enabled ApplicationSettings#throttle_authenticated_packages_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_enabled ApplicationSettings#throttle_authenticated_packages_api_enabled}
---
@@ -3702,7 +3702,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Rate limit period (in seconds). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_period_in_seconds ApplicationSettings#throttle_authenticated_packages_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_period_in_seconds ApplicationSettings#throttle_authenticated_packages_api_period_in_seconds}
---
@@ -3712,7 +3712,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum requests per period per user. View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_requests_per_period ApplicationSettings#throttle_authenticated_packages_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_requests_per_period ApplicationSettings#throttle_authenticated_packages_api_requests_per_period}
---
@@ -3724,7 +3724,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_enabled ApplicationSettings#throttle_authenticated_web_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_enabled ApplicationSettings#throttle_authenticated_web_enabled}
---
@@ -3734,7 +3734,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Rate limit period (in seconds).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_period_in_seconds ApplicationSettings#throttle_authenticated_web_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_period_in_seconds ApplicationSettings#throttle_authenticated_web_period_in_seconds}
---
@@ -3744,7 +3744,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum requests per period per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_requests_per_period ApplicationSettings#throttle_authenticated_web_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_requests_per_period ApplicationSettings#throttle_authenticated_web_requests_per_period}
---
@@ -3756,7 +3756,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_enabled ApplicationSettings#throttle_unauthenticated_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_enabled ApplicationSettings#throttle_unauthenticated_api_enabled}
---
@@ -3766,7 +3766,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Rate limit period in seconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_api_period_in_seconds}
---
@@ -3776,7 +3776,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Max requests per period per IP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_requests_per_period ApplicationSettings#throttle_unauthenticated_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_requests_per_period ApplicationSettings#throttle_unauthenticated_api_requests_per_period}
---
@@ -3788,7 +3788,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_enabled ApplicationSettings#throttle_unauthenticated_packages_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_enabled ApplicationSettings#throttle_unauthenticated_packages_api_enabled}
---
@@ -3798,7 +3798,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Rate limit period (in seconds). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_packages_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_packages_api_period_in_seconds}
---
@@ -3808,7 +3808,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum requests per period per user. View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_requests_per_period ApplicationSettings#throttle_unauthenticated_packages_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_requests_per_period ApplicationSettings#throttle_unauthenticated_packages_api_requests_per_period}
---
@@ -3820,7 +3820,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_enabled ApplicationSettings#throttle_unauthenticated_web_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_enabled ApplicationSettings#throttle_unauthenticated_web_enabled}
---
@@ -3830,7 +3830,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Rate limit period in seconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_period_in_seconds ApplicationSettings#throttle_unauthenticated_web_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_period_in_seconds ApplicationSettings#throttle_unauthenticated_web_period_in_seconds}
---
@@ -3840,7 +3840,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Max requests per period per IP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_requests_per_period ApplicationSettings#throttle_unauthenticated_web_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_requests_per_period ApplicationSettings#throttle_unauthenticated_web_requests_per_period}
---
@@ -3850,7 +3850,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit display of time tracking units to hours.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#time_tracking_limit_to_hours ApplicationSettings#time_tracking_limit_to_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#time_tracking_limit_to_hours ApplicationSettings#time_tracking_limit_to_hours}
---
@@ -3860,7 +3860,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#two_factor_grace_period ApplicationSettings#two_factor_grace_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#two_factor_grace_period ApplicationSettings#two_factor_grace_period}
---
@@ -3872,7 +3872,7 @@ Specifies how many days after sign-up to delete users who have not confirmed the
Only applicable if delete_unconfirmed_users is set to true. Must be 1 or greater. Introduced in GitLab 16.1. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unconfirmed_users_delete_after_days ApplicationSettings#unconfirmed_users_delete_after_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unconfirmed_users_delete_after_days ApplicationSettings#unconfirmed_users_delete_after_days}
---
@@ -3882,7 +3882,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: unique_ips_limit_per_user and unique_ips_limit_time_window) Limit sign in from multiple IPs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_enabled ApplicationSettings#unique_ips_limit_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_enabled ApplicationSettings#unique_ips_limit_enabled}
---
@@ -3892,7 +3892,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of IPs per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_per_user ApplicationSettings#unique_ips_limit_per_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_per_user ApplicationSettings#unique_ips_limit_per_user}
---
@@ -3902,7 +3902,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
How many seconds an IP is counted towards the limit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_time_window ApplicationSettings#unique_ips_limit_time_window}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_time_window ApplicationSettings#unique_ips_limit_time_window}
---
@@ -3912,7 +3912,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Fetch GitLab Runner release version data from GitLab.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#update_runner_versions_enabled ApplicationSettings#update_runner_versions_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#update_runner_versions_enabled ApplicationSettings#update_runner_versions_enabled}
---
@@ -3922,7 +3922,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Every week GitLab reports license usage back to GitLab, Inc.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#usage_ping_enabled ApplicationSettings#usage_ping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#usage_ping_enabled ApplicationSettings#usage_ping_enabled}
---
@@ -3934,7 +3934,7 @@ Enables ClickHouse as a data source for analytics reports.
ClickHouse must be configured for this setting to take effect. Available on Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#use_clickhouse_for_analytics ApplicationSettings#use_clickhouse_for_analytics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#use_clickhouse_for_analytics ApplicationSettings#use_clickhouse_for_analytics}
---
@@ -3944,7 +3944,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Send an email to users upon account deactivation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_deactivation_emails_enabled ApplicationSettings#user_deactivation_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_deactivation_emails_enabled ApplicationSettings#user_deactivation_emails_enabled}
---
@@ -3954,7 +3954,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Newly registered users are external by default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_default_external ApplicationSettings#user_default_external}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_default_external ApplicationSettings#user_default_external}
---
@@ -3964,7 +3964,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Specify an email address regex pattern to identify default internal users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_default_internal_regex ApplicationSettings#user_default_internal_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_default_internal_regex ApplicationSettings#user_default_internal_regex}
---
@@ -3974,7 +3974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Newly created users have private profile by default. Introduced in GitLab 15.8.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_defaults_to_private_profile ApplicationSettings#user_defaults_to_private_profile}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_defaults_to_private_profile ApplicationSettings#user_defaults_to_private_profile}
---
@@ -3984,7 +3984,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow users to register any application to use GitLab as an OAuth provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_oauth_applications ApplicationSettings#user_oauth_applications}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_oauth_applications ApplicationSettings#user_oauth_applications}
---
@@ -3994,7 +3994,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When set to false disable the You won't be able to pull or push project code via SSH warning shown to users with no uploaded SSH key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_show_add_ssh_key_message ApplicationSettings#user_show_add_ssh_key_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_show_add_ssh_key_message ApplicationSettings#user_show_add_ssh_key_message}
---
@@ -4004,7 +4004,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
List of types which are allowed to register a GitLab Runner. Can be [], ['group'], ['project'] or ['group', 'project'].
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#valid_runner_registrars ApplicationSettings#valid_runner_registrars}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#valid_runner_registrars ApplicationSettings#valid_runner_registrars}
---
@@ -4014,7 +4014,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Let GitLab inform you when an update is available.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#version_check_enabled ApplicationSettings#version_check_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#version_check_enabled ApplicationSettings#version_check_enabled}
---
@@ -4024,7 +4024,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Live Preview (allow live previews of JavaScript projects in the Web IDE using CodeSandbox Live Preview).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#web_ide_clientside_preview_enabled ApplicationSettings#web_ide_clientside_preview_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#web_ide_clientside_preview_enabled ApplicationSettings#web_ide_clientside_preview_enabled}
---
@@ -4034,7 +4034,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
What's new variant, possible values: all_tiers, current_tier, and disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#whats_new_variant ApplicationSettings#whats_new_variant}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#whats_new_variant ApplicationSettings#whats_new_variant}
---
@@ -4044,7 +4044,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum wiki page content size in bytes. The minimum value is 1024 bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#wiki_page_max_content_bytes ApplicationSettings#wiki_page_max_content_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#wiki_page_max_content_bytes ApplicationSettings#wiki_page_max_content_bytes}
---
@@ -6668,7 +6668,7 @@ The construct id used in the generated config for the ApplicationSettings to imp
The id of the existing ApplicationSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use
---
@@ -14356,7 +14356,7 @@ ApplicationSettingsConfig.builder()
| housekeepingIncrementalRepackPeriod
| java.lang.Number
| Number of Git pushes after which an incremental git repack is run. |
| housekeepingOptimizeRepositoryPeriod
| java.lang.Number
| Number of Git pushes after which an incremental git repack is run. |
| htmlEmailsEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable HTML emails. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#id ApplicationSettings#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#id ApplicationSettings#id}. |
| importSources
| java.util.List
| Sources to allow project import from. Valid values are: `github`, `bitbucket`, `bitbucket_server`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`. |
| inactiveProjectsDeleteAfterMonths
| java.lang.Number
| If delete_inactive_projects is true, the time (in months) to wait before deleting inactive projects. |
| inactiveProjectsMinSizeMb
| java.lang.Number
| If delete_inactive_projects is true, the minimum repository size for projects to be checked for inactivity. |
@@ -14601,7 +14601,7 @@ public java.lang.String getAbuseNotificationEmail();
If set, abuse reports are sent to this address. Abuse reports are always available in the Admin Area.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#abuse_notification_email ApplicationSettings#abuse_notification_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#abuse_notification_email ApplicationSettings#abuse_notification_email}
---
@@ -14615,7 +14615,7 @@ public java.lang.Object getAdminMode();
Require administrators to enable Admin Mode by re-authenticating for administrative tasks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
---
@@ -14629,7 +14629,7 @@ public java.lang.String getAfterSignOutPath();
Where to redirect users after logout.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#after_sign_out_path ApplicationSettings#after_sign_out_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#after_sign_out_path ApplicationSettings#after_sign_out_path}
---
@@ -14643,7 +14643,7 @@ public java.lang.String getAfterSignUpText();
Text shown to the user after signing up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#after_sign_up_text ApplicationSettings#after_sign_up_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#after_sign_up_text ApplicationSettings#after_sign_up_text}
---
@@ -14657,7 +14657,7 @@ public java.lang.String getAkismetApiKey();
API key for Akismet spam protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#akismet_api_key ApplicationSettings#akismet_api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#akismet_api_key ApplicationSettings#akismet_api_key}
---
@@ -14671,7 +14671,7 @@ public java.lang.Object getAkismetEnabled();
(If enabled, requires: akismet_api_key) Enable or disable Akismet spam protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
---
@@ -14685,7 +14685,7 @@ public java.lang.Object getAllowAccountDeletion();
Set to true to allow users to delete their accounts. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_account_deletion ApplicationSettings#allow_account_deletion}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_account_deletion ApplicationSettings#allow_account_deletion}
---
@@ -14699,7 +14699,7 @@ public java.lang.Object getAllowGroupOwnersToManageLdap();
Set to true to allow group owners to manage LDAP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_group_owners_to_manage_ldap ApplicationSettings#allow_group_owners_to_manage_ldap}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_group_owners_to_manage_ldap ApplicationSettings#allow_group_owners_to_manage_ldap}
---
@@ -14713,7 +14713,7 @@ public java.lang.Object getAllowLocalRequestsFromSystemHooks();
Allow requests to the local network from system hooks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_local_requests_from_system_hooks ApplicationSettings#allow_local_requests_from_system_hooks}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_local_requests_from_system_hooks ApplicationSettings#allow_local_requests_from_system_hooks}
---
@@ -14727,7 +14727,7 @@ public java.lang.Object getAllowLocalRequestsFromWebHooksAndServices();
Allow requests to the local network from web hooks and services.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_local_requests_from_web_hooks_and_services ApplicationSettings#allow_local_requests_from_web_hooks_and_services}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_local_requests_from_web_hooks_and_services ApplicationSettings#allow_local_requests_from_web_hooks_and_services}
---
@@ -14741,7 +14741,7 @@ public java.lang.Object getAllowProjectCreationForGuestAndBelow();
Indicates whether users assigned up to the Guest role can create groups and personal projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_project_creation_for_guest_and_below ApplicationSettings#allow_project_creation_for_guest_and_below}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_project_creation_for_guest_and_below ApplicationSettings#allow_project_creation_for_guest_and_below}
---
@@ -14755,7 +14755,7 @@ public java.lang.Object getAllowRunnerRegistrationToken();
Allow using a registration token to create a runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_runner_registration_token ApplicationSettings#allow_runner_registration_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_runner_registration_token ApplicationSettings#allow_runner_registration_token}
---
@@ -14771,7 +14771,7 @@ Set the duration for which the jobs are considered as old and expired.
After that time passes, the jobs are archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: 15 days, 1 month, 2 years.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#archive_builds_in_human_readable ApplicationSettings#archive_builds_in_human_readable}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#archive_builds_in_human_readable ApplicationSettings#archive_builds_in_human_readable}
---
@@ -14785,7 +14785,7 @@ public java.lang.Number getAsciidocMaxIncludes();
Maximum limit of AsciiDoc include directives being processed in any one document. Maximum: 64.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asciidoc_max_includes ApplicationSettings#asciidoc_max_includes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asciidoc_max_includes ApplicationSettings#asciidoc_max_includes}
---
@@ -14801,7 +14801,7 @@ Assets that match these domains are not proxied.
Wildcards allowed. Your GitLab installation URL is automatically allowlisted. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_allowlist ApplicationSettings#asset_proxy_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_allowlist ApplicationSettings#asset_proxy_allowlist}
---
@@ -14815,7 +14815,7 @@ public java.lang.Object getAssetProxyEnabled();
(If enabled, requires: asset_proxy_url) Enable proxying of assets. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_enabled ApplicationSettings#asset_proxy_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_enabled ApplicationSettings#asset_proxy_enabled}
---
@@ -14829,7 +14829,7 @@ public java.lang.String getAssetProxySecretKey();
Shared secret with the asset proxy server. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_secret_key ApplicationSettings#asset_proxy_secret_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_secret_key ApplicationSettings#asset_proxy_secret_key}
---
@@ -14843,7 +14843,7 @@ public java.lang.String getAssetProxyUrl();
URL of the asset proxy server. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_url ApplicationSettings#asset_proxy_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_url ApplicationSettings#asset_proxy_url}
---
@@ -14859,7 +14859,7 @@ By default, we write to the authorized_keys file to support Git over SSH without
GitLab can be optimized to authenticate SSH keys via the database file. Only disable this if you have configured your OpenSSH server to use the AuthorizedKeysCommand.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#authorized_keys_enabled ApplicationSettings#authorized_keys_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#authorized_keys_enabled ApplicationSettings#authorized_keys_enabled}
---
@@ -14875,7 +14875,7 @@ When enabled, users will get automatically banned from the application when they
Introduced in GitLab 15.4. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_ban_user_on_excessive_projects_download ApplicationSettings#auto_ban_user_on_excessive_projects_download}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_ban_user_on_excessive_projects_download ApplicationSettings#auto_ban_user_on_excessive_projects_download}
---
@@ -14889,7 +14889,7 @@ public java.lang.String getAutoDevopsDomain();
Specify a domain to use by default for every project’s Auto Review Apps and Auto Deploy stages.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_devops_domain ApplicationSettings#auto_devops_domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_devops_domain ApplicationSettings#auto_devops_domain}
---
@@ -14905,7 +14905,7 @@ Enable Auto DevOps for projects by default.
It automatically builds, tests, and deploys applications based on a predefined CI/CD configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_devops_enabled ApplicationSettings#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_devops_enabled ApplicationSettings#auto_devops_enabled}
---
@@ -14919,7 +14919,7 @@ public java.lang.Object getAutomaticPurchasedStorageAllocation();
Enabling this permits automatic allocation of purchased storage in a namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#automatic_purchased_storage_allocation ApplicationSettings#automatic_purchased_storage_allocation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#automatic_purchased_storage_allocation ApplicationSettings#automatic_purchased_storage_allocation}
---
@@ -14933,7 +14933,7 @@ public java.lang.Number getBulkImportConcurrentPipelineBatchLimit();
Maximum simultaneous Direct Transfer batches to process.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_concurrent_pipeline_batch_limit ApplicationSettings#bulk_import_concurrent_pipeline_batch_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_concurrent_pipeline_batch_limit ApplicationSettings#bulk_import_concurrent_pipeline_batch_limit}
---
@@ -14947,7 +14947,7 @@ public java.lang.Object getBulkImportEnabled();
Enable migrating GitLab groups by direct transfer. Introduced in GitLab 15.8.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_enabled ApplicationSettings#bulk_import_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_enabled ApplicationSettings#bulk_import_enabled}
---
@@ -14961,7 +14961,7 @@ public java.lang.Number getBulkImportMaxDownloadFileSize();
Maximum download file size when importing from source GitLab instances by direct transfer. Introduced in GitLab 16.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_max_download_file_size ApplicationSettings#bulk_import_max_download_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_max_download_file_size ApplicationSettings#bulk_import_max_download_file_size}
---
@@ -14975,7 +14975,7 @@ public java.lang.Object getCanCreateGroup();
Indicates whether users can create top-level groups. Introduced in GitLab 15.5.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#can_create_group ApplicationSettings#can_create_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#can_create_group ApplicationSettings#can_create_group}
---
@@ -14989,7 +14989,7 @@ public java.lang.Object getCheckNamespacePlan();
Enabling this makes only licensed EE features available to projects if the project namespace’s plan includes the feature or if the project is public.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#check_namespace_plan ApplicationSettings#check_namespace_plan}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#check_namespace_plan ApplicationSettings#check_namespace_plan}
---
@@ -15003,7 +15003,7 @@ public java.lang.Number getCiMaxIncludes();
The maximum number of includes per pipeline.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ci_max_includes ApplicationSettings#ci_max_includes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ci_max_includes ApplicationSettings#ci_max_includes}
---
@@ -15017,7 +15017,7 @@ public java.lang.Number getCiMaxTotalYamlSizeBytes();
The maximum amount of memory, in bytes, that can be allocated for the pipeline configuration, with all included YAML configuration files.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ci_max_total_yaml_size_bytes ApplicationSettings#ci_max_total_yaml_size_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ci_max_total_yaml_size_bytes ApplicationSettings#ci_max_total_yaml_size_bytes}
---
@@ -15031,7 +15031,7 @@ public java.lang.String getCommitEmailHostname();
Custom hostname (for private commit emails).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#commit_email_hostname ApplicationSettings#commit_email_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#commit_email_hostname ApplicationSettings#commit_email_hostname}
---
@@ -15045,7 +15045,7 @@ public java.lang.Number getConcurrentBitbucketImportJobsLimit();
Maximum number of simultaneous import jobs for the Bitbucket Cloud importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_bitbucket_import_jobs_limit ApplicationSettings#concurrent_bitbucket_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_bitbucket_import_jobs_limit ApplicationSettings#concurrent_bitbucket_import_jobs_limit}
---
@@ -15059,7 +15059,7 @@ public java.lang.Number getConcurrentBitbucketServerImportJobsLimit();
Maximum number of simultaneous import jobs for the Bitbucket Server importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_bitbucket_server_import_jobs_limit ApplicationSettings#concurrent_bitbucket_server_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_bitbucket_server_import_jobs_limit ApplicationSettings#concurrent_bitbucket_server_import_jobs_limit}
---
@@ -15073,7 +15073,7 @@ public java.lang.Number getConcurrentGithubImportJobsLimit();
Maximum number of simultaneous import jobs for the GitHub importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_github_import_jobs_limit ApplicationSettings#concurrent_github_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_github_import_jobs_limit ApplicationSettings#concurrent_github_import_jobs_limit}
---
@@ -15087,7 +15087,7 @@ public java.lang.Object getContainerExpirationPoliciesEnableHistoricEntries();
Enable cleanup policies for all projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_expiration_policies_enable_historic_entries ApplicationSettings#container_expiration_policies_enable_historic_entries}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_expiration_policies_enable_historic_entries ApplicationSettings#container_expiration_policies_enable_historic_entries}
---
@@ -15101,7 +15101,7 @@ public java.lang.Number getContainerRegistryCleanupTagsServiceMaxListSize();
The maximum number of tags that can be deleted in a single execution of cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_cleanup_tags_service_max_list_size ApplicationSettings#container_registry_cleanup_tags_service_max_list_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_cleanup_tags_service_max_list_size ApplicationSettings#container_registry_cleanup_tags_service_max_list_size}
---
@@ -15115,7 +15115,7 @@ public java.lang.Number getContainerRegistryDeleteTagsServiceTimeout();
The maximum time, in seconds, that the cleanup process can take to delete a batch of tags for cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_delete_tags_service_timeout ApplicationSettings#container_registry_delete_tags_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_delete_tags_service_timeout ApplicationSettings#container_registry_delete_tags_service_timeout}
---
@@ -15129,7 +15129,7 @@ public java.lang.Object getContainerRegistryExpirationPoliciesCaching();
Caching during the execution of cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_expiration_policies_caching ApplicationSettings#container_registry_expiration_policies_caching}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_expiration_policies_caching ApplicationSettings#container_registry_expiration_policies_caching}
---
@@ -15143,7 +15143,7 @@ public java.lang.Number getContainerRegistryExpirationPoliciesWorkerCapacity();
Number of workers for cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_expiration_policies_worker_capacity ApplicationSettings#container_registry_expiration_policies_worker_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_expiration_policies_worker_capacity ApplicationSettings#container_registry_expiration_policies_worker_capacity}
---
@@ -15157,7 +15157,7 @@ public java.lang.Number getContainerRegistryTokenExpireDelay();
Container Registry token duration in minutes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_token_expire_delay ApplicationSettings#container_registry_token_expire_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_token_expire_delay ApplicationSettings#container_registry_token_expire_delay}
---
@@ -15171,7 +15171,7 @@ public java.lang.Object getDeactivateDormantUsers();
Enable automatic deactivation of dormant users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deactivate_dormant_users ApplicationSettings#deactivate_dormant_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deactivate_dormant_users ApplicationSettings#deactivate_dormant_users}
---
@@ -15185,7 +15185,7 @@ public java.lang.Number getDeactivateDormantUsersPeriod();
Length of time (in days) after which a user is considered dormant. Introduced in GitLab 15.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deactivate_dormant_users_period ApplicationSettings#deactivate_dormant_users_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deactivate_dormant_users_period ApplicationSettings#deactivate_dormant_users_period}
---
@@ -15199,7 +15199,7 @@ public java.lang.Number getDecompressArchiveFileTimeout();
Default timeout for decompressing archived files, in seconds. Set to 0 to disable timeouts. Introduced in GitLab 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#decompress_archive_file_timeout ApplicationSettings#decompress_archive_file_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#decompress_archive_file_timeout ApplicationSettings#decompress_archive_file_timeout}
---
@@ -15213,7 +15213,7 @@ public java.lang.String getDefaultArtifactsExpireIn();
Set the default expiration time for each job’s artifacts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_artifacts_expire_in ApplicationSettings#default_artifacts_expire_in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_artifacts_expire_in ApplicationSettings#default_artifacts_expire_in}
---
@@ -15227,7 +15227,7 @@ public java.lang.String getDefaultBranchName();
Instance-level custom initial branch name (introduced in GitLab 13.2).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_name ApplicationSettings#default_branch_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_name ApplicationSettings#default_branch_name}
---
@@ -15243,7 +15243,7 @@ Determine if developers can push to the default branch.
Can take: 0 (not protected, both users with the Developer role or Maintainer role can push new commits and force push), 1 (partially protected, users with the Developer role or Maintainer role can push new commits, but cannot force push) or 2 (fully protected, users with the Developer or Maintainer role cannot push new commits, but users with the Developer or Maintainer role can; no one can force push) as a parameter. Default is 2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_protection ApplicationSettings#default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_protection ApplicationSettings#default_branch_protection}
---
@@ -15257,7 +15257,7 @@ public ApplicationSettingsDefaultBranchProtectionDefaults getDefaultBranchProtec
default_branch_protection_defaults block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_protection_defaults ApplicationSettings#default_branch_protection_defaults}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_protection_defaults ApplicationSettings#default_branch_protection_defaults}
---
@@ -15271,7 +15271,7 @@ public java.lang.String getDefaultCiConfigPath();
Default CI/CD configuration file and path for new projects (.gitlab-ci.yml if not set).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_ci_config_path ApplicationSettings#default_ci_config_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_ci_config_path ApplicationSettings#default_ci_config_path}
---
@@ -15285,7 +15285,7 @@ public java.lang.String getDefaultGroupVisibility();
What visibility level new groups receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_group_visibility ApplicationSettings#default_group_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_group_visibility ApplicationSettings#default_group_visibility}
---
@@ -15299,7 +15299,7 @@ public java.lang.String getDefaultPreferredLanguage();
Default preferred language for users who are not logged in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_preferred_language ApplicationSettings#default_preferred_language}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_preferred_language ApplicationSettings#default_preferred_language}
---
@@ -15313,7 +15313,7 @@ public java.lang.Number getDefaultProjectCreation();
Default project creation protection. Can take: 0 (No one), 1 (Maintainers) or 2 (Developers + Maintainers).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_project_creation ApplicationSettings#default_project_creation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_project_creation ApplicationSettings#default_project_creation}
---
@@ -15327,7 +15327,7 @@ public java.lang.Number getDefaultProjectsLimit();
Project limit per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_projects_limit ApplicationSettings#default_projects_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_projects_limit ApplicationSettings#default_projects_limit}
---
@@ -15341,7 +15341,7 @@ public java.lang.String getDefaultProjectVisibility();
What visibility level new projects receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_project_visibility ApplicationSettings#default_project_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_project_visibility ApplicationSettings#default_project_visibility}
---
@@ -15355,7 +15355,7 @@ public java.lang.String getDefaultSnippetVisibility();
What visibility level new snippets receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_snippet_visibility ApplicationSettings#default_snippet_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_snippet_visibility ApplicationSettings#default_snippet_visibility}
---
@@ -15369,7 +15369,7 @@ public java.lang.Number getDefaultSyntaxHighlightingTheme();
Default syntax highlighting theme for users who are new or not signed in. See IDs of available themes (https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/themes.rb#L16).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_syntax_highlighting_theme ApplicationSettings#default_syntax_highlighting_theme}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_syntax_highlighting_theme ApplicationSettings#default_syntax_highlighting_theme}
---
@@ -15383,7 +15383,7 @@ public java.lang.Object getDeleteInactiveProjects();
Enable inactive project deletion feature. Introduced in GitLab 14.10. Became operational in GitLab 15.0 (with feature flag inactive_projects_deletion).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#delete_inactive_projects ApplicationSettings#delete_inactive_projects}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#delete_inactive_projects ApplicationSettings#delete_inactive_projects}
---
@@ -15399,7 +15399,7 @@ Specifies whether users who have not confirmed their email should be deleted.
When set to true, unconfirmed users are deleted after unconfirmed_users_delete_after_days days. Introduced in GitLab 16.1. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#delete_unconfirmed_users ApplicationSettings#delete_unconfirmed_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#delete_unconfirmed_users ApplicationSettings#delete_unconfirmed_users}
---
@@ -15415,7 +15415,7 @@ The number of days to wait before deleting a project or group that is marked for
Value must be between 1 and 90.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deletion_adjourned_period ApplicationSettings#deletion_adjourned_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deletion_adjourned_period ApplicationSettings#deletion_adjourned_period}
---
@@ -15429,7 +15429,7 @@ public java.lang.Object getDiagramsnetEnabled();
(If enabled, requires diagramsnet_url) Enable Diagrams.net integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
---
@@ -15443,7 +15443,7 @@ public java.lang.String getDiagramsnetUrl();
The Diagrams.net instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
---
@@ -15457,7 +15457,7 @@ public java.lang.Number getDiffMaxFiles();
Maximum files in a diff.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_files ApplicationSettings#diff_max_files}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_files ApplicationSettings#diff_max_files}
---
@@ -15471,7 +15471,7 @@ public java.lang.Number getDiffMaxLines();
Maximum lines in a diff.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_lines ApplicationSettings#diff_max_lines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_lines ApplicationSettings#diff_max_lines}
---
@@ -15485,7 +15485,7 @@ public java.lang.Number getDiffMaxPatchBytes();
Maximum diff patch size, in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_patch_bytes ApplicationSettings#diff_max_patch_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_patch_bytes ApplicationSettings#diff_max_patch_bytes}
---
@@ -15499,7 +15499,7 @@ public java.lang.Object getDisableAdminOauthScopes();
Stops administrators from connecting their GitLab accounts to non-trusted OAuth 2.0 applications that have the api, read_api, read_repository, write_repository, read_registry, write_registry, or sudo scopes. Introduced in GitLab 15.6.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_admin_oauth_scopes ApplicationSettings#disable_admin_oauth_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_admin_oauth_scopes ApplicationSettings#disable_admin_oauth_scopes}
---
@@ -15513,7 +15513,7 @@ public java.util.List getDisabledOauthSignInSources();
Disabled OAuth sign-in sources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disabled_oauth_sign_in_sources ApplicationSettings#disabled_oauth_sign_in_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disabled_oauth_sign_in_sources ApplicationSettings#disabled_oauth_sign_in_sources}
---
@@ -15527,7 +15527,7 @@ public java.lang.Object getDisableFeedToken();
Disable display of RSS/Atom and calendar feed tokens (introduced in GitLab 13.7).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_feed_token ApplicationSettings#disable_feed_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_feed_token ApplicationSettings#disable_feed_token}
---
@@ -15543,7 +15543,7 @@ Disable personal access tokens.
Introduced in GitLab 15.7. Self-managed, Premium and Ultimate only. There is no method available to enable a personal access token that’s been disabled through the API. This is a known issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_personal_access_tokens ApplicationSettings#disable_personal_access_tokens}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_personal_access_tokens ApplicationSettings#disable_personal_access_tokens}
---
@@ -15557,7 +15557,7 @@ public java.lang.Object getDnsRebindingProtectionEnabled();
Enforce DNS rebinding attack protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#dns_rebinding_protection_enabled ApplicationSettings#dns_rebinding_protection_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#dns_rebinding_protection_enabled ApplicationSettings#dns_rebinding_protection_enabled}
---
@@ -15571,7 +15571,7 @@ public java.util.List getDomainAllowlist();
Force people to use only corporate emails for sign-up. Null means there is no restriction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
---
@@ -15587,7 +15587,7 @@ Users with email addresses that match these domains cannot sign up.
Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
---
@@ -15601,7 +15601,7 @@ public java.lang.Object getDomainDenylistEnabled();
(If enabled, requires: domain_denylist) Allows blocking sign-ups from emails from specific domains.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_denylist_enabled ApplicationSettings#domain_denylist_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_denylist_enabled ApplicationSettings#domain_denylist_enabled}
---
@@ -15615,7 +15615,7 @@ public java.lang.Number getDownstreamPipelineTriggerLimitPerProjectUserSha();
Maximum downstream pipeline trigger rate. Introduced in GitLab 16.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#downstream_pipeline_trigger_limit_per_project_user_sha ApplicationSettings#downstream_pipeline_trigger_limit_per_project_user_sha}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#downstream_pipeline_trigger_limit_per_project_user_sha ApplicationSettings#downstream_pipeline_trigger_limit_per_project_user_sha}
---
@@ -15629,7 +15629,7 @@ public java.lang.Number getDsaKeyRestriction();
The minimum allowed bit length of an uploaded DSA key. 0 means no restriction. -1 disables DSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#dsa_key_restriction ApplicationSettings#dsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#dsa_key_restriction ApplicationSettings#dsa_key_restriction}
---
@@ -15643,7 +15643,7 @@ public java.lang.Object getDuoFeaturesEnabled();
Indicates whether GitLab Duo features are enabled for this instance. Introduced in GitLab 16.10. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#duo_features_enabled ApplicationSettings#duo_features_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#duo_features_enabled ApplicationSettings#duo_features_enabled}
---
@@ -15659,7 +15659,7 @@ The minimum allowed curve size (in bits) of an uploaded ECDSA key.
0 means no restriction. -1 disables ECDSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ecdsa_key_restriction ApplicationSettings#ecdsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ecdsa_key_restriction ApplicationSettings#ecdsa_key_restriction}
---
@@ -15675,7 +15675,7 @@ The minimum allowed curve size (in bits) of an uploaded ECDSA_SK key.
0 means no restriction. -1 disables ECDSA_SK keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ecdsa_sk_key_restriction ApplicationSettings#ecdsa_sk_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ecdsa_sk_key_restriction ApplicationSettings#ecdsa_sk_key_restriction}
---
@@ -15691,7 +15691,7 @@ The minimum allowed curve size (in bits) of an uploaded ED25519 key.
0 means no restriction. -1 disables ED25519 keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ed25519_key_restriction ApplicationSettings#ed25519_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ed25519_key_restriction ApplicationSettings#ed25519_key_restriction}
---
@@ -15707,7 +15707,7 @@ The minimum allowed curve size (in bits) of an uploaded ED25519_SK key.
0 means no restriction. -1 disables ED25519_SK keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ed25519_sk_key_restriction ApplicationSettings#ed25519_sk_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ed25519_sk_key_restriction ApplicationSettings#ed25519_sk_key_restriction}
---
@@ -15721,7 +15721,7 @@ public java.lang.String getEksAccessKeyId();
AWS IAM access key ID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_access_key_id ApplicationSettings#eks_access_key_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_access_key_id ApplicationSettings#eks_access_key_id}
---
@@ -15735,7 +15735,7 @@ public java.lang.String getEksAccountId();
Amazon account ID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_account_id ApplicationSettings#eks_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_account_id ApplicationSettings#eks_account_id}
---
@@ -15749,7 +15749,7 @@ public java.lang.Object getEksIntegrationEnabled();
Enable integration with Amazon EKS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_integration_enabled ApplicationSettings#eks_integration_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_integration_enabled ApplicationSettings#eks_integration_enabled}
---
@@ -15763,7 +15763,7 @@ public java.lang.String getEksSecretAccessKey();
AWS IAM secret access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_secret_access_key ApplicationSettings#eks_secret_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_secret_access_key ApplicationSettings#eks_secret_access_key}
---
@@ -15777,7 +15777,7 @@ public java.lang.Object getElasticsearchAws();
Enable the use of AWS hosted Elasticsearch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
---
@@ -15791,7 +15791,7 @@ public java.lang.String getElasticsearchAwsAccessKey();
AWS IAM access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_access_key ApplicationSettings#elasticsearch_aws_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_access_key ApplicationSettings#elasticsearch_aws_access_key}
---
@@ -15805,7 +15805,7 @@ public java.lang.String getElasticsearchAwsRegion();
The AWS region the Elasticsearch domain is configured.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_region ApplicationSettings#elasticsearch_aws_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_region ApplicationSettings#elasticsearch_aws_region}
---
@@ -15819,7 +15819,7 @@ public java.lang.String getElasticsearchAwsSecretAccessKey();
AWS IAM secret access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_secret_access_key ApplicationSettings#elasticsearch_aws_secret_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_secret_access_key ApplicationSettings#elasticsearch_aws_secret_access_key}
---
@@ -15835,7 +15835,7 @@ Maximum size of text fields to index by Elasticsearch.
0 value means no limit. This does not apply to repository and wiki indexing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexed_field_length_limit ApplicationSettings#elasticsearch_indexed_field_length_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexed_field_length_limit ApplicationSettings#elasticsearch_indexed_field_length_limit}
---
@@ -15849,7 +15849,7 @@ public java.lang.Number getElasticsearchIndexedFileSizeLimitKb();
Maximum size of repository and wiki files that are indexed by Elasticsearch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexed_file_size_limit_kb ApplicationSettings#elasticsearch_indexed_file_size_limit_kb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexed_file_size_limit_kb ApplicationSettings#elasticsearch_indexed_file_size_limit_kb}
---
@@ -15863,7 +15863,7 @@ public java.lang.Object getElasticsearchIndexing();
Enable Elasticsearch indexing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
---
@@ -15877,7 +15877,7 @@ public java.lang.Object getElasticsearchLimitIndexing();
Limit Elasticsearch to index certain namespaces and projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_limit_indexing ApplicationSettings#elasticsearch_limit_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_limit_indexing ApplicationSettings#elasticsearch_limit_indexing}
---
@@ -15891,7 +15891,7 @@ public java.lang.Number getElasticsearchMaxBulkConcurrency();
Maximum concurrency of Elasticsearch bulk requests per indexing operation. This only applies to repository indexing operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_bulk_concurrency ApplicationSettings#elasticsearch_max_bulk_concurrency}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_bulk_concurrency ApplicationSettings#elasticsearch_max_bulk_concurrency}
---
@@ -15905,7 +15905,7 @@ public java.lang.Number getElasticsearchMaxBulkSizeMb();
Maximum size of Elasticsearch bulk indexing requests in MB. This only applies to repository indexing operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_bulk_size_mb ApplicationSettings#elasticsearch_max_bulk_size_mb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_bulk_size_mb ApplicationSettings#elasticsearch_max_bulk_size_mb}
---
@@ -15919,7 +15919,7 @@ public java.lang.Number getElasticsearchMaxCodeIndexingConcurrency();
Maximum concurrency of Elasticsearch code indexing background jobs. This only applies to repository indexing operations. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_code_indexing_concurrency ApplicationSettings#elasticsearch_max_code_indexing_concurrency}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_code_indexing_concurrency ApplicationSettings#elasticsearch_max_code_indexing_concurrency}
---
@@ -15933,7 +15933,7 @@ public java.util.List getElasticsearchNamespaceIds();
The namespaces to index via Elasticsearch if elasticsearch_limit_indexing is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_namespace_ids ApplicationSettings#elasticsearch_namespace_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_namespace_ids ApplicationSettings#elasticsearch_namespace_ids}
---
@@ -15947,7 +15947,7 @@ public java.lang.String getElasticsearchPassword();
The password of your Elasticsearch instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
---
@@ -15961,7 +15961,7 @@ public java.util.List getElasticsearchProjectIds();
The projects to index via Elasticsearch if elasticsearch_limit_indexing is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_project_ids ApplicationSettings#elasticsearch_project_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_project_ids ApplicationSettings#elasticsearch_project_ids}
---
@@ -15977,7 +15977,7 @@ Enable automatic requeuing of indexing workers.
This improves non-code indexing throughput by enqueuing Sidekiq jobs until all documents are processed. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_requeue_workers ApplicationSettings#elasticsearch_requeue_workers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_requeue_workers ApplicationSettings#elasticsearch_requeue_workers}
---
@@ -15991,7 +15991,7 @@ public java.lang.Object getElasticsearchSearch();
Enable Elasticsearch search.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
---
@@ -16005,7 +16005,7 @@ public java.util.List getElasticsearchUrl();
The URL to use for connecting to Elasticsearch. Use a comma-separated list to support cluster (for example, http://localhost:9200, http://localhost:9201).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
---
@@ -16019,7 +16019,7 @@ public java.lang.String getElasticsearchUsername();
The username of your Elasticsearch instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
---
@@ -16035,7 +16035,7 @@ Number of indexing worker shards.
This improves non-code indexing throughput by enqueuing more parallel Sidekiq jobs. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_worker_number_of_shards ApplicationSettings#elasticsearch_worker_number_of_shards}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_worker_number_of_shards ApplicationSettings#elasticsearch_worker_number_of_shards}
---
@@ -16049,7 +16049,7 @@ public java.lang.String getEmailAdditionalText();
Additional text added to the bottom of every email for legal/auditing/compliance reasons.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_additional_text ApplicationSettings#email_additional_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_additional_text ApplicationSettings#email_additional_text}
---
@@ -16065,7 +16065,7 @@ Some email servers do not support overriding the email sender name.
Enable this option to include the name of the author of the issue, merge request or comment in the email body instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_author_in_body ApplicationSettings#email_author_in_body}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_author_in_body ApplicationSettings#email_author_in_body}
---
@@ -16079,7 +16079,7 @@ public java.lang.String getEmailConfirmationSetting();
Specifies whether users must confirm their email before sign in. Possible values are off, soft, and hard.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_confirmation_setting ApplicationSettings#email_confirmation_setting}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_confirmation_setting ApplicationSettings#email_confirmation_setting}
---
@@ -16093,7 +16093,7 @@ public java.lang.Object getEnableArtifactExternalRedirectWarningPage();
Show the external redirect page that warns you about user-generated content in GitLab Pages.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enable_artifact_external_redirect_warning_page ApplicationSettings#enable_artifact_external_redirect_warning_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enable_artifact_external_redirect_warning_page ApplicationSettings#enable_artifact_external_redirect_warning_page}
---
@@ -16107,7 +16107,7 @@ public java.lang.String getEnabledGitAccessProtocol();
Enabled protocols for Git access. Allowed values are: ssh, http, and nil to allow both protocols.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enabled_git_access_protocol ApplicationSettings#enabled_git_access_protocol}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enabled_git_access_protocol ApplicationSettings#enabled_git_access_protocol}
---
@@ -16121,7 +16121,7 @@ public java.lang.Object getEnforceNamespaceStorageLimit();
Enabling this permits enforcement of namespace storage limits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enforce_namespace_storage_limit ApplicationSettings#enforce_namespace_storage_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enforce_namespace_storage_limit ApplicationSettings#enforce_namespace_storage_limit}
---
@@ -16135,7 +16135,7 @@ public java.lang.Object getEnforceTerms();
(If enabled, requires: terms) Enforce application ToS to all users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
---
@@ -16149,7 +16149,7 @@ public java.lang.String getExternalAuthClientCert();
(If enabled, requires: external_auth_client_key) The certificate to use to authenticate with the external authorization service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_cert ApplicationSettings#external_auth_client_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_cert ApplicationSettings#external_auth_client_cert}
---
@@ -16163,7 +16163,7 @@ public java.lang.String getExternalAuthClientKey();
Private key for the certificate when authentication is required for the external authorization service, this is encrypted when stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_key ApplicationSettings#external_auth_client_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_key ApplicationSettings#external_auth_client_key}
---
@@ -16177,7 +16177,7 @@ public java.lang.String getExternalAuthClientKeyPass();
Passphrase to use for the private key when authenticating with the external service this is encrypted when stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_key_pass ApplicationSettings#external_auth_client_key_pass}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_key_pass ApplicationSettings#external_auth_client_key_pass}
---
@@ -16191,7 +16191,7 @@ public java.lang.String getExternalAuthorizationServiceDefaultLabel();
The default classification label to use when requesting authorization and no classification label has been specified on the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_default_label ApplicationSettings#external_authorization_service_default_label}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_default_label ApplicationSettings#external_authorization_service_default_label}
---
@@ -16205,7 +16205,7 @@ public java.lang.Object getExternalAuthorizationServiceEnabled();
(If enabled, requires: external_authorization_service_default_label, external_authorization_service_timeout and external_authorization_service_url) Enable using an external authorization service for accessing projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_enabled ApplicationSettings#external_authorization_service_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_enabled ApplicationSettings#external_authorization_service_enabled}
---
@@ -16221,7 +16221,7 @@ The timeout after which an authorization request is aborted, in seconds.
When a request times out, access is denied to the user. (min: 0.001, max: 10, step: 0.001).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_timeout ApplicationSettings#external_authorization_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_timeout ApplicationSettings#external_authorization_service_timeout}
---
@@ -16235,7 +16235,7 @@ public java.lang.String getExternalAuthorizationServiceUrl();
URL to which authorization requests are directed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_url ApplicationSettings#external_authorization_service_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_url ApplicationSettings#external_authorization_service_url}
---
@@ -16249,7 +16249,7 @@ public java.lang.Number getExternalPipelineValidationServiceTimeout();
How long to wait for a response from the pipeline validation service. Assumes OK if it times out.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_timeout ApplicationSettings#external_pipeline_validation_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_timeout ApplicationSettings#external_pipeline_validation_service_timeout}
---
@@ -16263,7 +16263,7 @@ public java.lang.String getExternalPipelineValidationServiceToken();
Optional. Token to include as the X-Gitlab-Token header in requests to the URL in external_pipeline_validation_service_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_token ApplicationSettings#external_pipeline_validation_service_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_token ApplicationSettings#external_pipeline_validation_service_token}
---
@@ -16277,7 +16277,7 @@ public java.lang.String getExternalPipelineValidationServiceUrl();
URL to use for pipeline validation requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_url ApplicationSettings#external_pipeline_validation_service_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_url ApplicationSettings#external_pipeline_validation_service_url}
---
@@ -16291,7 +16291,7 @@ public java.lang.Number getFailedLoginAttemptsUnlockPeriodInMinutes();
Time period in minutes after which the user is unlocked when maximum number of failed sign-in attempts reached.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#failed_login_attempts_unlock_period_in_minutes ApplicationSettings#failed_login_attempts_unlock_period_in_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#failed_login_attempts_unlock_period_in_minutes ApplicationSettings#failed_login_attempts_unlock_period_in_minutes}
---
@@ -16305,7 +16305,7 @@ public java.lang.Number getFileTemplateProjectId();
The ID of a project to load custom file templates from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#file_template_project_id ApplicationSettings#file_template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#file_template_project_id ApplicationSettings#file_template_project_id}
---
@@ -16321,7 +16321,7 @@ Start day of the week for calendar views and date pickers.
Valid values are 0 for Sunday, 1 for Monday, and 6 for Saturday.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#first_day_of_week ApplicationSettings#first_day_of_week}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#first_day_of_week ApplicationSettings#first_day_of_week}
---
@@ -16335,7 +16335,7 @@ public java.lang.String getGeoNodeAllowedIps();
Comma-separated list of IPs and CIDRs of allowed secondary nodes. For example, 1.1.1.1, 2.2.2.0/24.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#geo_node_allowed_ips ApplicationSettings#geo_node_allowed_ips}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#geo_node_allowed_ips ApplicationSettings#geo_node_allowed_ips}
---
@@ -16349,7 +16349,7 @@ public java.lang.Number getGeoStatusTimeout();
The amount of seconds after which a request to get a secondary node status times out.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#geo_status_timeout ApplicationSettings#geo_status_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#geo_status_timeout ApplicationSettings#geo_status_timeout}
---
@@ -16365,7 +16365,7 @@ Default Gitaly timeout, in seconds.
This timeout is not enforced for Git fetch/push operations or Sidekiq jobs. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_default ApplicationSettings#gitaly_timeout_default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_default ApplicationSettings#gitaly_timeout_default}
---
@@ -16381,7 +16381,7 @@ Gitaly fast operation timeout, in seconds.
Some Gitaly operations are expected to be fast. If they exceed this threshold, there may be a problem with a storage shard and ‘failing fast’ can help maintain the stability of the GitLab instance. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_fast ApplicationSettings#gitaly_timeout_fast}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_fast ApplicationSettings#gitaly_timeout_fast}
---
@@ -16397,7 +16397,7 @@ Medium Gitaly timeout, in seconds.
This should be a value between the Fast and the Default timeout. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_medium ApplicationSettings#gitaly_timeout_medium}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_medium ApplicationSettings#gitaly_timeout_medium}
---
@@ -16411,7 +16411,7 @@ public java.lang.Number getGitlabShellOperationLimit();
Maximum number of Git operations per minute a user can perform. Introduced in GitLab 16.2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitlab_shell_operation_limit ApplicationSettings#gitlab_shell_operation_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitlab_shell_operation_limit ApplicationSettings#gitlab_shell_operation_limit}
---
@@ -16425,7 +16425,7 @@ public java.lang.Object getGitpodEnabled();
Enable Gitpod integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
---
@@ -16439,7 +16439,7 @@ public java.lang.String getGitpodUrl();
The Gitpod instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
---
@@ -16455,7 +16455,7 @@ List of user IDs that are emailed when the Git abuse rate limit is exceeded.
Maximum: 100 user IDs. Introduced in GitLab 15.9. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_rate_limit_users_alertlist ApplicationSettings#git_rate_limit_users_alertlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_rate_limit_users_alertlist ApplicationSettings#git_rate_limit_users_alertlist}
---
@@ -16469,7 +16469,7 @@ public java.util.List getGitRateLimitUsersAllowlist();
List of usernames excluded from Git anti-abuse rate limits. Maximum: 100 usernames. Introduced in GitLab 15.2. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_rate_limit_users_allowlist ApplicationSettings#git_rate_limit_users_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_rate_limit_users_allowlist ApplicationSettings#git_rate_limit_users_allowlist}
---
@@ -16483,7 +16483,7 @@ public java.lang.Number getGitTwoFactorSessionExpiry();
Maximum duration (in minutes) of a session for Git operations when 2FA is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_two_factor_session_expiry ApplicationSettings#git_two_factor_session_expiry}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_two_factor_session_expiry ApplicationSettings#git_two_factor_session_expiry}
---
@@ -16497,7 +16497,7 @@ public java.lang.String getGloballyAllowedIps();
Comma-separated list of IP addresses and CIDRs always allowed for inbound traffic. For example, 1.1.1.1, 2.2.2.0/24.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#globally_allowed_ips ApplicationSettings#globally_allowed_ips}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#globally_allowed_ips ApplicationSettings#globally_allowed_ips}
---
@@ -16511,7 +16511,7 @@ public java.lang.Object getGrafanaEnabled();
Enable Grafana.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
---
@@ -16525,7 +16525,7 @@ public java.lang.String getGrafanaUrl();
Grafana URL.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
---
@@ -16539,7 +16539,7 @@ public java.lang.Object getGravatarEnabled();
Enable Gravatar.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
---
@@ -16553,7 +16553,7 @@ public java.lang.Object getGroupOwnersCanManageDefaultBranchProtection();
Prevent overrides of default branch protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#group_owners_can_manage_default_branch_protection ApplicationSettings#group_owners_can_manage_default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#group_owners_can_manage_default_branch_protection ApplicationSettings#group_owners_can_manage_default_branch_protection}
---
@@ -16569,7 +16569,7 @@ Create new projects using hashed storage paths: Enable immutable, hash-based pat
This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance. (Always enabled in GitLab versions 13.0 and later, configuration is scheduled for removal in 14.0).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#hashed_storage_enabled ApplicationSettings#hashed_storage_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#hashed_storage_enabled ApplicationSettings#hashed_storage_enabled}
---
@@ -16583,7 +16583,7 @@ public java.lang.Object getHelpPageHideCommercialContent();
Hide marketing-related entries from help.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_hide_commercial_content ApplicationSettings#help_page_hide_commercial_content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_hide_commercial_content ApplicationSettings#help_page_hide_commercial_content}
---
@@ -16597,7 +16597,7 @@ public java.lang.String getHelpPageSupportUrl();
Alternate support URL for help page and help dropdown.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_support_url ApplicationSettings#help_page_support_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_support_url ApplicationSettings#help_page_support_url}
---
@@ -16611,7 +16611,7 @@ public java.lang.String getHelpPageText();
Custom text displayed on the help page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_text ApplicationSettings#help_page_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_text ApplicationSettings#help_page_text}
---
@@ -16625,7 +16625,7 @@ public java.lang.String getHelpText();
GitLab server administrator information.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
---
@@ -16639,7 +16639,7 @@ public java.lang.Object getHideThirdPartyOffers();
Do not display offers from third parties in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#hide_third_party_offers ApplicationSettings#hide_third_party_offers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#hide_third_party_offers ApplicationSettings#hide_third_party_offers}
---
@@ -16653,7 +16653,7 @@ public java.lang.String getHomePageUrl();
Redirect to this URL when not logged in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#home_page_url ApplicationSettings#home_page_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#home_page_url ApplicationSettings#home_page_url}
---
@@ -16670,7 +16670,7 @@ Enable or disable Git housekeeping.
If enabled, requires either housekeeping_optimize_repository_period OR housekeeping_bitmaps_enabled, housekeeping_full_repack_period, housekeeping_gc_period, and housekeeping_incremental_repack_period.
Options housekeeping_bitmaps_enabled, housekeeping_full_repack_period, housekeeping_gc_period, and housekeeping_incremental_repack_period are deprecated. Use housekeeping_optimize_repository_period instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
---
@@ -16684,7 +16684,7 @@ public java.lang.Number getHousekeepingFullRepackPeriod();
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_full_repack_period ApplicationSettings#housekeeping_full_repack_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_full_repack_period ApplicationSettings#housekeeping_full_repack_period}
---
@@ -16698,7 +16698,7 @@ public java.lang.Number getHousekeepingGcPeriod();
Number of Git pushes after which git gc is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_gc_period ApplicationSettings#housekeeping_gc_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_gc_period ApplicationSettings#housekeeping_gc_period}
---
@@ -16712,7 +16712,7 @@ public java.lang.Number getHousekeepingIncrementalRepackPeriod();
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_incremental_repack_period ApplicationSettings#housekeeping_incremental_repack_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_incremental_repack_period ApplicationSettings#housekeeping_incremental_repack_period}
---
@@ -16726,7 +16726,7 @@ public java.lang.Number getHousekeepingOptimizeRepositoryPeriod();
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_optimize_repository_period ApplicationSettings#housekeeping_optimize_repository_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_optimize_repository_period ApplicationSettings#housekeeping_optimize_repository_period}
---
@@ -16740,7 +16740,7 @@ public java.lang.Object getHtmlEmailsEnabled();
Enable HTML emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#html_emails_enabled ApplicationSettings#html_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#html_emails_enabled ApplicationSettings#html_emails_enabled}
---
@@ -16752,7 +16752,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#id ApplicationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#id ApplicationSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -16769,7 +16769,7 @@ public java.util.List getImportSources();
Sources to allow project import from. Valid values are: `github`, `bitbucket`, `bitbucket_server`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
---
@@ -16785,7 +16785,7 @@ If delete_inactive_projects is true, the time (in months) to wait before deletin
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_delete_after_months ApplicationSettings#inactive_projects_delete_after_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_delete_after_months ApplicationSettings#inactive_projects_delete_after_months}
---
@@ -16801,7 +16801,7 @@ If delete_inactive_projects is true, the minimum repository size for projects to
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_min_size_mb ApplicationSettings#inactive_projects_min_size_mb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_min_size_mb ApplicationSettings#inactive_projects_min_size_mb}
---
@@ -16817,7 +16817,7 @@ If delete_inactive_projects is true, sets the time (in months) to wait before em
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_send_warning_email_after_months ApplicationSettings#inactive_projects_send_warning_email_after_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_send_warning_email_after_months ApplicationSettings#inactive_projects_send_warning_email_after_months}
---
@@ -16831,7 +16831,7 @@ public java.lang.Object getIncludeOptionalMetricsInServicePing();
Whether or not optional metrics are enabled in Service Ping. Introduced in GitLab 16.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#include_optional_metrics_in_service_ping ApplicationSettings#include_optional_metrics_in_service_ping}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#include_optional_metrics_in_service_ping ApplicationSettings#include_optional_metrics_in_service_ping}
---
@@ -16845,7 +16845,7 @@ public java.lang.Object getInProductMarketingEmailsEnabled();
Enable in-product marketing emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#in_product_marketing_emails_enabled ApplicationSettings#in_product_marketing_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#in_product_marketing_emails_enabled ApplicationSettings#in_product_marketing_emails_enabled}
---
@@ -16859,7 +16859,7 @@ public java.lang.Object getInvisibleCaptchaEnabled();
Enable Invisible CAPTCHA spam detection during sign-up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#invisible_captcha_enabled ApplicationSettings#invisible_captcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#invisible_captcha_enabled ApplicationSettings#invisible_captcha_enabled}
---
@@ -16873,7 +16873,7 @@ public java.lang.Number getIssuesCreateLimit();
Max number of issue creation requests per minute per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#issues_create_limit ApplicationSettings#issues_create_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#issues_create_limit ApplicationSettings#issues_create_limit}
---
@@ -16887,7 +16887,7 @@ public java.lang.String getJiraConnectApplicationKey();
ID of the OAuth application used to authenticate with the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_application_key ApplicationSettings#jira_connect_application_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_application_key ApplicationSettings#jira_connect_application_key}
---
@@ -16901,7 +16901,7 @@ public java.lang.String getJiraConnectProxyUrl();
URL of the GitLab instance used as a proxy for the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_proxy_url ApplicationSettings#jira_connect_proxy_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_proxy_url ApplicationSettings#jira_connect_proxy_url}
---
@@ -16915,7 +16915,7 @@ public java.lang.Object getJiraConnectPublicKeyStorageEnabled();
Enable public key storage for the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_public_key_storage_enabled ApplicationSettings#jira_connect_public_key_storage_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_public_key_storage_enabled ApplicationSettings#jira_connect_public_key_storage_enabled}
---
@@ -16929,7 +16929,7 @@ public java.lang.Object getKeepLatestArtifact();
Prevent the deletion of the artifacts from the most recent successful jobs, regardless of the expiry time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#keep_latest_artifact ApplicationSettings#keep_latest_artifact}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#keep_latest_artifact ApplicationSettings#keep_latest_artifact}
---
@@ -16943,7 +16943,7 @@ public java.lang.Number getLocalMarkdownVersion();
Increase this value when any cached Markdown should be invalidated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#local_markdown_version ApplicationSettings#local_markdown_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#local_markdown_version ApplicationSettings#local_markdown_version}
---
@@ -16959,7 +16959,7 @@ Indicates whether the GitLab Duo features enabled setting is enforced for all su
Introduced in GitLab 16.10. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#lock_duo_features_enabled ApplicationSettings#lock_duo_features_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#lock_duo_features_enabled ApplicationSettings#lock_duo_features_enabled}
---
@@ -16973,7 +16973,7 @@ public java.lang.Object getMailgunEventsEnabled();
Enable Mailgun event receiver.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mailgun_events_enabled ApplicationSettings#mailgun_events_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mailgun_events_enabled ApplicationSettings#mailgun_events_enabled}
---
@@ -16987,7 +16987,7 @@ public java.lang.String getMailgunSigningKey();
The Mailgun HTTP webhook signing key for receiving events from webhook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mailgun_signing_key ApplicationSettings#mailgun_signing_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mailgun_signing_key ApplicationSettings#mailgun_signing_key}
---
@@ -17001,7 +17001,7 @@ public java.lang.Object getMaintenanceMode();
When instance is in maintenance mode, non-administrative users can sign in with read-only access and make read-only API requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
---
@@ -17015,7 +17015,7 @@ public java.lang.String getMaintenanceModeMessage();
Message displayed when instance is in maintenance mode.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maintenance_mode_message ApplicationSettings#maintenance_mode_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maintenance_mode_message ApplicationSettings#maintenance_mode_message}
---
@@ -17029,7 +17029,7 @@ public java.lang.Object getMavenPackageRequestsForwarding();
Use repo.maven.apache.org as a default remote repository when the package is not found in the GitLab Package Registry for Maven. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maven_package_requests_forwarding ApplicationSettings#maven_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maven_package_requests_forwarding ApplicationSettings#maven_package_requests_forwarding}
---
@@ -17043,7 +17043,7 @@ public java.lang.Number getMaxArtifactsSize();
Maximum artifacts size in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_artifacts_size ApplicationSettings#max_artifacts_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_artifacts_size ApplicationSettings#max_artifacts_size}
---
@@ -17057,7 +17057,7 @@ public java.lang.Number getMaxAttachmentSize();
Limit attachment size in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_attachment_size ApplicationSettings#max_attachment_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_attachment_size ApplicationSettings#max_attachment_size}
---
@@ -17071,7 +17071,7 @@ public java.lang.Number getMaxDecompressedArchiveSize();
Maximum decompressed archive size in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_decompressed_archive_size ApplicationSettings#max_decompressed_archive_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_decompressed_archive_size ApplicationSettings#max_decompressed_archive_size}
---
@@ -17085,7 +17085,7 @@ public java.lang.Number getMaxExportSize();
Maximum export size in MB. 0 for unlimited.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_export_size ApplicationSettings#max_export_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_export_size ApplicationSettings#max_export_size}
---
@@ -17099,7 +17099,7 @@ public java.lang.Number getMaxImportRemoteFileSize();
Maximum remote file size for imports from external object storages. Introduced in GitLab 16.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_import_remote_file_size ApplicationSettings#max_import_remote_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_import_remote_file_size ApplicationSettings#max_import_remote_file_size}
---
@@ -17113,7 +17113,7 @@ public java.lang.Number getMaxImportSize();
Maximum import size in MB. 0 for unlimited.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_import_size ApplicationSettings#max_import_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_import_size ApplicationSettings#max_import_size}
---
@@ -17127,7 +17127,7 @@ public java.lang.Number getMaxLoginAttempts();
Maximum number of sign-in attempts before locking out the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_login_attempts ApplicationSettings#max_login_attempts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_login_attempts ApplicationSettings#max_login_attempts}
---
@@ -17143,7 +17143,7 @@ Maximum number of unique repositories a user can download in the specified time
Maximum: 10,000 repositories. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_number_of_repository_downloads ApplicationSettings#max_number_of_repository_downloads}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_number_of_repository_downloads ApplicationSettings#max_number_of_repository_downloads}
---
@@ -17157,7 +17157,7 @@ public java.lang.Number getMaxNumberOfRepositoryDownloadsWithinTimePeriod();
Reporting time period (in seconds). Maximum: 864000 seconds (10 days). Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_number_of_repository_downloads_within_time_period ApplicationSettings#max_number_of_repository_downloads_within_time_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_number_of_repository_downloads_within_time_period ApplicationSettings#max_number_of_repository_downloads_within_time_period}
---
@@ -17171,7 +17171,7 @@ public java.lang.Number getMaxPagesSize();
Maximum size of pages repositories in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_pages_size ApplicationSettings#max_pages_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_pages_size ApplicationSettings#max_pages_size}
---
@@ -17185,7 +17185,7 @@ public java.lang.Number getMaxPersonalAccessTokenLifetime();
Maximum allowable lifetime for access tokens in days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_personal_access_token_lifetime ApplicationSettings#max_personal_access_token_lifetime}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_personal_access_token_lifetime ApplicationSettings#max_personal_access_token_lifetime}
---
@@ -17199,7 +17199,7 @@ public java.lang.Number getMaxSshKeyLifetime();
Maximum allowable lifetime for SSH keys in days. Introduced in GitLab 14.6.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_ssh_key_lifetime ApplicationSettings#max_ssh_key_lifetime}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_ssh_key_lifetime ApplicationSettings#max_ssh_key_lifetime}
---
@@ -17213,7 +17213,7 @@ public java.lang.Number getMaxTerraformStateSizeBytes();
Maximum size in bytes of the Terraform state files. Set this to 0 for unlimited file size.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_terraform_state_size_bytes ApplicationSettings#max_terraform_state_size_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_terraform_state_size_bytes ApplicationSettings#max_terraform_state_size_bytes}
---
@@ -17227,7 +17227,7 @@ public java.lang.Number getMetricsMethodCallThreshold();
A method call is only tracked when it takes longer than the given amount of milliseconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#metrics_method_call_threshold ApplicationSettings#metrics_method_call_threshold}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#metrics_method_call_threshold ApplicationSettings#metrics_method_call_threshold}
---
@@ -17241,7 +17241,7 @@ public java.lang.Number getMinimumPasswordLength();
Indicates whether passwords require a minimum length. Introduced in GitLab 15.1. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#minimum_password_length ApplicationSettings#minimum_password_length}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#minimum_password_length ApplicationSettings#minimum_password_length}
---
@@ -17255,7 +17255,7 @@ public java.lang.Object getMirrorAvailable();
Allow repository mirroring to configured by project Maintainers. If disabled, only Administrators can configure repository mirroring.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
---
@@ -17269,7 +17269,7 @@ public java.lang.Number getMirrorCapacityThreshold();
Minimum capacity to be available before scheduling more mirrors preemptively.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_capacity_threshold ApplicationSettings#mirror_capacity_threshold}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_capacity_threshold ApplicationSettings#mirror_capacity_threshold}
---
@@ -17283,7 +17283,7 @@ public java.lang.Number getMirrorMaxCapacity();
Maximum number of mirrors that can be synchronizing at the same time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_max_capacity ApplicationSettings#mirror_max_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_max_capacity ApplicationSettings#mirror_max_capacity}
---
@@ -17297,7 +17297,7 @@ public java.lang.Number getMirrorMaxDelay();
Maximum time (in minutes) between updates that a mirror can have when scheduled to synchronize.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_max_delay ApplicationSettings#mirror_max_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_max_delay ApplicationSettings#mirror_max_delay}
---
@@ -17311,7 +17311,7 @@ public java.lang.Object getNpmPackageRequestsForwarding();
Use npmjs.org as a default remote repository when the package is not found in the GitLab Package Registry for npm.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#npm_package_requests_forwarding ApplicationSettings#npm_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#npm_package_requests_forwarding ApplicationSettings#npm_package_requests_forwarding}
---
@@ -17325,7 +17325,7 @@ public java.lang.Object getNugetSkipMetadataUrlValidation();
Indicates whether to skip metadata URL validation for the NuGet package. Introduced in GitLab 17.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#nuget_skip_metadata_url_validation ApplicationSettings#nuget_skip_metadata_url_validation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#nuget_skip_metadata_url_validation ApplicationSettings#nuget_skip_metadata_url_validation}
---
@@ -17339,7 +17339,7 @@ public java.util.List getOutboundLocalRequestsWhitelist();
Define a list of trusted domains or IP addresses to which local requests are allowed when local requests for hooks and services are disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#outbound_local_requests_whitelist ApplicationSettings#outbound_local_requests_whitelist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#outbound_local_requests_whitelist ApplicationSettings#outbound_local_requests_whitelist}
---
@@ -17353,7 +17353,7 @@ public java.util.List getPackageMetadataPurlTypes();
List of package registry metadata to sync. See the list of the available values (https://gitlab.com/gitlab-org/gitlab/-/blob/ace16c20d5da7c4928dd03fb139692638b557fe3/app/models/concerns/enums/package_metadata.rb#L5). Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_metadata_purl_types ApplicationSettings#package_metadata_purl_types}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_metadata_purl_types ApplicationSettings#package_metadata_purl_types}
---
@@ -17367,7 +17367,7 @@ public java.lang.Object getPackageRegistryAllowAnyoneToPullOption();
Enable to allow anyone to pull from Package Registry visible and changeable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_registry_allow_anyone_to_pull_option ApplicationSettings#package_registry_allow_anyone_to_pull_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_registry_allow_anyone_to_pull_option ApplicationSettings#package_registry_allow_anyone_to_pull_option}
---
@@ -17381,7 +17381,7 @@ public java.lang.Number getPackageRegistryCleanupPoliciesWorkerCapacity();
Number of workers assigned to the packages cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_registry_cleanup_policies_worker_capacity ApplicationSettings#package_registry_cleanup_policies_worker_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_registry_cleanup_policies_worker_capacity ApplicationSettings#package_registry_cleanup_policies_worker_capacity}
---
@@ -17397,7 +17397,7 @@ Require users to prove ownership of custom domains.
Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pages_domain_verification_enabled ApplicationSettings#pages_domain_verification_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pages_domain_verification_enabled ApplicationSettings#pages_domain_verification_enabled}
---
@@ -17411,7 +17411,7 @@ public java.lang.Object getPasswordAuthenticationEnabledForGit();
Enable authentication for Git over HTTP(S) via a GitLab account password.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_authentication_enabled_for_git ApplicationSettings#password_authentication_enabled_for_git}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_authentication_enabled_for_git ApplicationSettings#password_authentication_enabled_for_git}
---
@@ -17425,7 +17425,7 @@ public java.lang.Object getPasswordAuthenticationEnabledForWeb();
Enable authentication for the web interface via a GitLab account password.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_authentication_enabled_for_web ApplicationSettings#password_authentication_enabled_for_web}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_authentication_enabled_for_web ApplicationSettings#password_authentication_enabled_for_web}
---
@@ -17439,7 +17439,7 @@ public java.lang.Object getPasswordLowercaseRequired();
Indicates whether passwords require at least one lowercase letter. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_lowercase_required ApplicationSettings#password_lowercase_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_lowercase_required ApplicationSettings#password_lowercase_required}
---
@@ -17453,7 +17453,7 @@ public java.lang.Object getPasswordNumberRequired();
Indicates whether passwords require at least one number. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_number_required ApplicationSettings#password_number_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_number_required ApplicationSettings#password_number_required}
---
@@ -17467,7 +17467,7 @@ public java.lang.Object getPasswordSymbolRequired();
Indicates whether passwords require at least one symbol character. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_symbol_required ApplicationSettings#password_symbol_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_symbol_required ApplicationSettings#password_symbol_required}
---
@@ -17481,7 +17481,7 @@ public java.lang.Object getPasswordUppercaseRequired();
Indicates whether passwords require at least one uppercase letter. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_uppercase_required ApplicationSettings#password_uppercase_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_uppercase_required ApplicationSettings#password_uppercase_required}
---
@@ -17495,7 +17495,7 @@ public java.lang.String getPerformanceBarAllowedGroupPath();
Path of the group that is allowed to toggle the performance bar.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#performance_bar_allowed_group_path ApplicationSettings#performance_bar_allowed_group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#performance_bar_allowed_group_path ApplicationSettings#performance_bar_allowed_group_path}
---
@@ -17509,7 +17509,7 @@ public java.lang.String getPersonalAccessTokenPrefix();
Prefix for all generated personal access tokens.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#personal_access_token_prefix ApplicationSettings#personal_access_token_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#personal_access_token_prefix ApplicationSettings#personal_access_token_prefix}
---
@@ -17523,7 +17523,7 @@ public java.lang.Number getPipelineLimitPerProjectUserSha();
Maximum number of pipeline creation requests per minute per user and commit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pipeline_limit_per_project_user_sha ApplicationSettings#pipeline_limit_per_project_user_sha}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pipeline_limit_per_project_user_sha ApplicationSettings#pipeline_limit_per_project_user_sha}
---
@@ -17537,7 +17537,7 @@ public java.lang.Object getPlantumlEnabled();
(If enabled, requires: plantuml_url) Enable PlantUML integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
---
@@ -17551,7 +17551,7 @@ public java.lang.String getPlantumlUrl();
The PlantUML instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
---
@@ -17565,7 +17565,7 @@ public java.lang.Number getPollingIntervalMultiplier();
Interval multiplier used by endpoints that perform polling. Set to 0 to disable polling.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#polling_interval_multiplier ApplicationSettings#polling_interval_multiplier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#polling_interval_multiplier ApplicationSettings#polling_interval_multiplier}
---
@@ -17579,7 +17579,7 @@ public java.lang.Object getProjectExportEnabled();
Enable project export.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#project_export_enabled ApplicationSettings#project_export_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#project_export_enabled ApplicationSettings#project_export_enabled}
---
@@ -17593,7 +17593,7 @@ public java.lang.Number getProjectJobsApiRateLimit();
Maximum authenticated requests to /project/:id/jobs per minute. Introduced in GitLab 16.5.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#project_jobs_api_rate_limit ApplicationSettings#project_jobs_api_rate_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#project_jobs_api_rate_limit ApplicationSettings#project_jobs_api_rate_limit}
---
@@ -17607,7 +17607,7 @@ public java.lang.Number getProjectsApiRateLimitUnauthenticated();
Introduced in GitLab 15.10. Max number of requests per 10 minutes per IP address for unauthenticated requests to the list all projects API. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#projects_api_rate_limit_unauthenticated ApplicationSettings#projects_api_rate_limit_unauthenticated}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#projects_api_rate_limit_unauthenticated ApplicationSettings#projects_api_rate_limit_unauthenticated}
---
@@ -17621,7 +17621,7 @@ public java.lang.Object getPrometheusMetricsEnabled();
Enable Prometheus metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#prometheus_metrics_enabled ApplicationSettings#prometheus_metrics_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#prometheus_metrics_enabled ApplicationSettings#prometheus_metrics_enabled}
---
@@ -17635,7 +17635,7 @@ public java.lang.Object getProtectedCiVariables();
CI/CD variables are protected by default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#protected_ci_variables ApplicationSettings#protected_ci_variables}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#protected_ci_variables ApplicationSettings#protected_ci_variables}
---
@@ -17651,7 +17651,7 @@ Number of changes (branches or tags) in a single push to determine whether indiv
Bulk push events are created if it surpasses that value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#push_event_activities_limit ApplicationSettings#push_event_activities_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#push_event_activities_limit ApplicationSettings#push_event_activities_limit}
---
@@ -17667,7 +17667,7 @@ Number of changes (branches or tags) in a single push to determine whether webho
Webhooks and services aren’t submitted if it surpasses that value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#push_event_hooks_limit ApplicationSettings#push_event_hooks_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#push_event_hooks_limit ApplicationSettings#push_event_hooks_limit}
---
@@ -17681,7 +17681,7 @@ public java.lang.Object getPypiPackageRequestsForwarding();
Use pypi.org as a default remote repository when the package is not found in the GitLab Package Registry for PyPI.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pypi_package_requests_forwarding ApplicationSettings#pypi_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pypi_package_requests_forwarding ApplicationSettings#pypi_package_requests_forwarding}
---
@@ -17697,7 +17697,7 @@ When rate limiting is enabled via the throttle_* settings, send this plain text
‘Retry later’ is sent if this is blank.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#rate_limiting_response_text ApplicationSettings#rate_limiting_response_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#rate_limiting_response_text ApplicationSettings#rate_limiting_response_text}
---
@@ -17711,7 +17711,7 @@ public java.lang.Number getRawBlobRequestLimit();
Max number of requests per minute for each raw path. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#raw_blob_request_limit ApplicationSettings#raw_blob_request_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#raw_blob_request_limit ApplicationSettings#raw_blob_request_limit}
---
@@ -17725,7 +17725,7 @@ public java.lang.Object getRecaptchaEnabled();
(If enabled, requires: recaptcha_private_key and recaptcha_site_key) Enable reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
---
@@ -17739,7 +17739,7 @@ public java.lang.String getRecaptchaPrivateKey();
Private key for reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_private_key ApplicationSettings#recaptcha_private_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_private_key ApplicationSettings#recaptcha_private_key}
---
@@ -17753,7 +17753,7 @@ public java.lang.String getRecaptchaSiteKey();
Site key for reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_site_key ApplicationSettings#recaptcha_site_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_site_key ApplicationSettings#recaptcha_site_key}
---
@@ -17767,7 +17767,7 @@ public java.lang.Number getReceiveMaxInputSize();
Maximum push size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#receive_max_input_size ApplicationSettings#receive_max_input_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#receive_max_input_size ApplicationSettings#receive_max_input_size}
---
@@ -17781,7 +17781,7 @@ public java.lang.Object getReceptiveClusterAgentsEnabled();
Enable receptive mode for GitLab Agents for Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#receptive_cluster_agents_enabled ApplicationSettings#receptive_cluster_agents_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#receptive_cluster_agents_enabled ApplicationSettings#receptive_cluster_agents_enabled}
---
@@ -17795,7 +17795,7 @@ public java.lang.Object getRememberMeEnabled();
Enable Remember me setting. Introduced in GitLab 16.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#remember_me_enabled ApplicationSettings#remember_me_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#remember_me_enabled ApplicationSettings#remember_me_enabled}
---
@@ -17809,7 +17809,7 @@ public java.lang.Object getRepositoryChecksEnabled();
GitLab periodically runs git fsck in all project and wiki repositories to look for silent disk corruption issues.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_checks_enabled ApplicationSettings#repository_checks_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_checks_enabled ApplicationSettings#repository_checks_enabled}
---
@@ -17823,7 +17823,7 @@ public java.lang.Number getRepositorySizeLimit();
Size limit per repository (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_size_limit ApplicationSettings#repository_size_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_size_limit ApplicationSettings#repository_size_limit}
---
@@ -17837,7 +17837,7 @@ public java.util.List getRepositoryStorages();
(GitLab 13.0 and earlier) List of names of enabled storage paths, taken from gitlab.yml. New projects are created in one of these stores, chosen at random.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
---
@@ -17851,7 +17851,7 @@ public java.util.Map getRepositoryStoragesWe
(GitLab 13.1 and later) Hash of names of taken from gitlab.yml to weights. New projects are created in one of these stores, chosen by a weighted random selection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_storages_weighted ApplicationSettings#repository_storages_weighted}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_storages_weighted ApplicationSettings#repository_storages_weighted}
---
@@ -17865,7 +17865,7 @@ public java.lang.Object getRequireAdminApprovalAfterUserSignup();
When enabled, any user that signs up for an account using the registration form is placed under a Pending approval state and has to be explicitly approved by an administrator.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_admin_approval_after_user_signup ApplicationSettings#require_admin_approval_after_user_signup}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_admin_approval_after_user_signup ApplicationSettings#require_admin_approval_after_user_signup}
---
@@ -17879,7 +17879,7 @@ public java.lang.Object getRequireAdminTwoFactorAuthentication();
Allow administrators to require 2FA for all administrators on the instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_admin_two_factor_authentication ApplicationSettings#require_admin_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_admin_two_factor_authentication ApplicationSettings#require_admin_two_factor_authentication}
---
@@ -17893,7 +17893,7 @@ public java.lang.Object getRequirePersonalAccessTokenExpiry();
When enabled, users must set an expiration date when creating a group or project access token, or a personal access token owned by a non-service account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_personal_access_token_expiry ApplicationSettings#require_personal_access_token_expiry}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_personal_access_token_expiry ApplicationSettings#require_personal_access_token_expiry}
---
@@ -17907,7 +17907,7 @@ public java.lang.Object getRequireTwoFactorAuthentication();
(If enabled, requires: two_factor_grace_period) Require all users to set up Two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_two_factor_authentication ApplicationSettings#require_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_two_factor_authentication ApplicationSettings#require_two_factor_authentication}
---
@@ -17923,7 +17923,7 @@ Selected levels cannot be used by non-Administrator users for groups, projects o
Can take private, internal and public as a parameter. Null means there is no restriction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#restricted_visibility_levels ApplicationSettings#restricted_visibility_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#restricted_visibility_levels ApplicationSettings#restricted_visibility_levels}
---
@@ -17937,7 +17937,7 @@ public java.lang.Number getRsaKeyRestriction();
The minimum allowed bit length of an uploaded RSA key. 0 means no restriction. -1 disables RSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#rsa_key_restriction ApplicationSettings#rsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#rsa_key_restriction ApplicationSettings#rsa_key_restriction}
---
@@ -17951,7 +17951,7 @@ public java.lang.Number getSearchRateLimit();
Max number of requests per minute for performing a search while authenticated. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#search_rate_limit ApplicationSettings#search_rate_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#search_rate_limit ApplicationSettings#search_rate_limit}
---
@@ -17965,7 +17965,7 @@ public java.lang.Number getSearchRateLimitUnauthenticated();
Max number of requests per minute for performing a search while unauthenticated. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#search_rate_limit_unauthenticated ApplicationSettings#search_rate_limit_unauthenticated}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#search_rate_limit_unauthenticated ApplicationSettings#search_rate_limit_unauthenticated}
---
@@ -17979,7 +17979,7 @@ public java.lang.Number getSecurityApprovalPoliciesLimit();
Maximum number of active merge request approval policies per security policy project. Maximum: 20.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_approval_policies_limit ApplicationSettings#security_approval_policies_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_approval_policies_limit ApplicationSettings#security_approval_policies_limit}
---
@@ -17993,7 +17993,7 @@ public java.lang.Object getSecurityPolicyGlobalGroupApproversEnabled();
Whether to look up merge request approval policy approval groups globally or within project hierarchies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_policy_global_group_approvers_enabled ApplicationSettings#security_policy_global_group_approvers_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_policy_global_group_approvers_enabled ApplicationSettings#security_policy_global_group_approvers_enabled}
---
@@ -18007,7 +18007,7 @@ public java.lang.String getSecurityTxtContent();
Public security contact information. Introduced in GitLab 16.7.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_txt_content ApplicationSettings#security_txt_content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_txt_content ApplicationSettings#security_txt_content}
---
@@ -18021,7 +18021,7 @@ public java.lang.Object getSendUserConfirmationEmail();
Send confirmation email on sign-up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#send_user_confirmation_email ApplicationSettings#send_user_confirmation_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#send_user_confirmation_email ApplicationSettings#send_user_confirmation_email}
---
@@ -18035,7 +18035,7 @@ public java.lang.Object getServiceAccessTokensExpirationEnforced();
Flag to indicate if token expiry date can be optional for service account users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#service_access_tokens_expiration_enforced ApplicationSettings#service_access_tokens_expiration_enforced}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#service_access_tokens_expiration_enforced ApplicationSettings#service_access_tokens_expiration_enforced}
---
@@ -18049,7 +18049,7 @@ public java.lang.Number getSessionExpireDelay();
Session duration in minutes. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#session_expire_delay ApplicationSettings#session_expire_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#session_expire_delay ApplicationSettings#session_expire_delay}
---
@@ -18063,7 +18063,7 @@ public java.lang.Object getSharedRunnersEnabled();
(If enabled, requires: shared_runners_text and shared_runners_minutes) Enable shared runners for new projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_enabled ApplicationSettings#shared_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_enabled ApplicationSettings#shared_runners_enabled}
---
@@ -18077,7 +18077,7 @@ public java.lang.Number getSharedRunnersMinutes();
Set the maximum number of CI/CD minutes that a group can use on shared runners per month.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_minutes ApplicationSettings#shared_runners_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_minutes ApplicationSettings#shared_runners_minutes}
---
@@ -18091,7 +18091,7 @@ public java.lang.String getSharedRunnersText();
Shared runners text.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_text ApplicationSettings#shared_runners_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_text ApplicationSettings#shared_runners_text}
---
@@ -18105,7 +18105,7 @@ public java.lang.Number getSidekiqJobLimiterCompressionThresholdBytes();
The threshold in bytes at which Sidekiq jobs are compressed before being stored in Redis.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_compression_threshold_bytes ApplicationSettings#sidekiq_job_limiter_compression_threshold_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_compression_threshold_bytes ApplicationSettings#sidekiq_job_limiter_compression_threshold_bytes}
---
@@ -18119,7 +18119,7 @@ public java.lang.Number getSidekiqJobLimiterLimitBytes();
The threshold in bytes at which Sidekiq jobs are rejected. 0 means do not reject any job.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_limit_bytes ApplicationSettings#sidekiq_job_limiter_limit_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_limit_bytes ApplicationSettings#sidekiq_job_limiter_limit_bytes}
---
@@ -18133,7 +18133,7 @@ public java.lang.String getSidekiqJobLimiterMode();
track or compress. Sets the behavior for Sidekiq job size limits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_mode ApplicationSettings#sidekiq_job_limiter_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_mode ApplicationSettings#sidekiq_job_limiter_mode}
---
@@ -18147,7 +18147,7 @@ public java.lang.String getSignInText();
Text on the login page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sign_in_text ApplicationSettings#sign_in_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sign_in_text ApplicationSettings#sign_in_text}
---
@@ -18161,7 +18161,7 @@ public java.lang.Object getSignupEnabled();
Enable registration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
---
@@ -18175,7 +18175,7 @@ public java.lang.Object getSilentAdminExportsEnabled();
Enable Silent admin exports.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#silent_admin_exports_enabled ApplicationSettings#silent_admin_exports_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#silent_admin_exports_enabled ApplicationSettings#silent_admin_exports_enabled}
---
@@ -18189,7 +18189,7 @@ public java.lang.Object getSilentModeEnabled();
Enable Silent mode.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#silent_mode_enabled ApplicationSettings#silent_mode_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#silent_mode_enabled ApplicationSettings#silent_mode_enabled}
---
@@ -18203,7 +18203,7 @@ public java.lang.Object getSlackAppEnabled();
(If enabled, requires: slack_app_id, slack_app_secret and slack_app_secret) Enable Slack app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_enabled ApplicationSettings#slack_app_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_enabled ApplicationSettings#slack_app_enabled}
---
@@ -18217,7 +18217,7 @@ public java.lang.String getSlackAppId();
The app ID of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_id ApplicationSettings#slack_app_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_id ApplicationSettings#slack_app_id}
---
@@ -18231,7 +18231,7 @@ public java.lang.String getSlackAppSecret();
The app secret of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_secret ApplicationSettings#slack_app_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_secret ApplicationSettings#slack_app_secret}
---
@@ -18245,7 +18245,7 @@ public java.lang.String getSlackAppSigningSecret();
The signing secret of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_signing_secret ApplicationSettings#slack_app_signing_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_signing_secret ApplicationSettings#slack_app_signing_secret}
---
@@ -18259,7 +18259,7 @@ public java.lang.String getSlackAppVerificationToken();
The verification token of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_verification_token ApplicationSettings#slack_app_verification_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_verification_token ApplicationSettings#slack_app_verification_token}
---
@@ -18273,7 +18273,7 @@ public java.lang.Number getSnippetSizeLimit();
Max snippet content size in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snippet_size_limit ApplicationSettings#snippet_size_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snippet_size_limit ApplicationSettings#snippet_size_limit}
---
@@ -18287,7 +18287,7 @@ public java.lang.String getSnowplowAppId();
The Snowplow site name / application ID. (for example, gitlab).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_app_id ApplicationSettings#snowplow_app_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_app_id ApplicationSettings#snowplow_app_id}
---
@@ -18301,7 +18301,7 @@ public java.lang.String getSnowplowCollectorHostname();
The Snowplow collector hostname. (for example, snowplow.trx.gitlab.net).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_collector_hostname ApplicationSettings#snowplow_collector_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_collector_hostname ApplicationSettings#snowplow_collector_hostname}
---
@@ -18315,7 +18315,7 @@ public java.lang.String getSnowplowCookieDomain();
The Snowplow cookie domain. (for example, .gitlab.com).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_cookie_domain ApplicationSettings#snowplow_cookie_domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_cookie_domain ApplicationSettings#snowplow_cookie_domain}
---
@@ -18329,7 +18329,7 @@ public java.lang.String getSnowplowDatabaseCollectorHostname();
The Snowplow collector for database events hostname. (for example, db-snowplow.trx.gitlab.net).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_database_collector_hostname ApplicationSettings#snowplow_database_collector_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_database_collector_hostname ApplicationSettings#snowplow_database_collector_hostname}
---
@@ -18343,7 +18343,7 @@ public java.lang.Object getSnowplowEnabled();
Enable snowplow tracking.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
---
@@ -18357,7 +18357,7 @@ public java.lang.Object getSourcegraphEnabled();
Enables Sourcegraph integration. If enabled, requires sourcegraph_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
---
@@ -18371,7 +18371,7 @@ public java.lang.Object getSourcegraphPublicOnly();
Blocks Sourcegraph from being loaded on private and internal projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_public_only ApplicationSettings#sourcegraph_public_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_public_only ApplicationSettings#sourcegraph_public_only}
---
@@ -18385,7 +18385,7 @@ public java.lang.String getSourcegraphUrl();
The Sourcegraph instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
---
@@ -18399,7 +18399,7 @@ public java.lang.String getSpamCheckApiKey();
API key used by GitLab for accessing the Spam Check service endpoint.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_api_key ApplicationSettings#spam_check_api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_api_key ApplicationSettings#spam_check_api_key}
---
@@ -18413,7 +18413,7 @@ public java.lang.Object getSpamCheckEndpointEnabled();
Enables spam checking using external Spam Check API endpoint.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_endpoint_enabled ApplicationSettings#spam_check_endpoint_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_endpoint_enabled ApplicationSettings#spam_check_endpoint_enabled}
---
@@ -18429,7 +18429,7 @@ URL of the external Spamcheck service endpoint.
Valid URI schemes are grpc or tls. Specifying tls forces communication to be encrypted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_endpoint_url ApplicationSettings#spam_check_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_endpoint_url ApplicationSettings#spam_check_endpoint_url}
---
@@ -18443,7 +18443,7 @@ public java.lang.String getStaticObjectsExternalStorageAuthToken();
Authentication token for the external storage linked in static_objects_external_storage_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#static_objects_external_storage_auth_token ApplicationSettings#static_objects_external_storage_auth_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#static_objects_external_storage_auth_token ApplicationSettings#static_objects_external_storage_auth_token}
---
@@ -18457,7 +18457,7 @@ public java.lang.String getStaticObjectsExternalStorageUrl();
URL to an external storage for repository static objects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#static_objects_external_storage_url ApplicationSettings#static_objects_external_storage_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#static_objects_external_storage_url ApplicationSettings#static_objects_external_storage_url}
---
@@ -18471,7 +18471,7 @@ public java.lang.Object getSuggestPipelineEnabled();
Enable pipeline suggestion banner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#suggest_pipeline_enabled ApplicationSettings#suggest_pipeline_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#suggest_pipeline_enabled ApplicationSettings#suggest_pipeline_enabled}
---
@@ -18485,7 +18485,7 @@ public java.lang.Number getTerminalMaxSessionTime();
Maximum time for web terminal websocket connection (in seconds). Set to 0 for unlimited time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#terminal_max_session_time ApplicationSettings#terminal_max_session_time}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#terminal_max_session_time ApplicationSettings#terminal_max_session_time}
---
@@ -18499,7 +18499,7 @@ public java.lang.String getTerms();
(Required by: enforce_terms) Markdown content for the ToS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#terms ApplicationSettings#terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#terms ApplicationSettings#terms}
---
@@ -18515,7 +18515,7 @@ public java.lang.Object getThrottleAuthenticatedApiEnabled();
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_enabled ApplicationSettings#throttle_authenticated_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_enabled ApplicationSettings#throttle_authenticated_api_enabled}
---
@@ -18529,7 +18529,7 @@ public java.lang.Number getThrottleAuthenticatedApiPeriodInSeconds();
Rate limit period (in seconds).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_period_in_seconds ApplicationSettings#throttle_authenticated_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_period_in_seconds ApplicationSettings#throttle_authenticated_api_period_in_seconds}
---
@@ -18543,7 +18543,7 @@ public java.lang.Number getThrottleAuthenticatedApiRequestsPerPeriod();
Maximum requests per period per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_requests_per_period ApplicationSettings#throttle_authenticated_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_requests_per_period ApplicationSettings#throttle_authenticated_api_requests_per_period}
---
@@ -18559,7 +18559,7 @@ public java.lang.Object getThrottleAuthenticatedPackagesApiEnabled();
Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_enabled ApplicationSettings#throttle_authenticated_packages_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_enabled ApplicationSettings#throttle_authenticated_packages_api_enabled}
---
@@ -18573,7 +18573,7 @@ public java.lang.Number getThrottleAuthenticatedPackagesApiPeriodInSeconds();
Rate limit period (in seconds). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_period_in_seconds ApplicationSettings#throttle_authenticated_packages_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_period_in_seconds ApplicationSettings#throttle_authenticated_packages_api_period_in_seconds}
---
@@ -18587,7 +18587,7 @@ public java.lang.Number getThrottleAuthenticatedPackagesApiRequestsPerPeriod();
Maximum requests per period per user. View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_requests_per_period ApplicationSettings#throttle_authenticated_packages_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_requests_per_period ApplicationSettings#throttle_authenticated_packages_api_requests_per_period}
---
@@ -18603,7 +18603,7 @@ public java.lang.Object getThrottleAuthenticatedWebEnabled();
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_enabled ApplicationSettings#throttle_authenticated_web_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_enabled ApplicationSettings#throttle_authenticated_web_enabled}
---
@@ -18617,7 +18617,7 @@ public java.lang.Number getThrottleAuthenticatedWebPeriodInSeconds();
Rate limit period (in seconds).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_period_in_seconds ApplicationSettings#throttle_authenticated_web_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_period_in_seconds ApplicationSettings#throttle_authenticated_web_period_in_seconds}
---
@@ -18631,7 +18631,7 @@ public java.lang.Number getThrottleAuthenticatedWebRequestsPerPeriod();
Maximum requests per period per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_requests_per_period ApplicationSettings#throttle_authenticated_web_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_requests_per_period ApplicationSettings#throttle_authenticated_web_requests_per_period}
---
@@ -18647,7 +18647,7 @@ public java.lang.Object getThrottleUnauthenticatedApiEnabled();
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_enabled ApplicationSettings#throttle_unauthenticated_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_enabled ApplicationSettings#throttle_unauthenticated_api_enabled}
---
@@ -18661,7 +18661,7 @@ public java.lang.Number getThrottleUnauthenticatedApiPeriodInSeconds();
Rate limit period in seconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_api_period_in_seconds}
---
@@ -18675,7 +18675,7 @@ public java.lang.Number getThrottleUnauthenticatedApiRequestsPerPeriod();
Max requests per period per IP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_requests_per_period ApplicationSettings#throttle_unauthenticated_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_requests_per_period ApplicationSettings#throttle_unauthenticated_api_requests_per_period}
---
@@ -18691,7 +18691,7 @@ public java.lang.Object getThrottleUnauthenticatedPackagesApiEnabled();
Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_enabled ApplicationSettings#throttle_unauthenticated_packages_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_enabled ApplicationSettings#throttle_unauthenticated_packages_api_enabled}
---
@@ -18705,7 +18705,7 @@ public java.lang.Number getThrottleUnauthenticatedPackagesApiPeriodInSeconds();
Rate limit period (in seconds). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_packages_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_packages_api_period_in_seconds}
---
@@ -18719,7 +18719,7 @@ public java.lang.Number getThrottleUnauthenticatedPackagesApiRequestsPerPeriod()
Maximum requests per period per user. View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_requests_per_period ApplicationSettings#throttle_unauthenticated_packages_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_requests_per_period ApplicationSettings#throttle_unauthenticated_packages_api_requests_per_period}
---
@@ -18735,7 +18735,7 @@ public java.lang.Object getThrottleUnauthenticatedWebEnabled();
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_enabled ApplicationSettings#throttle_unauthenticated_web_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_enabled ApplicationSettings#throttle_unauthenticated_web_enabled}
---
@@ -18749,7 +18749,7 @@ public java.lang.Number getThrottleUnauthenticatedWebPeriodInSeconds();
Rate limit period in seconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_period_in_seconds ApplicationSettings#throttle_unauthenticated_web_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_period_in_seconds ApplicationSettings#throttle_unauthenticated_web_period_in_seconds}
---
@@ -18763,7 +18763,7 @@ public java.lang.Number getThrottleUnauthenticatedWebRequestsPerPeriod();
Max requests per period per IP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_requests_per_period ApplicationSettings#throttle_unauthenticated_web_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_requests_per_period ApplicationSettings#throttle_unauthenticated_web_requests_per_period}
---
@@ -18777,7 +18777,7 @@ public java.lang.Object getTimeTrackingLimitToHours();
Limit display of time tracking units to hours.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#time_tracking_limit_to_hours ApplicationSettings#time_tracking_limit_to_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#time_tracking_limit_to_hours ApplicationSettings#time_tracking_limit_to_hours}
---
@@ -18791,7 +18791,7 @@ public java.lang.Number getTwoFactorGracePeriod();
Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#two_factor_grace_period ApplicationSettings#two_factor_grace_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#two_factor_grace_period ApplicationSettings#two_factor_grace_period}
---
@@ -18807,7 +18807,7 @@ Specifies how many days after sign-up to delete users who have not confirmed the
Only applicable if delete_unconfirmed_users is set to true. Must be 1 or greater. Introduced in GitLab 16.1. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unconfirmed_users_delete_after_days ApplicationSettings#unconfirmed_users_delete_after_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unconfirmed_users_delete_after_days ApplicationSettings#unconfirmed_users_delete_after_days}
---
@@ -18821,7 +18821,7 @@ public java.lang.Object getUniqueIpsLimitEnabled();
(If enabled, requires: unique_ips_limit_per_user and unique_ips_limit_time_window) Limit sign in from multiple IPs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_enabled ApplicationSettings#unique_ips_limit_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_enabled ApplicationSettings#unique_ips_limit_enabled}
---
@@ -18835,7 +18835,7 @@ public java.lang.Number getUniqueIpsLimitPerUser();
Maximum number of IPs per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_per_user ApplicationSettings#unique_ips_limit_per_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_per_user ApplicationSettings#unique_ips_limit_per_user}
---
@@ -18849,7 +18849,7 @@ public java.lang.Number getUniqueIpsLimitTimeWindow();
How many seconds an IP is counted towards the limit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_time_window ApplicationSettings#unique_ips_limit_time_window}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_time_window ApplicationSettings#unique_ips_limit_time_window}
---
@@ -18863,7 +18863,7 @@ public java.lang.Object getUpdateRunnerVersionsEnabled();
Fetch GitLab Runner release version data from GitLab.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#update_runner_versions_enabled ApplicationSettings#update_runner_versions_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#update_runner_versions_enabled ApplicationSettings#update_runner_versions_enabled}
---
@@ -18877,7 +18877,7 @@ public java.lang.Object getUsagePingEnabled();
Every week GitLab reports license usage back to GitLab, Inc.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#usage_ping_enabled ApplicationSettings#usage_ping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#usage_ping_enabled ApplicationSettings#usage_ping_enabled}
---
@@ -18893,7 +18893,7 @@ Enables ClickHouse as a data source for analytics reports.
ClickHouse must be configured for this setting to take effect. Available on Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#use_clickhouse_for_analytics ApplicationSettings#use_clickhouse_for_analytics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#use_clickhouse_for_analytics ApplicationSettings#use_clickhouse_for_analytics}
---
@@ -18907,7 +18907,7 @@ public java.lang.Object getUserDeactivationEmailsEnabled();
Send an email to users upon account deactivation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_deactivation_emails_enabled ApplicationSettings#user_deactivation_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_deactivation_emails_enabled ApplicationSettings#user_deactivation_emails_enabled}
---
@@ -18921,7 +18921,7 @@ public java.lang.Object getUserDefaultExternal();
Newly registered users are external by default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_default_external ApplicationSettings#user_default_external}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_default_external ApplicationSettings#user_default_external}
---
@@ -18935,7 +18935,7 @@ public java.lang.String getUserDefaultInternalRegex();
Specify an email address regex pattern to identify default internal users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_default_internal_regex ApplicationSettings#user_default_internal_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_default_internal_regex ApplicationSettings#user_default_internal_regex}
---
@@ -18949,7 +18949,7 @@ public java.lang.Object getUserDefaultsToPrivateProfile();
Newly created users have private profile by default. Introduced in GitLab 15.8.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_defaults_to_private_profile ApplicationSettings#user_defaults_to_private_profile}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_defaults_to_private_profile ApplicationSettings#user_defaults_to_private_profile}
---
@@ -18963,7 +18963,7 @@ public java.lang.Object getUserOauthApplications();
Allow users to register any application to use GitLab as an OAuth provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_oauth_applications ApplicationSettings#user_oauth_applications}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_oauth_applications ApplicationSettings#user_oauth_applications}
---
@@ -18977,7 +18977,7 @@ public java.lang.Object getUserShowAddSshKeyMessage();
When set to false disable the You won't be able to pull or push project code via SSH warning shown to users with no uploaded SSH key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_show_add_ssh_key_message ApplicationSettings#user_show_add_ssh_key_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_show_add_ssh_key_message ApplicationSettings#user_show_add_ssh_key_message}
---
@@ -18991,7 +18991,7 @@ public java.util.List getValidRunnerRegistrars();
List of types which are allowed to register a GitLab Runner. Can be [], ['group'], ['project'] or ['group', 'project'].
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#valid_runner_registrars ApplicationSettings#valid_runner_registrars}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#valid_runner_registrars ApplicationSettings#valid_runner_registrars}
---
@@ -19005,7 +19005,7 @@ public java.lang.Object getVersionCheckEnabled();
Let GitLab inform you when an update is available.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#version_check_enabled ApplicationSettings#version_check_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#version_check_enabled ApplicationSettings#version_check_enabled}
---
@@ -19019,7 +19019,7 @@ public java.lang.Object getWebIdeClientsidePreviewEnabled();
Live Preview (allow live previews of JavaScript projects in the Web IDE using CodeSandbox Live Preview).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#web_ide_clientside_preview_enabled ApplicationSettings#web_ide_clientside_preview_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#web_ide_clientside_preview_enabled ApplicationSettings#web_ide_clientside_preview_enabled}
---
@@ -19033,7 +19033,7 @@ public java.lang.String getWhatsNewVariant();
What's new variant, possible values: all_tiers, current_tier, and disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#whats_new_variant ApplicationSettings#whats_new_variant}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#whats_new_variant ApplicationSettings#whats_new_variant}
---
@@ -19047,7 +19047,7 @@ public java.lang.Number getWikiPageMaxContentBytes();
Maximum wiki page content size in bytes. The minimum value is 1024 bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#wiki_page_max_content_bytes ApplicationSettings#wiki_page_max_content_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#wiki_page_max_content_bytes ApplicationSettings#wiki_page_max_content_bytes}
---
@@ -19089,7 +19089,7 @@ public java.util.List getAllowedToMerge();
An array of access levels allowed to merge. Supports Developer (30) or Maintainer (40).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allowed_to_merge ApplicationSettings#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allowed_to_merge ApplicationSettings#allowed_to_merge}
---
@@ -19103,7 +19103,7 @@ public java.util.List getAllowedToPush();
An array of access levels allowed to push. Supports Developer (30) or Maintainer (40).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allowed_to_push ApplicationSettings#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allowed_to_push ApplicationSettings#allowed_to_push}
---
@@ -19117,7 +19117,7 @@ public java.lang.Object getAllowForcePush();
Allow force push for all users with push access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_force_push ApplicationSettings#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_force_push ApplicationSettings#allow_force_push}
---
@@ -19131,7 +19131,7 @@ public java.lang.Object getDeveloperCanInitialPush();
Allow developers to initial push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#developer_can_initial_push ApplicationSettings#developer_can_initial_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#developer_can_initial_push ApplicationSettings#developer_can_initial_push}
---
diff --git a/docs/applicationSettings.python.md b/docs/applicationSettings.python.md
index 7d65c43bb..c86ec9147 100644
--- a/docs/applicationSettings.python.md
+++ b/docs/applicationSettings.python.md
@@ -4,7 +4,7 @@
### ApplicationSettings
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings gitlab_application_settings}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings gitlab_application_settings}.
#### Initializers
@@ -497,7 +497,7 @@ applicationSettings.ApplicationSettings(
| housekeeping_incremental_repack_period
| typing.Union[int, float]
| Number of Git pushes after which an incremental git repack is run. |
| housekeeping_optimize_repository_period
| typing.Union[int, float]
| Number of Git pushes after which an incremental git repack is run. |
| html_emails_enabled
| typing.Union[bool, cdktf.IResolvable]
| Enable HTML emails. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#id ApplicationSettings#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#id ApplicationSettings#id}. |
| import_sources
| typing.List[str]
| Sources to allow project import from. Valid values are: `github`, `bitbucket`, `bitbucket_server`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`. |
| inactive_projects_delete_after_months
| typing.Union[int, float]
| If delete_inactive_projects is true, the time (in months) to wait before deleting inactive projects. |
| inactive_projects_min_size_mb
| typing.Union[int, float]
| If delete_inactive_projects is true, the minimum repository size for projects to be checked for inactivity. |
@@ -728,7 +728,7 @@ Must be unique amongst siblings in the same scope
If set, abuse reports are sent to this address. Abuse reports are always available in the Admin Area.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#abuse_notification_email ApplicationSettings#abuse_notification_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#abuse_notification_email ApplicationSettings#abuse_notification_email}
---
@@ -738,7 +738,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Require administrators to enable Admin Mode by re-authenticating for administrative tasks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
---
@@ -748,7 +748,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Where to redirect users after logout.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#after_sign_out_path ApplicationSettings#after_sign_out_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#after_sign_out_path ApplicationSettings#after_sign_out_path}
---
@@ -758,7 +758,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Text shown to the user after signing up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#after_sign_up_text ApplicationSettings#after_sign_up_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#after_sign_up_text ApplicationSettings#after_sign_up_text}
---
@@ -768,7 +768,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
API key for Akismet spam protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#akismet_api_key ApplicationSettings#akismet_api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#akismet_api_key ApplicationSettings#akismet_api_key}
---
@@ -778,7 +778,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: akismet_api_key) Enable or disable Akismet spam protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
---
@@ -788,7 +788,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to true to allow users to delete their accounts. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_account_deletion ApplicationSettings#allow_account_deletion}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_account_deletion ApplicationSettings#allow_account_deletion}
---
@@ -798,7 +798,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to true to allow group owners to manage LDAP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_group_owners_to_manage_ldap ApplicationSettings#allow_group_owners_to_manage_ldap}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_group_owners_to_manage_ldap ApplicationSettings#allow_group_owners_to_manage_ldap}
---
@@ -808,7 +808,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow requests to the local network from system hooks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_local_requests_from_system_hooks ApplicationSettings#allow_local_requests_from_system_hooks}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_local_requests_from_system_hooks ApplicationSettings#allow_local_requests_from_system_hooks}
---
@@ -818,7 +818,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow requests to the local network from web hooks and services.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_local_requests_from_web_hooks_and_services ApplicationSettings#allow_local_requests_from_web_hooks_and_services}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_local_requests_from_web_hooks_and_services ApplicationSettings#allow_local_requests_from_web_hooks_and_services}
---
@@ -828,7 +828,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether users assigned up to the Guest role can create groups and personal projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_project_creation_for_guest_and_below ApplicationSettings#allow_project_creation_for_guest_and_below}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_project_creation_for_guest_and_below ApplicationSettings#allow_project_creation_for_guest_and_below}
---
@@ -838,7 +838,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow using a registration token to create a runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_runner_registration_token ApplicationSettings#allow_runner_registration_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_runner_registration_token ApplicationSettings#allow_runner_registration_token}
---
@@ -850,7 +850,7 @@ Set the duration for which the jobs are considered as old and expired.
After that time passes, the jobs are archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: 15 days, 1 month, 2 years.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#archive_builds_in_human_readable ApplicationSettings#archive_builds_in_human_readable}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#archive_builds_in_human_readable ApplicationSettings#archive_builds_in_human_readable}
---
@@ -860,7 +860,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum limit of AsciiDoc include directives being processed in any one document. Maximum: 64.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asciidoc_max_includes ApplicationSettings#asciidoc_max_includes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asciidoc_max_includes ApplicationSettings#asciidoc_max_includes}
---
@@ -872,7 +872,7 @@ Assets that match these domains are not proxied.
Wildcards allowed. Your GitLab installation URL is automatically allowlisted. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_allowlist ApplicationSettings#asset_proxy_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_allowlist ApplicationSettings#asset_proxy_allowlist}
---
@@ -882,7 +882,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: asset_proxy_url) Enable proxying of assets. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_enabled ApplicationSettings#asset_proxy_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_enabled ApplicationSettings#asset_proxy_enabled}
---
@@ -892,7 +892,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Shared secret with the asset proxy server. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_secret_key ApplicationSettings#asset_proxy_secret_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_secret_key ApplicationSettings#asset_proxy_secret_key}
---
@@ -902,7 +902,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
URL of the asset proxy server. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_url ApplicationSettings#asset_proxy_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_url ApplicationSettings#asset_proxy_url}
---
@@ -914,7 +914,7 @@ By default, we write to the authorized_keys file to support Git over SSH without
GitLab can be optimized to authenticate SSH keys via the database file. Only disable this if you have configured your OpenSSH server to use the AuthorizedKeysCommand.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#authorized_keys_enabled ApplicationSettings#authorized_keys_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#authorized_keys_enabled ApplicationSettings#authorized_keys_enabled}
---
@@ -926,7 +926,7 @@ When enabled, users will get automatically banned from the application when they
Introduced in GitLab 15.4. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_ban_user_on_excessive_projects_download ApplicationSettings#auto_ban_user_on_excessive_projects_download}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_ban_user_on_excessive_projects_download ApplicationSettings#auto_ban_user_on_excessive_projects_download}
---
@@ -936,7 +936,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Specify a domain to use by default for every project’s Auto Review Apps and Auto Deploy stages.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_devops_domain ApplicationSettings#auto_devops_domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_devops_domain ApplicationSettings#auto_devops_domain}
---
@@ -948,7 +948,7 @@ Enable Auto DevOps for projects by default.
It automatically builds, tests, and deploys applications based on a predefined CI/CD configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_devops_enabled ApplicationSettings#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_devops_enabled ApplicationSettings#auto_devops_enabled}
---
@@ -958,7 +958,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enabling this permits automatic allocation of purchased storage in a namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#automatic_purchased_storage_allocation ApplicationSettings#automatic_purchased_storage_allocation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#automatic_purchased_storage_allocation ApplicationSettings#automatic_purchased_storage_allocation}
---
@@ -968,7 +968,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum simultaneous Direct Transfer batches to process.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_concurrent_pipeline_batch_limit ApplicationSettings#bulk_import_concurrent_pipeline_batch_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_concurrent_pipeline_batch_limit ApplicationSettings#bulk_import_concurrent_pipeline_batch_limit}
---
@@ -978,7 +978,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable migrating GitLab groups by direct transfer. Introduced in GitLab 15.8.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_enabled ApplicationSettings#bulk_import_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_enabled ApplicationSettings#bulk_import_enabled}
---
@@ -988,7 +988,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum download file size when importing from source GitLab instances by direct transfer. Introduced in GitLab 16.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_max_download_file_size ApplicationSettings#bulk_import_max_download_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_max_download_file_size ApplicationSettings#bulk_import_max_download_file_size}
---
@@ -998,7 +998,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether users can create top-level groups. Introduced in GitLab 15.5.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#can_create_group ApplicationSettings#can_create_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#can_create_group ApplicationSettings#can_create_group}
---
@@ -1008,7 +1008,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enabling this makes only licensed EE features available to projects if the project namespace’s plan includes the feature or if the project is public.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#check_namespace_plan ApplicationSettings#check_namespace_plan}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#check_namespace_plan ApplicationSettings#check_namespace_plan}
---
@@ -1018,7 +1018,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The maximum number of includes per pipeline.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ci_max_includes ApplicationSettings#ci_max_includes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ci_max_includes ApplicationSettings#ci_max_includes}
---
@@ -1028,7 +1028,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The maximum amount of memory, in bytes, that can be allocated for the pipeline configuration, with all included YAML configuration files.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ci_max_total_yaml_size_bytes ApplicationSettings#ci_max_total_yaml_size_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ci_max_total_yaml_size_bytes ApplicationSettings#ci_max_total_yaml_size_bytes}
---
@@ -1038,7 +1038,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Custom hostname (for private commit emails).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#commit_email_hostname ApplicationSettings#commit_email_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#commit_email_hostname ApplicationSettings#commit_email_hostname}
---
@@ -1048,7 +1048,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of simultaneous import jobs for the Bitbucket Cloud importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_bitbucket_import_jobs_limit ApplicationSettings#concurrent_bitbucket_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_bitbucket_import_jobs_limit ApplicationSettings#concurrent_bitbucket_import_jobs_limit}
---
@@ -1058,7 +1058,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of simultaneous import jobs for the Bitbucket Server importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_bitbucket_server_import_jobs_limit ApplicationSettings#concurrent_bitbucket_server_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_bitbucket_server_import_jobs_limit ApplicationSettings#concurrent_bitbucket_server_import_jobs_limit}
---
@@ -1068,7 +1068,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of simultaneous import jobs for the GitHub importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_github_import_jobs_limit ApplicationSettings#concurrent_github_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_github_import_jobs_limit ApplicationSettings#concurrent_github_import_jobs_limit}
---
@@ -1078,7 +1078,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable cleanup policies for all projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_expiration_policies_enable_historic_entries ApplicationSettings#container_expiration_policies_enable_historic_entries}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_expiration_policies_enable_historic_entries ApplicationSettings#container_expiration_policies_enable_historic_entries}
---
@@ -1088,7 +1088,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The maximum number of tags that can be deleted in a single execution of cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_cleanup_tags_service_max_list_size ApplicationSettings#container_registry_cleanup_tags_service_max_list_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_cleanup_tags_service_max_list_size ApplicationSettings#container_registry_cleanup_tags_service_max_list_size}
---
@@ -1098,7 +1098,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The maximum time, in seconds, that the cleanup process can take to delete a batch of tags for cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_delete_tags_service_timeout ApplicationSettings#container_registry_delete_tags_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_delete_tags_service_timeout ApplicationSettings#container_registry_delete_tags_service_timeout}
---
@@ -1108,7 +1108,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Caching during the execution of cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_expiration_policies_caching ApplicationSettings#container_registry_expiration_policies_caching}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_expiration_policies_caching ApplicationSettings#container_registry_expiration_policies_caching}
---
@@ -1118,7 +1118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Number of workers for cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_expiration_policies_worker_capacity ApplicationSettings#container_registry_expiration_policies_worker_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_expiration_policies_worker_capacity ApplicationSettings#container_registry_expiration_policies_worker_capacity}
---
@@ -1128,7 +1128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Container Registry token duration in minutes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_token_expire_delay ApplicationSettings#container_registry_token_expire_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_token_expire_delay ApplicationSettings#container_registry_token_expire_delay}
---
@@ -1138,7 +1138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable automatic deactivation of dormant users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deactivate_dormant_users ApplicationSettings#deactivate_dormant_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deactivate_dormant_users ApplicationSettings#deactivate_dormant_users}
---
@@ -1148,7 +1148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Length of time (in days) after which a user is considered dormant. Introduced in GitLab 15.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deactivate_dormant_users_period ApplicationSettings#deactivate_dormant_users_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deactivate_dormant_users_period ApplicationSettings#deactivate_dormant_users_period}
---
@@ -1158,7 +1158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Default timeout for decompressing archived files, in seconds. Set to 0 to disable timeouts. Introduced in GitLab 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#decompress_archive_file_timeout ApplicationSettings#decompress_archive_file_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#decompress_archive_file_timeout ApplicationSettings#decompress_archive_file_timeout}
---
@@ -1168,7 +1168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the default expiration time for each job’s artifacts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_artifacts_expire_in ApplicationSettings#default_artifacts_expire_in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_artifacts_expire_in ApplicationSettings#default_artifacts_expire_in}
---
@@ -1178,7 +1178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Instance-level custom initial branch name (introduced in GitLab 13.2).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_name ApplicationSettings#default_branch_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_name ApplicationSettings#default_branch_name}
---
@@ -1190,7 +1190,7 @@ Determine if developers can push to the default branch.
Can take: 0 (not protected, both users with the Developer role or Maintainer role can push new commits and force push), 1 (partially protected, users with the Developer role or Maintainer role can push new commits, but cannot force push) or 2 (fully protected, users with the Developer or Maintainer role cannot push new commits, but users with the Developer or Maintainer role can; no one can force push) as a parameter. Default is 2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_protection ApplicationSettings#default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_protection ApplicationSettings#default_branch_protection}
---
@@ -1200,7 +1200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
default_branch_protection_defaults block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_protection_defaults ApplicationSettings#default_branch_protection_defaults}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_protection_defaults ApplicationSettings#default_branch_protection_defaults}
---
@@ -1210,7 +1210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Default CI/CD configuration file and path for new projects (.gitlab-ci.yml if not set).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_ci_config_path ApplicationSettings#default_ci_config_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_ci_config_path ApplicationSettings#default_ci_config_path}
---
@@ -1220,7 +1220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
What visibility level new groups receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_group_visibility ApplicationSettings#default_group_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_group_visibility ApplicationSettings#default_group_visibility}
---
@@ -1230,7 +1230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Default preferred language for users who are not logged in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_preferred_language ApplicationSettings#default_preferred_language}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_preferred_language ApplicationSettings#default_preferred_language}
---
@@ -1240,7 +1240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Default project creation protection. Can take: 0 (No one), 1 (Maintainers) or 2 (Developers + Maintainers).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_project_creation ApplicationSettings#default_project_creation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_project_creation ApplicationSettings#default_project_creation}
---
@@ -1250,7 +1250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Project limit per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_projects_limit ApplicationSettings#default_projects_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_projects_limit ApplicationSettings#default_projects_limit}
---
@@ -1260,7 +1260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
What visibility level new projects receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_project_visibility ApplicationSettings#default_project_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_project_visibility ApplicationSettings#default_project_visibility}
---
@@ -1270,7 +1270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
What visibility level new snippets receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_snippet_visibility ApplicationSettings#default_snippet_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_snippet_visibility ApplicationSettings#default_snippet_visibility}
---
@@ -1280,7 +1280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Default syntax highlighting theme for users who are new or not signed in. See IDs of available themes (https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/themes.rb#L16).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_syntax_highlighting_theme ApplicationSettings#default_syntax_highlighting_theme}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_syntax_highlighting_theme ApplicationSettings#default_syntax_highlighting_theme}
---
@@ -1290,7 +1290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable inactive project deletion feature. Introduced in GitLab 14.10. Became operational in GitLab 15.0 (with feature flag inactive_projects_deletion).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#delete_inactive_projects ApplicationSettings#delete_inactive_projects}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#delete_inactive_projects ApplicationSettings#delete_inactive_projects}
---
@@ -1302,7 +1302,7 @@ Specifies whether users who have not confirmed their email should be deleted.
When set to true, unconfirmed users are deleted after unconfirmed_users_delete_after_days days. Introduced in GitLab 16.1. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#delete_unconfirmed_users ApplicationSettings#delete_unconfirmed_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#delete_unconfirmed_users ApplicationSettings#delete_unconfirmed_users}
---
@@ -1314,7 +1314,7 @@ The number of days to wait before deleting a project or group that is marked for
Value must be between 1 and 90.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deletion_adjourned_period ApplicationSettings#deletion_adjourned_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deletion_adjourned_period ApplicationSettings#deletion_adjourned_period}
---
@@ -1324,7 +1324,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires diagramsnet_url) Enable Diagrams.net integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
---
@@ -1334,7 +1334,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Diagrams.net instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
---
@@ -1344,7 +1344,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum files in a diff.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_files ApplicationSettings#diff_max_files}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_files ApplicationSettings#diff_max_files}
---
@@ -1354,7 +1354,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum lines in a diff.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_lines ApplicationSettings#diff_max_lines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_lines ApplicationSettings#diff_max_lines}
---
@@ -1364,7 +1364,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum diff patch size, in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_patch_bytes ApplicationSettings#diff_max_patch_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_patch_bytes ApplicationSettings#diff_max_patch_bytes}
---
@@ -1374,7 +1374,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Stops administrators from connecting their GitLab accounts to non-trusted OAuth 2.0 applications that have the api, read_api, read_repository, write_repository, read_registry, write_registry, or sudo scopes. Introduced in GitLab 15.6.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_admin_oauth_scopes ApplicationSettings#disable_admin_oauth_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_admin_oauth_scopes ApplicationSettings#disable_admin_oauth_scopes}
---
@@ -1384,7 +1384,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Disabled OAuth sign-in sources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disabled_oauth_sign_in_sources ApplicationSettings#disabled_oauth_sign_in_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disabled_oauth_sign_in_sources ApplicationSettings#disabled_oauth_sign_in_sources}
---
@@ -1394,7 +1394,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Disable display of RSS/Atom and calendar feed tokens (introduced in GitLab 13.7).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_feed_token ApplicationSettings#disable_feed_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_feed_token ApplicationSettings#disable_feed_token}
---
@@ -1406,7 +1406,7 @@ Disable personal access tokens.
Introduced in GitLab 15.7. Self-managed, Premium and Ultimate only. There is no method available to enable a personal access token that’s been disabled through the API. This is a known issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_personal_access_tokens ApplicationSettings#disable_personal_access_tokens}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_personal_access_tokens ApplicationSettings#disable_personal_access_tokens}
---
@@ -1416,7 +1416,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enforce DNS rebinding attack protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#dns_rebinding_protection_enabled ApplicationSettings#dns_rebinding_protection_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#dns_rebinding_protection_enabled ApplicationSettings#dns_rebinding_protection_enabled}
---
@@ -1426,7 +1426,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Force people to use only corporate emails for sign-up. Null means there is no restriction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
---
@@ -1438,7 +1438,7 @@ Users with email addresses that match these domains cannot sign up.
Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
---
@@ -1448,7 +1448,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: domain_denylist) Allows blocking sign-ups from emails from specific domains.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_denylist_enabled ApplicationSettings#domain_denylist_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_denylist_enabled ApplicationSettings#domain_denylist_enabled}
---
@@ -1458,7 +1458,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum downstream pipeline trigger rate. Introduced in GitLab 16.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#downstream_pipeline_trigger_limit_per_project_user_sha ApplicationSettings#downstream_pipeline_trigger_limit_per_project_user_sha}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#downstream_pipeline_trigger_limit_per_project_user_sha ApplicationSettings#downstream_pipeline_trigger_limit_per_project_user_sha}
---
@@ -1468,7 +1468,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The minimum allowed bit length of an uploaded DSA key. 0 means no restriction. -1 disables DSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#dsa_key_restriction ApplicationSettings#dsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#dsa_key_restriction ApplicationSettings#dsa_key_restriction}
---
@@ -1478,7 +1478,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether GitLab Duo features are enabled for this instance. Introduced in GitLab 16.10. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#duo_features_enabled ApplicationSettings#duo_features_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#duo_features_enabled ApplicationSettings#duo_features_enabled}
---
@@ -1490,7 +1490,7 @@ The minimum allowed curve size (in bits) of an uploaded ECDSA key.
0 means no restriction. -1 disables ECDSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ecdsa_key_restriction ApplicationSettings#ecdsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ecdsa_key_restriction ApplicationSettings#ecdsa_key_restriction}
---
@@ -1502,7 +1502,7 @@ The minimum allowed curve size (in bits) of an uploaded ECDSA_SK key.
0 means no restriction. -1 disables ECDSA_SK keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ecdsa_sk_key_restriction ApplicationSettings#ecdsa_sk_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ecdsa_sk_key_restriction ApplicationSettings#ecdsa_sk_key_restriction}
---
@@ -1514,7 +1514,7 @@ The minimum allowed curve size (in bits) of an uploaded ED25519 key.
0 means no restriction. -1 disables ED25519 keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ed25519_key_restriction ApplicationSettings#ed25519_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ed25519_key_restriction ApplicationSettings#ed25519_key_restriction}
---
@@ -1526,7 +1526,7 @@ The minimum allowed curve size (in bits) of an uploaded ED25519_SK key.
0 means no restriction. -1 disables ED25519_SK keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ed25519_sk_key_restriction ApplicationSettings#ed25519_sk_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ed25519_sk_key_restriction ApplicationSettings#ed25519_sk_key_restriction}
---
@@ -1536,7 +1536,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
AWS IAM access key ID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_access_key_id ApplicationSettings#eks_access_key_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_access_key_id ApplicationSettings#eks_access_key_id}
---
@@ -1546,7 +1546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Amazon account ID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_account_id ApplicationSettings#eks_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_account_id ApplicationSettings#eks_account_id}
---
@@ -1556,7 +1556,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable integration with Amazon EKS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_integration_enabled ApplicationSettings#eks_integration_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_integration_enabled ApplicationSettings#eks_integration_enabled}
---
@@ -1566,7 +1566,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
AWS IAM secret access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_secret_access_key ApplicationSettings#eks_secret_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_secret_access_key ApplicationSettings#eks_secret_access_key}
---
@@ -1576,7 +1576,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable the use of AWS hosted Elasticsearch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
---
@@ -1586,7 +1586,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
AWS IAM access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_access_key ApplicationSettings#elasticsearch_aws_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_access_key ApplicationSettings#elasticsearch_aws_access_key}
---
@@ -1596,7 +1596,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The AWS region the Elasticsearch domain is configured.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_region ApplicationSettings#elasticsearch_aws_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_region ApplicationSettings#elasticsearch_aws_region}
---
@@ -1606,7 +1606,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
AWS IAM secret access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_secret_access_key ApplicationSettings#elasticsearch_aws_secret_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_secret_access_key ApplicationSettings#elasticsearch_aws_secret_access_key}
---
@@ -1618,7 +1618,7 @@ Maximum size of text fields to index by Elasticsearch.
0 value means no limit. This does not apply to repository and wiki indexing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexed_field_length_limit ApplicationSettings#elasticsearch_indexed_field_length_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexed_field_length_limit ApplicationSettings#elasticsearch_indexed_field_length_limit}
---
@@ -1628,7 +1628,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum size of repository and wiki files that are indexed by Elasticsearch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexed_file_size_limit_kb ApplicationSettings#elasticsearch_indexed_file_size_limit_kb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexed_file_size_limit_kb ApplicationSettings#elasticsearch_indexed_file_size_limit_kb}
---
@@ -1638,7 +1638,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Elasticsearch indexing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
---
@@ -1648,7 +1648,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit Elasticsearch to index certain namespaces and projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_limit_indexing ApplicationSettings#elasticsearch_limit_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_limit_indexing ApplicationSettings#elasticsearch_limit_indexing}
---
@@ -1658,7 +1658,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum concurrency of Elasticsearch bulk requests per indexing operation. This only applies to repository indexing operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_bulk_concurrency ApplicationSettings#elasticsearch_max_bulk_concurrency}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_bulk_concurrency ApplicationSettings#elasticsearch_max_bulk_concurrency}
---
@@ -1668,7 +1668,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum size of Elasticsearch bulk indexing requests in MB. This only applies to repository indexing operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_bulk_size_mb ApplicationSettings#elasticsearch_max_bulk_size_mb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_bulk_size_mb ApplicationSettings#elasticsearch_max_bulk_size_mb}
---
@@ -1678,7 +1678,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum concurrency of Elasticsearch code indexing background jobs. This only applies to repository indexing operations. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_code_indexing_concurrency ApplicationSettings#elasticsearch_max_code_indexing_concurrency}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_code_indexing_concurrency ApplicationSettings#elasticsearch_max_code_indexing_concurrency}
---
@@ -1688,7 +1688,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The namespaces to index via Elasticsearch if elasticsearch_limit_indexing is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_namespace_ids ApplicationSettings#elasticsearch_namespace_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_namespace_ids ApplicationSettings#elasticsearch_namespace_ids}
---
@@ -1698,7 +1698,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The password of your Elasticsearch instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
---
@@ -1708,7 +1708,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The projects to index via Elasticsearch if elasticsearch_limit_indexing is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_project_ids ApplicationSettings#elasticsearch_project_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_project_ids ApplicationSettings#elasticsearch_project_ids}
---
@@ -1720,7 +1720,7 @@ Enable automatic requeuing of indexing workers.
This improves non-code indexing throughput by enqueuing Sidekiq jobs until all documents are processed. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_requeue_workers ApplicationSettings#elasticsearch_requeue_workers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_requeue_workers ApplicationSettings#elasticsearch_requeue_workers}
---
@@ -1730,7 +1730,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Elasticsearch search.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
---
@@ -1740,7 +1740,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL to use for connecting to Elasticsearch. Use a comma-separated list to support cluster (for example, http://localhost:9200, http://localhost:9201).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
---
@@ -1750,7 +1750,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The username of your Elasticsearch instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
---
@@ -1762,7 +1762,7 @@ Number of indexing worker shards.
This improves non-code indexing throughput by enqueuing more parallel Sidekiq jobs. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_worker_number_of_shards ApplicationSettings#elasticsearch_worker_number_of_shards}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_worker_number_of_shards ApplicationSettings#elasticsearch_worker_number_of_shards}
---
@@ -1772,7 +1772,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Additional text added to the bottom of every email for legal/auditing/compliance reasons.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_additional_text ApplicationSettings#email_additional_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_additional_text ApplicationSettings#email_additional_text}
---
@@ -1784,7 +1784,7 @@ Some email servers do not support overriding the email sender name.
Enable this option to include the name of the author of the issue, merge request or comment in the email body instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_author_in_body ApplicationSettings#email_author_in_body}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_author_in_body ApplicationSettings#email_author_in_body}
---
@@ -1794,7 +1794,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Specifies whether users must confirm their email before sign in. Possible values are off, soft, and hard.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_confirmation_setting ApplicationSettings#email_confirmation_setting}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_confirmation_setting ApplicationSettings#email_confirmation_setting}
---
@@ -1804,7 +1804,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Show the external redirect page that warns you about user-generated content in GitLab Pages.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enable_artifact_external_redirect_warning_page ApplicationSettings#enable_artifact_external_redirect_warning_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enable_artifact_external_redirect_warning_page ApplicationSettings#enable_artifact_external_redirect_warning_page}
---
@@ -1814,7 +1814,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enabled protocols for Git access. Allowed values are: ssh, http, and nil to allow both protocols.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enabled_git_access_protocol ApplicationSettings#enabled_git_access_protocol}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enabled_git_access_protocol ApplicationSettings#enabled_git_access_protocol}
---
@@ -1824,7 +1824,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enabling this permits enforcement of namespace storage limits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enforce_namespace_storage_limit ApplicationSettings#enforce_namespace_storage_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enforce_namespace_storage_limit ApplicationSettings#enforce_namespace_storage_limit}
---
@@ -1834,7 +1834,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: terms) Enforce application ToS to all users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
---
@@ -1844,7 +1844,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: external_auth_client_key) The certificate to use to authenticate with the external authorization service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_cert ApplicationSettings#external_auth_client_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_cert ApplicationSettings#external_auth_client_cert}
---
@@ -1854,7 +1854,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Private key for the certificate when authentication is required for the external authorization service, this is encrypted when stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_key ApplicationSettings#external_auth_client_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_key ApplicationSettings#external_auth_client_key}
---
@@ -1864,7 +1864,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Passphrase to use for the private key when authenticating with the external service this is encrypted when stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_key_pass ApplicationSettings#external_auth_client_key_pass}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_key_pass ApplicationSettings#external_auth_client_key_pass}
---
@@ -1874,7 +1874,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The default classification label to use when requesting authorization and no classification label has been specified on the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_default_label ApplicationSettings#external_authorization_service_default_label}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_default_label ApplicationSettings#external_authorization_service_default_label}
---
@@ -1884,7 +1884,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: external_authorization_service_default_label, external_authorization_service_timeout and external_authorization_service_url) Enable using an external authorization service for accessing projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_enabled ApplicationSettings#external_authorization_service_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_enabled ApplicationSettings#external_authorization_service_enabled}
---
@@ -1896,7 +1896,7 @@ The timeout after which an authorization request is aborted, in seconds.
When a request times out, access is denied to the user. (min: 0.001, max: 10, step: 0.001).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_timeout ApplicationSettings#external_authorization_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_timeout ApplicationSettings#external_authorization_service_timeout}
---
@@ -1906,7 +1906,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
URL to which authorization requests are directed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_url ApplicationSettings#external_authorization_service_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_url ApplicationSettings#external_authorization_service_url}
---
@@ -1916,7 +1916,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
How long to wait for a response from the pipeline validation service. Assumes OK if it times out.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_timeout ApplicationSettings#external_pipeline_validation_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_timeout ApplicationSettings#external_pipeline_validation_service_timeout}
---
@@ -1926,7 +1926,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Optional. Token to include as the X-Gitlab-Token header in requests to the URL in external_pipeline_validation_service_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_token ApplicationSettings#external_pipeline_validation_service_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_token ApplicationSettings#external_pipeline_validation_service_token}
---
@@ -1936,7 +1936,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
URL to use for pipeline validation requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_url ApplicationSettings#external_pipeline_validation_service_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_url ApplicationSettings#external_pipeline_validation_service_url}
---
@@ -1946,7 +1946,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Time period in minutes after which the user is unlocked when maximum number of failed sign-in attempts reached.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#failed_login_attempts_unlock_period_in_minutes ApplicationSettings#failed_login_attempts_unlock_period_in_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#failed_login_attempts_unlock_period_in_minutes ApplicationSettings#failed_login_attempts_unlock_period_in_minutes}
---
@@ -1956,7 +1956,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of a project to load custom file templates from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#file_template_project_id ApplicationSettings#file_template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#file_template_project_id ApplicationSettings#file_template_project_id}
---
@@ -1968,7 +1968,7 @@ Start day of the week for calendar views and date pickers.
Valid values are 0 for Sunday, 1 for Monday, and 6 for Saturday.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#first_day_of_week ApplicationSettings#first_day_of_week}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#first_day_of_week ApplicationSettings#first_day_of_week}
---
@@ -1978,7 +1978,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Comma-separated list of IPs and CIDRs of allowed secondary nodes. For example, 1.1.1.1, 2.2.2.0/24.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#geo_node_allowed_ips ApplicationSettings#geo_node_allowed_ips}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#geo_node_allowed_ips ApplicationSettings#geo_node_allowed_ips}
---
@@ -1988,7 +1988,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The amount of seconds after which a request to get a secondary node status times out.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#geo_status_timeout ApplicationSettings#geo_status_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#geo_status_timeout ApplicationSettings#geo_status_timeout}
---
@@ -2000,7 +2000,7 @@ Default Gitaly timeout, in seconds.
This timeout is not enforced for Git fetch/push operations or Sidekiq jobs. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_default ApplicationSettings#gitaly_timeout_default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_default ApplicationSettings#gitaly_timeout_default}
---
@@ -2012,7 +2012,7 @@ Gitaly fast operation timeout, in seconds.
Some Gitaly operations are expected to be fast. If they exceed this threshold, there may be a problem with a storage shard and ‘failing fast’ can help maintain the stability of the GitLab instance. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_fast ApplicationSettings#gitaly_timeout_fast}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_fast ApplicationSettings#gitaly_timeout_fast}
---
@@ -2024,7 +2024,7 @@ Medium Gitaly timeout, in seconds.
This should be a value between the Fast and the Default timeout. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_medium ApplicationSettings#gitaly_timeout_medium}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_medium ApplicationSettings#gitaly_timeout_medium}
---
@@ -2034,7 +2034,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of Git operations per minute a user can perform. Introduced in GitLab 16.2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitlab_shell_operation_limit ApplicationSettings#gitlab_shell_operation_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitlab_shell_operation_limit ApplicationSettings#gitlab_shell_operation_limit}
---
@@ -2044,7 +2044,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Gitpod integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
---
@@ -2054,7 +2054,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Gitpod instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
---
@@ -2066,7 +2066,7 @@ List of user IDs that are emailed when the Git abuse rate limit is exceeded.
Maximum: 100 user IDs. Introduced in GitLab 15.9. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_rate_limit_users_alertlist ApplicationSettings#git_rate_limit_users_alertlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_rate_limit_users_alertlist ApplicationSettings#git_rate_limit_users_alertlist}
---
@@ -2076,7 +2076,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
List of usernames excluded from Git anti-abuse rate limits. Maximum: 100 usernames. Introduced in GitLab 15.2. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_rate_limit_users_allowlist ApplicationSettings#git_rate_limit_users_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_rate_limit_users_allowlist ApplicationSettings#git_rate_limit_users_allowlist}
---
@@ -2086,7 +2086,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum duration (in minutes) of a session for Git operations when 2FA is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_two_factor_session_expiry ApplicationSettings#git_two_factor_session_expiry}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_two_factor_session_expiry ApplicationSettings#git_two_factor_session_expiry}
---
@@ -2096,7 +2096,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Comma-separated list of IP addresses and CIDRs always allowed for inbound traffic. For example, 1.1.1.1, 2.2.2.0/24.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#globally_allowed_ips ApplicationSettings#globally_allowed_ips}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#globally_allowed_ips ApplicationSettings#globally_allowed_ips}
---
@@ -2106,7 +2106,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Grafana.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
---
@@ -2116,7 +2116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Grafana URL.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
---
@@ -2126,7 +2126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Gravatar.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
---
@@ -2136,7 +2136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Prevent overrides of default branch protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#group_owners_can_manage_default_branch_protection ApplicationSettings#group_owners_can_manage_default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#group_owners_can_manage_default_branch_protection ApplicationSettings#group_owners_can_manage_default_branch_protection}
---
@@ -2148,7 +2148,7 @@ Create new projects using hashed storage paths: Enable immutable, hash-based pat
This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance. (Always enabled in GitLab versions 13.0 and later, configuration is scheduled for removal in 14.0).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#hashed_storage_enabled ApplicationSettings#hashed_storage_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#hashed_storage_enabled ApplicationSettings#hashed_storage_enabled}
---
@@ -2158,7 +2158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Hide marketing-related entries from help.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_hide_commercial_content ApplicationSettings#help_page_hide_commercial_content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_hide_commercial_content ApplicationSettings#help_page_hide_commercial_content}
---
@@ -2168,7 +2168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Alternate support URL for help page and help dropdown.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_support_url ApplicationSettings#help_page_support_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_support_url ApplicationSettings#help_page_support_url}
---
@@ -2178,7 +2178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Custom text displayed on the help page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_text ApplicationSettings#help_page_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_text ApplicationSettings#help_page_text}
---
@@ -2188,7 +2188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
GitLab server administrator information.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
---
@@ -2198,7 +2198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Do not display offers from third parties in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#hide_third_party_offers ApplicationSettings#hide_third_party_offers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#hide_third_party_offers ApplicationSettings#hide_third_party_offers}
---
@@ -2208,7 +2208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Redirect to this URL when not logged in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#home_page_url ApplicationSettings#home_page_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#home_page_url ApplicationSettings#home_page_url}
---
@@ -2221,7 +2221,7 @@ Enable or disable Git housekeeping.
If enabled, requires either housekeeping_optimize_repository_period OR housekeeping_bitmaps_enabled, housekeeping_full_repack_period, housekeeping_gc_period, and housekeeping_incremental_repack_period.
Options housekeeping_bitmaps_enabled, housekeeping_full_repack_period, housekeeping_gc_period, and housekeeping_incremental_repack_period are deprecated. Use housekeeping_optimize_repository_period instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
---
@@ -2231,7 +2231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_full_repack_period ApplicationSettings#housekeeping_full_repack_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_full_repack_period ApplicationSettings#housekeeping_full_repack_period}
---
@@ -2241,7 +2241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Number of Git pushes after which git gc is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_gc_period ApplicationSettings#housekeeping_gc_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_gc_period ApplicationSettings#housekeeping_gc_period}
---
@@ -2251,7 +2251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_incremental_repack_period ApplicationSettings#housekeeping_incremental_repack_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_incremental_repack_period ApplicationSettings#housekeeping_incremental_repack_period}
---
@@ -2261,7 +2261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_optimize_repository_period ApplicationSettings#housekeeping_optimize_repository_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_optimize_repository_period ApplicationSettings#housekeeping_optimize_repository_period}
---
@@ -2271,7 +2271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable HTML emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#html_emails_enabled ApplicationSettings#html_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#html_emails_enabled ApplicationSettings#html_emails_enabled}
---
@@ -2279,7 +2279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#id ApplicationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#id ApplicationSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -2292,7 +2292,7 @@ If you experience problems setting this value it might not be settable. Please t
Sources to allow project import from. Valid values are: `github`, `bitbucket`, `bitbucket_server`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
---
@@ -2304,7 +2304,7 @@ If delete_inactive_projects is true, the time (in months) to wait before deletin
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_delete_after_months ApplicationSettings#inactive_projects_delete_after_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_delete_after_months ApplicationSettings#inactive_projects_delete_after_months}
---
@@ -2316,7 +2316,7 @@ If delete_inactive_projects is true, the minimum repository size for projects to
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_min_size_mb ApplicationSettings#inactive_projects_min_size_mb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_min_size_mb ApplicationSettings#inactive_projects_min_size_mb}
---
@@ -2328,7 +2328,7 @@ If delete_inactive_projects is true, sets the time (in months) to wait before em
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_send_warning_email_after_months ApplicationSettings#inactive_projects_send_warning_email_after_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_send_warning_email_after_months ApplicationSettings#inactive_projects_send_warning_email_after_months}
---
@@ -2338,7 +2338,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether or not optional metrics are enabled in Service Ping. Introduced in GitLab 16.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#include_optional_metrics_in_service_ping ApplicationSettings#include_optional_metrics_in_service_ping}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#include_optional_metrics_in_service_ping ApplicationSettings#include_optional_metrics_in_service_ping}
---
@@ -2348,7 +2348,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable in-product marketing emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#in_product_marketing_emails_enabled ApplicationSettings#in_product_marketing_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#in_product_marketing_emails_enabled ApplicationSettings#in_product_marketing_emails_enabled}
---
@@ -2358,7 +2358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Invisible CAPTCHA spam detection during sign-up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#invisible_captcha_enabled ApplicationSettings#invisible_captcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#invisible_captcha_enabled ApplicationSettings#invisible_captcha_enabled}
---
@@ -2368,7 +2368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Max number of issue creation requests per minute per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#issues_create_limit ApplicationSettings#issues_create_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#issues_create_limit ApplicationSettings#issues_create_limit}
---
@@ -2378,7 +2378,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
ID of the OAuth application used to authenticate with the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_application_key ApplicationSettings#jira_connect_application_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_application_key ApplicationSettings#jira_connect_application_key}
---
@@ -2388,7 +2388,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
URL of the GitLab instance used as a proxy for the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_proxy_url ApplicationSettings#jira_connect_proxy_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_proxy_url ApplicationSettings#jira_connect_proxy_url}
---
@@ -2398,7 +2398,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable public key storage for the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_public_key_storage_enabled ApplicationSettings#jira_connect_public_key_storage_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_public_key_storage_enabled ApplicationSettings#jira_connect_public_key_storage_enabled}
---
@@ -2408,7 +2408,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Prevent the deletion of the artifacts from the most recent successful jobs, regardless of the expiry time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#keep_latest_artifact ApplicationSettings#keep_latest_artifact}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#keep_latest_artifact ApplicationSettings#keep_latest_artifact}
---
@@ -2418,7 +2418,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Increase this value when any cached Markdown should be invalidated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#local_markdown_version ApplicationSettings#local_markdown_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#local_markdown_version ApplicationSettings#local_markdown_version}
---
@@ -2430,7 +2430,7 @@ Indicates whether the GitLab Duo features enabled setting is enforced for all su
Introduced in GitLab 16.10. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#lock_duo_features_enabled ApplicationSettings#lock_duo_features_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#lock_duo_features_enabled ApplicationSettings#lock_duo_features_enabled}
---
@@ -2440,7 +2440,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Mailgun event receiver.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mailgun_events_enabled ApplicationSettings#mailgun_events_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mailgun_events_enabled ApplicationSettings#mailgun_events_enabled}
---
@@ -2450,7 +2450,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Mailgun HTTP webhook signing key for receiving events from webhook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mailgun_signing_key ApplicationSettings#mailgun_signing_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mailgun_signing_key ApplicationSettings#mailgun_signing_key}
---
@@ -2460,7 +2460,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When instance is in maintenance mode, non-administrative users can sign in with read-only access and make read-only API requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
---
@@ -2470,7 +2470,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Message displayed when instance is in maintenance mode.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maintenance_mode_message ApplicationSettings#maintenance_mode_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maintenance_mode_message ApplicationSettings#maintenance_mode_message}
---
@@ -2480,7 +2480,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Use repo.maven.apache.org as a default remote repository when the package is not found in the GitLab Package Registry for Maven. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maven_package_requests_forwarding ApplicationSettings#maven_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maven_package_requests_forwarding ApplicationSettings#maven_package_requests_forwarding}
---
@@ -2490,7 +2490,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum artifacts size in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_artifacts_size ApplicationSettings#max_artifacts_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_artifacts_size ApplicationSettings#max_artifacts_size}
---
@@ -2500,7 +2500,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit attachment size in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_attachment_size ApplicationSettings#max_attachment_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_attachment_size ApplicationSettings#max_attachment_size}
---
@@ -2510,7 +2510,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum decompressed archive size in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_decompressed_archive_size ApplicationSettings#max_decompressed_archive_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_decompressed_archive_size ApplicationSettings#max_decompressed_archive_size}
---
@@ -2520,7 +2520,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum export size in MB. 0 for unlimited.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_export_size ApplicationSettings#max_export_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_export_size ApplicationSettings#max_export_size}
---
@@ -2530,7 +2530,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum remote file size for imports from external object storages. Introduced in GitLab 16.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_import_remote_file_size ApplicationSettings#max_import_remote_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_import_remote_file_size ApplicationSettings#max_import_remote_file_size}
---
@@ -2540,7 +2540,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum import size in MB. 0 for unlimited.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_import_size ApplicationSettings#max_import_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_import_size ApplicationSettings#max_import_size}
---
@@ -2550,7 +2550,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of sign-in attempts before locking out the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_login_attempts ApplicationSettings#max_login_attempts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_login_attempts ApplicationSettings#max_login_attempts}
---
@@ -2562,7 +2562,7 @@ Maximum number of unique repositories a user can download in the specified time
Maximum: 10,000 repositories. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_number_of_repository_downloads ApplicationSettings#max_number_of_repository_downloads}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_number_of_repository_downloads ApplicationSettings#max_number_of_repository_downloads}
---
@@ -2572,7 +2572,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Reporting time period (in seconds). Maximum: 864000 seconds (10 days). Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_number_of_repository_downloads_within_time_period ApplicationSettings#max_number_of_repository_downloads_within_time_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_number_of_repository_downloads_within_time_period ApplicationSettings#max_number_of_repository_downloads_within_time_period}
---
@@ -2582,7 +2582,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum size of pages repositories in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_pages_size ApplicationSettings#max_pages_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_pages_size ApplicationSettings#max_pages_size}
---
@@ -2592,7 +2592,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum allowable lifetime for access tokens in days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_personal_access_token_lifetime ApplicationSettings#max_personal_access_token_lifetime}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_personal_access_token_lifetime ApplicationSettings#max_personal_access_token_lifetime}
---
@@ -2602,7 +2602,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum allowable lifetime for SSH keys in days. Introduced in GitLab 14.6.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_ssh_key_lifetime ApplicationSettings#max_ssh_key_lifetime}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_ssh_key_lifetime ApplicationSettings#max_ssh_key_lifetime}
---
@@ -2612,7 +2612,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum size in bytes of the Terraform state files. Set this to 0 for unlimited file size.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_terraform_state_size_bytes ApplicationSettings#max_terraform_state_size_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_terraform_state_size_bytes ApplicationSettings#max_terraform_state_size_bytes}
---
@@ -2622,7 +2622,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A method call is only tracked when it takes longer than the given amount of milliseconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#metrics_method_call_threshold ApplicationSettings#metrics_method_call_threshold}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#metrics_method_call_threshold ApplicationSettings#metrics_method_call_threshold}
---
@@ -2632,7 +2632,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether passwords require a minimum length. Introduced in GitLab 15.1. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#minimum_password_length ApplicationSettings#minimum_password_length}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#minimum_password_length ApplicationSettings#minimum_password_length}
---
@@ -2642,7 +2642,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow repository mirroring to configured by project Maintainers. If disabled, only Administrators can configure repository mirroring.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
---
@@ -2652,7 +2652,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Minimum capacity to be available before scheduling more mirrors preemptively.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_capacity_threshold ApplicationSettings#mirror_capacity_threshold}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_capacity_threshold ApplicationSettings#mirror_capacity_threshold}
---
@@ -2662,7 +2662,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of mirrors that can be synchronizing at the same time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_max_capacity ApplicationSettings#mirror_max_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_max_capacity ApplicationSettings#mirror_max_capacity}
---
@@ -2672,7 +2672,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum time (in minutes) between updates that a mirror can have when scheduled to synchronize.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_max_delay ApplicationSettings#mirror_max_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_max_delay ApplicationSettings#mirror_max_delay}
---
@@ -2682,7 +2682,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Use npmjs.org as a default remote repository when the package is not found in the GitLab Package Registry for npm.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#npm_package_requests_forwarding ApplicationSettings#npm_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#npm_package_requests_forwarding ApplicationSettings#npm_package_requests_forwarding}
---
@@ -2692,7 +2692,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether to skip metadata URL validation for the NuGet package. Introduced in GitLab 17.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#nuget_skip_metadata_url_validation ApplicationSettings#nuget_skip_metadata_url_validation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#nuget_skip_metadata_url_validation ApplicationSettings#nuget_skip_metadata_url_validation}
---
@@ -2702,7 +2702,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Define a list of trusted domains or IP addresses to which local requests are allowed when local requests for hooks and services are disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#outbound_local_requests_whitelist ApplicationSettings#outbound_local_requests_whitelist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#outbound_local_requests_whitelist ApplicationSettings#outbound_local_requests_whitelist}
---
@@ -2712,7 +2712,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
List of package registry metadata to sync. See the list of the available values (https://gitlab.com/gitlab-org/gitlab/-/blob/ace16c20d5da7c4928dd03fb139692638b557fe3/app/models/concerns/enums/package_metadata.rb#L5). Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_metadata_purl_types ApplicationSettings#package_metadata_purl_types}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_metadata_purl_types ApplicationSettings#package_metadata_purl_types}
---
@@ -2722,7 +2722,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable to allow anyone to pull from Package Registry visible and changeable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_registry_allow_anyone_to_pull_option ApplicationSettings#package_registry_allow_anyone_to_pull_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_registry_allow_anyone_to_pull_option ApplicationSettings#package_registry_allow_anyone_to_pull_option}
---
@@ -2732,7 +2732,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Number of workers assigned to the packages cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_registry_cleanup_policies_worker_capacity ApplicationSettings#package_registry_cleanup_policies_worker_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_registry_cleanup_policies_worker_capacity ApplicationSettings#package_registry_cleanup_policies_worker_capacity}
---
@@ -2744,7 +2744,7 @@ Require users to prove ownership of custom domains.
Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pages_domain_verification_enabled ApplicationSettings#pages_domain_verification_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pages_domain_verification_enabled ApplicationSettings#pages_domain_verification_enabled}
---
@@ -2754,7 +2754,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable authentication for Git over HTTP(S) via a GitLab account password.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_authentication_enabled_for_git ApplicationSettings#password_authentication_enabled_for_git}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_authentication_enabled_for_git ApplicationSettings#password_authentication_enabled_for_git}
---
@@ -2764,7 +2764,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable authentication for the web interface via a GitLab account password.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_authentication_enabled_for_web ApplicationSettings#password_authentication_enabled_for_web}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_authentication_enabled_for_web ApplicationSettings#password_authentication_enabled_for_web}
---
@@ -2774,7 +2774,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether passwords require at least one lowercase letter. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_lowercase_required ApplicationSettings#password_lowercase_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_lowercase_required ApplicationSettings#password_lowercase_required}
---
@@ -2784,7 +2784,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether passwords require at least one number. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_number_required ApplicationSettings#password_number_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_number_required ApplicationSettings#password_number_required}
---
@@ -2794,7 +2794,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether passwords require at least one symbol character. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_symbol_required ApplicationSettings#password_symbol_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_symbol_required ApplicationSettings#password_symbol_required}
---
@@ -2804,7 +2804,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether passwords require at least one uppercase letter. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_uppercase_required ApplicationSettings#password_uppercase_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_uppercase_required ApplicationSettings#password_uppercase_required}
---
@@ -2814,7 +2814,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Path of the group that is allowed to toggle the performance bar.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#performance_bar_allowed_group_path ApplicationSettings#performance_bar_allowed_group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#performance_bar_allowed_group_path ApplicationSettings#performance_bar_allowed_group_path}
---
@@ -2824,7 +2824,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Prefix for all generated personal access tokens.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#personal_access_token_prefix ApplicationSettings#personal_access_token_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#personal_access_token_prefix ApplicationSettings#personal_access_token_prefix}
---
@@ -2834,7 +2834,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of pipeline creation requests per minute per user and commit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pipeline_limit_per_project_user_sha ApplicationSettings#pipeline_limit_per_project_user_sha}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pipeline_limit_per_project_user_sha ApplicationSettings#pipeline_limit_per_project_user_sha}
---
@@ -2844,7 +2844,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: plantuml_url) Enable PlantUML integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
---
@@ -2854,7 +2854,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The PlantUML instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
---
@@ -2864,7 +2864,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Interval multiplier used by endpoints that perform polling. Set to 0 to disable polling.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#polling_interval_multiplier ApplicationSettings#polling_interval_multiplier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#polling_interval_multiplier ApplicationSettings#polling_interval_multiplier}
---
@@ -2874,7 +2874,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable project export.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#project_export_enabled ApplicationSettings#project_export_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#project_export_enabled ApplicationSettings#project_export_enabled}
---
@@ -2884,7 +2884,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum authenticated requests to /project/:id/jobs per minute. Introduced in GitLab 16.5.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#project_jobs_api_rate_limit ApplicationSettings#project_jobs_api_rate_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#project_jobs_api_rate_limit ApplicationSettings#project_jobs_api_rate_limit}
---
@@ -2894,7 +2894,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Introduced in GitLab 15.10. Max number of requests per 10 minutes per IP address for unauthenticated requests to the list all projects API. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#projects_api_rate_limit_unauthenticated ApplicationSettings#projects_api_rate_limit_unauthenticated}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#projects_api_rate_limit_unauthenticated ApplicationSettings#projects_api_rate_limit_unauthenticated}
---
@@ -2904,7 +2904,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Prometheus metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#prometheus_metrics_enabled ApplicationSettings#prometheus_metrics_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#prometheus_metrics_enabled ApplicationSettings#prometheus_metrics_enabled}
---
@@ -2914,7 +2914,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
CI/CD variables are protected by default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#protected_ci_variables ApplicationSettings#protected_ci_variables}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#protected_ci_variables ApplicationSettings#protected_ci_variables}
---
@@ -2926,7 +2926,7 @@ Number of changes (branches or tags) in a single push to determine whether indiv
Bulk push events are created if it surpasses that value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#push_event_activities_limit ApplicationSettings#push_event_activities_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#push_event_activities_limit ApplicationSettings#push_event_activities_limit}
---
@@ -2938,7 +2938,7 @@ Number of changes (branches or tags) in a single push to determine whether webho
Webhooks and services aren’t submitted if it surpasses that value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#push_event_hooks_limit ApplicationSettings#push_event_hooks_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#push_event_hooks_limit ApplicationSettings#push_event_hooks_limit}
---
@@ -2948,7 +2948,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Use pypi.org as a default remote repository when the package is not found in the GitLab Package Registry for PyPI.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pypi_package_requests_forwarding ApplicationSettings#pypi_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pypi_package_requests_forwarding ApplicationSettings#pypi_package_requests_forwarding}
---
@@ -2960,7 +2960,7 @@ When rate limiting is enabled via the throttle_* settings, send this plain text
‘Retry later’ is sent if this is blank.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#rate_limiting_response_text ApplicationSettings#rate_limiting_response_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#rate_limiting_response_text ApplicationSettings#rate_limiting_response_text}
---
@@ -2970,7 +2970,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Max number of requests per minute for each raw path. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#raw_blob_request_limit ApplicationSettings#raw_blob_request_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#raw_blob_request_limit ApplicationSettings#raw_blob_request_limit}
---
@@ -2980,7 +2980,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: recaptcha_private_key and recaptcha_site_key) Enable reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
---
@@ -2990,7 +2990,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Private key for reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_private_key ApplicationSettings#recaptcha_private_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_private_key ApplicationSettings#recaptcha_private_key}
---
@@ -3000,7 +3000,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Site key for reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_site_key ApplicationSettings#recaptcha_site_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_site_key ApplicationSettings#recaptcha_site_key}
---
@@ -3010,7 +3010,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum push size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#receive_max_input_size ApplicationSettings#receive_max_input_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#receive_max_input_size ApplicationSettings#receive_max_input_size}
---
@@ -3020,7 +3020,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable receptive mode for GitLab Agents for Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#receptive_cluster_agents_enabled ApplicationSettings#receptive_cluster_agents_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#receptive_cluster_agents_enabled ApplicationSettings#receptive_cluster_agents_enabled}
---
@@ -3030,7 +3030,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Remember me setting. Introduced in GitLab 16.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#remember_me_enabled ApplicationSettings#remember_me_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#remember_me_enabled ApplicationSettings#remember_me_enabled}
---
@@ -3040,7 +3040,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
GitLab periodically runs git fsck in all project and wiki repositories to look for silent disk corruption issues.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_checks_enabled ApplicationSettings#repository_checks_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_checks_enabled ApplicationSettings#repository_checks_enabled}
---
@@ -3050,7 +3050,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Size limit per repository (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_size_limit ApplicationSettings#repository_size_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_size_limit ApplicationSettings#repository_size_limit}
---
@@ -3060,7 +3060,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(GitLab 13.0 and earlier) List of names of enabled storage paths, taken from gitlab.yml. New projects are created in one of these stores, chosen at random.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
---
@@ -3070,7 +3070,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(GitLab 13.1 and later) Hash of names of taken from gitlab.yml to weights. New projects are created in one of these stores, chosen by a weighted random selection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_storages_weighted ApplicationSettings#repository_storages_weighted}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_storages_weighted ApplicationSettings#repository_storages_weighted}
---
@@ -3080,7 +3080,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When enabled, any user that signs up for an account using the registration form is placed under a Pending approval state and has to be explicitly approved by an administrator.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_admin_approval_after_user_signup ApplicationSettings#require_admin_approval_after_user_signup}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_admin_approval_after_user_signup ApplicationSettings#require_admin_approval_after_user_signup}
---
@@ -3090,7 +3090,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow administrators to require 2FA for all administrators on the instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_admin_two_factor_authentication ApplicationSettings#require_admin_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_admin_two_factor_authentication ApplicationSettings#require_admin_two_factor_authentication}
---
@@ -3100,7 +3100,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When enabled, users must set an expiration date when creating a group or project access token, or a personal access token owned by a non-service account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_personal_access_token_expiry ApplicationSettings#require_personal_access_token_expiry}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_personal_access_token_expiry ApplicationSettings#require_personal_access_token_expiry}
---
@@ -3110,7 +3110,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: two_factor_grace_period) Require all users to set up Two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_two_factor_authentication ApplicationSettings#require_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_two_factor_authentication ApplicationSettings#require_two_factor_authentication}
---
@@ -3122,7 +3122,7 @@ Selected levels cannot be used by non-Administrator users for groups, projects o
Can take private, internal and public as a parameter. Null means there is no restriction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#restricted_visibility_levels ApplicationSettings#restricted_visibility_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#restricted_visibility_levels ApplicationSettings#restricted_visibility_levels}
---
@@ -3132,7 +3132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The minimum allowed bit length of an uploaded RSA key. 0 means no restriction. -1 disables RSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#rsa_key_restriction ApplicationSettings#rsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#rsa_key_restriction ApplicationSettings#rsa_key_restriction}
---
@@ -3142,7 +3142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Max number of requests per minute for performing a search while authenticated. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#search_rate_limit ApplicationSettings#search_rate_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#search_rate_limit ApplicationSettings#search_rate_limit}
---
@@ -3152,7 +3152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Max number of requests per minute for performing a search while unauthenticated. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#search_rate_limit_unauthenticated ApplicationSettings#search_rate_limit_unauthenticated}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#search_rate_limit_unauthenticated ApplicationSettings#search_rate_limit_unauthenticated}
---
@@ -3162,7 +3162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of active merge request approval policies per security policy project. Maximum: 20.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_approval_policies_limit ApplicationSettings#security_approval_policies_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_approval_policies_limit ApplicationSettings#security_approval_policies_limit}
---
@@ -3172,7 +3172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether to look up merge request approval policy approval groups globally or within project hierarchies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_policy_global_group_approvers_enabled ApplicationSettings#security_policy_global_group_approvers_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_policy_global_group_approvers_enabled ApplicationSettings#security_policy_global_group_approvers_enabled}
---
@@ -3182,7 +3182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Public security contact information. Introduced in GitLab 16.7.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_txt_content ApplicationSettings#security_txt_content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_txt_content ApplicationSettings#security_txt_content}
---
@@ -3192,7 +3192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Send confirmation email on sign-up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#send_user_confirmation_email ApplicationSettings#send_user_confirmation_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#send_user_confirmation_email ApplicationSettings#send_user_confirmation_email}
---
@@ -3202,7 +3202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Flag to indicate if token expiry date can be optional for service account users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#service_access_tokens_expiration_enforced ApplicationSettings#service_access_tokens_expiration_enforced}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#service_access_tokens_expiration_enforced ApplicationSettings#service_access_tokens_expiration_enforced}
---
@@ -3212,7 +3212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Session duration in minutes. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#session_expire_delay ApplicationSettings#session_expire_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#session_expire_delay ApplicationSettings#session_expire_delay}
---
@@ -3222,7 +3222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: shared_runners_text and shared_runners_minutes) Enable shared runners for new projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_enabled ApplicationSettings#shared_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_enabled ApplicationSettings#shared_runners_enabled}
---
@@ -3232,7 +3232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the maximum number of CI/CD minutes that a group can use on shared runners per month.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_minutes ApplicationSettings#shared_runners_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_minutes ApplicationSettings#shared_runners_minutes}
---
@@ -3242,7 +3242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Shared runners text.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_text ApplicationSettings#shared_runners_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_text ApplicationSettings#shared_runners_text}
---
@@ -3252,7 +3252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The threshold in bytes at which Sidekiq jobs are compressed before being stored in Redis.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_compression_threshold_bytes ApplicationSettings#sidekiq_job_limiter_compression_threshold_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_compression_threshold_bytes ApplicationSettings#sidekiq_job_limiter_compression_threshold_bytes}
---
@@ -3262,7 +3262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The threshold in bytes at which Sidekiq jobs are rejected. 0 means do not reject any job.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_limit_bytes ApplicationSettings#sidekiq_job_limiter_limit_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_limit_bytes ApplicationSettings#sidekiq_job_limiter_limit_bytes}
---
@@ -3272,7 +3272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
track or compress. Sets the behavior for Sidekiq job size limits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_mode ApplicationSettings#sidekiq_job_limiter_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_mode ApplicationSettings#sidekiq_job_limiter_mode}
---
@@ -3282,7 +3282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Text on the login page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sign_in_text ApplicationSettings#sign_in_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sign_in_text ApplicationSettings#sign_in_text}
---
@@ -3292,7 +3292,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable registration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
---
@@ -3302,7 +3302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Silent admin exports.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#silent_admin_exports_enabled ApplicationSettings#silent_admin_exports_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#silent_admin_exports_enabled ApplicationSettings#silent_admin_exports_enabled}
---
@@ -3312,7 +3312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Silent mode.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#silent_mode_enabled ApplicationSettings#silent_mode_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#silent_mode_enabled ApplicationSettings#silent_mode_enabled}
---
@@ -3322,7 +3322,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: slack_app_id, slack_app_secret and slack_app_secret) Enable Slack app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_enabled ApplicationSettings#slack_app_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_enabled ApplicationSettings#slack_app_enabled}
---
@@ -3332,7 +3332,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The app ID of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_id ApplicationSettings#slack_app_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_id ApplicationSettings#slack_app_id}
---
@@ -3342,7 +3342,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The app secret of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_secret ApplicationSettings#slack_app_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_secret ApplicationSettings#slack_app_secret}
---
@@ -3352,7 +3352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The signing secret of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_signing_secret ApplicationSettings#slack_app_signing_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_signing_secret ApplicationSettings#slack_app_signing_secret}
---
@@ -3362,7 +3362,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The verification token of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_verification_token ApplicationSettings#slack_app_verification_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_verification_token ApplicationSettings#slack_app_verification_token}
---
@@ -3372,7 +3372,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Max snippet content size in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snippet_size_limit ApplicationSettings#snippet_size_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snippet_size_limit ApplicationSettings#snippet_size_limit}
---
@@ -3382,7 +3382,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Snowplow site name / application ID. (for example, gitlab).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_app_id ApplicationSettings#snowplow_app_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_app_id ApplicationSettings#snowplow_app_id}
---
@@ -3392,7 +3392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Snowplow collector hostname. (for example, snowplow.trx.gitlab.net).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_collector_hostname ApplicationSettings#snowplow_collector_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_collector_hostname ApplicationSettings#snowplow_collector_hostname}
---
@@ -3402,7 +3402,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Snowplow cookie domain. (for example, .gitlab.com).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_cookie_domain ApplicationSettings#snowplow_cookie_domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_cookie_domain ApplicationSettings#snowplow_cookie_domain}
---
@@ -3412,7 +3412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Snowplow collector for database events hostname. (for example, db-snowplow.trx.gitlab.net).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_database_collector_hostname ApplicationSettings#snowplow_database_collector_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_database_collector_hostname ApplicationSettings#snowplow_database_collector_hostname}
---
@@ -3422,7 +3422,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable snowplow tracking.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
---
@@ -3432,7 +3432,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enables Sourcegraph integration. If enabled, requires sourcegraph_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
---
@@ -3442,7 +3442,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Blocks Sourcegraph from being loaded on private and internal projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_public_only ApplicationSettings#sourcegraph_public_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_public_only ApplicationSettings#sourcegraph_public_only}
---
@@ -3452,7 +3452,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Sourcegraph instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
---
@@ -3462,7 +3462,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
API key used by GitLab for accessing the Spam Check service endpoint.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_api_key ApplicationSettings#spam_check_api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_api_key ApplicationSettings#spam_check_api_key}
---
@@ -3472,7 +3472,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enables spam checking using external Spam Check API endpoint.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_endpoint_enabled ApplicationSettings#spam_check_endpoint_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_endpoint_enabled ApplicationSettings#spam_check_endpoint_enabled}
---
@@ -3484,7 +3484,7 @@ URL of the external Spamcheck service endpoint.
Valid URI schemes are grpc or tls. Specifying tls forces communication to be encrypted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_endpoint_url ApplicationSettings#spam_check_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_endpoint_url ApplicationSettings#spam_check_endpoint_url}
---
@@ -3494,7 +3494,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Authentication token for the external storage linked in static_objects_external_storage_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#static_objects_external_storage_auth_token ApplicationSettings#static_objects_external_storage_auth_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#static_objects_external_storage_auth_token ApplicationSettings#static_objects_external_storage_auth_token}
---
@@ -3504,7 +3504,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
URL to an external storage for repository static objects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#static_objects_external_storage_url ApplicationSettings#static_objects_external_storage_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#static_objects_external_storage_url ApplicationSettings#static_objects_external_storage_url}
---
@@ -3514,7 +3514,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable pipeline suggestion banner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#suggest_pipeline_enabled ApplicationSettings#suggest_pipeline_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#suggest_pipeline_enabled ApplicationSettings#suggest_pipeline_enabled}
---
@@ -3524,7 +3524,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum time for web terminal websocket connection (in seconds). Set to 0 for unlimited time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#terminal_max_session_time ApplicationSettings#terminal_max_session_time}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#terminal_max_session_time ApplicationSettings#terminal_max_session_time}
---
@@ -3534,7 +3534,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(Required by: enforce_terms) Markdown content for the ToS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#terms ApplicationSettings#terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#terms ApplicationSettings#terms}
---
@@ -3546,7 +3546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_enabled ApplicationSettings#throttle_authenticated_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_enabled ApplicationSettings#throttle_authenticated_api_enabled}
---
@@ -3556,7 +3556,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Rate limit period (in seconds).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_period_in_seconds ApplicationSettings#throttle_authenticated_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_period_in_seconds ApplicationSettings#throttle_authenticated_api_period_in_seconds}
---
@@ -3566,7 +3566,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum requests per period per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_requests_per_period ApplicationSettings#throttle_authenticated_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_requests_per_period ApplicationSettings#throttle_authenticated_api_requests_per_period}
---
@@ -3578,7 +3578,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_enabled ApplicationSettings#throttle_authenticated_packages_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_enabled ApplicationSettings#throttle_authenticated_packages_api_enabled}
---
@@ -3588,7 +3588,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Rate limit period (in seconds). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_period_in_seconds ApplicationSettings#throttle_authenticated_packages_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_period_in_seconds ApplicationSettings#throttle_authenticated_packages_api_period_in_seconds}
---
@@ -3598,7 +3598,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum requests per period per user. View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_requests_per_period ApplicationSettings#throttle_authenticated_packages_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_requests_per_period ApplicationSettings#throttle_authenticated_packages_api_requests_per_period}
---
@@ -3610,7 +3610,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_enabled ApplicationSettings#throttle_authenticated_web_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_enabled ApplicationSettings#throttle_authenticated_web_enabled}
---
@@ -3620,7 +3620,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Rate limit period (in seconds).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_period_in_seconds ApplicationSettings#throttle_authenticated_web_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_period_in_seconds ApplicationSettings#throttle_authenticated_web_period_in_seconds}
---
@@ -3630,7 +3630,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum requests per period per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_requests_per_period ApplicationSettings#throttle_authenticated_web_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_requests_per_period ApplicationSettings#throttle_authenticated_web_requests_per_period}
---
@@ -3642,7 +3642,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_enabled ApplicationSettings#throttle_unauthenticated_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_enabled ApplicationSettings#throttle_unauthenticated_api_enabled}
---
@@ -3652,7 +3652,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Rate limit period in seconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_api_period_in_seconds}
---
@@ -3662,7 +3662,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Max requests per period per IP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_requests_per_period ApplicationSettings#throttle_unauthenticated_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_requests_per_period ApplicationSettings#throttle_unauthenticated_api_requests_per_period}
---
@@ -3674,7 +3674,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_enabled ApplicationSettings#throttle_unauthenticated_packages_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_enabled ApplicationSettings#throttle_unauthenticated_packages_api_enabled}
---
@@ -3684,7 +3684,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Rate limit period (in seconds). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_packages_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_packages_api_period_in_seconds}
---
@@ -3694,7 +3694,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum requests per period per user. View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_requests_per_period ApplicationSettings#throttle_unauthenticated_packages_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_requests_per_period ApplicationSettings#throttle_unauthenticated_packages_api_requests_per_period}
---
@@ -3706,7 +3706,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_enabled ApplicationSettings#throttle_unauthenticated_web_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_enabled ApplicationSettings#throttle_unauthenticated_web_enabled}
---
@@ -3716,7 +3716,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Rate limit period in seconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_period_in_seconds ApplicationSettings#throttle_unauthenticated_web_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_period_in_seconds ApplicationSettings#throttle_unauthenticated_web_period_in_seconds}
---
@@ -3726,7 +3726,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Max requests per period per IP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_requests_per_period ApplicationSettings#throttle_unauthenticated_web_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_requests_per_period ApplicationSettings#throttle_unauthenticated_web_requests_per_period}
---
@@ -3736,7 +3736,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit display of time tracking units to hours.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#time_tracking_limit_to_hours ApplicationSettings#time_tracking_limit_to_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#time_tracking_limit_to_hours ApplicationSettings#time_tracking_limit_to_hours}
---
@@ -3746,7 +3746,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#two_factor_grace_period ApplicationSettings#two_factor_grace_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#two_factor_grace_period ApplicationSettings#two_factor_grace_period}
---
@@ -3758,7 +3758,7 @@ Specifies how many days after sign-up to delete users who have not confirmed the
Only applicable if delete_unconfirmed_users is set to true. Must be 1 or greater. Introduced in GitLab 16.1. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unconfirmed_users_delete_after_days ApplicationSettings#unconfirmed_users_delete_after_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unconfirmed_users_delete_after_days ApplicationSettings#unconfirmed_users_delete_after_days}
---
@@ -3768,7 +3768,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
(If enabled, requires: unique_ips_limit_per_user and unique_ips_limit_time_window) Limit sign in from multiple IPs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_enabled ApplicationSettings#unique_ips_limit_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_enabled ApplicationSettings#unique_ips_limit_enabled}
---
@@ -3778,7 +3778,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum number of IPs per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_per_user ApplicationSettings#unique_ips_limit_per_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_per_user ApplicationSettings#unique_ips_limit_per_user}
---
@@ -3788,7 +3788,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
How many seconds an IP is counted towards the limit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_time_window ApplicationSettings#unique_ips_limit_time_window}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_time_window ApplicationSettings#unique_ips_limit_time_window}
---
@@ -3798,7 +3798,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Fetch GitLab Runner release version data from GitLab.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#update_runner_versions_enabled ApplicationSettings#update_runner_versions_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#update_runner_versions_enabled ApplicationSettings#update_runner_versions_enabled}
---
@@ -3808,7 +3808,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Every week GitLab reports license usage back to GitLab, Inc.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#usage_ping_enabled ApplicationSettings#usage_ping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#usage_ping_enabled ApplicationSettings#usage_ping_enabled}
---
@@ -3820,7 +3820,7 @@ Enables ClickHouse as a data source for analytics reports.
ClickHouse must be configured for this setting to take effect. Available on Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#use_clickhouse_for_analytics ApplicationSettings#use_clickhouse_for_analytics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#use_clickhouse_for_analytics ApplicationSettings#use_clickhouse_for_analytics}
---
@@ -3830,7 +3830,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Send an email to users upon account deactivation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_deactivation_emails_enabled ApplicationSettings#user_deactivation_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_deactivation_emails_enabled ApplicationSettings#user_deactivation_emails_enabled}
---
@@ -3840,7 +3840,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Newly registered users are external by default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_default_external ApplicationSettings#user_default_external}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_default_external ApplicationSettings#user_default_external}
---
@@ -3850,7 +3850,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Specify an email address regex pattern to identify default internal users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_default_internal_regex ApplicationSettings#user_default_internal_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_default_internal_regex ApplicationSettings#user_default_internal_regex}
---
@@ -3860,7 +3860,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Newly created users have private profile by default. Introduced in GitLab 15.8.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_defaults_to_private_profile ApplicationSettings#user_defaults_to_private_profile}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_defaults_to_private_profile ApplicationSettings#user_defaults_to_private_profile}
---
@@ -3870,7 +3870,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow users to register any application to use GitLab as an OAuth provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_oauth_applications ApplicationSettings#user_oauth_applications}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_oauth_applications ApplicationSettings#user_oauth_applications}
---
@@ -3880,7 +3880,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When set to false disable the You won't be able to pull or push project code via SSH warning shown to users with no uploaded SSH key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_show_add_ssh_key_message ApplicationSettings#user_show_add_ssh_key_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_show_add_ssh_key_message ApplicationSettings#user_show_add_ssh_key_message}
---
@@ -3890,7 +3890,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
List of types which are allowed to register a GitLab Runner. Can be [], ['group'], ['project'] or ['group', 'project'].
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#valid_runner_registrars ApplicationSettings#valid_runner_registrars}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#valid_runner_registrars ApplicationSettings#valid_runner_registrars}
---
@@ -3900,7 +3900,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Let GitLab inform you when an update is available.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#version_check_enabled ApplicationSettings#version_check_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#version_check_enabled ApplicationSettings#version_check_enabled}
---
@@ -3910,7 +3910,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Live Preview (allow live previews of JavaScript projects in the Web IDE using CodeSandbox Live Preview).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#web_ide_clientside_preview_enabled ApplicationSettings#web_ide_clientside_preview_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#web_ide_clientside_preview_enabled ApplicationSettings#web_ide_clientside_preview_enabled}
---
@@ -3920,7 +3920,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
What's new variant, possible values: all_tiers, current_tier, and disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#whats_new_variant ApplicationSettings#whats_new_variant}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#whats_new_variant ApplicationSettings#whats_new_variant}
---
@@ -3930,7 +3930,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum wiki page content size in bytes. The minimum value is 1024 bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#wiki_page_max_content_bytes ApplicationSettings#wiki_page_max_content_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#wiki_page_max_content_bytes ApplicationSettings#wiki_page_max_content_bytes}
---
@@ -4619,7 +4619,7 @@ def put_default_branch_protection_defaults(
An array of access levels allowed to merge. Supports Developer (30) or Maintainer (40).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allowed_to_merge ApplicationSettings#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allowed_to_merge ApplicationSettings#allowed_to_merge}
---
@@ -4629,7 +4629,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
An array of access levels allowed to push. Supports Developer (30) or Maintainer (40).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allowed_to_push ApplicationSettings#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allowed_to_push ApplicationSettings#allowed_to_push}
---
@@ -4639,7 +4639,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow force push for all users with push access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_force_push ApplicationSettings#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_force_push ApplicationSettings#allow_force_push}
---
@@ -4649,7 +4649,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow developers to initial push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#developer_can_initial_push ApplicationSettings#developer_can_initial_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#developer_can_initial_push ApplicationSettings#developer_can_initial_push}
---
@@ -6639,7 +6639,7 @@ The construct id used in the generated config for the ApplicationSettings to imp
The id of the existing ApplicationSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use
---
@@ -14211,7 +14211,7 @@ applicationSettings.ApplicationSettingsConfig(
| housekeeping_incremental_repack_period
| typing.Union[int, float]
| Number of Git pushes after which an incremental git repack is run. |
| housekeeping_optimize_repository_period
| typing.Union[int, float]
| Number of Git pushes after which an incremental git repack is run. |
| html_emails_enabled
| typing.Union[bool, cdktf.IResolvable]
| Enable HTML emails. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#id ApplicationSettings#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#id ApplicationSettings#id}. |
| import_sources
| typing.List[str]
| Sources to allow project import from. Valid values are: `github`, `bitbucket`, `bitbucket_server`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`. |
| inactive_projects_delete_after_months
| typing.Union[int, float]
| If delete_inactive_projects is true, the time (in months) to wait before deleting inactive projects. |
| inactive_projects_min_size_mb
| typing.Union[int, float]
| If delete_inactive_projects is true, the minimum repository size for projects to be checked for inactivity. |
@@ -14456,7 +14456,7 @@ abuse_notification_email: str
If set, abuse reports are sent to this address. Abuse reports are always available in the Admin Area.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#abuse_notification_email ApplicationSettings#abuse_notification_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#abuse_notification_email ApplicationSettings#abuse_notification_email}
---
@@ -14470,7 +14470,7 @@ admin_mode: typing.Union[bool, IResolvable]
Require administrators to enable Admin Mode by re-authenticating for administrative tasks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
---
@@ -14484,7 +14484,7 @@ after_sign_out_path: str
Where to redirect users after logout.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#after_sign_out_path ApplicationSettings#after_sign_out_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#after_sign_out_path ApplicationSettings#after_sign_out_path}
---
@@ -14498,7 +14498,7 @@ after_sign_up_text: str
Text shown to the user after signing up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#after_sign_up_text ApplicationSettings#after_sign_up_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#after_sign_up_text ApplicationSettings#after_sign_up_text}
---
@@ -14512,7 +14512,7 @@ akismet_api_key: str
API key for Akismet spam protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#akismet_api_key ApplicationSettings#akismet_api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#akismet_api_key ApplicationSettings#akismet_api_key}
---
@@ -14526,7 +14526,7 @@ akismet_enabled: typing.Union[bool, IResolvable]
(If enabled, requires: akismet_api_key) Enable or disable Akismet spam protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
---
@@ -14540,7 +14540,7 @@ allow_account_deletion: typing.Union[bool, IResolvable]
Set to true to allow users to delete their accounts. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_account_deletion ApplicationSettings#allow_account_deletion}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_account_deletion ApplicationSettings#allow_account_deletion}
---
@@ -14554,7 +14554,7 @@ allow_group_owners_to_manage_ldap: typing.Union[bool, IResolvable]
Set to true to allow group owners to manage LDAP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_group_owners_to_manage_ldap ApplicationSettings#allow_group_owners_to_manage_ldap}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_group_owners_to_manage_ldap ApplicationSettings#allow_group_owners_to_manage_ldap}
---
@@ -14568,7 +14568,7 @@ allow_local_requests_from_system_hooks: typing.Union[bool, IResolvable]
Allow requests to the local network from system hooks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_local_requests_from_system_hooks ApplicationSettings#allow_local_requests_from_system_hooks}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_local_requests_from_system_hooks ApplicationSettings#allow_local_requests_from_system_hooks}
---
@@ -14582,7 +14582,7 @@ allow_local_requests_from_web_hooks_and_services: typing.Union[bool, IResolvable
Allow requests to the local network from web hooks and services.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_local_requests_from_web_hooks_and_services ApplicationSettings#allow_local_requests_from_web_hooks_and_services}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_local_requests_from_web_hooks_and_services ApplicationSettings#allow_local_requests_from_web_hooks_and_services}
---
@@ -14596,7 +14596,7 @@ allow_project_creation_for_guest_and_below: typing.Union[bool, IResolvable]
Indicates whether users assigned up to the Guest role can create groups and personal projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_project_creation_for_guest_and_below ApplicationSettings#allow_project_creation_for_guest_and_below}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_project_creation_for_guest_and_below ApplicationSettings#allow_project_creation_for_guest_and_below}
---
@@ -14610,7 +14610,7 @@ allow_runner_registration_token: typing.Union[bool, IResolvable]
Allow using a registration token to create a runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_runner_registration_token ApplicationSettings#allow_runner_registration_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_runner_registration_token ApplicationSettings#allow_runner_registration_token}
---
@@ -14626,7 +14626,7 @@ Set the duration for which the jobs are considered as old and expired.
After that time passes, the jobs are archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: 15 days, 1 month, 2 years.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#archive_builds_in_human_readable ApplicationSettings#archive_builds_in_human_readable}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#archive_builds_in_human_readable ApplicationSettings#archive_builds_in_human_readable}
---
@@ -14640,7 +14640,7 @@ asciidoc_max_includes: typing.Union[int, float]
Maximum limit of AsciiDoc include directives being processed in any one document. Maximum: 64.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asciidoc_max_includes ApplicationSettings#asciidoc_max_includes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asciidoc_max_includes ApplicationSettings#asciidoc_max_includes}
---
@@ -14656,7 +14656,7 @@ Assets that match these domains are not proxied.
Wildcards allowed. Your GitLab installation URL is automatically allowlisted. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_allowlist ApplicationSettings#asset_proxy_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_allowlist ApplicationSettings#asset_proxy_allowlist}
---
@@ -14670,7 +14670,7 @@ asset_proxy_enabled: typing.Union[bool, IResolvable]
(If enabled, requires: asset_proxy_url) Enable proxying of assets. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_enabled ApplicationSettings#asset_proxy_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_enabled ApplicationSettings#asset_proxy_enabled}
---
@@ -14684,7 +14684,7 @@ asset_proxy_secret_key: str
Shared secret with the asset proxy server. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_secret_key ApplicationSettings#asset_proxy_secret_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_secret_key ApplicationSettings#asset_proxy_secret_key}
---
@@ -14698,7 +14698,7 @@ asset_proxy_url: str
URL of the asset proxy server. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_url ApplicationSettings#asset_proxy_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_url ApplicationSettings#asset_proxy_url}
---
@@ -14714,7 +14714,7 @@ By default, we write to the authorized_keys file to support Git over SSH without
GitLab can be optimized to authenticate SSH keys via the database file. Only disable this if you have configured your OpenSSH server to use the AuthorizedKeysCommand.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#authorized_keys_enabled ApplicationSettings#authorized_keys_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#authorized_keys_enabled ApplicationSettings#authorized_keys_enabled}
---
@@ -14730,7 +14730,7 @@ When enabled, users will get automatically banned from the application when they
Introduced in GitLab 15.4. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_ban_user_on_excessive_projects_download ApplicationSettings#auto_ban_user_on_excessive_projects_download}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_ban_user_on_excessive_projects_download ApplicationSettings#auto_ban_user_on_excessive_projects_download}
---
@@ -14744,7 +14744,7 @@ auto_devops_domain: str
Specify a domain to use by default for every project’s Auto Review Apps and Auto Deploy stages.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_devops_domain ApplicationSettings#auto_devops_domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_devops_domain ApplicationSettings#auto_devops_domain}
---
@@ -14760,7 +14760,7 @@ Enable Auto DevOps for projects by default.
It automatically builds, tests, and deploys applications based on a predefined CI/CD configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_devops_enabled ApplicationSettings#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_devops_enabled ApplicationSettings#auto_devops_enabled}
---
@@ -14774,7 +14774,7 @@ automatic_purchased_storage_allocation: typing.Union[bool, IResolvable]
Enabling this permits automatic allocation of purchased storage in a namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#automatic_purchased_storage_allocation ApplicationSettings#automatic_purchased_storage_allocation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#automatic_purchased_storage_allocation ApplicationSettings#automatic_purchased_storage_allocation}
---
@@ -14788,7 +14788,7 @@ bulk_import_concurrent_pipeline_batch_limit: typing.Union[int, float]
Maximum simultaneous Direct Transfer batches to process.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_concurrent_pipeline_batch_limit ApplicationSettings#bulk_import_concurrent_pipeline_batch_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_concurrent_pipeline_batch_limit ApplicationSettings#bulk_import_concurrent_pipeline_batch_limit}
---
@@ -14802,7 +14802,7 @@ bulk_import_enabled: typing.Union[bool, IResolvable]
Enable migrating GitLab groups by direct transfer. Introduced in GitLab 15.8.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_enabled ApplicationSettings#bulk_import_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_enabled ApplicationSettings#bulk_import_enabled}
---
@@ -14816,7 +14816,7 @@ bulk_import_max_download_file_size: typing.Union[int, float]
Maximum download file size when importing from source GitLab instances by direct transfer. Introduced in GitLab 16.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_max_download_file_size ApplicationSettings#bulk_import_max_download_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_max_download_file_size ApplicationSettings#bulk_import_max_download_file_size}
---
@@ -14830,7 +14830,7 @@ can_create_group: typing.Union[bool, IResolvable]
Indicates whether users can create top-level groups. Introduced in GitLab 15.5.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#can_create_group ApplicationSettings#can_create_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#can_create_group ApplicationSettings#can_create_group}
---
@@ -14844,7 +14844,7 @@ check_namespace_plan: typing.Union[bool, IResolvable]
Enabling this makes only licensed EE features available to projects if the project namespace’s plan includes the feature or if the project is public.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#check_namespace_plan ApplicationSettings#check_namespace_plan}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#check_namespace_plan ApplicationSettings#check_namespace_plan}
---
@@ -14858,7 +14858,7 @@ ci_max_includes: typing.Union[int, float]
The maximum number of includes per pipeline.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ci_max_includes ApplicationSettings#ci_max_includes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ci_max_includes ApplicationSettings#ci_max_includes}
---
@@ -14872,7 +14872,7 @@ ci_max_total_yaml_size_bytes: typing.Union[int, float]
The maximum amount of memory, in bytes, that can be allocated for the pipeline configuration, with all included YAML configuration files.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ci_max_total_yaml_size_bytes ApplicationSettings#ci_max_total_yaml_size_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ci_max_total_yaml_size_bytes ApplicationSettings#ci_max_total_yaml_size_bytes}
---
@@ -14886,7 +14886,7 @@ commit_email_hostname: str
Custom hostname (for private commit emails).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#commit_email_hostname ApplicationSettings#commit_email_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#commit_email_hostname ApplicationSettings#commit_email_hostname}
---
@@ -14900,7 +14900,7 @@ concurrent_bitbucket_import_jobs_limit: typing.Union[int, float]
Maximum number of simultaneous import jobs for the Bitbucket Cloud importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_bitbucket_import_jobs_limit ApplicationSettings#concurrent_bitbucket_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_bitbucket_import_jobs_limit ApplicationSettings#concurrent_bitbucket_import_jobs_limit}
---
@@ -14914,7 +14914,7 @@ concurrent_bitbucket_server_import_jobs_limit: typing.Union[int, float]
Maximum number of simultaneous import jobs for the Bitbucket Server importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_bitbucket_server_import_jobs_limit ApplicationSettings#concurrent_bitbucket_server_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_bitbucket_server_import_jobs_limit ApplicationSettings#concurrent_bitbucket_server_import_jobs_limit}
---
@@ -14928,7 +14928,7 @@ concurrent_github_import_jobs_limit: typing.Union[int, float]
Maximum number of simultaneous import jobs for the GitHub importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_github_import_jobs_limit ApplicationSettings#concurrent_github_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_github_import_jobs_limit ApplicationSettings#concurrent_github_import_jobs_limit}
---
@@ -14942,7 +14942,7 @@ container_expiration_policies_enable_historic_entries: typing.Union[bool, IResol
Enable cleanup policies for all projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_expiration_policies_enable_historic_entries ApplicationSettings#container_expiration_policies_enable_historic_entries}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_expiration_policies_enable_historic_entries ApplicationSettings#container_expiration_policies_enable_historic_entries}
---
@@ -14956,7 +14956,7 @@ container_registry_cleanup_tags_service_max_list_size: typing.Union[int, float]
The maximum number of tags that can be deleted in a single execution of cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_cleanup_tags_service_max_list_size ApplicationSettings#container_registry_cleanup_tags_service_max_list_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_cleanup_tags_service_max_list_size ApplicationSettings#container_registry_cleanup_tags_service_max_list_size}
---
@@ -14970,7 +14970,7 @@ container_registry_delete_tags_service_timeout: typing.Union[int, float]
The maximum time, in seconds, that the cleanup process can take to delete a batch of tags for cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_delete_tags_service_timeout ApplicationSettings#container_registry_delete_tags_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_delete_tags_service_timeout ApplicationSettings#container_registry_delete_tags_service_timeout}
---
@@ -14984,7 +14984,7 @@ container_registry_expiration_policies_caching: typing.Union[bool, IResolvable]
Caching during the execution of cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_expiration_policies_caching ApplicationSettings#container_registry_expiration_policies_caching}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_expiration_policies_caching ApplicationSettings#container_registry_expiration_policies_caching}
---
@@ -14998,7 +14998,7 @@ container_registry_expiration_policies_worker_capacity: typing.Union[int, float]
Number of workers for cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_expiration_policies_worker_capacity ApplicationSettings#container_registry_expiration_policies_worker_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_expiration_policies_worker_capacity ApplicationSettings#container_registry_expiration_policies_worker_capacity}
---
@@ -15012,7 +15012,7 @@ container_registry_token_expire_delay: typing.Union[int, float]
Container Registry token duration in minutes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_token_expire_delay ApplicationSettings#container_registry_token_expire_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_token_expire_delay ApplicationSettings#container_registry_token_expire_delay}
---
@@ -15026,7 +15026,7 @@ deactivate_dormant_users: typing.Union[bool, IResolvable]
Enable automatic deactivation of dormant users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deactivate_dormant_users ApplicationSettings#deactivate_dormant_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deactivate_dormant_users ApplicationSettings#deactivate_dormant_users}
---
@@ -15040,7 +15040,7 @@ deactivate_dormant_users_period: typing.Union[int, float]
Length of time (in days) after which a user is considered dormant. Introduced in GitLab 15.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deactivate_dormant_users_period ApplicationSettings#deactivate_dormant_users_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deactivate_dormant_users_period ApplicationSettings#deactivate_dormant_users_period}
---
@@ -15054,7 +15054,7 @@ decompress_archive_file_timeout: typing.Union[int, float]
Default timeout for decompressing archived files, in seconds. Set to 0 to disable timeouts. Introduced in GitLab 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#decompress_archive_file_timeout ApplicationSettings#decompress_archive_file_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#decompress_archive_file_timeout ApplicationSettings#decompress_archive_file_timeout}
---
@@ -15068,7 +15068,7 @@ default_artifacts_expire_in: str
Set the default expiration time for each job’s artifacts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_artifacts_expire_in ApplicationSettings#default_artifacts_expire_in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_artifacts_expire_in ApplicationSettings#default_artifacts_expire_in}
---
@@ -15082,7 +15082,7 @@ default_branch_name: str
Instance-level custom initial branch name (introduced in GitLab 13.2).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_name ApplicationSettings#default_branch_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_name ApplicationSettings#default_branch_name}
---
@@ -15098,7 +15098,7 @@ Determine if developers can push to the default branch.
Can take: 0 (not protected, both users with the Developer role or Maintainer role can push new commits and force push), 1 (partially protected, users with the Developer role or Maintainer role can push new commits, but cannot force push) or 2 (fully protected, users with the Developer or Maintainer role cannot push new commits, but users with the Developer or Maintainer role can; no one can force push) as a parameter. Default is 2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_protection ApplicationSettings#default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_protection ApplicationSettings#default_branch_protection}
---
@@ -15112,7 +15112,7 @@ default_branch_protection_defaults: ApplicationSettingsDefaultBranchProtectionDe
default_branch_protection_defaults block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_protection_defaults ApplicationSettings#default_branch_protection_defaults}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_protection_defaults ApplicationSettings#default_branch_protection_defaults}
---
@@ -15126,7 +15126,7 @@ default_ci_config_path: str
Default CI/CD configuration file and path for new projects (.gitlab-ci.yml if not set).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_ci_config_path ApplicationSettings#default_ci_config_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_ci_config_path ApplicationSettings#default_ci_config_path}
---
@@ -15140,7 +15140,7 @@ default_group_visibility: str
What visibility level new groups receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_group_visibility ApplicationSettings#default_group_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_group_visibility ApplicationSettings#default_group_visibility}
---
@@ -15154,7 +15154,7 @@ default_preferred_language: str
Default preferred language for users who are not logged in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_preferred_language ApplicationSettings#default_preferred_language}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_preferred_language ApplicationSettings#default_preferred_language}
---
@@ -15168,7 +15168,7 @@ default_project_creation: typing.Union[int, float]
Default project creation protection. Can take: 0 (No one), 1 (Maintainers) or 2 (Developers + Maintainers).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_project_creation ApplicationSettings#default_project_creation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_project_creation ApplicationSettings#default_project_creation}
---
@@ -15182,7 +15182,7 @@ default_projects_limit: typing.Union[int, float]
Project limit per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_projects_limit ApplicationSettings#default_projects_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_projects_limit ApplicationSettings#default_projects_limit}
---
@@ -15196,7 +15196,7 @@ default_project_visibility: str
What visibility level new projects receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_project_visibility ApplicationSettings#default_project_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_project_visibility ApplicationSettings#default_project_visibility}
---
@@ -15210,7 +15210,7 @@ default_snippet_visibility: str
What visibility level new snippets receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_snippet_visibility ApplicationSettings#default_snippet_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_snippet_visibility ApplicationSettings#default_snippet_visibility}
---
@@ -15224,7 +15224,7 @@ default_syntax_highlighting_theme: typing.Union[int, float]
Default syntax highlighting theme for users who are new or not signed in. See IDs of available themes (https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/themes.rb#L16).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_syntax_highlighting_theme ApplicationSettings#default_syntax_highlighting_theme}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_syntax_highlighting_theme ApplicationSettings#default_syntax_highlighting_theme}
---
@@ -15238,7 +15238,7 @@ delete_inactive_projects: typing.Union[bool, IResolvable]
Enable inactive project deletion feature. Introduced in GitLab 14.10. Became operational in GitLab 15.0 (with feature flag inactive_projects_deletion).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#delete_inactive_projects ApplicationSettings#delete_inactive_projects}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#delete_inactive_projects ApplicationSettings#delete_inactive_projects}
---
@@ -15254,7 +15254,7 @@ Specifies whether users who have not confirmed their email should be deleted.
When set to true, unconfirmed users are deleted after unconfirmed_users_delete_after_days days. Introduced in GitLab 16.1. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#delete_unconfirmed_users ApplicationSettings#delete_unconfirmed_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#delete_unconfirmed_users ApplicationSettings#delete_unconfirmed_users}
---
@@ -15270,7 +15270,7 @@ The number of days to wait before deleting a project or group that is marked for
Value must be between 1 and 90.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deletion_adjourned_period ApplicationSettings#deletion_adjourned_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deletion_adjourned_period ApplicationSettings#deletion_adjourned_period}
---
@@ -15284,7 +15284,7 @@ diagramsnet_enabled: typing.Union[bool, IResolvable]
(If enabled, requires diagramsnet_url) Enable Diagrams.net integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
---
@@ -15298,7 +15298,7 @@ diagramsnet_url: str
The Diagrams.net instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
---
@@ -15312,7 +15312,7 @@ diff_max_files: typing.Union[int, float]
Maximum files in a diff.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_files ApplicationSettings#diff_max_files}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_files ApplicationSettings#diff_max_files}
---
@@ -15326,7 +15326,7 @@ diff_max_lines: typing.Union[int, float]
Maximum lines in a diff.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_lines ApplicationSettings#diff_max_lines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_lines ApplicationSettings#diff_max_lines}
---
@@ -15340,7 +15340,7 @@ diff_max_patch_bytes: typing.Union[int, float]
Maximum diff patch size, in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_patch_bytes ApplicationSettings#diff_max_patch_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_patch_bytes ApplicationSettings#diff_max_patch_bytes}
---
@@ -15354,7 +15354,7 @@ disable_admin_oauth_scopes: typing.Union[bool, IResolvable]
Stops administrators from connecting their GitLab accounts to non-trusted OAuth 2.0 applications that have the api, read_api, read_repository, write_repository, read_registry, write_registry, or sudo scopes. Introduced in GitLab 15.6.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_admin_oauth_scopes ApplicationSettings#disable_admin_oauth_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_admin_oauth_scopes ApplicationSettings#disable_admin_oauth_scopes}
---
@@ -15368,7 +15368,7 @@ disabled_oauth_sign_in_sources: typing.List[str]
Disabled OAuth sign-in sources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disabled_oauth_sign_in_sources ApplicationSettings#disabled_oauth_sign_in_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disabled_oauth_sign_in_sources ApplicationSettings#disabled_oauth_sign_in_sources}
---
@@ -15382,7 +15382,7 @@ disable_feed_token: typing.Union[bool, IResolvable]
Disable display of RSS/Atom and calendar feed tokens (introduced in GitLab 13.7).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_feed_token ApplicationSettings#disable_feed_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_feed_token ApplicationSettings#disable_feed_token}
---
@@ -15398,7 +15398,7 @@ Disable personal access tokens.
Introduced in GitLab 15.7. Self-managed, Premium and Ultimate only. There is no method available to enable a personal access token that’s been disabled through the API. This is a known issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_personal_access_tokens ApplicationSettings#disable_personal_access_tokens}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_personal_access_tokens ApplicationSettings#disable_personal_access_tokens}
---
@@ -15412,7 +15412,7 @@ dns_rebinding_protection_enabled: typing.Union[bool, IResolvable]
Enforce DNS rebinding attack protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#dns_rebinding_protection_enabled ApplicationSettings#dns_rebinding_protection_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#dns_rebinding_protection_enabled ApplicationSettings#dns_rebinding_protection_enabled}
---
@@ -15426,7 +15426,7 @@ domain_allowlist: typing.List[str]
Force people to use only corporate emails for sign-up. Null means there is no restriction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
---
@@ -15442,7 +15442,7 @@ Users with email addresses that match these domains cannot sign up.
Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
---
@@ -15456,7 +15456,7 @@ domain_denylist_enabled: typing.Union[bool, IResolvable]
(If enabled, requires: domain_denylist) Allows blocking sign-ups from emails from specific domains.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_denylist_enabled ApplicationSettings#domain_denylist_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_denylist_enabled ApplicationSettings#domain_denylist_enabled}
---
@@ -15470,7 +15470,7 @@ downstream_pipeline_trigger_limit_per_project_user_sha: typing.Union[int, float]
Maximum downstream pipeline trigger rate. Introduced in GitLab 16.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#downstream_pipeline_trigger_limit_per_project_user_sha ApplicationSettings#downstream_pipeline_trigger_limit_per_project_user_sha}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#downstream_pipeline_trigger_limit_per_project_user_sha ApplicationSettings#downstream_pipeline_trigger_limit_per_project_user_sha}
---
@@ -15484,7 +15484,7 @@ dsa_key_restriction: typing.Union[int, float]
The minimum allowed bit length of an uploaded DSA key. 0 means no restriction. -1 disables DSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#dsa_key_restriction ApplicationSettings#dsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#dsa_key_restriction ApplicationSettings#dsa_key_restriction}
---
@@ -15498,7 +15498,7 @@ duo_features_enabled: typing.Union[bool, IResolvable]
Indicates whether GitLab Duo features are enabled for this instance. Introduced in GitLab 16.10. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#duo_features_enabled ApplicationSettings#duo_features_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#duo_features_enabled ApplicationSettings#duo_features_enabled}
---
@@ -15514,7 +15514,7 @@ The minimum allowed curve size (in bits) of an uploaded ECDSA key.
0 means no restriction. -1 disables ECDSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ecdsa_key_restriction ApplicationSettings#ecdsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ecdsa_key_restriction ApplicationSettings#ecdsa_key_restriction}
---
@@ -15530,7 +15530,7 @@ The minimum allowed curve size (in bits) of an uploaded ECDSA_SK key.
0 means no restriction. -1 disables ECDSA_SK keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ecdsa_sk_key_restriction ApplicationSettings#ecdsa_sk_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ecdsa_sk_key_restriction ApplicationSettings#ecdsa_sk_key_restriction}
---
@@ -15546,7 +15546,7 @@ The minimum allowed curve size (in bits) of an uploaded ED25519 key.
0 means no restriction. -1 disables ED25519 keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ed25519_key_restriction ApplicationSettings#ed25519_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ed25519_key_restriction ApplicationSettings#ed25519_key_restriction}
---
@@ -15562,7 +15562,7 @@ The minimum allowed curve size (in bits) of an uploaded ED25519_SK key.
0 means no restriction. -1 disables ED25519_SK keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ed25519_sk_key_restriction ApplicationSettings#ed25519_sk_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ed25519_sk_key_restriction ApplicationSettings#ed25519_sk_key_restriction}
---
@@ -15576,7 +15576,7 @@ eks_access_key_id: str
AWS IAM access key ID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_access_key_id ApplicationSettings#eks_access_key_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_access_key_id ApplicationSettings#eks_access_key_id}
---
@@ -15590,7 +15590,7 @@ eks_account_id: str
Amazon account ID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_account_id ApplicationSettings#eks_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_account_id ApplicationSettings#eks_account_id}
---
@@ -15604,7 +15604,7 @@ eks_integration_enabled: typing.Union[bool, IResolvable]
Enable integration with Amazon EKS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_integration_enabled ApplicationSettings#eks_integration_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_integration_enabled ApplicationSettings#eks_integration_enabled}
---
@@ -15618,7 +15618,7 @@ eks_secret_access_key: str
AWS IAM secret access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_secret_access_key ApplicationSettings#eks_secret_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_secret_access_key ApplicationSettings#eks_secret_access_key}
---
@@ -15632,7 +15632,7 @@ elasticsearch_aws: typing.Union[bool, IResolvable]
Enable the use of AWS hosted Elasticsearch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
---
@@ -15646,7 +15646,7 @@ elasticsearch_aws_access_key: str
AWS IAM access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_access_key ApplicationSettings#elasticsearch_aws_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_access_key ApplicationSettings#elasticsearch_aws_access_key}
---
@@ -15660,7 +15660,7 @@ elasticsearch_aws_region: str
The AWS region the Elasticsearch domain is configured.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_region ApplicationSettings#elasticsearch_aws_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_region ApplicationSettings#elasticsearch_aws_region}
---
@@ -15674,7 +15674,7 @@ elasticsearch_aws_secret_access_key: str
AWS IAM secret access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_secret_access_key ApplicationSettings#elasticsearch_aws_secret_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_secret_access_key ApplicationSettings#elasticsearch_aws_secret_access_key}
---
@@ -15690,7 +15690,7 @@ Maximum size of text fields to index by Elasticsearch.
0 value means no limit. This does not apply to repository and wiki indexing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexed_field_length_limit ApplicationSettings#elasticsearch_indexed_field_length_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexed_field_length_limit ApplicationSettings#elasticsearch_indexed_field_length_limit}
---
@@ -15704,7 +15704,7 @@ elasticsearch_indexed_file_size_limit_kb: typing.Union[int, float]
Maximum size of repository and wiki files that are indexed by Elasticsearch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexed_file_size_limit_kb ApplicationSettings#elasticsearch_indexed_file_size_limit_kb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexed_file_size_limit_kb ApplicationSettings#elasticsearch_indexed_file_size_limit_kb}
---
@@ -15718,7 +15718,7 @@ elasticsearch_indexing: typing.Union[bool, IResolvable]
Enable Elasticsearch indexing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
---
@@ -15732,7 +15732,7 @@ elasticsearch_limit_indexing: typing.Union[bool, IResolvable]
Limit Elasticsearch to index certain namespaces and projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_limit_indexing ApplicationSettings#elasticsearch_limit_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_limit_indexing ApplicationSettings#elasticsearch_limit_indexing}
---
@@ -15746,7 +15746,7 @@ elasticsearch_max_bulk_concurrency: typing.Union[int, float]
Maximum concurrency of Elasticsearch bulk requests per indexing operation. This only applies to repository indexing operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_bulk_concurrency ApplicationSettings#elasticsearch_max_bulk_concurrency}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_bulk_concurrency ApplicationSettings#elasticsearch_max_bulk_concurrency}
---
@@ -15760,7 +15760,7 @@ elasticsearch_max_bulk_size_mb: typing.Union[int, float]
Maximum size of Elasticsearch bulk indexing requests in MB. This only applies to repository indexing operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_bulk_size_mb ApplicationSettings#elasticsearch_max_bulk_size_mb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_bulk_size_mb ApplicationSettings#elasticsearch_max_bulk_size_mb}
---
@@ -15774,7 +15774,7 @@ elasticsearch_max_code_indexing_concurrency: typing.Union[int, float]
Maximum concurrency of Elasticsearch code indexing background jobs. This only applies to repository indexing operations. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_code_indexing_concurrency ApplicationSettings#elasticsearch_max_code_indexing_concurrency}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_code_indexing_concurrency ApplicationSettings#elasticsearch_max_code_indexing_concurrency}
---
@@ -15788,7 +15788,7 @@ elasticsearch_namespace_ids: typing.List[typing.Union[int, float]]
The namespaces to index via Elasticsearch if elasticsearch_limit_indexing is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_namespace_ids ApplicationSettings#elasticsearch_namespace_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_namespace_ids ApplicationSettings#elasticsearch_namespace_ids}
---
@@ -15802,7 +15802,7 @@ elasticsearch_password: str
The password of your Elasticsearch instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
---
@@ -15816,7 +15816,7 @@ elasticsearch_project_ids: typing.List[typing.Union[int, float]]
The projects to index via Elasticsearch if elasticsearch_limit_indexing is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_project_ids ApplicationSettings#elasticsearch_project_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_project_ids ApplicationSettings#elasticsearch_project_ids}
---
@@ -15832,7 +15832,7 @@ Enable automatic requeuing of indexing workers.
This improves non-code indexing throughput by enqueuing Sidekiq jobs until all documents are processed. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_requeue_workers ApplicationSettings#elasticsearch_requeue_workers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_requeue_workers ApplicationSettings#elasticsearch_requeue_workers}
---
@@ -15846,7 +15846,7 @@ elasticsearch_search: typing.Union[bool, IResolvable]
Enable Elasticsearch search.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
---
@@ -15860,7 +15860,7 @@ elasticsearch_url: typing.List[str]
The URL to use for connecting to Elasticsearch. Use a comma-separated list to support cluster (for example, http://localhost:9200, http://localhost:9201).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
---
@@ -15874,7 +15874,7 @@ elasticsearch_username: str
The username of your Elasticsearch instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
---
@@ -15890,7 +15890,7 @@ Number of indexing worker shards.
This improves non-code indexing throughput by enqueuing more parallel Sidekiq jobs. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_worker_number_of_shards ApplicationSettings#elasticsearch_worker_number_of_shards}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_worker_number_of_shards ApplicationSettings#elasticsearch_worker_number_of_shards}
---
@@ -15904,7 +15904,7 @@ email_additional_text: str
Additional text added to the bottom of every email for legal/auditing/compliance reasons.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_additional_text ApplicationSettings#email_additional_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_additional_text ApplicationSettings#email_additional_text}
---
@@ -15920,7 +15920,7 @@ Some email servers do not support overriding the email sender name.
Enable this option to include the name of the author of the issue, merge request or comment in the email body instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_author_in_body ApplicationSettings#email_author_in_body}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_author_in_body ApplicationSettings#email_author_in_body}
---
@@ -15934,7 +15934,7 @@ email_confirmation_setting: str
Specifies whether users must confirm their email before sign in. Possible values are off, soft, and hard.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_confirmation_setting ApplicationSettings#email_confirmation_setting}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_confirmation_setting ApplicationSettings#email_confirmation_setting}
---
@@ -15948,7 +15948,7 @@ enable_artifact_external_redirect_warning_page: typing.Union[bool, IResolvable]
Show the external redirect page that warns you about user-generated content in GitLab Pages.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enable_artifact_external_redirect_warning_page ApplicationSettings#enable_artifact_external_redirect_warning_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enable_artifact_external_redirect_warning_page ApplicationSettings#enable_artifact_external_redirect_warning_page}
---
@@ -15962,7 +15962,7 @@ enabled_git_access_protocol: str
Enabled protocols for Git access. Allowed values are: ssh, http, and nil to allow both protocols.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enabled_git_access_protocol ApplicationSettings#enabled_git_access_protocol}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enabled_git_access_protocol ApplicationSettings#enabled_git_access_protocol}
---
@@ -15976,7 +15976,7 @@ enforce_namespace_storage_limit: typing.Union[bool, IResolvable]
Enabling this permits enforcement of namespace storage limits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enforce_namespace_storage_limit ApplicationSettings#enforce_namespace_storage_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enforce_namespace_storage_limit ApplicationSettings#enforce_namespace_storage_limit}
---
@@ -15990,7 +15990,7 @@ enforce_terms: typing.Union[bool, IResolvable]
(If enabled, requires: terms) Enforce application ToS to all users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
---
@@ -16004,7 +16004,7 @@ external_auth_client_cert: str
(If enabled, requires: external_auth_client_key) The certificate to use to authenticate with the external authorization service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_cert ApplicationSettings#external_auth_client_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_cert ApplicationSettings#external_auth_client_cert}
---
@@ -16018,7 +16018,7 @@ external_auth_client_key: str
Private key for the certificate when authentication is required for the external authorization service, this is encrypted when stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_key ApplicationSettings#external_auth_client_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_key ApplicationSettings#external_auth_client_key}
---
@@ -16032,7 +16032,7 @@ external_auth_client_key_pass: str
Passphrase to use for the private key when authenticating with the external service this is encrypted when stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_key_pass ApplicationSettings#external_auth_client_key_pass}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_key_pass ApplicationSettings#external_auth_client_key_pass}
---
@@ -16046,7 +16046,7 @@ external_authorization_service_default_label: str
The default classification label to use when requesting authorization and no classification label has been specified on the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_default_label ApplicationSettings#external_authorization_service_default_label}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_default_label ApplicationSettings#external_authorization_service_default_label}
---
@@ -16060,7 +16060,7 @@ external_authorization_service_enabled: typing.Union[bool, IResolvable]
(If enabled, requires: external_authorization_service_default_label, external_authorization_service_timeout and external_authorization_service_url) Enable using an external authorization service for accessing projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_enabled ApplicationSettings#external_authorization_service_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_enabled ApplicationSettings#external_authorization_service_enabled}
---
@@ -16076,7 +16076,7 @@ The timeout after which an authorization request is aborted, in seconds.
When a request times out, access is denied to the user. (min: 0.001, max: 10, step: 0.001).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_timeout ApplicationSettings#external_authorization_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_timeout ApplicationSettings#external_authorization_service_timeout}
---
@@ -16090,7 +16090,7 @@ external_authorization_service_url: str
URL to which authorization requests are directed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_url ApplicationSettings#external_authorization_service_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_url ApplicationSettings#external_authorization_service_url}
---
@@ -16104,7 +16104,7 @@ external_pipeline_validation_service_timeout: typing.Union[int, float]
How long to wait for a response from the pipeline validation service. Assumes OK if it times out.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_timeout ApplicationSettings#external_pipeline_validation_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_timeout ApplicationSettings#external_pipeline_validation_service_timeout}
---
@@ -16118,7 +16118,7 @@ external_pipeline_validation_service_token: str
Optional. Token to include as the X-Gitlab-Token header in requests to the URL in external_pipeline_validation_service_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_token ApplicationSettings#external_pipeline_validation_service_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_token ApplicationSettings#external_pipeline_validation_service_token}
---
@@ -16132,7 +16132,7 @@ external_pipeline_validation_service_url: str
URL to use for pipeline validation requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_url ApplicationSettings#external_pipeline_validation_service_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_url ApplicationSettings#external_pipeline_validation_service_url}
---
@@ -16146,7 +16146,7 @@ failed_login_attempts_unlock_period_in_minutes: typing.Union[int, float]
Time period in minutes after which the user is unlocked when maximum number of failed sign-in attempts reached.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#failed_login_attempts_unlock_period_in_minutes ApplicationSettings#failed_login_attempts_unlock_period_in_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#failed_login_attempts_unlock_period_in_minutes ApplicationSettings#failed_login_attempts_unlock_period_in_minutes}
---
@@ -16160,7 +16160,7 @@ file_template_project_id: typing.Union[int, float]
The ID of a project to load custom file templates from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#file_template_project_id ApplicationSettings#file_template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#file_template_project_id ApplicationSettings#file_template_project_id}
---
@@ -16176,7 +16176,7 @@ Start day of the week for calendar views and date pickers.
Valid values are 0 for Sunday, 1 for Monday, and 6 for Saturday.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#first_day_of_week ApplicationSettings#first_day_of_week}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#first_day_of_week ApplicationSettings#first_day_of_week}
---
@@ -16190,7 +16190,7 @@ geo_node_allowed_ips: str
Comma-separated list of IPs and CIDRs of allowed secondary nodes. For example, 1.1.1.1, 2.2.2.0/24.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#geo_node_allowed_ips ApplicationSettings#geo_node_allowed_ips}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#geo_node_allowed_ips ApplicationSettings#geo_node_allowed_ips}
---
@@ -16204,7 +16204,7 @@ geo_status_timeout: typing.Union[int, float]
The amount of seconds after which a request to get a secondary node status times out.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#geo_status_timeout ApplicationSettings#geo_status_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#geo_status_timeout ApplicationSettings#geo_status_timeout}
---
@@ -16220,7 +16220,7 @@ Default Gitaly timeout, in seconds.
This timeout is not enforced for Git fetch/push operations or Sidekiq jobs. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_default ApplicationSettings#gitaly_timeout_default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_default ApplicationSettings#gitaly_timeout_default}
---
@@ -16236,7 +16236,7 @@ Gitaly fast operation timeout, in seconds.
Some Gitaly operations are expected to be fast. If they exceed this threshold, there may be a problem with a storage shard and ‘failing fast’ can help maintain the stability of the GitLab instance. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_fast ApplicationSettings#gitaly_timeout_fast}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_fast ApplicationSettings#gitaly_timeout_fast}
---
@@ -16252,7 +16252,7 @@ Medium Gitaly timeout, in seconds.
This should be a value between the Fast and the Default timeout. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_medium ApplicationSettings#gitaly_timeout_medium}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_medium ApplicationSettings#gitaly_timeout_medium}
---
@@ -16266,7 +16266,7 @@ gitlab_shell_operation_limit: typing.Union[int, float]
Maximum number of Git operations per minute a user can perform. Introduced in GitLab 16.2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitlab_shell_operation_limit ApplicationSettings#gitlab_shell_operation_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitlab_shell_operation_limit ApplicationSettings#gitlab_shell_operation_limit}
---
@@ -16280,7 +16280,7 @@ gitpod_enabled: typing.Union[bool, IResolvable]
Enable Gitpod integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
---
@@ -16294,7 +16294,7 @@ gitpod_url: str
The Gitpod instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
---
@@ -16310,7 +16310,7 @@ List of user IDs that are emailed when the Git abuse rate limit is exceeded.
Maximum: 100 user IDs. Introduced in GitLab 15.9. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_rate_limit_users_alertlist ApplicationSettings#git_rate_limit_users_alertlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_rate_limit_users_alertlist ApplicationSettings#git_rate_limit_users_alertlist}
---
@@ -16324,7 +16324,7 @@ git_rate_limit_users_allowlist: typing.List[str]
List of usernames excluded from Git anti-abuse rate limits. Maximum: 100 usernames. Introduced in GitLab 15.2. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_rate_limit_users_allowlist ApplicationSettings#git_rate_limit_users_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_rate_limit_users_allowlist ApplicationSettings#git_rate_limit_users_allowlist}
---
@@ -16338,7 +16338,7 @@ git_two_factor_session_expiry: typing.Union[int, float]
Maximum duration (in minutes) of a session for Git operations when 2FA is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_two_factor_session_expiry ApplicationSettings#git_two_factor_session_expiry}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_two_factor_session_expiry ApplicationSettings#git_two_factor_session_expiry}
---
@@ -16352,7 +16352,7 @@ globally_allowed_ips: str
Comma-separated list of IP addresses and CIDRs always allowed for inbound traffic. For example, 1.1.1.1, 2.2.2.0/24.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#globally_allowed_ips ApplicationSettings#globally_allowed_ips}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#globally_allowed_ips ApplicationSettings#globally_allowed_ips}
---
@@ -16366,7 +16366,7 @@ grafana_enabled: typing.Union[bool, IResolvable]
Enable Grafana.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
---
@@ -16380,7 +16380,7 @@ grafana_url: str
Grafana URL.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
---
@@ -16394,7 +16394,7 @@ gravatar_enabled: typing.Union[bool, IResolvable]
Enable Gravatar.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
---
@@ -16408,7 +16408,7 @@ group_owners_can_manage_default_branch_protection: typing.Union[bool, IResolvabl
Prevent overrides of default branch protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#group_owners_can_manage_default_branch_protection ApplicationSettings#group_owners_can_manage_default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#group_owners_can_manage_default_branch_protection ApplicationSettings#group_owners_can_manage_default_branch_protection}
---
@@ -16424,7 +16424,7 @@ Create new projects using hashed storage paths: Enable immutable, hash-based pat
This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance. (Always enabled in GitLab versions 13.0 and later, configuration is scheduled for removal in 14.0).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#hashed_storage_enabled ApplicationSettings#hashed_storage_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#hashed_storage_enabled ApplicationSettings#hashed_storage_enabled}
---
@@ -16438,7 +16438,7 @@ help_page_hide_commercial_content: typing.Union[bool, IResolvable]
Hide marketing-related entries from help.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_hide_commercial_content ApplicationSettings#help_page_hide_commercial_content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_hide_commercial_content ApplicationSettings#help_page_hide_commercial_content}
---
@@ -16452,7 +16452,7 @@ help_page_support_url: str
Alternate support URL for help page and help dropdown.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_support_url ApplicationSettings#help_page_support_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_support_url ApplicationSettings#help_page_support_url}
---
@@ -16466,7 +16466,7 @@ help_page_text: str
Custom text displayed on the help page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_text ApplicationSettings#help_page_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_text ApplicationSettings#help_page_text}
---
@@ -16480,7 +16480,7 @@ help_text: str
GitLab server administrator information.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
---
@@ -16494,7 +16494,7 @@ hide_third_party_offers: typing.Union[bool, IResolvable]
Do not display offers from third parties in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#hide_third_party_offers ApplicationSettings#hide_third_party_offers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#hide_third_party_offers ApplicationSettings#hide_third_party_offers}
---
@@ -16508,7 +16508,7 @@ home_page_url: str
Redirect to this URL when not logged in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#home_page_url ApplicationSettings#home_page_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#home_page_url ApplicationSettings#home_page_url}
---
@@ -16525,7 +16525,7 @@ Enable or disable Git housekeeping.
If enabled, requires either housekeeping_optimize_repository_period OR housekeeping_bitmaps_enabled, housekeeping_full_repack_period, housekeeping_gc_period, and housekeeping_incremental_repack_period.
Options housekeeping_bitmaps_enabled, housekeeping_full_repack_period, housekeeping_gc_period, and housekeeping_incremental_repack_period are deprecated. Use housekeeping_optimize_repository_period instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
---
@@ -16539,7 +16539,7 @@ housekeeping_full_repack_period: typing.Union[int, float]
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_full_repack_period ApplicationSettings#housekeeping_full_repack_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_full_repack_period ApplicationSettings#housekeeping_full_repack_period}
---
@@ -16553,7 +16553,7 @@ housekeeping_gc_period: typing.Union[int, float]
Number of Git pushes after which git gc is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_gc_period ApplicationSettings#housekeeping_gc_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_gc_period ApplicationSettings#housekeeping_gc_period}
---
@@ -16567,7 +16567,7 @@ housekeeping_incremental_repack_period: typing.Union[int, float]
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_incremental_repack_period ApplicationSettings#housekeeping_incremental_repack_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_incremental_repack_period ApplicationSettings#housekeeping_incremental_repack_period}
---
@@ -16581,7 +16581,7 @@ housekeeping_optimize_repository_period: typing.Union[int, float]
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_optimize_repository_period ApplicationSettings#housekeeping_optimize_repository_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_optimize_repository_period ApplicationSettings#housekeeping_optimize_repository_period}
---
@@ -16595,7 +16595,7 @@ html_emails_enabled: typing.Union[bool, IResolvable]
Enable HTML emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#html_emails_enabled ApplicationSettings#html_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#html_emails_enabled ApplicationSettings#html_emails_enabled}
---
@@ -16607,7 +16607,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#id ApplicationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#id ApplicationSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -16624,7 +16624,7 @@ import_sources: typing.List[str]
Sources to allow project import from. Valid values are: `github`, `bitbucket`, `bitbucket_server`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
---
@@ -16640,7 +16640,7 @@ If delete_inactive_projects is true, the time (in months) to wait before deletin
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_delete_after_months ApplicationSettings#inactive_projects_delete_after_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_delete_after_months ApplicationSettings#inactive_projects_delete_after_months}
---
@@ -16656,7 +16656,7 @@ If delete_inactive_projects is true, the minimum repository size for projects to
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_min_size_mb ApplicationSettings#inactive_projects_min_size_mb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_min_size_mb ApplicationSettings#inactive_projects_min_size_mb}
---
@@ -16672,7 +16672,7 @@ If delete_inactive_projects is true, sets the time (in months) to wait before em
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_send_warning_email_after_months ApplicationSettings#inactive_projects_send_warning_email_after_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_send_warning_email_after_months ApplicationSettings#inactive_projects_send_warning_email_after_months}
---
@@ -16686,7 +16686,7 @@ include_optional_metrics_in_service_ping: typing.Union[bool, IResolvable]
Whether or not optional metrics are enabled in Service Ping. Introduced in GitLab 16.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#include_optional_metrics_in_service_ping ApplicationSettings#include_optional_metrics_in_service_ping}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#include_optional_metrics_in_service_ping ApplicationSettings#include_optional_metrics_in_service_ping}
---
@@ -16700,7 +16700,7 @@ in_product_marketing_emails_enabled: typing.Union[bool, IResolvable]
Enable in-product marketing emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#in_product_marketing_emails_enabled ApplicationSettings#in_product_marketing_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#in_product_marketing_emails_enabled ApplicationSettings#in_product_marketing_emails_enabled}
---
@@ -16714,7 +16714,7 @@ invisible_captcha_enabled: typing.Union[bool, IResolvable]
Enable Invisible CAPTCHA spam detection during sign-up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#invisible_captcha_enabled ApplicationSettings#invisible_captcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#invisible_captcha_enabled ApplicationSettings#invisible_captcha_enabled}
---
@@ -16728,7 +16728,7 @@ issues_create_limit: typing.Union[int, float]
Max number of issue creation requests per minute per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#issues_create_limit ApplicationSettings#issues_create_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#issues_create_limit ApplicationSettings#issues_create_limit}
---
@@ -16742,7 +16742,7 @@ jira_connect_application_key: str
ID of the OAuth application used to authenticate with the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_application_key ApplicationSettings#jira_connect_application_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_application_key ApplicationSettings#jira_connect_application_key}
---
@@ -16756,7 +16756,7 @@ jira_connect_proxy_url: str
URL of the GitLab instance used as a proxy for the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_proxy_url ApplicationSettings#jira_connect_proxy_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_proxy_url ApplicationSettings#jira_connect_proxy_url}
---
@@ -16770,7 +16770,7 @@ jira_connect_public_key_storage_enabled: typing.Union[bool, IResolvable]
Enable public key storage for the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_public_key_storage_enabled ApplicationSettings#jira_connect_public_key_storage_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_public_key_storage_enabled ApplicationSettings#jira_connect_public_key_storage_enabled}
---
@@ -16784,7 +16784,7 @@ keep_latest_artifact: typing.Union[bool, IResolvable]
Prevent the deletion of the artifacts from the most recent successful jobs, regardless of the expiry time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#keep_latest_artifact ApplicationSettings#keep_latest_artifact}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#keep_latest_artifact ApplicationSettings#keep_latest_artifact}
---
@@ -16798,7 +16798,7 @@ local_markdown_version: typing.Union[int, float]
Increase this value when any cached Markdown should be invalidated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#local_markdown_version ApplicationSettings#local_markdown_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#local_markdown_version ApplicationSettings#local_markdown_version}
---
@@ -16814,7 +16814,7 @@ Indicates whether the GitLab Duo features enabled setting is enforced for all su
Introduced in GitLab 16.10. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#lock_duo_features_enabled ApplicationSettings#lock_duo_features_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#lock_duo_features_enabled ApplicationSettings#lock_duo_features_enabled}
---
@@ -16828,7 +16828,7 @@ mailgun_events_enabled: typing.Union[bool, IResolvable]
Enable Mailgun event receiver.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mailgun_events_enabled ApplicationSettings#mailgun_events_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mailgun_events_enabled ApplicationSettings#mailgun_events_enabled}
---
@@ -16842,7 +16842,7 @@ mailgun_signing_key: str
The Mailgun HTTP webhook signing key for receiving events from webhook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mailgun_signing_key ApplicationSettings#mailgun_signing_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mailgun_signing_key ApplicationSettings#mailgun_signing_key}
---
@@ -16856,7 +16856,7 @@ maintenance_mode: typing.Union[bool, IResolvable]
When instance is in maintenance mode, non-administrative users can sign in with read-only access and make read-only API requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
---
@@ -16870,7 +16870,7 @@ maintenance_mode_message: str
Message displayed when instance is in maintenance mode.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maintenance_mode_message ApplicationSettings#maintenance_mode_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maintenance_mode_message ApplicationSettings#maintenance_mode_message}
---
@@ -16884,7 +16884,7 @@ maven_package_requests_forwarding: typing.Union[bool, IResolvable]
Use repo.maven.apache.org as a default remote repository when the package is not found in the GitLab Package Registry for Maven. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maven_package_requests_forwarding ApplicationSettings#maven_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maven_package_requests_forwarding ApplicationSettings#maven_package_requests_forwarding}
---
@@ -16898,7 +16898,7 @@ max_artifacts_size: typing.Union[int, float]
Maximum artifacts size in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_artifacts_size ApplicationSettings#max_artifacts_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_artifacts_size ApplicationSettings#max_artifacts_size}
---
@@ -16912,7 +16912,7 @@ max_attachment_size: typing.Union[int, float]
Limit attachment size in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_attachment_size ApplicationSettings#max_attachment_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_attachment_size ApplicationSettings#max_attachment_size}
---
@@ -16926,7 +16926,7 @@ max_decompressed_archive_size: typing.Union[int, float]
Maximum decompressed archive size in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_decompressed_archive_size ApplicationSettings#max_decompressed_archive_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_decompressed_archive_size ApplicationSettings#max_decompressed_archive_size}
---
@@ -16940,7 +16940,7 @@ max_export_size: typing.Union[int, float]
Maximum export size in MB. 0 for unlimited.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_export_size ApplicationSettings#max_export_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_export_size ApplicationSettings#max_export_size}
---
@@ -16954,7 +16954,7 @@ max_import_remote_file_size: typing.Union[int, float]
Maximum remote file size for imports from external object storages. Introduced in GitLab 16.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_import_remote_file_size ApplicationSettings#max_import_remote_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_import_remote_file_size ApplicationSettings#max_import_remote_file_size}
---
@@ -16968,7 +16968,7 @@ max_import_size: typing.Union[int, float]
Maximum import size in MB. 0 for unlimited.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_import_size ApplicationSettings#max_import_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_import_size ApplicationSettings#max_import_size}
---
@@ -16982,7 +16982,7 @@ max_login_attempts: typing.Union[int, float]
Maximum number of sign-in attempts before locking out the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_login_attempts ApplicationSettings#max_login_attempts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_login_attempts ApplicationSettings#max_login_attempts}
---
@@ -16998,7 +16998,7 @@ Maximum number of unique repositories a user can download in the specified time
Maximum: 10,000 repositories. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_number_of_repository_downloads ApplicationSettings#max_number_of_repository_downloads}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_number_of_repository_downloads ApplicationSettings#max_number_of_repository_downloads}
---
@@ -17012,7 +17012,7 @@ max_number_of_repository_downloads_within_time_period: typing.Union[int, float]
Reporting time period (in seconds). Maximum: 864000 seconds (10 days). Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_number_of_repository_downloads_within_time_period ApplicationSettings#max_number_of_repository_downloads_within_time_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_number_of_repository_downloads_within_time_period ApplicationSettings#max_number_of_repository_downloads_within_time_period}
---
@@ -17026,7 +17026,7 @@ max_pages_size: typing.Union[int, float]
Maximum size of pages repositories in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_pages_size ApplicationSettings#max_pages_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_pages_size ApplicationSettings#max_pages_size}
---
@@ -17040,7 +17040,7 @@ max_personal_access_token_lifetime: typing.Union[int, float]
Maximum allowable lifetime for access tokens in days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_personal_access_token_lifetime ApplicationSettings#max_personal_access_token_lifetime}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_personal_access_token_lifetime ApplicationSettings#max_personal_access_token_lifetime}
---
@@ -17054,7 +17054,7 @@ max_ssh_key_lifetime: typing.Union[int, float]
Maximum allowable lifetime for SSH keys in days. Introduced in GitLab 14.6.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_ssh_key_lifetime ApplicationSettings#max_ssh_key_lifetime}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_ssh_key_lifetime ApplicationSettings#max_ssh_key_lifetime}
---
@@ -17068,7 +17068,7 @@ max_terraform_state_size_bytes: typing.Union[int, float]
Maximum size in bytes of the Terraform state files. Set this to 0 for unlimited file size.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_terraform_state_size_bytes ApplicationSettings#max_terraform_state_size_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_terraform_state_size_bytes ApplicationSettings#max_terraform_state_size_bytes}
---
@@ -17082,7 +17082,7 @@ metrics_method_call_threshold: typing.Union[int, float]
A method call is only tracked when it takes longer than the given amount of milliseconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#metrics_method_call_threshold ApplicationSettings#metrics_method_call_threshold}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#metrics_method_call_threshold ApplicationSettings#metrics_method_call_threshold}
---
@@ -17096,7 +17096,7 @@ minimum_password_length: typing.Union[int, float]
Indicates whether passwords require a minimum length. Introduced in GitLab 15.1. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#minimum_password_length ApplicationSettings#minimum_password_length}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#minimum_password_length ApplicationSettings#minimum_password_length}
---
@@ -17110,7 +17110,7 @@ mirror_available: typing.Union[bool, IResolvable]
Allow repository mirroring to configured by project Maintainers. If disabled, only Administrators can configure repository mirroring.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
---
@@ -17124,7 +17124,7 @@ mirror_capacity_threshold: typing.Union[int, float]
Minimum capacity to be available before scheduling more mirrors preemptively.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_capacity_threshold ApplicationSettings#mirror_capacity_threshold}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_capacity_threshold ApplicationSettings#mirror_capacity_threshold}
---
@@ -17138,7 +17138,7 @@ mirror_max_capacity: typing.Union[int, float]
Maximum number of mirrors that can be synchronizing at the same time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_max_capacity ApplicationSettings#mirror_max_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_max_capacity ApplicationSettings#mirror_max_capacity}
---
@@ -17152,7 +17152,7 @@ mirror_max_delay: typing.Union[int, float]
Maximum time (in minutes) between updates that a mirror can have when scheduled to synchronize.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_max_delay ApplicationSettings#mirror_max_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_max_delay ApplicationSettings#mirror_max_delay}
---
@@ -17166,7 +17166,7 @@ npm_package_requests_forwarding: typing.Union[bool, IResolvable]
Use npmjs.org as a default remote repository when the package is not found in the GitLab Package Registry for npm.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#npm_package_requests_forwarding ApplicationSettings#npm_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#npm_package_requests_forwarding ApplicationSettings#npm_package_requests_forwarding}
---
@@ -17180,7 +17180,7 @@ nuget_skip_metadata_url_validation: typing.Union[bool, IResolvable]
Indicates whether to skip metadata URL validation for the NuGet package. Introduced in GitLab 17.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#nuget_skip_metadata_url_validation ApplicationSettings#nuget_skip_metadata_url_validation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#nuget_skip_metadata_url_validation ApplicationSettings#nuget_skip_metadata_url_validation}
---
@@ -17194,7 +17194,7 @@ outbound_local_requests_whitelist: typing.List[str]
Define a list of trusted domains or IP addresses to which local requests are allowed when local requests for hooks and services are disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#outbound_local_requests_whitelist ApplicationSettings#outbound_local_requests_whitelist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#outbound_local_requests_whitelist ApplicationSettings#outbound_local_requests_whitelist}
---
@@ -17208,7 +17208,7 @@ package_metadata_purl_types: typing.List[typing.Union[int, float]]
List of package registry metadata to sync. See the list of the available values (https://gitlab.com/gitlab-org/gitlab/-/blob/ace16c20d5da7c4928dd03fb139692638b557fe3/app/models/concerns/enums/package_metadata.rb#L5). Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_metadata_purl_types ApplicationSettings#package_metadata_purl_types}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_metadata_purl_types ApplicationSettings#package_metadata_purl_types}
---
@@ -17222,7 +17222,7 @@ package_registry_allow_anyone_to_pull_option: typing.Union[bool, IResolvable]
Enable to allow anyone to pull from Package Registry visible and changeable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_registry_allow_anyone_to_pull_option ApplicationSettings#package_registry_allow_anyone_to_pull_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_registry_allow_anyone_to_pull_option ApplicationSettings#package_registry_allow_anyone_to_pull_option}
---
@@ -17236,7 +17236,7 @@ package_registry_cleanup_policies_worker_capacity: typing.Union[int, float]
Number of workers assigned to the packages cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_registry_cleanup_policies_worker_capacity ApplicationSettings#package_registry_cleanup_policies_worker_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_registry_cleanup_policies_worker_capacity ApplicationSettings#package_registry_cleanup_policies_worker_capacity}
---
@@ -17252,7 +17252,7 @@ Require users to prove ownership of custom domains.
Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pages_domain_verification_enabled ApplicationSettings#pages_domain_verification_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pages_domain_verification_enabled ApplicationSettings#pages_domain_verification_enabled}
---
@@ -17266,7 +17266,7 @@ password_authentication_enabled_for_git: typing.Union[bool, IResolvable]
Enable authentication for Git over HTTP(S) via a GitLab account password.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_authentication_enabled_for_git ApplicationSettings#password_authentication_enabled_for_git}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_authentication_enabled_for_git ApplicationSettings#password_authentication_enabled_for_git}
---
@@ -17280,7 +17280,7 @@ password_authentication_enabled_for_web: typing.Union[bool, IResolvable]
Enable authentication for the web interface via a GitLab account password.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_authentication_enabled_for_web ApplicationSettings#password_authentication_enabled_for_web}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_authentication_enabled_for_web ApplicationSettings#password_authentication_enabled_for_web}
---
@@ -17294,7 +17294,7 @@ password_lowercase_required: typing.Union[bool, IResolvable]
Indicates whether passwords require at least one lowercase letter. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_lowercase_required ApplicationSettings#password_lowercase_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_lowercase_required ApplicationSettings#password_lowercase_required}
---
@@ -17308,7 +17308,7 @@ password_number_required: typing.Union[bool, IResolvable]
Indicates whether passwords require at least one number. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_number_required ApplicationSettings#password_number_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_number_required ApplicationSettings#password_number_required}
---
@@ -17322,7 +17322,7 @@ password_symbol_required: typing.Union[bool, IResolvable]
Indicates whether passwords require at least one symbol character. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_symbol_required ApplicationSettings#password_symbol_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_symbol_required ApplicationSettings#password_symbol_required}
---
@@ -17336,7 +17336,7 @@ password_uppercase_required: typing.Union[bool, IResolvable]
Indicates whether passwords require at least one uppercase letter. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_uppercase_required ApplicationSettings#password_uppercase_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_uppercase_required ApplicationSettings#password_uppercase_required}
---
@@ -17350,7 +17350,7 @@ performance_bar_allowed_group_path: str
Path of the group that is allowed to toggle the performance bar.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#performance_bar_allowed_group_path ApplicationSettings#performance_bar_allowed_group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#performance_bar_allowed_group_path ApplicationSettings#performance_bar_allowed_group_path}
---
@@ -17364,7 +17364,7 @@ personal_access_token_prefix: str
Prefix for all generated personal access tokens.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#personal_access_token_prefix ApplicationSettings#personal_access_token_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#personal_access_token_prefix ApplicationSettings#personal_access_token_prefix}
---
@@ -17378,7 +17378,7 @@ pipeline_limit_per_project_user_sha: typing.Union[int, float]
Maximum number of pipeline creation requests per minute per user and commit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pipeline_limit_per_project_user_sha ApplicationSettings#pipeline_limit_per_project_user_sha}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pipeline_limit_per_project_user_sha ApplicationSettings#pipeline_limit_per_project_user_sha}
---
@@ -17392,7 +17392,7 @@ plantuml_enabled: typing.Union[bool, IResolvable]
(If enabled, requires: plantuml_url) Enable PlantUML integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
---
@@ -17406,7 +17406,7 @@ plantuml_url: str
The PlantUML instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
---
@@ -17420,7 +17420,7 @@ polling_interval_multiplier: typing.Union[int, float]
Interval multiplier used by endpoints that perform polling. Set to 0 to disable polling.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#polling_interval_multiplier ApplicationSettings#polling_interval_multiplier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#polling_interval_multiplier ApplicationSettings#polling_interval_multiplier}
---
@@ -17434,7 +17434,7 @@ project_export_enabled: typing.Union[bool, IResolvable]
Enable project export.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#project_export_enabled ApplicationSettings#project_export_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#project_export_enabled ApplicationSettings#project_export_enabled}
---
@@ -17448,7 +17448,7 @@ project_jobs_api_rate_limit: typing.Union[int, float]
Maximum authenticated requests to /project/:id/jobs per minute. Introduced in GitLab 16.5.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#project_jobs_api_rate_limit ApplicationSettings#project_jobs_api_rate_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#project_jobs_api_rate_limit ApplicationSettings#project_jobs_api_rate_limit}
---
@@ -17462,7 +17462,7 @@ projects_api_rate_limit_unauthenticated: typing.Union[int, float]
Introduced in GitLab 15.10. Max number of requests per 10 minutes per IP address for unauthenticated requests to the list all projects API. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#projects_api_rate_limit_unauthenticated ApplicationSettings#projects_api_rate_limit_unauthenticated}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#projects_api_rate_limit_unauthenticated ApplicationSettings#projects_api_rate_limit_unauthenticated}
---
@@ -17476,7 +17476,7 @@ prometheus_metrics_enabled: typing.Union[bool, IResolvable]
Enable Prometheus metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#prometheus_metrics_enabled ApplicationSettings#prometheus_metrics_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#prometheus_metrics_enabled ApplicationSettings#prometheus_metrics_enabled}
---
@@ -17490,7 +17490,7 @@ protected_ci_variables: typing.Union[bool, IResolvable]
CI/CD variables are protected by default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#protected_ci_variables ApplicationSettings#protected_ci_variables}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#protected_ci_variables ApplicationSettings#protected_ci_variables}
---
@@ -17506,7 +17506,7 @@ Number of changes (branches or tags) in a single push to determine whether indiv
Bulk push events are created if it surpasses that value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#push_event_activities_limit ApplicationSettings#push_event_activities_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#push_event_activities_limit ApplicationSettings#push_event_activities_limit}
---
@@ -17522,7 +17522,7 @@ Number of changes (branches or tags) in a single push to determine whether webho
Webhooks and services aren’t submitted if it surpasses that value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#push_event_hooks_limit ApplicationSettings#push_event_hooks_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#push_event_hooks_limit ApplicationSettings#push_event_hooks_limit}
---
@@ -17536,7 +17536,7 @@ pypi_package_requests_forwarding: typing.Union[bool, IResolvable]
Use pypi.org as a default remote repository when the package is not found in the GitLab Package Registry for PyPI.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pypi_package_requests_forwarding ApplicationSettings#pypi_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pypi_package_requests_forwarding ApplicationSettings#pypi_package_requests_forwarding}
---
@@ -17552,7 +17552,7 @@ When rate limiting is enabled via the throttle_* settings, send this plain text
‘Retry later’ is sent if this is blank.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#rate_limiting_response_text ApplicationSettings#rate_limiting_response_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#rate_limiting_response_text ApplicationSettings#rate_limiting_response_text}
---
@@ -17566,7 +17566,7 @@ raw_blob_request_limit: typing.Union[int, float]
Max number of requests per minute for each raw path. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#raw_blob_request_limit ApplicationSettings#raw_blob_request_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#raw_blob_request_limit ApplicationSettings#raw_blob_request_limit}
---
@@ -17580,7 +17580,7 @@ recaptcha_enabled: typing.Union[bool, IResolvable]
(If enabled, requires: recaptcha_private_key and recaptcha_site_key) Enable reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
---
@@ -17594,7 +17594,7 @@ recaptcha_private_key: str
Private key for reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_private_key ApplicationSettings#recaptcha_private_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_private_key ApplicationSettings#recaptcha_private_key}
---
@@ -17608,7 +17608,7 @@ recaptcha_site_key: str
Site key for reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_site_key ApplicationSettings#recaptcha_site_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_site_key ApplicationSettings#recaptcha_site_key}
---
@@ -17622,7 +17622,7 @@ receive_max_input_size: typing.Union[int, float]
Maximum push size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#receive_max_input_size ApplicationSettings#receive_max_input_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#receive_max_input_size ApplicationSettings#receive_max_input_size}
---
@@ -17636,7 +17636,7 @@ receptive_cluster_agents_enabled: typing.Union[bool, IResolvable]
Enable receptive mode for GitLab Agents for Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#receptive_cluster_agents_enabled ApplicationSettings#receptive_cluster_agents_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#receptive_cluster_agents_enabled ApplicationSettings#receptive_cluster_agents_enabled}
---
@@ -17650,7 +17650,7 @@ remember_me_enabled: typing.Union[bool, IResolvable]
Enable Remember me setting. Introduced in GitLab 16.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#remember_me_enabled ApplicationSettings#remember_me_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#remember_me_enabled ApplicationSettings#remember_me_enabled}
---
@@ -17664,7 +17664,7 @@ repository_checks_enabled: typing.Union[bool, IResolvable]
GitLab periodically runs git fsck in all project and wiki repositories to look for silent disk corruption issues.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_checks_enabled ApplicationSettings#repository_checks_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_checks_enabled ApplicationSettings#repository_checks_enabled}
---
@@ -17678,7 +17678,7 @@ repository_size_limit: typing.Union[int, float]
Size limit per repository (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_size_limit ApplicationSettings#repository_size_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_size_limit ApplicationSettings#repository_size_limit}
---
@@ -17692,7 +17692,7 @@ repository_storages: typing.List[str]
(GitLab 13.0 and earlier) List of names of enabled storage paths, taken from gitlab.yml. New projects are created in one of these stores, chosen at random.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
---
@@ -17706,7 +17706,7 @@ repository_storages_weighted: typing.Mapping[typing.Union[int, float]]
(GitLab 13.1 and later) Hash of names of taken from gitlab.yml to weights. New projects are created in one of these stores, chosen by a weighted random selection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_storages_weighted ApplicationSettings#repository_storages_weighted}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_storages_weighted ApplicationSettings#repository_storages_weighted}
---
@@ -17720,7 +17720,7 @@ require_admin_approval_after_user_signup: typing.Union[bool, IResolvable]
When enabled, any user that signs up for an account using the registration form is placed under a Pending approval state and has to be explicitly approved by an administrator.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_admin_approval_after_user_signup ApplicationSettings#require_admin_approval_after_user_signup}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_admin_approval_after_user_signup ApplicationSettings#require_admin_approval_after_user_signup}
---
@@ -17734,7 +17734,7 @@ require_admin_two_factor_authentication: typing.Union[bool, IResolvable]
Allow administrators to require 2FA for all administrators on the instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_admin_two_factor_authentication ApplicationSettings#require_admin_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_admin_two_factor_authentication ApplicationSettings#require_admin_two_factor_authentication}
---
@@ -17748,7 +17748,7 @@ require_personal_access_token_expiry: typing.Union[bool, IResolvable]
When enabled, users must set an expiration date when creating a group or project access token, or a personal access token owned by a non-service account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_personal_access_token_expiry ApplicationSettings#require_personal_access_token_expiry}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_personal_access_token_expiry ApplicationSettings#require_personal_access_token_expiry}
---
@@ -17762,7 +17762,7 @@ require_two_factor_authentication: typing.Union[bool, IResolvable]
(If enabled, requires: two_factor_grace_period) Require all users to set up Two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_two_factor_authentication ApplicationSettings#require_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_two_factor_authentication ApplicationSettings#require_two_factor_authentication}
---
@@ -17778,7 +17778,7 @@ Selected levels cannot be used by non-Administrator users for groups, projects o
Can take private, internal and public as a parameter. Null means there is no restriction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#restricted_visibility_levels ApplicationSettings#restricted_visibility_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#restricted_visibility_levels ApplicationSettings#restricted_visibility_levels}
---
@@ -17792,7 +17792,7 @@ rsa_key_restriction: typing.Union[int, float]
The minimum allowed bit length of an uploaded RSA key. 0 means no restriction. -1 disables RSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#rsa_key_restriction ApplicationSettings#rsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#rsa_key_restriction ApplicationSettings#rsa_key_restriction}
---
@@ -17806,7 +17806,7 @@ search_rate_limit: typing.Union[int, float]
Max number of requests per minute for performing a search while authenticated. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#search_rate_limit ApplicationSettings#search_rate_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#search_rate_limit ApplicationSettings#search_rate_limit}
---
@@ -17820,7 +17820,7 @@ search_rate_limit_unauthenticated: typing.Union[int, float]
Max number of requests per minute for performing a search while unauthenticated. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#search_rate_limit_unauthenticated ApplicationSettings#search_rate_limit_unauthenticated}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#search_rate_limit_unauthenticated ApplicationSettings#search_rate_limit_unauthenticated}
---
@@ -17834,7 +17834,7 @@ security_approval_policies_limit: typing.Union[int, float]
Maximum number of active merge request approval policies per security policy project. Maximum: 20.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_approval_policies_limit ApplicationSettings#security_approval_policies_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_approval_policies_limit ApplicationSettings#security_approval_policies_limit}
---
@@ -17848,7 +17848,7 @@ security_policy_global_group_approvers_enabled: typing.Union[bool, IResolvable]
Whether to look up merge request approval policy approval groups globally or within project hierarchies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_policy_global_group_approvers_enabled ApplicationSettings#security_policy_global_group_approvers_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_policy_global_group_approvers_enabled ApplicationSettings#security_policy_global_group_approvers_enabled}
---
@@ -17862,7 +17862,7 @@ security_txt_content: str
Public security contact information. Introduced in GitLab 16.7.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_txt_content ApplicationSettings#security_txt_content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_txt_content ApplicationSettings#security_txt_content}
---
@@ -17876,7 +17876,7 @@ send_user_confirmation_email: typing.Union[bool, IResolvable]
Send confirmation email on sign-up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#send_user_confirmation_email ApplicationSettings#send_user_confirmation_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#send_user_confirmation_email ApplicationSettings#send_user_confirmation_email}
---
@@ -17890,7 +17890,7 @@ service_access_tokens_expiration_enforced: typing.Union[bool, IResolvable]
Flag to indicate if token expiry date can be optional for service account users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#service_access_tokens_expiration_enforced ApplicationSettings#service_access_tokens_expiration_enforced}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#service_access_tokens_expiration_enforced ApplicationSettings#service_access_tokens_expiration_enforced}
---
@@ -17904,7 +17904,7 @@ session_expire_delay: typing.Union[int, float]
Session duration in minutes. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#session_expire_delay ApplicationSettings#session_expire_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#session_expire_delay ApplicationSettings#session_expire_delay}
---
@@ -17918,7 +17918,7 @@ shared_runners_enabled: typing.Union[bool, IResolvable]
(If enabled, requires: shared_runners_text and shared_runners_minutes) Enable shared runners for new projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_enabled ApplicationSettings#shared_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_enabled ApplicationSettings#shared_runners_enabled}
---
@@ -17932,7 +17932,7 @@ shared_runners_minutes: typing.Union[int, float]
Set the maximum number of CI/CD minutes that a group can use on shared runners per month.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_minutes ApplicationSettings#shared_runners_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_minutes ApplicationSettings#shared_runners_minutes}
---
@@ -17946,7 +17946,7 @@ shared_runners_text: str
Shared runners text.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_text ApplicationSettings#shared_runners_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_text ApplicationSettings#shared_runners_text}
---
@@ -17960,7 +17960,7 @@ sidekiq_job_limiter_compression_threshold_bytes: typing.Union[int, float]
The threshold in bytes at which Sidekiq jobs are compressed before being stored in Redis.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_compression_threshold_bytes ApplicationSettings#sidekiq_job_limiter_compression_threshold_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_compression_threshold_bytes ApplicationSettings#sidekiq_job_limiter_compression_threshold_bytes}
---
@@ -17974,7 +17974,7 @@ sidekiq_job_limiter_limit_bytes: typing.Union[int, float]
The threshold in bytes at which Sidekiq jobs are rejected. 0 means do not reject any job.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_limit_bytes ApplicationSettings#sidekiq_job_limiter_limit_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_limit_bytes ApplicationSettings#sidekiq_job_limiter_limit_bytes}
---
@@ -17988,7 +17988,7 @@ sidekiq_job_limiter_mode: str
track or compress. Sets the behavior for Sidekiq job size limits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_mode ApplicationSettings#sidekiq_job_limiter_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_mode ApplicationSettings#sidekiq_job_limiter_mode}
---
@@ -18002,7 +18002,7 @@ sign_in_text: str
Text on the login page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sign_in_text ApplicationSettings#sign_in_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sign_in_text ApplicationSettings#sign_in_text}
---
@@ -18016,7 +18016,7 @@ signup_enabled: typing.Union[bool, IResolvable]
Enable registration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
---
@@ -18030,7 +18030,7 @@ silent_admin_exports_enabled: typing.Union[bool, IResolvable]
Enable Silent admin exports.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#silent_admin_exports_enabled ApplicationSettings#silent_admin_exports_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#silent_admin_exports_enabled ApplicationSettings#silent_admin_exports_enabled}
---
@@ -18044,7 +18044,7 @@ silent_mode_enabled: typing.Union[bool, IResolvable]
Enable Silent mode.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#silent_mode_enabled ApplicationSettings#silent_mode_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#silent_mode_enabled ApplicationSettings#silent_mode_enabled}
---
@@ -18058,7 +18058,7 @@ slack_app_enabled: typing.Union[bool, IResolvable]
(If enabled, requires: slack_app_id, slack_app_secret and slack_app_secret) Enable Slack app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_enabled ApplicationSettings#slack_app_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_enabled ApplicationSettings#slack_app_enabled}
---
@@ -18072,7 +18072,7 @@ slack_app_id: str
The app ID of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_id ApplicationSettings#slack_app_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_id ApplicationSettings#slack_app_id}
---
@@ -18086,7 +18086,7 @@ slack_app_secret: str
The app secret of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_secret ApplicationSettings#slack_app_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_secret ApplicationSettings#slack_app_secret}
---
@@ -18100,7 +18100,7 @@ slack_app_signing_secret: str
The signing secret of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_signing_secret ApplicationSettings#slack_app_signing_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_signing_secret ApplicationSettings#slack_app_signing_secret}
---
@@ -18114,7 +18114,7 @@ slack_app_verification_token: str
The verification token of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_verification_token ApplicationSettings#slack_app_verification_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_verification_token ApplicationSettings#slack_app_verification_token}
---
@@ -18128,7 +18128,7 @@ snippet_size_limit: typing.Union[int, float]
Max snippet content size in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snippet_size_limit ApplicationSettings#snippet_size_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snippet_size_limit ApplicationSettings#snippet_size_limit}
---
@@ -18142,7 +18142,7 @@ snowplow_app_id: str
The Snowplow site name / application ID. (for example, gitlab).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_app_id ApplicationSettings#snowplow_app_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_app_id ApplicationSettings#snowplow_app_id}
---
@@ -18156,7 +18156,7 @@ snowplow_collector_hostname: str
The Snowplow collector hostname. (for example, snowplow.trx.gitlab.net).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_collector_hostname ApplicationSettings#snowplow_collector_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_collector_hostname ApplicationSettings#snowplow_collector_hostname}
---
@@ -18170,7 +18170,7 @@ snowplow_cookie_domain: str
The Snowplow cookie domain. (for example, .gitlab.com).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_cookie_domain ApplicationSettings#snowplow_cookie_domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_cookie_domain ApplicationSettings#snowplow_cookie_domain}
---
@@ -18184,7 +18184,7 @@ snowplow_database_collector_hostname: str
The Snowplow collector for database events hostname. (for example, db-snowplow.trx.gitlab.net).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_database_collector_hostname ApplicationSettings#snowplow_database_collector_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_database_collector_hostname ApplicationSettings#snowplow_database_collector_hostname}
---
@@ -18198,7 +18198,7 @@ snowplow_enabled: typing.Union[bool, IResolvable]
Enable snowplow tracking.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
---
@@ -18212,7 +18212,7 @@ sourcegraph_enabled: typing.Union[bool, IResolvable]
Enables Sourcegraph integration. If enabled, requires sourcegraph_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
---
@@ -18226,7 +18226,7 @@ sourcegraph_public_only: typing.Union[bool, IResolvable]
Blocks Sourcegraph from being loaded on private and internal projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_public_only ApplicationSettings#sourcegraph_public_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_public_only ApplicationSettings#sourcegraph_public_only}
---
@@ -18240,7 +18240,7 @@ sourcegraph_url: str
The Sourcegraph instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
---
@@ -18254,7 +18254,7 @@ spam_check_api_key: str
API key used by GitLab for accessing the Spam Check service endpoint.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_api_key ApplicationSettings#spam_check_api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_api_key ApplicationSettings#spam_check_api_key}
---
@@ -18268,7 +18268,7 @@ spam_check_endpoint_enabled: typing.Union[bool, IResolvable]
Enables spam checking using external Spam Check API endpoint.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_endpoint_enabled ApplicationSettings#spam_check_endpoint_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_endpoint_enabled ApplicationSettings#spam_check_endpoint_enabled}
---
@@ -18284,7 +18284,7 @@ URL of the external Spamcheck service endpoint.
Valid URI schemes are grpc or tls. Specifying tls forces communication to be encrypted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_endpoint_url ApplicationSettings#spam_check_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_endpoint_url ApplicationSettings#spam_check_endpoint_url}
---
@@ -18298,7 +18298,7 @@ static_objects_external_storage_auth_token: str
Authentication token for the external storage linked in static_objects_external_storage_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#static_objects_external_storage_auth_token ApplicationSettings#static_objects_external_storage_auth_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#static_objects_external_storage_auth_token ApplicationSettings#static_objects_external_storage_auth_token}
---
@@ -18312,7 +18312,7 @@ static_objects_external_storage_url: str
URL to an external storage for repository static objects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#static_objects_external_storage_url ApplicationSettings#static_objects_external_storage_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#static_objects_external_storage_url ApplicationSettings#static_objects_external_storage_url}
---
@@ -18326,7 +18326,7 @@ suggest_pipeline_enabled: typing.Union[bool, IResolvable]
Enable pipeline suggestion banner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#suggest_pipeline_enabled ApplicationSettings#suggest_pipeline_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#suggest_pipeline_enabled ApplicationSettings#suggest_pipeline_enabled}
---
@@ -18340,7 +18340,7 @@ terminal_max_session_time: typing.Union[int, float]
Maximum time for web terminal websocket connection (in seconds). Set to 0 for unlimited time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#terminal_max_session_time ApplicationSettings#terminal_max_session_time}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#terminal_max_session_time ApplicationSettings#terminal_max_session_time}
---
@@ -18354,7 +18354,7 @@ terms: str
(Required by: enforce_terms) Markdown content for the ToS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#terms ApplicationSettings#terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#terms ApplicationSettings#terms}
---
@@ -18370,7 +18370,7 @@ throttle_authenticated_api_enabled: typing.Union[bool, IResolvable]
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_enabled ApplicationSettings#throttle_authenticated_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_enabled ApplicationSettings#throttle_authenticated_api_enabled}
---
@@ -18384,7 +18384,7 @@ throttle_authenticated_api_period_in_seconds: typing.Union[int, float]
Rate limit period (in seconds).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_period_in_seconds ApplicationSettings#throttle_authenticated_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_period_in_seconds ApplicationSettings#throttle_authenticated_api_period_in_seconds}
---
@@ -18398,7 +18398,7 @@ throttle_authenticated_api_requests_per_period: typing.Union[int, float]
Maximum requests per period per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_requests_per_period ApplicationSettings#throttle_authenticated_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_requests_per_period ApplicationSettings#throttle_authenticated_api_requests_per_period}
---
@@ -18414,7 +18414,7 @@ throttle_authenticated_packages_api_enabled: typing.Union[bool, IResolvable]
Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_enabled ApplicationSettings#throttle_authenticated_packages_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_enabled ApplicationSettings#throttle_authenticated_packages_api_enabled}
---
@@ -18428,7 +18428,7 @@ throttle_authenticated_packages_api_period_in_seconds: typing.Union[int, float]
Rate limit period (in seconds). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_period_in_seconds ApplicationSettings#throttle_authenticated_packages_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_period_in_seconds ApplicationSettings#throttle_authenticated_packages_api_period_in_seconds}
---
@@ -18442,7 +18442,7 @@ throttle_authenticated_packages_api_requests_per_period: typing.Union[int, float
Maximum requests per period per user. View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_requests_per_period ApplicationSettings#throttle_authenticated_packages_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_requests_per_period ApplicationSettings#throttle_authenticated_packages_api_requests_per_period}
---
@@ -18458,7 +18458,7 @@ throttle_authenticated_web_enabled: typing.Union[bool, IResolvable]
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_enabled ApplicationSettings#throttle_authenticated_web_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_enabled ApplicationSettings#throttle_authenticated_web_enabled}
---
@@ -18472,7 +18472,7 @@ throttle_authenticated_web_period_in_seconds: typing.Union[int, float]
Rate limit period (in seconds).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_period_in_seconds ApplicationSettings#throttle_authenticated_web_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_period_in_seconds ApplicationSettings#throttle_authenticated_web_period_in_seconds}
---
@@ -18486,7 +18486,7 @@ throttle_authenticated_web_requests_per_period: typing.Union[int, float]
Maximum requests per period per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_requests_per_period ApplicationSettings#throttle_authenticated_web_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_requests_per_period ApplicationSettings#throttle_authenticated_web_requests_per_period}
---
@@ -18502,7 +18502,7 @@ throttle_unauthenticated_api_enabled: typing.Union[bool, IResolvable]
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_enabled ApplicationSettings#throttle_unauthenticated_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_enabled ApplicationSettings#throttle_unauthenticated_api_enabled}
---
@@ -18516,7 +18516,7 @@ throttle_unauthenticated_api_period_in_seconds: typing.Union[int, float]
Rate limit period in seconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_api_period_in_seconds}
---
@@ -18530,7 +18530,7 @@ throttle_unauthenticated_api_requests_per_period: typing.Union[int, float]
Max requests per period per IP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_requests_per_period ApplicationSettings#throttle_unauthenticated_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_requests_per_period ApplicationSettings#throttle_unauthenticated_api_requests_per_period}
---
@@ -18546,7 +18546,7 @@ throttle_unauthenticated_packages_api_enabled: typing.Union[bool, IResolvable]
Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_enabled ApplicationSettings#throttle_unauthenticated_packages_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_enabled ApplicationSettings#throttle_unauthenticated_packages_api_enabled}
---
@@ -18560,7 +18560,7 @@ throttle_unauthenticated_packages_api_period_in_seconds: typing.Union[int, float
Rate limit period (in seconds). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_packages_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_packages_api_period_in_seconds}
---
@@ -18574,7 +18574,7 @@ throttle_unauthenticated_packages_api_requests_per_period: typing.Union[int, flo
Maximum requests per period per user. View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_requests_per_period ApplicationSettings#throttle_unauthenticated_packages_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_requests_per_period ApplicationSettings#throttle_unauthenticated_packages_api_requests_per_period}
---
@@ -18590,7 +18590,7 @@ throttle_unauthenticated_web_enabled: typing.Union[bool, IResolvable]
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_enabled ApplicationSettings#throttle_unauthenticated_web_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_enabled ApplicationSettings#throttle_unauthenticated_web_enabled}
---
@@ -18604,7 +18604,7 @@ throttle_unauthenticated_web_period_in_seconds: typing.Union[int, float]
Rate limit period in seconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_period_in_seconds ApplicationSettings#throttle_unauthenticated_web_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_period_in_seconds ApplicationSettings#throttle_unauthenticated_web_period_in_seconds}
---
@@ -18618,7 +18618,7 @@ throttle_unauthenticated_web_requests_per_period: typing.Union[int, float]
Max requests per period per IP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_requests_per_period ApplicationSettings#throttle_unauthenticated_web_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_requests_per_period ApplicationSettings#throttle_unauthenticated_web_requests_per_period}
---
@@ -18632,7 +18632,7 @@ time_tracking_limit_to_hours: typing.Union[bool, IResolvable]
Limit display of time tracking units to hours.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#time_tracking_limit_to_hours ApplicationSettings#time_tracking_limit_to_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#time_tracking_limit_to_hours ApplicationSettings#time_tracking_limit_to_hours}
---
@@ -18646,7 +18646,7 @@ two_factor_grace_period: typing.Union[int, float]
Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#two_factor_grace_period ApplicationSettings#two_factor_grace_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#two_factor_grace_period ApplicationSettings#two_factor_grace_period}
---
@@ -18662,7 +18662,7 @@ Specifies how many days after sign-up to delete users who have not confirmed the
Only applicable if delete_unconfirmed_users is set to true. Must be 1 or greater. Introduced in GitLab 16.1. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unconfirmed_users_delete_after_days ApplicationSettings#unconfirmed_users_delete_after_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unconfirmed_users_delete_after_days ApplicationSettings#unconfirmed_users_delete_after_days}
---
@@ -18676,7 +18676,7 @@ unique_ips_limit_enabled: typing.Union[bool, IResolvable]
(If enabled, requires: unique_ips_limit_per_user and unique_ips_limit_time_window) Limit sign in from multiple IPs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_enabled ApplicationSettings#unique_ips_limit_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_enabled ApplicationSettings#unique_ips_limit_enabled}
---
@@ -18690,7 +18690,7 @@ unique_ips_limit_per_user: typing.Union[int, float]
Maximum number of IPs per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_per_user ApplicationSettings#unique_ips_limit_per_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_per_user ApplicationSettings#unique_ips_limit_per_user}
---
@@ -18704,7 +18704,7 @@ unique_ips_limit_time_window: typing.Union[int, float]
How many seconds an IP is counted towards the limit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_time_window ApplicationSettings#unique_ips_limit_time_window}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_time_window ApplicationSettings#unique_ips_limit_time_window}
---
@@ -18718,7 +18718,7 @@ update_runner_versions_enabled: typing.Union[bool, IResolvable]
Fetch GitLab Runner release version data from GitLab.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#update_runner_versions_enabled ApplicationSettings#update_runner_versions_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#update_runner_versions_enabled ApplicationSettings#update_runner_versions_enabled}
---
@@ -18732,7 +18732,7 @@ usage_ping_enabled: typing.Union[bool, IResolvable]
Every week GitLab reports license usage back to GitLab, Inc.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#usage_ping_enabled ApplicationSettings#usage_ping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#usage_ping_enabled ApplicationSettings#usage_ping_enabled}
---
@@ -18748,7 +18748,7 @@ Enables ClickHouse as a data source for analytics reports.
ClickHouse must be configured for this setting to take effect. Available on Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#use_clickhouse_for_analytics ApplicationSettings#use_clickhouse_for_analytics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#use_clickhouse_for_analytics ApplicationSettings#use_clickhouse_for_analytics}
---
@@ -18762,7 +18762,7 @@ user_deactivation_emails_enabled: typing.Union[bool, IResolvable]
Send an email to users upon account deactivation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_deactivation_emails_enabled ApplicationSettings#user_deactivation_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_deactivation_emails_enabled ApplicationSettings#user_deactivation_emails_enabled}
---
@@ -18776,7 +18776,7 @@ user_default_external: typing.Union[bool, IResolvable]
Newly registered users are external by default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_default_external ApplicationSettings#user_default_external}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_default_external ApplicationSettings#user_default_external}
---
@@ -18790,7 +18790,7 @@ user_default_internal_regex: str
Specify an email address regex pattern to identify default internal users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_default_internal_regex ApplicationSettings#user_default_internal_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_default_internal_regex ApplicationSettings#user_default_internal_regex}
---
@@ -18804,7 +18804,7 @@ user_defaults_to_private_profile: typing.Union[bool, IResolvable]
Newly created users have private profile by default. Introduced in GitLab 15.8.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_defaults_to_private_profile ApplicationSettings#user_defaults_to_private_profile}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_defaults_to_private_profile ApplicationSettings#user_defaults_to_private_profile}
---
@@ -18818,7 +18818,7 @@ user_oauth_applications: typing.Union[bool, IResolvable]
Allow users to register any application to use GitLab as an OAuth provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_oauth_applications ApplicationSettings#user_oauth_applications}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_oauth_applications ApplicationSettings#user_oauth_applications}
---
@@ -18832,7 +18832,7 @@ user_show_add_ssh_key_message: typing.Union[bool, IResolvable]
When set to false disable the You won't be able to pull or push project code via SSH warning shown to users with no uploaded SSH key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_show_add_ssh_key_message ApplicationSettings#user_show_add_ssh_key_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_show_add_ssh_key_message ApplicationSettings#user_show_add_ssh_key_message}
---
@@ -18846,7 +18846,7 @@ valid_runner_registrars: typing.List[str]
List of types which are allowed to register a GitLab Runner. Can be [], ['group'], ['project'] or ['group', 'project'].
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#valid_runner_registrars ApplicationSettings#valid_runner_registrars}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#valid_runner_registrars ApplicationSettings#valid_runner_registrars}
---
@@ -18860,7 +18860,7 @@ version_check_enabled: typing.Union[bool, IResolvable]
Let GitLab inform you when an update is available.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#version_check_enabled ApplicationSettings#version_check_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#version_check_enabled ApplicationSettings#version_check_enabled}
---
@@ -18874,7 +18874,7 @@ web_ide_clientside_preview_enabled: typing.Union[bool, IResolvable]
Live Preview (allow live previews of JavaScript projects in the Web IDE using CodeSandbox Live Preview).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#web_ide_clientside_preview_enabled ApplicationSettings#web_ide_clientside_preview_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#web_ide_clientside_preview_enabled ApplicationSettings#web_ide_clientside_preview_enabled}
---
@@ -18888,7 +18888,7 @@ whats_new_variant: str
What's new variant, possible values: all_tiers, current_tier, and disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#whats_new_variant ApplicationSettings#whats_new_variant}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#whats_new_variant ApplicationSettings#whats_new_variant}
---
@@ -18902,7 +18902,7 @@ wiki_page_max_content_bytes: typing.Union[int, float]
Maximum wiki page content size in bytes. The minimum value is 1024 bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#wiki_page_max_content_bytes ApplicationSettings#wiki_page_max_content_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#wiki_page_max_content_bytes ApplicationSettings#wiki_page_max_content_bytes}
---
@@ -18942,7 +18942,7 @@ allowed_to_merge: typing.List[typing.Union[int, float]]
An array of access levels allowed to merge. Supports Developer (30) or Maintainer (40).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allowed_to_merge ApplicationSettings#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allowed_to_merge ApplicationSettings#allowed_to_merge}
---
@@ -18956,7 +18956,7 @@ allowed_to_push: typing.List[typing.Union[int, float]]
An array of access levels allowed to push. Supports Developer (30) or Maintainer (40).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allowed_to_push ApplicationSettings#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allowed_to_push ApplicationSettings#allowed_to_push}
---
@@ -18970,7 +18970,7 @@ allow_force_push: typing.Union[bool, IResolvable]
Allow force push for all users with push access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_force_push ApplicationSettings#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_force_push ApplicationSettings#allow_force_push}
---
@@ -18984,7 +18984,7 @@ developer_can_initial_push: typing.Union[bool, IResolvable]
Allow developers to initial push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#developer_can_initial_push ApplicationSettings#developer_can_initial_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#developer_can_initial_push ApplicationSettings#developer_can_initial_push}
---
diff --git a/docs/applicationSettings.typescript.md b/docs/applicationSettings.typescript.md
index c41d1d12f..6a45cbbf3 100644
--- a/docs/applicationSettings.typescript.md
+++ b/docs/applicationSettings.typescript.md
@@ -4,7 +4,7 @@
### ApplicationSettings
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings gitlab_application_settings}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings gitlab_application_settings}.
#### Initializers
@@ -2664,7 +2664,7 @@ The construct id used in the generated config for the ApplicationSettings to imp
The id of the existing ApplicationSettings that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use
---
@@ -9916,7 +9916,7 @@ const applicationSettingsConfig: applicationSettings.ApplicationSettingsConfig =
| housekeepingIncrementalRepackPeriod
| number
| Number of Git pushes after which an incremental git repack is run. |
| housekeepingOptimizeRepositoryPeriod
| number
| Number of Git pushes after which an incremental git repack is run. |
| htmlEmailsEnabled
| boolean \| cdktf.IResolvable
| Enable HTML emails. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#id ApplicationSettings#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#id ApplicationSettings#id}. |
| importSources
| string[]
| Sources to allow project import from. Valid values are: `github`, `bitbucket`, `bitbucket_server`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`. |
| inactiveProjectsDeleteAfterMonths
| number
| If delete_inactive_projects is true, the time (in months) to wait before deleting inactive projects. |
| inactiveProjectsMinSizeMb
| number
| If delete_inactive_projects is true, the minimum repository size for projects to be checked for inactivity. |
@@ -10161,7 +10161,7 @@ public readonly abuseNotificationEmail: string;
If set, abuse reports are sent to this address. Abuse reports are always available in the Admin Area.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#abuse_notification_email ApplicationSettings#abuse_notification_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#abuse_notification_email ApplicationSettings#abuse_notification_email}
---
@@ -10175,7 +10175,7 @@ public readonly adminMode: boolean | IResolvable;
Require administrators to enable Admin Mode by re-authenticating for administrative tasks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#admin_mode ApplicationSettings#admin_mode}
---
@@ -10189,7 +10189,7 @@ public readonly afterSignOutPath: string;
Where to redirect users after logout.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#after_sign_out_path ApplicationSettings#after_sign_out_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#after_sign_out_path ApplicationSettings#after_sign_out_path}
---
@@ -10203,7 +10203,7 @@ public readonly afterSignUpText: string;
Text shown to the user after signing up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#after_sign_up_text ApplicationSettings#after_sign_up_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#after_sign_up_text ApplicationSettings#after_sign_up_text}
---
@@ -10217,7 +10217,7 @@ public readonly akismetApiKey: string;
API key for Akismet spam protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#akismet_api_key ApplicationSettings#akismet_api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#akismet_api_key ApplicationSettings#akismet_api_key}
---
@@ -10231,7 +10231,7 @@ public readonly akismetEnabled: boolean | IResolvable;
(If enabled, requires: akismet_api_key) Enable or disable Akismet spam protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#akismet_enabled ApplicationSettings#akismet_enabled}
---
@@ -10245,7 +10245,7 @@ public readonly allowAccountDeletion: boolean | IResolvable;
Set to true to allow users to delete their accounts. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_account_deletion ApplicationSettings#allow_account_deletion}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_account_deletion ApplicationSettings#allow_account_deletion}
---
@@ -10259,7 +10259,7 @@ public readonly allowGroupOwnersToManageLdap: boolean | IResolvable;
Set to true to allow group owners to manage LDAP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_group_owners_to_manage_ldap ApplicationSettings#allow_group_owners_to_manage_ldap}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_group_owners_to_manage_ldap ApplicationSettings#allow_group_owners_to_manage_ldap}
---
@@ -10273,7 +10273,7 @@ public readonly allowLocalRequestsFromSystemHooks: boolean | IResolvable;
Allow requests to the local network from system hooks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_local_requests_from_system_hooks ApplicationSettings#allow_local_requests_from_system_hooks}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_local_requests_from_system_hooks ApplicationSettings#allow_local_requests_from_system_hooks}
---
@@ -10287,7 +10287,7 @@ public readonly allowLocalRequestsFromWebHooksAndServices: boolean | IResolvable
Allow requests to the local network from web hooks and services.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_local_requests_from_web_hooks_and_services ApplicationSettings#allow_local_requests_from_web_hooks_and_services}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_local_requests_from_web_hooks_and_services ApplicationSettings#allow_local_requests_from_web_hooks_and_services}
---
@@ -10301,7 +10301,7 @@ public readonly allowProjectCreationForGuestAndBelow: boolean | IResolvable;
Indicates whether users assigned up to the Guest role can create groups and personal projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_project_creation_for_guest_and_below ApplicationSettings#allow_project_creation_for_guest_and_below}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_project_creation_for_guest_and_below ApplicationSettings#allow_project_creation_for_guest_and_below}
---
@@ -10315,7 +10315,7 @@ public readonly allowRunnerRegistrationToken: boolean | IResolvable;
Allow using a registration token to create a runner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_runner_registration_token ApplicationSettings#allow_runner_registration_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_runner_registration_token ApplicationSettings#allow_runner_registration_token}
---
@@ -10331,7 +10331,7 @@ Set the duration for which the jobs are considered as old and expired.
After that time passes, the jobs are archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: 15 days, 1 month, 2 years.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#archive_builds_in_human_readable ApplicationSettings#archive_builds_in_human_readable}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#archive_builds_in_human_readable ApplicationSettings#archive_builds_in_human_readable}
---
@@ -10345,7 +10345,7 @@ public readonly asciidocMaxIncludes: number;
Maximum limit of AsciiDoc include directives being processed in any one document. Maximum: 64.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asciidoc_max_includes ApplicationSettings#asciidoc_max_includes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asciidoc_max_includes ApplicationSettings#asciidoc_max_includes}
---
@@ -10361,7 +10361,7 @@ Assets that match these domains are not proxied.
Wildcards allowed. Your GitLab installation URL is automatically allowlisted. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_allowlist ApplicationSettings#asset_proxy_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_allowlist ApplicationSettings#asset_proxy_allowlist}
---
@@ -10375,7 +10375,7 @@ public readonly assetProxyEnabled: boolean | IResolvable;
(If enabled, requires: asset_proxy_url) Enable proxying of assets. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_enabled ApplicationSettings#asset_proxy_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_enabled ApplicationSettings#asset_proxy_enabled}
---
@@ -10389,7 +10389,7 @@ public readonly assetProxySecretKey: string;
Shared secret with the asset proxy server. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_secret_key ApplicationSettings#asset_proxy_secret_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_secret_key ApplicationSettings#asset_proxy_secret_key}
---
@@ -10403,7 +10403,7 @@ public readonly assetProxyUrl: string;
URL of the asset proxy server. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#asset_proxy_url ApplicationSettings#asset_proxy_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#asset_proxy_url ApplicationSettings#asset_proxy_url}
---
@@ -10419,7 +10419,7 @@ By default, we write to the authorized_keys file to support Git over SSH without
GitLab can be optimized to authenticate SSH keys via the database file. Only disable this if you have configured your OpenSSH server to use the AuthorizedKeysCommand.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#authorized_keys_enabled ApplicationSettings#authorized_keys_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#authorized_keys_enabled ApplicationSettings#authorized_keys_enabled}
---
@@ -10435,7 +10435,7 @@ When enabled, users will get automatically banned from the application when they
Introduced in GitLab 15.4. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_ban_user_on_excessive_projects_download ApplicationSettings#auto_ban_user_on_excessive_projects_download}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_ban_user_on_excessive_projects_download ApplicationSettings#auto_ban_user_on_excessive_projects_download}
---
@@ -10449,7 +10449,7 @@ public readonly autoDevopsDomain: string;
Specify a domain to use by default for every project’s Auto Review Apps and Auto Deploy stages.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_devops_domain ApplicationSettings#auto_devops_domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_devops_domain ApplicationSettings#auto_devops_domain}
---
@@ -10465,7 +10465,7 @@ Enable Auto DevOps for projects by default.
It automatically builds, tests, and deploys applications based on a predefined CI/CD configuration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#auto_devops_enabled ApplicationSettings#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#auto_devops_enabled ApplicationSettings#auto_devops_enabled}
---
@@ -10479,7 +10479,7 @@ public readonly automaticPurchasedStorageAllocation: boolean | IResolvable;
Enabling this permits automatic allocation of purchased storage in a namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#automatic_purchased_storage_allocation ApplicationSettings#automatic_purchased_storage_allocation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#automatic_purchased_storage_allocation ApplicationSettings#automatic_purchased_storage_allocation}
---
@@ -10493,7 +10493,7 @@ public readonly bulkImportConcurrentPipelineBatchLimit: number;
Maximum simultaneous Direct Transfer batches to process.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_concurrent_pipeline_batch_limit ApplicationSettings#bulk_import_concurrent_pipeline_batch_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_concurrent_pipeline_batch_limit ApplicationSettings#bulk_import_concurrent_pipeline_batch_limit}
---
@@ -10507,7 +10507,7 @@ public readonly bulkImportEnabled: boolean | IResolvable;
Enable migrating GitLab groups by direct transfer. Introduced in GitLab 15.8.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_enabled ApplicationSettings#bulk_import_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_enabled ApplicationSettings#bulk_import_enabled}
---
@@ -10521,7 +10521,7 @@ public readonly bulkImportMaxDownloadFileSize: number;
Maximum download file size when importing from source GitLab instances by direct transfer. Introduced in GitLab 16.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#bulk_import_max_download_file_size ApplicationSettings#bulk_import_max_download_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#bulk_import_max_download_file_size ApplicationSettings#bulk_import_max_download_file_size}
---
@@ -10535,7 +10535,7 @@ public readonly canCreateGroup: boolean | IResolvable;
Indicates whether users can create top-level groups. Introduced in GitLab 15.5.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#can_create_group ApplicationSettings#can_create_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#can_create_group ApplicationSettings#can_create_group}
---
@@ -10549,7 +10549,7 @@ public readonly checkNamespacePlan: boolean | IResolvable;
Enabling this makes only licensed EE features available to projects if the project namespace’s plan includes the feature or if the project is public.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#check_namespace_plan ApplicationSettings#check_namespace_plan}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#check_namespace_plan ApplicationSettings#check_namespace_plan}
---
@@ -10563,7 +10563,7 @@ public readonly ciMaxIncludes: number;
The maximum number of includes per pipeline.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ci_max_includes ApplicationSettings#ci_max_includes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ci_max_includes ApplicationSettings#ci_max_includes}
---
@@ -10577,7 +10577,7 @@ public readonly ciMaxTotalYamlSizeBytes: number;
The maximum amount of memory, in bytes, that can be allocated for the pipeline configuration, with all included YAML configuration files.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ci_max_total_yaml_size_bytes ApplicationSettings#ci_max_total_yaml_size_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ci_max_total_yaml_size_bytes ApplicationSettings#ci_max_total_yaml_size_bytes}
---
@@ -10591,7 +10591,7 @@ public readonly commitEmailHostname: string;
Custom hostname (for private commit emails).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#commit_email_hostname ApplicationSettings#commit_email_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#commit_email_hostname ApplicationSettings#commit_email_hostname}
---
@@ -10605,7 +10605,7 @@ public readonly concurrentBitbucketImportJobsLimit: number;
Maximum number of simultaneous import jobs for the Bitbucket Cloud importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_bitbucket_import_jobs_limit ApplicationSettings#concurrent_bitbucket_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_bitbucket_import_jobs_limit ApplicationSettings#concurrent_bitbucket_import_jobs_limit}
---
@@ -10619,7 +10619,7 @@ public readonly concurrentBitbucketServerImportJobsLimit: number;
Maximum number of simultaneous import jobs for the Bitbucket Server importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_bitbucket_server_import_jobs_limit ApplicationSettings#concurrent_bitbucket_server_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_bitbucket_server_import_jobs_limit ApplicationSettings#concurrent_bitbucket_server_import_jobs_limit}
---
@@ -10633,7 +10633,7 @@ public readonly concurrentGithubImportJobsLimit: number;
Maximum number of simultaneous import jobs for the GitHub importer. Introduced in GitLab 16.11.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#concurrent_github_import_jobs_limit ApplicationSettings#concurrent_github_import_jobs_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#concurrent_github_import_jobs_limit ApplicationSettings#concurrent_github_import_jobs_limit}
---
@@ -10647,7 +10647,7 @@ public readonly containerExpirationPoliciesEnableHistoricEntries: boolean | IRes
Enable cleanup policies for all projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_expiration_policies_enable_historic_entries ApplicationSettings#container_expiration_policies_enable_historic_entries}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_expiration_policies_enable_historic_entries ApplicationSettings#container_expiration_policies_enable_historic_entries}
---
@@ -10661,7 +10661,7 @@ public readonly containerRegistryCleanupTagsServiceMaxListSize: number;
The maximum number of tags that can be deleted in a single execution of cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_cleanup_tags_service_max_list_size ApplicationSettings#container_registry_cleanup_tags_service_max_list_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_cleanup_tags_service_max_list_size ApplicationSettings#container_registry_cleanup_tags_service_max_list_size}
---
@@ -10675,7 +10675,7 @@ public readonly containerRegistryDeleteTagsServiceTimeout: number;
The maximum time, in seconds, that the cleanup process can take to delete a batch of tags for cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_delete_tags_service_timeout ApplicationSettings#container_registry_delete_tags_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_delete_tags_service_timeout ApplicationSettings#container_registry_delete_tags_service_timeout}
---
@@ -10689,7 +10689,7 @@ public readonly containerRegistryExpirationPoliciesCaching: boolean | IResolvabl
Caching during the execution of cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_expiration_policies_caching ApplicationSettings#container_registry_expiration_policies_caching}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_expiration_policies_caching ApplicationSettings#container_registry_expiration_policies_caching}
---
@@ -10703,7 +10703,7 @@ public readonly containerRegistryExpirationPoliciesWorkerCapacity: number;
Number of workers for cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_expiration_policies_worker_capacity ApplicationSettings#container_registry_expiration_policies_worker_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_expiration_policies_worker_capacity ApplicationSettings#container_registry_expiration_policies_worker_capacity}
---
@@ -10717,7 +10717,7 @@ public readonly containerRegistryTokenExpireDelay: number;
Container Registry token duration in minutes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#container_registry_token_expire_delay ApplicationSettings#container_registry_token_expire_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#container_registry_token_expire_delay ApplicationSettings#container_registry_token_expire_delay}
---
@@ -10731,7 +10731,7 @@ public readonly deactivateDormantUsers: boolean | IResolvable;
Enable automatic deactivation of dormant users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deactivate_dormant_users ApplicationSettings#deactivate_dormant_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deactivate_dormant_users ApplicationSettings#deactivate_dormant_users}
---
@@ -10745,7 +10745,7 @@ public readonly deactivateDormantUsersPeriod: number;
Length of time (in days) after which a user is considered dormant. Introduced in GitLab 15.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deactivate_dormant_users_period ApplicationSettings#deactivate_dormant_users_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deactivate_dormant_users_period ApplicationSettings#deactivate_dormant_users_period}
---
@@ -10759,7 +10759,7 @@ public readonly decompressArchiveFileTimeout: number;
Default timeout for decompressing archived files, in seconds. Set to 0 to disable timeouts. Introduced in GitLab 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#decompress_archive_file_timeout ApplicationSettings#decompress_archive_file_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#decompress_archive_file_timeout ApplicationSettings#decompress_archive_file_timeout}
---
@@ -10773,7 +10773,7 @@ public readonly defaultArtifactsExpireIn: string;
Set the default expiration time for each job’s artifacts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_artifacts_expire_in ApplicationSettings#default_artifacts_expire_in}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_artifacts_expire_in ApplicationSettings#default_artifacts_expire_in}
---
@@ -10787,7 +10787,7 @@ public readonly defaultBranchName: string;
Instance-level custom initial branch name (introduced in GitLab 13.2).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_name ApplicationSettings#default_branch_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_name ApplicationSettings#default_branch_name}
---
@@ -10803,7 +10803,7 @@ Determine if developers can push to the default branch.
Can take: 0 (not protected, both users with the Developer role or Maintainer role can push new commits and force push), 1 (partially protected, users with the Developer role or Maintainer role can push new commits, but cannot force push) or 2 (fully protected, users with the Developer or Maintainer role cannot push new commits, but users with the Developer or Maintainer role can; no one can force push) as a parameter. Default is 2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_protection ApplicationSettings#default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_protection ApplicationSettings#default_branch_protection}
---
@@ -10817,7 +10817,7 @@ public readonly defaultBranchProtectionDefaults: ApplicationSettingsDefaultBranc
default_branch_protection_defaults block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_branch_protection_defaults ApplicationSettings#default_branch_protection_defaults}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_branch_protection_defaults ApplicationSettings#default_branch_protection_defaults}
---
@@ -10831,7 +10831,7 @@ public readonly defaultCiConfigPath: string;
Default CI/CD configuration file and path for new projects (.gitlab-ci.yml if not set).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_ci_config_path ApplicationSettings#default_ci_config_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_ci_config_path ApplicationSettings#default_ci_config_path}
---
@@ -10845,7 +10845,7 @@ public readonly defaultGroupVisibility: string;
What visibility level new groups receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_group_visibility ApplicationSettings#default_group_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_group_visibility ApplicationSettings#default_group_visibility}
---
@@ -10859,7 +10859,7 @@ public readonly defaultPreferredLanguage: string;
Default preferred language for users who are not logged in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_preferred_language ApplicationSettings#default_preferred_language}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_preferred_language ApplicationSettings#default_preferred_language}
---
@@ -10873,7 +10873,7 @@ public readonly defaultProjectCreation: number;
Default project creation protection. Can take: 0 (No one), 1 (Maintainers) or 2 (Developers + Maintainers).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_project_creation ApplicationSettings#default_project_creation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_project_creation ApplicationSettings#default_project_creation}
---
@@ -10887,7 +10887,7 @@ public readonly defaultProjectsLimit: number;
Project limit per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_projects_limit ApplicationSettings#default_projects_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_projects_limit ApplicationSettings#default_projects_limit}
---
@@ -10901,7 +10901,7 @@ public readonly defaultProjectVisibility: string;
What visibility level new projects receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_project_visibility ApplicationSettings#default_project_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_project_visibility ApplicationSettings#default_project_visibility}
---
@@ -10915,7 +10915,7 @@ public readonly defaultSnippetVisibility: string;
What visibility level new snippets receive. Can take private, internal and public as a parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_snippet_visibility ApplicationSettings#default_snippet_visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_snippet_visibility ApplicationSettings#default_snippet_visibility}
---
@@ -10929,7 +10929,7 @@ public readonly defaultSyntaxHighlightingTheme: number;
Default syntax highlighting theme for users who are new or not signed in. See IDs of available themes (https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/themes.rb#L16).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#default_syntax_highlighting_theme ApplicationSettings#default_syntax_highlighting_theme}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#default_syntax_highlighting_theme ApplicationSettings#default_syntax_highlighting_theme}
---
@@ -10943,7 +10943,7 @@ public readonly deleteInactiveProjects: boolean | IResolvable;
Enable inactive project deletion feature. Introduced in GitLab 14.10. Became operational in GitLab 15.0 (with feature flag inactive_projects_deletion).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#delete_inactive_projects ApplicationSettings#delete_inactive_projects}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#delete_inactive_projects ApplicationSettings#delete_inactive_projects}
---
@@ -10959,7 +10959,7 @@ Specifies whether users who have not confirmed their email should be deleted.
When set to true, unconfirmed users are deleted after unconfirmed_users_delete_after_days days. Introduced in GitLab 16.1. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#delete_unconfirmed_users ApplicationSettings#delete_unconfirmed_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#delete_unconfirmed_users ApplicationSettings#delete_unconfirmed_users}
---
@@ -10975,7 +10975,7 @@ The number of days to wait before deleting a project or group that is marked for
Value must be between 1 and 90.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#deletion_adjourned_period ApplicationSettings#deletion_adjourned_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#deletion_adjourned_period ApplicationSettings#deletion_adjourned_period}
---
@@ -10989,7 +10989,7 @@ public readonly diagramsnetEnabled: boolean | IResolvable;
(If enabled, requires diagramsnet_url) Enable Diagrams.net integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_enabled ApplicationSettings#diagramsnet_enabled}
---
@@ -11003,7 +11003,7 @@ public readonly diagramsnetUrl: string;
The Diagrams.net instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diagramsnet_url ApplicationSettings#diagramsnet_url}
---
@@ -11017,7 +11017,7 @@ public readonly diffMaxFiles: number;
Maximum files in a diff.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_files ApplicationSettings#diff_max_files}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_files ApplicationSettings#diff_max_files}
---
@@ -11031,7 +11031,7 @@ public readonly diffMaxLines: number;
Maximum lines in a diff.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_lines ApplicationSettings#diff_max_lines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_lines ApplicationSettings#diff_max_lines}
---
@@ -11045,7 +11045,7 @@ public readonly diffMaxPatchBytes: number;
Maximum diff patch size, in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#diff_max_patch_bytes ApplicationSettings#diff_max_patch_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#diff_max_patch_bytes ApplicationSettings#diff_max_patch_bytes}
---
@@ -11059,7 +11059,7 @@ public readonly disableAdminOauthScopes: boolean | IResolvable;
Stops administrators from connecting their GitLab accounts to non-trusted OAuth 2.0 applications that have the api, read_api, read_repository, write_repository, read_registry, write_registry, or sudo scopes. Introduced in GitLab 15.6.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_admin_oauth_scopes ApplicationSettings#disable_admin_oauth_scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_admin_oauth_scopes ApplicationSettings#disable_admin_oauth_scopes}
---
@@ -11073,7 +11073,7 @@ public readonly disabledOauthSignInSources: string[];
Disabled OAuth sign-in sources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disabled_oauth_sign_in_sources ApplicationSettings#disabled_oauth_sign_in_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disabled_oauth_sign_in_sources ApplicationSettings#disabled_oauth_sign_in_sources}
---
@@ -11087,7 +11087,7 @@ public readonly disableFeedToken: boolean | IResolvable;
Disable display of RSS/Atom and calendar feed tokens (introduced in GitLab 13.7).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_feed_token ApplicationSettings#disable_feed_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_feed_token ApplicationSettings#disable_feed_token}
---
@@ -11103,7 +11103,7 @@ Disable personal access tokens.
Introduced in GitLab 15.7. Self-managed, Premium and Ultimate only. There is no method available to enable a personal access token that’s been disabled through the API. This is a known issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#disable_personal_access_tokens ApplicationSettings#disable_personal_access_tokens}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#disable_personal_access_tokens ApplicationSettings#disable_personal_access_tokens}
---
@@ -11117,7 +11117,7 @@ public readonly dnsRebindingProtectionEnabled: boolean | IResolvable;
Enforce DNS rebinding attack protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#dns_rebinding_protection_enabled ApplicationSettings#dns_rebinding_protection_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#dns_rebinding_protection_enabled ApplicationSettings#dns_rebinding_protection_enabled}
---
@@ -11131,7 +11131,7 @@ public readonly domainAllowlist: string[];
Force people to use only corporate emails for sign-up. Null means there is no restriction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_allowlist ApplicationSettings#domain_allowlist}
---
@@ -11147,7 +11147,7 @@ Users with email addresses that match these domains cannot sign up.
Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_denylist ApplicationSettings#domain_denylist}
---
@@ -11161,7 +11161,7 @@ public readonly domainDenylistEnabled: boolean | IResolvable;
(If enabled, requires: domain_denylist) Allows blocking sign-ups from emails from specific domains.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#domain_denylist_enabled ApplicationSettings#domain_denylist_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#domain_denylist_enabled ApplicationSettings#domain_denylist_enabled}
---
@@ -11175,7 +11175,7 @@ public readonly downstreamPipelineTriggerLimitPerProjectUserSha: number;
Maximum downstream pipeline trigger rate. Introduced in GitLab 16.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#downstream_pipeline_trigger_limit_per_project_user_sha ApplicationSettings#downstream_pipeline_trigger_limit_per_project_user_sha}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#downstream_pipeline_trigger_limit_per_project_user_sha ApplicationSettings#downstream_pipeline_trigger_limit_per_project_user_sha}
---
@@ -11189,7 +11189,7 @@ public readonly dsaKeyRestriction: number;
The minimum allowed bit length of an uploaded DSA key. 0 means no restriction. -1 disables DSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#dsa_key_restriction ApplicationSettings#dsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#dsa_key_restriction ApplicationSettings#dsa_key_restriction}
---
@@ -11203,7 +11203,7 @@ public readonly duoFeaturesEnabled: boolean | IResolvable;
Indicates whether GitLab Duo features are enabled for this instance. Introduced in GitLab 16.10. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#duo_features_enabled ApplicationSettings#duo_features_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#duo_features_enabled ApplicationSettings#duo_features_enabled}
---
@@ -11219,7 +11219,7 @@ The minimum allowed curve size (in bits) of an uploaded ECDSA key.
0 means no restriction. -1 disables ECDSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ecdsa_key_restriction ApplicationSettings#ecdsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ecdsa_key_restriction ApplicationSettings#ecdsa_key_restriction}
---
@@ -11235,7 +11235,7 @@ The minimum allowed curve size (in bits) of an uploaded ECDSA_SK key.
0 means no restriction. -1 disables ECDSA_SK keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ecdsa_sk_key_restriction ApplicationSettings#ecdsa_sk_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ecdsa_sk_key_restriction ApplicationSettings#ecdsa_sk_key_restriction}
---
@@ -11251,7 +11251,7 @@ The minimum allowed curve size (in bits) of an uploaded ED25519 key.
0 means no restriction. -1 disables ED25519 keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ed25519_key_restriction ApplicationSettings#ed25519_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ed25519_key_restriction ApplicationSettings#ed25519_key_restriction}
---
@@ -11267,7 +11267,7 @@ The minimum allowed curve size (in bits) of an uploaded ED25519_SK key.
0 means no restriction. -1 disables ED25519_SK keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#ed25519_sk_key_restriction ApplicationSettings#ed25519_sk_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#ed25519_sk_key_restriction ApplicationSettings#ed25519_sk_key_restriction}
---
@@ -11281,7 +11281,7 @@ public readonly eksAccessKeyId: string;
AWS IAM access key ID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_access_key_id ApplicationSettings#eks_access_key_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_access_key_id ApplicationSettings#eks_access_key_id}
---
@@ -11295,7 +11295,7 @@ public readonly eksAccountId: string;
Amazon account ID.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_account_id ApplicationSettings#eks_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_account_id ApplicationSettings#eks_account_id}
---
@@ -11309,7 +11309,7 @@ public readonly eksIntegrationEnabled: boolean | IResolvable;
Enable integration with Amazon EKS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_integration_enabled ApplicationSettings#eks_integration_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_integration_enabled ApplicationSettings#eks_integration_enabled}
---
@@ -11323,7 +11323,7 @@ public readonly eksSecretAccessKey: string;
AWS IAM secret access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#eks_secret_access_key ApplicationSettings#eks_secret_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#eks_secret_access_key ApplicationSettings#eks_secret_access_key}
---
@@ -11337,7 +11337,7 @@ public readonly elasticsearchAws: boolean | IResolvable;
Enable the use of AWS hosted Elasticsearch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws ApplicationSettings#elasticsearch_aws}
---
@@ -11351,7 +11351,7 @@ public readonly elasticsearchAwsAccessKey: string;
AWS IAM access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_access_key ApplicationSettings#elasticsearch_aws_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_access_key ApplicationSettings#elasticsearch_aws_access_key}
---
@@ -11365,7 +11365,7 @@ public readonly elasticsearchAwsRegion: string;
The AWS region the Elasticsearch domain is configured.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_region ApplicationSettings#elasticsearch_aws_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_region ApplicationSettings#elasticsearch_aws_region}
---
@@ -11379,7 +11379,7 @@ public readonly elasticsearchAwsSecretAccessKey: string;
AWS IAM secret access key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_aws_secret_access_key ApplicationSettings#elasticsearch_aws_secret_access_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_aws_secret_access_key ApplicationSettings#elasticsearch_aws_secret_access_key}
---
@@ -11395,7 +11395,7 @@ Maximum size of text fields to index by Elasticsearch.
0 value means no limit. This does not apply to repository and wiki indexing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexed_field_length_limit ApplicationSettings#elasticsearch_indexed_field_length_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexed_field_length_limit ApplicationSettings#elasticsearch_indexed_field_length_limit}
---
@@ -11409,7 +11409,7 @@ public readonly elasticsearchIndexedFileSizeLimitKb: number;
Maximum size of repository and wiki files that are indexed by Elasticsearch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexed_file_size_limit_kb ApplicationSettings#elasticsearch_indexed_file_size_limit_kb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexed_file_size_limit_kb ApplicationSettings#elasticsearch_indexed_file_size_limit_kb}
---
@@ -11423,7 +11423,7 @@ public readonly elasticsearchIndexing: boolean | IResolvable;
Enable Elasticsearch indexing.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_indexing ApplicationSettings#elasticsearch_indexing}
---
@@ -11437,7 +11437,7 @@ public readonly elasticsearchLimitIndexing: boolean | IResolvable;
Limit Elasticsearch to index certain namespaces and projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_limit_indexing ApplicationSettings#elasticsearch_limit_indexing}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_limit_indexing ApplicationSettings#elasticsearch_limit_indexing}
---
@@ -11451,7 +11451,7 @@ public readonly elasticsearchMaxBulkConcurrency: number;
Maximum concurrency of Elasticsearch bulk requests per indexing operation. This only applies to repository indexing operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_bulk_concurrency ApplicationSettings#elasticsearch_max_bulk_concurrency}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_bulk_concurrency ApplicationSettings#elasticsearch_max_bulk_concurrency}
---
@@ -11465,7 +11465,7 @@ public readonly elasticsearchMaxBulkSizeMb: number;
Maximum size of Elasticsearch bulk indexing requests in MB. This only applies to repository indexing operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_bulk_size_mb ApplicationSettings#elasticsearch_max_bulk_size_mb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_bulk_size_mb ApplicationSettings#elasticsearch_max_bulk_size_mb}
---
@@ -11479,7 +11479,7 @@ public readonly elasticsearchMaxCodeIndexingConcurrency: number;
Maximum concurrency of Elasticsearch code indexing background jobs. This only applies to repository indexing operations. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_max_code_indexing_concurrency ApplicationSettings#elasticsearch_max_code_indexing_concurrency}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_max_code_indexing_concurrency ApplicationSettings#elasticsearch_max_code_indexing_concurrency}
---
@@ -11493,7 +11493,7 @@ public readonly elasticsearchNamespaceIds: number[];
The namespaces to index via Elasticsearch if elasticsearch_limit_indexing is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_namespace_ids ApplicationSettings#elasticsearch_namespace_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_namespace_ids ApplicationSettings#elasticsearch_namespace_ids}
---
@@ -11507,7 +11507,7 @@ public readonly elasticsearchPassword: string;
The password of your Elasticsearch instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_password ApplicationSettings#elasticsearch_password}
---
@@ -11521,7 +11521,7 @@ public readonly elasticsearchProjectIds: number[];
The projects to index via Elasticsearch if elasticsearch_limit_indexing is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_project_ids ApplicationSettings#elasticsearch_project_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_project_ids ApplicationSettings#elasticsearch_project_ids}
---
@@ -11537,7 +11537,7 @@ Enable automatic requeuing of indexing workers.
This improves non-code indexing throughput by enqueuing Sidekiq jobs until all documents are processed. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_requeue_workers ApplicationSettings#elasticsearch_requeue_workers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_requeue_workers ApplicationSettings#elasticsearch_requeue_workers}
---
@@ -11551,7 +11551,7 @@ public readonly elasticsearchSearch: boolean | IResolvable;
Enable Elasticsearch search.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_search ApplicationSettings#elasticsearch_search}
---
@@ -11565,7 +11565,7 @@ public readonly elasticsearchUrl: string[];
The URL to use for connecting to Elasticsearch. Use a comma-separated list to support cluster (for example, http://localhost:9200, http://localhost:9201).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_url ApplicationSettings#elasticsearch_url}
---
@@ -11579,7 +11579,7 @@ public readonly elasticsearchUsername: string;
The username of your Elasticsearch instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_username ApplicationSettings#elasticsearch_username}
---
@@ -11595,7 +11595,7 @@ Number of indexing worker shards.
This improves non-code indexing throughput by enqueuing more parallel Sidekiq jobs. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#elasticsearch_worker_number_of_shards ApplicationSettings#elasticsearch_worker_number_of_shards}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#elasticsearch_worker_number_of_shards ApplicationSettings#elasticsearch_worker_number_of_shards}
---
@@ -11609,7 +11609,7 @@ public readonly emailAdditionalText: string;
Additional text added to the bottom of every email for legal/auditing/compliance reasons.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_additional_text ApplicationSettings#email_additional_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_additional_text ApplicationSettings#email_additional_text}
---
@@ -11625,7 +11625,7 @@ Some email servers do not support overriding the email sender name.
Enable this option to include the name of the author of the issue, merge request or comment in the email body instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_author_in_body ApplicationSettings#email_author_in_body}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_author_in_body ApplicationSettings#email_author_in_body}
---
@@ -11639,7 +11639,7 @@ public readonly emailConfirmationSetting: string;
Specifies whether users must confirm their email before sign in. Possible values are off, soft, and hard.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#email_confirmation_setting ApplicationSettings#email_confirmation_setting}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#email_confirmation_setting ApplicationSettings#email_confirmation_setting}
---
@@ -11653,7 +11653,7 @@ public readonly enableArtifactExternalRedirectWarningPage: boolean | IResolvable
Show the external redirect page that warns you about user-generated content in GitLab Pages.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enable_artifact_external_redirect_warning_page ApplicationSettings#enable_artifact_external_redirect_warning_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enable_artifact_external_redirect_warning_page ApplicationSettings#enable_artifact_external_redirect_warning_page}
---
@@ -11667,7 +11667,7 @@ public readonly enabledGitAccessProtocol: string;
Enabled protocols for Git access. Allowed values are: ssh, http, and nil to allow both protocols.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enabled_git_access_protocol ApplicationSettings#enabled_git_access_protocol}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enabled_git_access_protocol ApplicationSettings#enabled_git_access_protocol}
---
@@ -11681,7 +11681,7 @@ public readonly enforceNamespaceStorageLimit: boolean | IResolvable;
Enabling this permits enforcement of namespace storage limits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enforce_namespace_storage_limit ApplicationSettings#enforce_namespace_storage_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enforce_namespace_storage_limit ApplicationSettings#enforce_namespace_storage_limit}
---
@@ -11695,7 +11695,7 @@ public readonly enforceTerms: boolean | IResolvable;
(If enabled, requires: terms) Enforce application ToS to all users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#enforce_terms ApplicationSettings#enforce_terms}
---
@@ -11709,7 +11709,7 @@ public readonly externalAuthClientCert: string;
(If enabled, requires: external_auth_client_key) The certificate to use to authenticate with the external authorization service.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_cert ApplicationSettings#external_auth_client_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_cert ApplicationSettings#external_auth_client_cert}
---
@@ -11723,7 +11723,7 @@ public readonly externalAuthClientKey: string;
Private key for the certificate when authentication is required for the external authorization service, this is encrypted when stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_key ApplicationSettings#external_auth_client_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_key ApplicationSettings#external_auth_client_key}
---
@@ -11737,7 +11737,7 @@ public readonly externalAuthClientKeyPass: string;
Passphrase to use for the private key when authenticating with the external service this is encrypted when stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_auth_client_key_pass ApplicationSettings#external_auth_client_key_pass}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_auth_client_key_pass ApplicationSettings#external_auth_client_key_pass}
---
@@ -11751,7 +11751,7 @@ public readonly externalAuthorizationServiceDefaultLabel: string;
The default classification label to use when requesting authorization and no classification label has been specified on the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_default_label ApplicationSettings#external_authorization_service_default_label}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_default_label ApplicationSettings#external_authorization_service_default_label}
---
@@ -11765,7 +11765,7 @@ public readonly externalAuthorizationServiceEnabled: boolean | IResolvable;
(If enabled, requires: external_authorization_service_default_label, external_authorization_service_timeout and external_authorization_service_url) Enable using an external authorization service for accessing projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_enabled ApplicationSettings#external_authorization_service_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_enabled ApplicationSettings#external_authorization_service_enabled}
---
@@ -11781,7 +11781,7 @@ The timeout after which an authorization request is aborted, in seconds.
When a request times out, access is denied to the user. (min: 0.001, max: 10, step: 0.001).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_timeout ApplicationSettings#external_authorization_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_timeout ApplicationSettings#external_authorization_service_timeout}
---
@@ -11795,7 +11795,7 @@ public readonly externalAuthorizationServiceUrl: string;
URL to which authorization requests are directed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_authorization_service_url ApplicationSettings#external_authorization_service_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_authorization_service_url ApplicationSettings#external_authorization_service_url}
---
@@ -11809,7 +11809,7 @@ public readonly externalPipelineValidationServiceTimeout: number;
How long to wait for a response from the pipeline validation service. Assumes OK if it times out.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_timeout ApplicationSettings#external_pipeline_validation_service_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_timeout ApplicationSettings#external_pipeline_validation_service_timeout}
---
@@ -11823,7 +11823,7 @@ public readonly externalPipelineValidationServiceToken: string;
Optional. Token to include as the X-Gitlab-Token header in requests to the URL in external_pipeline_validation_service_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_token ApplicationSettings#external_pipeline_validation_service_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_token ApplicationSettings#external_pipeline_validation_service_token}
---
@@ -11837,7 +11837,7 @@ public readonly externalPipelineValidationServiceUrl: string;
URL to use for pipeline validation requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#external_pipeline_validation_service_url ApplicationSettings#external_pipeline_validation_service_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#external_pipeline_validation_service_url ApplicationSettings#external_pipeline_validation_service_url}
---
@@ -11851,7 +11851,7 @@ public readonly failedLoginAttemptsUnlockPeriodInMinutes: number;
Time period in minutes after which the user is unlocked when maximum number of failed sign-in attempts reached.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#failed_login_attempts_unlock_period_in_minutes ApplicationSettings#failed_login_attempts_unlock_period_in_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#failed_login_attempts_unlock_period_in_minutes ApplicationSettings#failed_login_attempts_unlock_period_in_minutes}
---
@@ -11865,7 +11865,7 @@ public readonly fileTemplateProjectId: number;
The ID of a project to load custom file templates from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#file_template_project_id ApplicationSettings#file_template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#file_template_project_id ApplicationSettings#file_template_project_id}
---
@@ -11881,7 +11881,7 @@ Start day of the week for calendar views and date pickers.
Valid values are 0 for Sunday, 1 for Monday, and 6 for Saturday.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#first_day_of_week ApplicationSettings#first_day_of_week}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#first_day_of_week ApplicationSettings#first_day_of_week}
---
@@ -11895,7 +11895,7 @@ public readonly geoNodeAllowedIps: string;
Comma-separated list of IPs and CIDRs of allowed secondary nodes. For example, 1.1.1.1, 2.2.2.0/24.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#geo_node_allowed_ips ApplicationSettings#geo_node_allowed_ips}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#geo_node_allowed_ips ApplicationSettings#geo_node_allowed_ips}
---
@@ -11909,7 +11909,7 @@ public readonly geoStatusTimeout: number;
The amount of seconds after which a request to get a secondary node status times out.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#geo_status_timeout ApplicationSettings#geo_status_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#geo_status_timeout ApplicationSettings#geo_status_timeout}
---
@@ -11925,7 +11925,7 @@ Default Gitaly timeout, in seconds.
This timeout is not enforced for Git fetch/push operations or Sidekiq jobs. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_default ApplicationSettings#gitaly_timeout_default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_default ApplicationSettings#gitaly_timeout_default}
---
@@ -11941,7 +11941,7 @@ Gitaly fast operation timeout, in seconds.
Some Gitaly operations are expected to be fast. If they exceed this threshold, there may be a problem with a storage shard and ‘failing fast’ can help maintain the stability of the GitLab instance. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_fast ApplicationSettings#gitaly_timeout_fast}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_fast ApplicationSettings#gitaly_timeout_fast}
---
@@ -11957,7 +11957,7 @@ Medium Gitaly timeout, in seconds.
This should be a value between the Fast and the Default timeout. Set to 0 to disable timeouts.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitaly_timeout_medium ApplicationSettings#gitaly_timeout_medium}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitaly_timeout_medium ApplicationSettings#gitaly_timeout_medium}
---
@@ -11971,7 +11971,7 @@ public readonly gitlabShellOperationLimit: number;
Maximum number of Git operations per minute a user can perform. Introduced in GitLab 16.2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitlab_shell_operation_limit ApplicationSettings#gitlab_shell_operation_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitlab_shell_operation_limit ApplicationSettings#gitlab_shell_operation_limit}
---
@@ -11985,7 +11985,7 @@ public readonly gitpodEnabled: boolean | IResolvable;
Enable Gitpod integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_enabled ApplicationSettings#gitpod_enabled}
---
@@ -11999,7 +11999,7 @@ public readonly gitpodUrl: string;
The Gitpod instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gitpod_url ApplicationSettings#gitpod_url}
---
@@ -12015,7 +12015,7 @@ List of user IDs that are emailed when the Git abuse rate limit is exceeded.
Maximum: 100 user IDs. Introduced in GitLab 15.9. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_rate_limit_users_alertlist ApplicationSettings#git_rate_limit_users_alertlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_rate_limit_users_alertlist ApplicationSettings#git_rate_limit_users_alertlist}
---
@@ -12029,7 +12029,7 @@ public readonly gitRateLimitUsersAllowlist: string[];
List of usernames excluded from Git anti-abuse rate limits. Maximum: 100 usernames. Introduced in GitLab 15.2. Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_rate_limit_users_allowlist ApplicationSettings#git_rate_limit_users_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_rate_limit_users_allowlist ApplicationSettings#git_rate_limit_users_allowlist}
---
@@ -12043,7 +12043,7 @@ public readonly gitTwoFactorSessionExpiry: number;
Maximum duration (in minutes) of a session for Git operations when 2FA is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#git_two_factor_session_expiry ApplicationSettings#git_two_factor_session_expiry}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#git_two_factor_session_expiry ApplicationSettings#git_two_factor_session_expiry}
---
@@ -12057,7 +12057,7 @@ public readonly globallyAllowedIps: string;
Comma-separated list of IP addresses and CIDRs always allowed for inbound traffic. For example, 1.1.1.1, 2.2.2.0/24.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#globally_allowed_ips ApplicationSettings#globally_allowed_ips}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#globally_allowed_ips ApplicationSettings#globally_allowed_ips}
---
@@ -12071,7 +12071,7 @@ public readonly grafanaEnabled: boolean | IResolvable;
Enable Grafana.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#grafana_enabled ApplicationSettings#grafana_enabled}
---
@@ -12085,7 +12085,7 @@ public readonly grafanaUrl: string;
Grafana URL.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#grafana_url ApplicationSettings#grafana_url}
---
@@ -12099,7 +12099,7 @@ public readonly gravatarEnabled: boolean | IResolvable;
Enable Gravatar.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#gravatar_enabled ApplicationSettings#gravatar_enabled}
---
@@ -12113,7 +12113,7 @@ public readonly groupOwnersCanManageDefaultBranchProtection: boolean | IResolvab
Prevent overrides of default branch protection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#group_owners_can_manage_default_branch_protection ApplicationSettings#group_owners_can_manage_default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#group_owners_can_manage_default_branch_protection ApplicationSettings#group_owners_can_manage_default_branch_protection}
---
@@ -12129,7 +12129,7 @@ Create new projects using hashed storage paths: Enable immutable, hash-based pat
This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance. (Always enabled in GitLab versions 13.0 and later, configuration is scheduled for removal in 14.0).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#hashed_storage_enabled ApplicationSettings#hashed_storage_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#hashed_storage_enabled ApplicationSettings#hashed_storage_enabled}
---
@@ -12143,7 +12143,7 @@ public readonly helpPageHideCommercialContent: boolean | IResolvable;
Hide marketing-related entries from help.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_hide_commercial_content ApplicationSettings#help_page_hide_commercial_content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_hide_commercial_content ApplicationSettings#help_page_hide_commercial_content}
---
@@ -12157,7 +12157,7 @@ public readonly helpPageSupportUrl: string;
Alternate support URL for help page and help dropdown.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_support_url ApplicationSettings#help_page_support_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_support_url ApplicationSettings#help_page_support_url}
---
@@ -12171,7 +12171,7 @@ public readonly helpPageText: string;
Custom text displayed on the help page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_page_text ApplicationSettings#help_page_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_page_text ApplicationSettings#help_page_text}
---
@@ -12185,7 +12185,7 @@ public readonly helpText: string;
GitLab server administrator information.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#help_text ApplicationSettings#help_text}
---
@@ -12199,7 +12199,7 @@ public readonly hideThirdPartyOffers: boolean | IResolvable;
Do not display offers from third parties in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#hide_third_party_offers ApplicationSettings#hide_third_party_offers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#hide_third_party_offers ApplicationSettings#hide_third_party_offers}
---
@@ -12213,7 +12213,7 @@ public readonly homePageUrl: string;
Redirect to this URL when not logged in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#home_page_url ApplicationSettings#home_page_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#home_page_url ApplicationSettings#home_page_url}
---
@@ -12231,7 +12231,7 @@ If enabled, requires either housekeeping_optimize_repository_period OR housekeep
Options housekeeping_bitmaps_enabled, housekeeping_full_repack_period, housekeeping_gc_period, and housekeeping_incremental_repack_period are deprecated. Use housekeeping_optimize_repository_period instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_enabled ApplicationSettings#housekeeping_enabled}
---
@@ -12245,7 +12245,7 @@ public readonly housekeepingFullRepackPeriod: number;
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_full_repack_period ApplicationSettings#housekeeping_full_repack_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_full_repack_period ApplicationSettings#housekeeping_full_repack_period}
---
@@ -12259,7 +12259,7 @@ public readonly housekeepingGcPeriod: number;
Number of Git pushes after which git gc is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_gc_period ApplicationSettings#housekeeping_gc_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_gc_period ApplicationSettings#housekeeping_gc_period}
---
@@ -12273,7 +12273,7 @@ public readonly housekeepingIncrementalRepackPeriod: number;
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_incremental_repack_period ApplicationSettings#housekeeping_incremental_repack_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_incremental_repack_period ApplicationSettings#housekeeping_incremental_repack_period}
---
@@ -12287,7 +12287,7 @@ public readonly housekeepingOptimizeRepositoryPeriod: number;
Number of Git pushes after which an incremental git repack is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#housekeeping_optimize_repository_period ApplicationSettings#housekeeping_optimize_repository_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#housekeeping_optimize_repository_period ApplicationSettings#housekeeping_optimize_repository_period}
---
@@ -12301,7 +12301,7 @@ public readonly htmlEmailsEnabled: boolean | IResolvable;
Enable HTML emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#html_emails_enabled ApplicationSettings#html_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#html_emails_enabled ApplicationSettings#html_emails_enabled}
---
@@ -12313,7 +12313,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#id ApplicationSettings#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#id ApplicationSettings#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -12330,7 +12330,7 @@ public readonly importSources: string[];
Sources to allow project import from. Valid values are: `github`, `bitbucket`, `bitbucket_server`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#import_sources ApplicationSettings#import_sources}
---
@@ -12346,7 +12346,7 @@ If delete_inactive_projects is true, the time (in months) to wait before deletin
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_delete_after_months ApplicationSettings#inactive_projects_delete_after_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_delete_after_months ApplicationSettings#inactive_projects_delete_after_months}
---
@@ -12362,7 +12362,7 @@ If delete_inactive_projects is true, the minimum repository size for projects to
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_min_size_mb ApplicationSettings#inactive_projects_min_size_mb}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_min_size_mb ApplicationSettings#inactive_projects_min_size_mb}
---
@@ -12378,7 +12378,7 @@ If delete_inactive_projects is true, sets the time (in months) to wait before em
Introduced in GitLab 14.10. Became operational in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#inactive_projects_send_warning_email_after_months ApplicationSettings#inactive_projects_send_warning_email_after_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#inactive_projects_send_warning_email_after_months ApplicationSettings#inactive_projects_send_warning_email_after_months}
---
@@ -12392,7 +12392,7 @@ public readonly includeOptionalMetricsInServicePing: boolean | IResolvable;
Whether or not optional metrics are enabled in Service Ping. Introduced in GitLab 16.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#include_optional_metrics_in_service_ping ApplicationSettings#include_optional_metrics_in_service_ping}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#include_optional_metrics_in_service_ping ApplicationSettings#include_optional_metrics_in_service_ping}
---
@@ -12406,7 +12406,7 @@ public readonly inProductMarketingEmailsEnabled: boolean | IResolvable;
Enable in-product marketing emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#in_product_marketing_emails_enabled ApplicationSettings#in_product_marketing_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#in_product_marketing_emails_enabled ApplicationSettings#in_product_marketing_emails_enabled}
---
@@ -12420,7 +12420,7 @@ public readonly invisibleCaptchaEnabled: boolean | IResolvable;
Enable Invisible CAPTCHA spam detection during sign-up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#invisible_captcha_enabled ApplicationSettings#invisible_captcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#invisible_captcha_enabled ApplicationSettings#invisible_captcha_enabled}
---
@@ -12434,7 +12434,7 @@ public readonly issuesCreateLimit: number;
Max number of issue creation requests per minute per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#issues_create_limit ApplicationSettings#issues_create_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#issues_create_limit ApplicationSettings#issues_create_limit}
---
@@ -12448,7 +12448,7 @@ public readonly jiraConnectApplicationKey: string;
ID of the OAuth application used to authenticate with the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_application_key ApplicationSettings#jira_connect_application_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_application_key ApplicationSettings#jira_connect_application_key}
---
@@ -12462,7 +12462,7 @@ public readonly jiraConnectProxyUrl: string;
URL of the GitLab instance used as a proxy for the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_proxy_url ApplicationSettings#jira_connect_proxy_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_proxy_url ApplicationSettings#jira_connect_proxy_url}
---
@@ -12476,7 +12476,7 @@ public readonly jiraConnectPublicKeyStorageEnabled: boolean | IResolvable;
Enable public key storage for the GitLab for Jira Cloud app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#jira_connect_public_key_storage_enabled ApplicationSettings#jira_connect_public_key_storage_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#jira_connect_public_key_storage_enabled ApplicationSettings#jira_connect_public_key_storage_enabled}
---
@@ -12490,7 +12490,7 @@ public readonly keepLatestArtifact: boolean | IResolvable;
Prevent the deletion of the artifacts from the most recent successful jobs, regardless of the expiry time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#keep_latest_artifact ApplicationSettings#keep_latest_artifact}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#keep_latest_artifact ApplicationSettings#keep_latest_artifact}
---
@@ -12504,7 +12504,7 @@ public readonly localMarkdownVersion: number;
Increase this value when any cached Markdown should be invalidated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#local_markdown_version ApplicationSettings#local_markdown_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#local_markdown_version ApplicationSettings#local_markdown_version}
---
@@ -12520,7 +12520,7 @@ Indicates whether the GitLab Duo features enabled setting is enforced for all su
Introduced in GitLab 16.10. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#lock_duo_features_enabled ApplicationSettings#lock_duo_features_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#lock_duo_features_enabled ApplicationSettings#lock_duo_features_enabled}
---
@@ -12534,7 +12534,7 @@ public readonly mailgunEventsEnabled: boolean | IResolvable;
Enable Mailgun event receiver.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mailgun_events_enabled ApplicationSettings#mailgun_events_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mailgun_events_enabled ApplicationSettings#mailgun_events_enabled}
---
@@ -12548,7 +12548,7 @@ public readonly mailgunSigningKey: string;
The Mailgun HTTP webhook signing key for receiving events from webhook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mailgun_signing_key ApplicationSettings#mailgun_signing_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mailgun_signing_key ApplicationSettings#mailgun_signing_key}
---
@@ -12562,7 +12562,7 @@ public readonly maintenanceMode: boolean | IResolvable;
When instance is in maintenance mode, non-administrative users can sign in with read-only access and make read-only API requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maintenance_mode ApplicationSettings#maintenance_mode}
---
@@ -12576,7 +12576,7 @@ public readonly maintenanceModeMessage: string;
Message displayed when instance is in maintenance mode.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maintenance_mode_message ApplicationSettings#maintenance_mode_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maintenance_mode_message ApplicationSettings#maintenance_mode_message}
---
@@ -12590,7 +12590,7 @@ public readonly mavenPackageRequestsForwarding: boolean | IResolvable;
Use repo.maven.apache.org as a default remote repository when the package is not found in the GitLab Package Registry for Maven. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#maven_package_requests_forwarding ApplicationSettings#maven_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#maven_package_requests_forwarding ApplicationSettings#maven_package_requests_forwarding}
---
@@ -12604,7 +12604,7 @@ public readonly maxArtifactsSize: number;
Maximum artifacts size in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_artifacts_size ApplicationSettings#max_artifacts_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_artifacts_size ApplicationSettings#max_artifacts_size}
---
@@ -12618,7 +12618,7 @@ public readonly maxAttachmentSize: number;
Limit attachment size in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_attachment_size ApplicationSettings#max_attachment_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_attachment_size ApplicationSettings#max_attachment_size}
---
@@ -12632,7 +12632,7 @@ public readonly maxDecompressedArchiveSize: number;
Maximum decompressed archive size in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_decompressed_archive_size ApplicationSettings#max_decompressed_archive_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_decompressed_archive_size ApplicationSettings#max_decompressed_archive_size}
---
@@ -12646,7 +12646,7 @@ public readonly maxExportSize: number;
Maximum export size in MB. 0 for unlimited.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_export_size ApplicationSettings#max_export_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_export_size ApplicationSettings#max_export_size}
---
@@ -12660,7 +12660,7 @@ public readonly maxImportRemoteFileSize: number;
Maximum remote file size for imports from external object storages. Introduced in GitLab 16.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_import_remote_file_size ApplicationSettings#max_import_remote_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_import_remote_file_size ApplicationSettings#max_import_remote_file_size}
---
@@ -12674,7 +12674,7 @@ public readonly maxImportSize: number;
Maximum import size in MB. 0 for unlimited.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_import_size ApplicationSettings#max_import_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_import_size ApplicationSettings#max_import_size}
---
@@ -12688,7 +12688,7 @@ public readonly maxLoginAttempts: number;
Maximum number of sign-in attempts before locking out the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_login_attempts ApplicationSettings#max_login_attempts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_login_attempts ApplicationSettings#max_login_attempts}
---
@@ -12704,7 +12704,7 @@ Maximum number of unique repositories a user can download in the specified time
Maximum: 10,000 repositories. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_number_of_repository_downloads ApplicationSettings#max_number_of_repository_downloads}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_number_of_repository_downloads ApplicationSettings#max_number_of_repository_downloads}
---
@@ -12718,7 +12718,7 @@ public readonly maxNumberOfRepositoryDownloadsWithinTimePeriod: number;
Reporting time period (in seconds). Maximum: 864000 seconds (10 days). Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_number_of_repository_downloads_within_time_period ApplicationSettings#max_number_of_repository_downloads_within_time_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_number_of_repository_downloads_within_time_period ApplicationSettings#max_number_of_repository_downloads_within_time_period}
---
@@ -12732,7 +12732,7 @@ public readonly maxPagesSize: number;
Maximum size of pages repositories in MB.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_pages_size ApplicationSettings#max_pages_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_pages_size ApplicationSettings#max_pages_size}
---
@@ -12746,7 +12746,7 @@ public readonly maxPersonalAccessTokenLifetime: number;
Maximum allowable lifetime for access tokens in days.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_personal_access_token_lifetime ApplicationSettings#max_personal_access_token_lifetime}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_personal_access_token_lifetime ApplicationSettings#max_personal_access_token_lifetime}
---
@@ -12760,7 +12760,7 @@ public readonly maxSshKeyLifetime: number;
Maximum allowable lifetime for SSH keys in days. Introduced in GitLab 14.6.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_ssh_key_lifetime ApplicationSettings#max_ssh_key_lifetime}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_ssh_key_lifetime ApplicationSettings#max_ssh_key_lifetime}
---
@@ -12774,7 +12774,7 @@ public readonly maxTerraformStateSizeBytes: number;
Maximum size in bytes of the Terraform state files. Set this to 0 for unlimited file size.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#max_terraform_state_size_bytes ApplicationSettings#max_terraform_state_size_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#max_terraform_state_size_bytes ApplicationSettings#max_terraform_state_size_bytes}
---
@@ -12788,7 +12788,7 @@ public readonly metricsMethodCallThreshold: number;
A method call is only tracked when it takes longer than the given amount of milliseconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#metrics_method_call_threshold ApplicationSettings#metrics_method_call_threshold}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#metrics_method_call_threshold ApplicationSettings#metrics_method_call_threshold}
---
@@ -12802,7 +12802,7 @@ public readonly minimumPasswordLength: number;
Indicates whether passwords require a minimum length. Introduced in GitLab 15.1. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#minimum_password_length ApplicationSettings#minimum_password_length}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#minimum_password_length ApplicationSettings#minimum_password_length}
---
@@ -12816,7 +12816,7 @@ public readonly mirrorAvailable: boolean | IResolvable;
Allow repository mirroring to configured by project Maintainers. If disabled, only Administrators can configure repository mirroring.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_available ApplicationSettings#mirror_available}
---
@@ -12830,7 +12830,7 @@ public readonly mirrorCapacityThreshold: number;
Minimum capacity to be available before scheduling more mirrors preemptively.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_capacity_threshold ApplicationSettings#mirror_capacity_threshold}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_capacity_threshold ApplicationSettings#mirror_capacity_threshold}
---
@@ -12844,7 +12844,7 @@ public readonly mirrorMaxCapacity: number;
Maximum number of mirrors that can be synchronizing at the same time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_max_capacity ApplicationSettings#mirror_max_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_max_capacity ApplicationSettings#mirror_max_capacity}
---
@@ -12858,7 +12858,7 @@ public readonly mirrorMaxDelay: number;
Maximum time (in minutes) between updates that a mirror can have when scheduled to synchronize.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#mirror_max_delay ApplicationSettings#mirror_max_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#mirror_max_delay ApplicationSettings#mirror_max_delay}
---
@@ -12872,7 +12872,7 @@ public readonly npmPackageRequestsForwarding: boolean | IResolvable;
Use npmjs.org as a default remote repository when the package is not found in the GitLab Package Registry for npm.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#npm_package_requests_forwarding ApplicationSettings#npm_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#npm_package_requests_forwarding ApplicationSettings#npm_package_requests_forwarding}
---
@@ -12886,7 +12886,7 @@ public readonly nugetSkipMetadataUrlValidation: boolean | IResolvable;
Indicates whether to skip metadata URL validation for the NuGet package. Introduced in GitLab 17.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#nuget_skip_metadata_url_validation ApplicationSettings#nuget_skip_metadata_url_validation}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#nuget_skip_metadata_url_validation ApplicationSettings#nuget_skip_metadata_url_validation}
---
@@ -12900,7 +12900,7 @@ public readonly outboundLocalRequestsWhitelist: string[];
Define a list of trusted domains or IP addresses to which local requests are allowed when local requests for hooks and services are disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#outbound_local_requests_whitelist ApplicationSettings#outbound_local_requests_whitelist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#outbound_local_requests_whitelist ApplicationSettings#outbound_local_requests_whitelist}
---
@@ -12914,7 +12914,7 @@ public readonly packageMetadataPurlTypes: number[];
List of package registry metadata to sync. See the list of the available values (https://gitlab.com/gitlab-org/gitlab/-/blob/ace16c20d5da7c4928dd03fb139692638b557fe3/app/models/concerns/enums/package_metadata.rb#L5). Self-managed, Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_metadata_purl_types ApplicationSettings#package_metadata_purl_types}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_metadata_purl_types ApplicationSettings#package_metadata_purl_types}
---
@@ -12928,7 +12928,7 @@ public readonly packageRegistryAllowAnyoneToPullOption: boolean | IResolvable;
Enable to allow anyone to pull from Package Registry visible and changeable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_registry_allow_anyone_to_pull_option ApplicationSettings#package_registry_allow_anyone_to_pull_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_registry_allow_anyone_to_pull_option ApplicationSettings#package_registry_allow_anyone_to_pull_option}
---
@@ -12942,7 +12942,7 @@ public readonly packageRegistryCleanupPoliciesWorkerCapacity: number;
Number of workers assigned to the packages cleanup policies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#package_registry_cleanup_policies_worker_capacity ApplicationSettings#package_registry_cleanup_policies_worker_capacity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#package_registry_cleanup_policies_worker_capacity ApplicationSettings#package_registry_cleanup_policies_worker_capacity}
---
@@ -12958,7 +12958,7 @@ Require users to prove ownership of custom domains.
Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pages_domain_verification_enabled ApplicationSettings#pages_domain_verification_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pages_domain_verification_enabled ApplicationSettings#pages_domain_verification_enabled}
---
@@ -12972,7 +12972,7 @@ public readonly passwordAuthenticationEnabledForGit: boolean | IResolvable;
Enable authentication for Git over HTTP(S) via a GitLab account password.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_authentication_enabled_for_git ApplicationSettings#password_authentication_enabled_for_git}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_authentication_enabled_for_git ApplicationSettings#password_authentication_enabled_for_git}
---
@@ -12986,7 +12986,7 @@ public readonly passwordAuthenticationEnabledForWeb: boolean | IResolvable;
Enable authentication for the web interface via a GitLab account password.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_authentication_enabled_for_web ApplicationSettings#password_authentication_enabled_for_web}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_authentication_enabled_for_web ApplicationSettings#password_authentication_enabled_for_web}
---
@@ -13000,7 +13000,7 @@ public readonly passwordLowercaseRequired: boolean | IResolvable;
Indicates whether passwords require at least one lowercase letter. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_lowercase_required ApplicationSettings#password_lowercase_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_lowercase_required ApplicationSettings#password_lowercase_required}
---
@@ -13014,7 +13014,7 @@ public readonly passwordNumberRequired: boolean | IResolvable;
Indicates whether passwords require at least one number. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_number_required ApplicationSettings#password_number_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_number_required ApplicationSettings#password_number_required}
---
@@ -13028,7 +13028,7 @@ public readonly passwordSymbolRequired: boolean | IResolvable;
Indicates whether passwords require at least one symbol character. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_symbol_required ApplicationSettings#password_symbol_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_symbol_required ApplicationSettings#password_symbol_required}
---
@@ -13042,7 +13042,7 @@ public readonly passwordUppercaseRequired: boolean | IResolvable;
Indicates whether passwords require at least one uppercase letter. Introduced in GitLab 15.1.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#password_uppercase_required ApplicationSettings#password_uppercase_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#password_uppercase_required ApplicationSettings#password_uppercase_required}
---
@@ -13056,7 +13056,7 @@ public readonly performanceBarAllowedGroupPath: string;
Path of the group that is allowed to toggle the performance bar.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#performance_bar_allowed_group_path ApplicationSettings#performance_bar_allowed_group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#performance_bar_allowed_group_path ApplicationSettings#performance_bar_allowed_group_path}
---
@@ -13070,7 +13070,7 @@ public readonly personalAccessTokenPrefix: string;
Prefix for all generated personal access tokens.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#personal_access_token_prefix ApplicationSettings#personal_access_token_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#personal_access_token_prefix ApplicationSettings#personal_access_token_prefix}
---
@@ -13084,7 +13084,7 @@ public readonly pipelineLimitPerProjectUserSha: number;
Maximum number of pipeline creation requests per minute per user and commit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pipeline_limit_per_project_user_sha ApplicationSettings#pipeline_limit_per_project_user_sha}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pipeline_limit_per_project_user_sha ApplicationSettings#pipeline_limit_per_project_user_sha}
---
@@ -13098,7 +13098,7 @@ public readonly plantumlEnabled: boolean | IResolvable;
(If enabled, requires: plantuml_url) Enable PlantUML integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_enabled ApplicationSettings#plantuml_enabled}
---
@@ -13112,7 +13112,7 @@ public readonly plantumlUrl: string;
The PlantUML instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#plantuml_url ApplicationSettings#plantuml_url}
---
@@ -13126,7 +13126,7 @@ public readonly pollingIntervalMultiplier: number;
Interval multiplier used by endpoints that perform polling. Set to 0 to disable polling.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#polling_interval_multiplier ApplicationSettings#polling_interval_multiplier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#polling_interval_multiplier ApplicationSettings#polling_interval_multiplier}
---
@@ -13140,7 +13140,7 @@ public readonly projectExportEnabled: boolean | IResolvable;
Enable project export.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#project_export_enabled ApplicationSettings#project_export_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#project_export_enabled ApplicationSettings#project_export_enabled}
---
@@ -13154,7 +13154,7 @@ public readonly projectJobsApiRateLimit: number;
Maximum authenticated requests to /project/:id/jobs per minute. Introduced in GitLab 16.5.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#project_jobs_api_rate_limit ApplicationSettings#project_jobs_api_rate_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#project_jobs_api_rate_limit ApplicationSettings#project_jobs_api_rate_limit}
---
@@ -13168,7 +13168,7 @@ public readonly projectsApiRateLimitUnauthenticated: number;
Introduced in GitLab 15.10. Max number of requests per 10 minutes per IP address for unauthenticated requests to the list all projects API. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#projects_api_rate_limit_unauthenticated ApplicationSettings#projects_api_rate_limit_unauthenticated}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#projects_api_rate_limit_unauthenticated ApplicationSettings#projects_api_rate_limit_unauthenticated}
---
@@ -13182,7 +13182,7 @@ public readonly prometheusMetricsEnabled: boolean | IResolvable;
Enable Prometheus metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#prometheus_metrics_enabled ApplicationSettings#prometheus_metrics_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#prometheus_metrics_enabled ApplicationSettings#prometheus_metrics_enabled}
---
@@ -13196,7 +13196,7 @@ public readonly protectedCiVariables: boolean | IResolvable;
CI/CD variables are protected by default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#protected_ci_variables ApplicationSettings#protected_ci_variables}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#protected_ci_variables ApplicationSettings#protected_ci_variables}
---
@@ -13212,7 +13212,7 @@ Number of changes (branches or tags) in a single push to determine whether indiv
Bulk push events are created if it surpasses that value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#push_event_activities_limit ApplicationSettings#push_event_activities_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#push_event_activities_limit ApplicationSettings#push_event_activities_limit}
---
@@ -13228,7 +13228,7 @@ Number of changes (branches or tags) in a single push to determine whether webho
Webhooks and services aren’t submitted if it surpasses that value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#push_event_hooks_limit ApplicationSettings#push_event_hooks_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#push_event_hooks_limit ApplicationSettings#push_event_hooks_limit}
---
@@ -13242,7 +13242,7 @@ public readonly pypiPackageRequestsForwarding: boolean | IResolvable;
Use pypi.org as a default remote repository when the package is not found in the GitLab Package Registry for PyPI.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#pypi_package_requests_forwarding ApplicationSettings#pypi_package_requests_forwarding}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#pypi_package_requests_forwarding ApplicationSettings#pypi_package_requests_forwarding}
---
@@ -13258,7 +13258,7 @@ When rate limiting is enabled via the throttle_* settings, send this plain text
‘Retry later’ is sent if this is blank.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#rate_limiting_response_text ApplicationSettings#rate_limiting_response_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#rate_limiting_response_text ApplicationSettings#rate_limiting_response_text}
---
@@ -13272,7 +13272,7 @@ public readonly rawBlobRequestLimit: number;
Max number of requests per minute for each raw path. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#raw_blob_request_limit ApplicationSettings#raw_blob_request_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#raw_blob_request_limit ApplicationSettings#raw_blob_request_limit}
---
@@ -13286,7 +13286,7 @@ public readonly recaptchaEnabled: boolean | IResolvable;
(If enabled, requires: recaptcha_private_key and recaptcha_site_key) Enable reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_enabled ApplicationSettings#recaptcha_enabled}
---
@@ -13300,7 +13300,7 @@ public readonly recaptchaPrivateKey: string;
Private key for reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_private_key ApplicationSettings#recaptcha_private_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_private_key ApplicationSettings#recaptcha_private_key}
---
@@ -13314,7 +13314,7 @@ public readonly recaptchaSiteKey: string;
Site key for reCAPTCHA.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#recaptcha_site_key ApplicationSettings#recaptcha_site_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#recaptcha_site_key ApplicationSettings#recaptcha_site_key}
---
@@ -13328,7 +13328,7 @@ public readonly receiveMaxInputSize: number;
Maximum push size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#receive_max_input_size ApplicationSettings#receive_max_input_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#receive_max_input_size ApplicationSettings#receive_max_input_size}
---
@@ -13342,7 +13342,7 @@ public readonly receptiveClusterAgentsEnabled: boolean | IResolvable;
Enable receptive mode for GitLab Agents for Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#receptive_cluster_agents_enabled ApplicationSettings#receptive_cluster_agents_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#receptive_cluster_agents_enabled ApplicationSettings#receptive_cluster_agents_enabled}
---
@@ -13356,7 +13356,7 @@ public readonly rememberMeEnabled: boolean | IResolvable;
Enable Remember me setting. Introduced in GitLab 16.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#remember_me_enabled ApplicationSettings#remember_me_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#remember_me_enabled ApplicationSettings#remember_me_enabled}
---
@@ -13370,7 +13370,7 @@ public readonly repositoryChecksEnabled: boolean | IResolvable;
GitLab periodically runs git fsck in all project and wiki repositories to look for silent disk corruption issues.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_checks_enabled ApplicationSettings#repository_checks_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_checks_enabled ApplicationSettings#repository_checks_enabled}
---
@@ -13384,7 +13384,7 @@ public readonly repositorySizeLimit: number;
Size limit per repository (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_size_limit ApplicationSettings#repository_size_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_size_limit ApplicationSettings#repository_size_limit}
---
@@ -13398,7 +13398,7 @@ public readonly repositoryStorages: string[];
(GitLab 13.0 and earlier) List of names of enabled storage paths, taken from gitlab.yml. New projects are created in one of these stores, chosen at random.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_storages ApplicationSettings#repository_storages}
---
@@ -13412,7 +13412,7 @@ public readonly repositoryStoragesWeighted: {[ key: string ]: number};
(GitLab 13.1 and later) Hash of names of taken from gitlab.yml to weights. New projects are created in one of these stores, chosen by a weighted random selection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#repository_storages_weighted ApplicationSettings#repository_storages_weighted}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#repository_storages_weighted ApplicationSettings#repository_storages_weighted}
---
@@ -13426,7 +13426,7 @@ public readonly requireAdminApprovalAfterUserSignup: boolean | IResolvable;
When enabled, any user that signs up for an account using the registration form is placed under a Pending approval state and has to be explicitly approved by an administrator.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_admin_approval_after_user_signup ApplicationSettings#require_admin_approval_after_user_signup}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_admin_approval_after_user_signup ApplicationSettings#require_admin_approval_after_user_signup}
---
@@ -13440,7 +13440,7 @@ public readonly requireAdminTwoFactorAuthentication: boolean | IResolvable;
Allow administrators to require 2FA for all administrators on the instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_admin_two_factor_authentication ApplicationSettings#require_admin_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_admin_two_factor_authentication ApplicationSettings#require_admin_two_factor_authentication}
---
@@ -13454,7 +13454,7 @@ public readonly requirePersonalAccessTokenExpiry: boolean | IResolvable;
When enabled, users must set an expiration date when creating a group or project access token, or a personal access token owned by a non-service account.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_personal_access_token_expiry ApplicationSettings#require_personal_access_token_expiry}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_personal_access_token_expiry ApplicationSettings#require_personal_access_token_expiry}
---
@@ -13468,7 +13468,7 @@ public readonly requireTwoFactorAuthentication: boolean | IResolvable;
(If enabled, requires: two_factor_grace_period) Require all users to set up Two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#require_two_factor_authentication ApplicationSettings#require_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#require_two_factor_authentication ApplicationSettings#require_two_factor_authentication}
---
@@ -13484,7 +13484,7 @@ Selected levels cannot be used by non-Administrator users for groups, projects o
Can take private, internal and public as a parameter. Null means there is no restriction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#restricted_visibility_levels ApplicationSettings#restricted_visibility_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#restricted_visibility_levels ApplicationSettings#restricted_visibility_levels}
---
@@ -13498,7 +13498,7 @@ public readonly rsaKeyRestriction: number;
The minimum allowed bit length of an uploaded RSA key. 0 means no restriction. -1 disables RSA keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#rsa_key_restriction ApplicationSettings#rsa_key_restriction}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#rsa_key_restriction ApplicationSettings#rsa_key_restriction}
---
@@ -13512,7 +13512,7 @@ public readonly searchRateLimit: number;
Max number of requests per minute for performing a search while authenticated. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#search_rate_limit ApplicationSettings#search_rate_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#search_rate_limit ApplicationSettings#search_rate_limit}
---
@@ -13526,7 +13526,7 @@ public readonly searchRateLimitUnauthenticated: number;
Max number of requests per minute for performing a search while unauthenticated. To disable throttling set to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#search_rate_limit_unauthenticated ApplicationSettings#search_rate_limit_unauthenticated}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#search_rate_limit_unauthenticated ApplicationSettings#search_rate_limit_unauthenticated}
---
@@ -13540,7 +13540,7 @@ public readonly securityApprovalPoliciesLimit: number;
Maximum number of active merge request approval policies per security policy project. Maximum: 20.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_approval_policies_limit ApplicationSettings#security_approval_policies_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_approval_policies_limit ApplicationSettings#security_approval_policies_limit}
---
@@ -13554,7 +13554,7 @@ public readonly securityPolicyGlobalGroupApproversEnabled: boolean | IResolvable
Whether to look up merge request approval policy approval groups globally or within project hierarchies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_policy_global_group_approvers_enabled ApplicationSettings#security_policy_global_group_approvers_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_policy_global_group_approvers_enabled ApplicationSettings#security_policy_global_group_approvers_enabled}
---
@@ -13568,7 +13568,7 @@ public readonly securityTxtContent: string;
Public security contact information. Introduced in GitLab 16.7.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#security_txt_content ApplicationSettings#security_txt_content}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#security_txt_content ApplicationSettings#security_txt_content}
---
@@ -13582,7 +13582,7 @@ public readonly sendUserConfirmationEmail: boolean | IResolvable;
Send confirmation email on sign-up.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#send_user_confirmation_email ApplicationSettings#send_user_confirmation_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#send_user_confirmation_email ApplicationSettings#send_user_confirmation_email}
---
@@ -13596,7 +13596,7 @@ public readonly serviceAccessTokensExpirationEnforced: boolean | IResolvable;
Flag to indicate if token expiry date can be optional for service account users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#service_access_tokens_expiration_enforced ApplicationSettings#service_access_tokens_expiration_enforced}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#service_access_tokens_expiration_enforced ApplicationSettings#service_access_tokens_expiration_enforced}
---
@@ -13610,7 +13610,7 @@ public readonly sessionExpireDelay: number;
Session duration in minutes. GitLab restart is required to apply changes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#session_expire_delay ApplicationSettings#session_expire_delay}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#session_expire_delay ApplicationSettings#session_expire_delay}
---
@@ -13624,7 +13624,7 @@ public readonly sharedRunnersEnabled: boolean | IResolvable;
(If enabled, requires: shared_runners_text and shared_runners_minutes) Enable shared runners for new projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_enabled ApplicationSettings#shared_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_enabled ApplicationSettings#shared_runners_enabled}
---
@@ -13638,7 +13638,7 @@ public readonly sharedRunnersMinutes: number;
Set the maximum number of CI/CD minutes that a group can use on shared runners per month.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_minutes ApplicationSettings#shared_runners_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_minutes ApplicationSettings#shared_runners_minutes}
---
@@ -13652,7 +13652,7 @@ public readonly sharedRunnersText: string;
Shared runners text.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#shared_runners_text ApplicationSettings#shared_runners_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#shared_runners_text ApplicationSettings#shared_runners_text}
---
@@ -13666,7 +13666,7 @@ public readonly sidekiqJobLimiterCompressionThresholdBytes: number;
The threshold in bytes at which Sidekiq jobs are compressed before being stored in Redis.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_compression_threshold_bytes ApplicationSettings#sidekiq_job_limiter_compression_threshold_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_compression_threshold_bytes ApplicationSettings#sidekiq_job_limiter_compression_threshold_bytes}
---
@@ -13680,7 +13680,7 @@ public readonly sidekiqJobLimiterLimitBytes: number;
The threshold in bytes at which Sidekiq jobs are rejected. 0 means do not reject any job.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_limit_bytes ApplicationSettings#sidekiq_job_limiter_limit_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_limit_bytes ApplicationSettings#sidekiq_job_limiter_limit_bytes}
---
@@ -13694,7 +13694,7 @@ public readonly sidekiqJobLimiterMode: string;
track or compress. Sets the behavior for Sidekiq job size limits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sidekiq_job_limiter_mode ApplicationSettings#sidekiq_job_limiter_mode}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sidekiq_job_limiter_mode ApplicationSettings#sidekiq_job_limiter_mode}
---
@@ -13708,7 +13708,7 @@ public readonly signInText: string;
Text on the login page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sign_in_text ApplicationSettings#sign_in_text}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sign_in_text ApplicationSettings#sign_in_text}
---
@@ -13722,7 +13722,7 @@ public readonly signupEnabled: boolean | IResolvable;
Enable registration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#signup_enabled ApplicationSettings#signup_enabled}
---
@@ -13736,7 +13736,7 @@ public readonly silentAdminExportsEnabled: boolean | IResolvable;
Enable Silent admin exports.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#silent_admin_exports_enabled ApplicationSettings#silent_admin_exports_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#silent_admin_exports_enabled ApplicationSettings#silent_admin_exports_enabled}
---
@@ -13750,7 +13750,7 @@ public readonly silentModeEnabled: boolean | IResolvable;
Enable Silent mode.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#silent_mode_enabled ApplicationSettings#silent_mode_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#silent_mode_enabled ApplicationSettings#silent_mode_enabled}
---
@@ -13764,7 +13764,7 @@ public readonly slackAppEnabled: boolean | IResolvable;
(If enabled, requires: slack_app_id, slack_app_secret and slack_app_secret) Enable Slack app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_enabled ApplicationSettings#slack_app_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_enabled ApplicationSettings#slack_app_enabled}
---
@@ -13778,7 +13778,7 @@ public readonly slackAppId: string;
The app ID of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_id ApplicationSettings#slack_app_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_id ApplicationSettings#slack_app_id}
---
@@ -13792,7 +13792,7 @@ public readonly slackAppSecret: string;
The app secret of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_secret ApplicationSettings#slack_app_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_secret ApplicationSettings#slack_app_secret}
---
@@ -13806,7 +13806,7 @@ public readonly slackAppSigningSecret: string;
The signing secret of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_signing_secret ApplicationSettings#slack_app_signing_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_signing_secret ApplicationSettings#slack_app_signing_secret}
---
@@ -13820,7 +13820,7 @@ public readonly slackAppVerificationToken: string;
The verification token of the Slack-app.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#slack_app_verification_token ApplicationSettings#slack_app_verification_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#slack_app_verification_token ApplicationSettings#slack_app_verification_token}
---
@@ -13834,7 +13834,7 @@ public readonly snippetSizeLimit: number;
Max snippet content size in bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snippet_size_limit ApplicationSettings#snippet_size_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snippet_size_limit ApplicationSettings#snippet_size_limit}
---
@@ -13848,7 +13848,7 @@ public readonly snowplowAppId: string;
The Snowplow site name / application ID. (for example, gitlab).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_app_id ApplicationSettings#snowplow_app_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_app_id ApplicationSettings#snowplow_app_id}
---
@@ -13862,7 +13862,7 @@ public readonly snowplowCollectorHostname: string;
The Snowplow collector hostname. (for example, snowplow.trx.gitlab.net).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_collector_hostname ApplicationSettings#snowplow_collector_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_collector_hostname ApplicationSettings#snowplow_collector_hostname}
---
@@ -13876,7 +13876,7 @@ public readonly snowplowCookieDomain: string;
The Snowplow cookie domain. (for example, .gitlab.com).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_cookie_domain ApplicationSettings#snowplow_cookie_domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_cookie_domain ApplicationSettings#snowplow_cookie_domain}
---
@@ -13890,7 +13890,7 @@ public readonly snowplowDatabaseCollectorHostname: string;
The Snowplow collector for database events hostname. (for example, db-snowplow.trx.gitlab.net).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_database_collector_hostname ApplicationSettings#snowplow_database_collector_hostname}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_database_collector_hostname ApplicationSettings#snowplow_database_collector_hostname}
---
@@ -13904,7 +13904,7 @@ public readonly snowplowEnabled: boolean | IResolvable;
Enable snowplow tracking.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#snowplow_enabled ApplicationSettings#snowplow_enabled}
---
@@ -13918,7 +13918,7 @@ public readonly sourcegraphEnabled: boolean | IResolvable;
Enables Sourcegraph integration. If enabled, requires sourcegraph_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_enabled ApplicationSettings#sourcegraph_enabled}
---
@@ -13932,7 +13932,7 @@ public readonly sourcegraphPublicOnly: boolean | IResolvable;
Blocks Sourcegraph from being loaded on private and internal projects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_public_only ApplicationSettings#sourcegraph_public_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_public_only ApplicationSettings#sourcegraph_public_only}
---
@@ -13946,7 +13946,7 @@ public readonly sourcegraphUrl: string;
The Sourcegraph instance URL for integration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#sourcegraph_url ApplicationSettings#sourcegraph_url}
---
@@ -13960,7 +13960,7 @@ public readonly spamCheckApiKey: string;
API key used by GitLab for accessing the Spam Check service endpoint.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_api_key ApplicationSettings#spam_check_api_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_api_key ApplicationSettings#spam_check_api_key}
---
@@ -13974,7 +13974,7 @@ public readonly spamCheckEndpointEnabled: boolean | IResolvable;
Enables spam checking using external Spam Check API endpoint.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_endpoint_enabled ApplicationSettings#spam_check_endpoint_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_endpoint_enabled ApplicationSettings#spam_check_endpoint_enabled}
---
@@ -13990,7 +13990,7 @@ URL of the external Spamcheck service endpoint.
Valid URI schemes are grpc or tls. Specifying tls forces communication to be encrypted.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#spam_check_endpoint_url ApplicationSettings#spam_check_endpoint_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#spam_check_endpoint_url ApplicationSettings#spam_check_endpoint_url}
---
@@ -14004,7 +14004,7 @@ public readonly staticObjectsExternalStorageAuthToken: string;
Authentication token for the external storage linked in static_objects_external_storage_url.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#static_objects_external_storage_auth_token ApplicationSettings#static_objects_external_storage_auth_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#static_objects_external_storage_auth_token ApplicationSettings#static_objects_external_storage_auth_token}
---
@@ -14018,7 +14018,7 @@ public readonly staticObjectsExternalStorageUrl: string;
URL to an external storage for repository static objects.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#static_objects_external_storage_url ApplicationSettings#static_objects_external_storage_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#static_objects_external_storage_url ApplicationSettings#static_objects_external_storage_url}
---
@@ -14032,7 +14032,7 @@ public readonly suggestPipelineEnabled: boolean | IResolvable;
Enable pipeline suggestion banner.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#suggest_pipeline_enabled ApplicationSettings#suggest_pipeline_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#suggest_pipeline_enabled ApplicationSettings#suggest_pipeline_enabled}
---
@@ -14046,7 +14046,7 @@ public readonly terminalMaxSessionTime: number;
Maximum time for web terminal websocket connection (in seconds). Set to 0 for unlimited time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#terminal_max_session_time ApplicationSettings#terminal_max_session_time}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#terminal_max_session_time ApplicationSettings#terminal_max_session_time}
---
@@ -14060,7 +14060,7 @@ public readonly terms: string;
(Required by: enforce_terms) Markdown content for the ToS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#terms ApplicationSettings#terms}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#terms ApplicationSettings#terms}
---
@@ -14076,7 +14076,7 @@ public readonly throttleAuthenticatedApiEnabled: boolean | IResolvable;
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_enabled ApplicationSettings#throttle_authenticated_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_enabled ApplicationSettings#throttle_authenticated_api_enabled}
---
@@ -14090,7 +14090,7 @@ public readonly throttleAuthenticatedApiPeriodInSeconds: number;
Rate limit period (in seconds).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_period_in_seconds ApplicationSettings#throttle_authenticated_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_period_in_seconds ApplicationSettings#throttle_authenticated_api_period_in_seconds}
---
@@ -14104,7 +14104,7 @@ public readonly throttleAuthenticatedApiRequestsPerPeriod: number;
Maximum requests per period per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_api_requests_per_period ApplicationSettings#throttle_authenticated_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_api_requests_per_period ApplicationSettings#throttle_authenticated_api_requests_per_period}
---
@@ -14120,7 +14120,7 @@ public readonly throttleAuthenticatedPackagesApiEnabled: boolean | IResolvable;
Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_enabled ApplicationSettings#throttle_authenticated_packages_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_enabled ApplicationSettings#throttle_authenticated_packages_api_enabled}
---
@@ -14134,7 +14134,7 @@ public readonly throttleAuthenticatedPackagesApiPeriodInSeconds: number;
Rate limit period (in seconds). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_period_in_seconds ApplicationSettings#throttle_authenticated_packages_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_period_in_seconds ApplicationSettings#throttle_authenticated_packages_api_period_in_seconds}
---
@@ -14148,7 +14148,7 @@ public readonly throttleAuthenticatedPackagesApiRequestsPerPeriod: number;
Maximum requests per period per user. View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_packages_api_requests_per_period ApplicationSettings#throttle_authenticated_packages_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_packages_api_requests_per_period ApplicationSettings#throttle_authenticated_packages_api_requests_per_period}
---
@@ -14164,7 +14164,7 @@ public readonly throttleAuthenticatedWebEnabled: boolean | IResolvable;
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_enabled ApplicationSettings#throttle_authenticated_web_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_enabled ApplicationSettings#throttle_authenticated_web_enabled}
---
@@ -14178,7 +14178,7 @@ public readonly throttleAuthenticatedWebPeriodInSeconds: number;
Rate limit period (in seconds).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_period_in_seconds ApplicationSettings#throttle_authenticated_web_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_period_in_seconds ApplicationSettings#throttle_authenticated_web_period_in_seconds}
---
@@ -14192,7 +14192,7 @@ public readonly throttleAuthenticatedWebRequestsPerPeriod: number;
Maximum requests per period per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_authenticated_web_requests_per_period ApplicationSettings#throttle_authenticated_web_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_authenticated_web_requests_per_period ApplicationSettings#throttle_authenticated_web_requests_per_period}
---
@@ -14208,7 +14208,7 @@ public readonly throttleUnauthenticatedApiEnabled: boolean | IResolvable;
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_enabled ApplicationSettings#throttle_unauthenticated_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_enabled ApplicationSettings#throttle_unauthenticated_api_enabled}
---
@@ -14222,7 +14222,7 @@ public readonly throttleUnauthenticatedApiPeriodInSeconds: number;
Rate limit period in seconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_api_period_in_seconds}
---
@@ -14236,7 +14236,7 @@ public readonly throttleUnauthenticatedApiRequestsPerPeriod: number;
Max requests per period per IP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_api_requests_per_period ApplicationSettings#throttle_unauthenticated_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_api_requests_per_period ApplicationSettings#throttle_unauthenticated_api_requests_per_period}
---
@@ -14252,7 +14252,7 @@ public readonly throttleUnauthenticatedPackagesApiEnabled: boolean | IResolvable
Helps reduce request volume (for example, from crawlers or abusive bots). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_enabled ApplicationSettings#throttle_unauthenticated_packages_api_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_enabled ApplicationSettings#throttle_unauthenticated_packages_api_enabled}
---
@@ -14266,7 +14266,7 @@ public readonly throttleUnauthenticatedPackagesApiPeriodInSeconds: number;
Rate limit period (in seconds). View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_packages_api_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_period_in_seconds ApplicationSettings#throttle_unauthenticated_packages_api_period_in_seconds}
---
@@ -14280,7 +14280,7 @@ public readonly throttleUnauthenticatedPackagesApiRequestsPerPeriod: number;
Maximum requests per period per user. View Package Registry rate limits for more details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_requests_per_period ApplicationSettings#throttle_unauthenticated_packages_api_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_packages_api_requests_per_period ApplicationSettings#throttle_unauthenticated_packages_api_requests_per_period}
---
@@ -14296,7 +14296,7 @@ public readonly throttleUnauthenticatedWebEnabled: boolean | IResolvable;
Helps reduce request volume (for example, from crawlers or abusive bots).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_enabled ApplicationSettings#throttle_unauthenticated_web_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_enabled ApplicationSettings#throttle_unauthenticated_web_enabled}
---
@@ -14310,7 +14310,7 @@ public readonly throttleUnauthenticatedWebPeriodInSeconds: number;
Rate limit period in seconds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_period_in_seconds ApplicationSettings#throttle_unauthenticated_web_period_in_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_period_in_seconds ApplicationSettings#throttle_unauthenticated_web_period_in_seconds}
---
@@ -14324,7 +14324,7 @@ public readonly throttleUnauthenticatedWebRequestsPerPeriod: number;
Max requests per period per IP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#throttle_unauthenticated_web_requests_per_period ApplicationSettings#throttle_unauthenticated_web_requests_per_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#throttle_unauthenticated_web_requests_per_period ApplicationSettings#throttle_unauthenticated_web_requests_per_period}
---
@@ -14338,7 +14338,7 @@ public readonly timeTrackingLimitToHours: boolean | IResolvable;
Limit display of time tracking units to hours.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#time_tracking_limit_to_hours ApplicationSettings#time_tracking_limit_to_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#time_tracking_limit_to_hours ApplicationSettings#time_tracking_limit_to_hours}
---
@@ -14352,7 +14352,7 @@ public readonly twoFactorGracePeriod: number;
Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#two_factor_grace_period ApplicationSettings#two_factor_grace_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#two_factor_grace_period ApplicationSettings#two_factor_grace_period}
---
@@ -14368,7 +14368,7 @@ Specifies how many days after sign-up to delete users who have not confirmed the
Only applicable if delete_unconfirmed_users is set to true. Must be 1 or greater. Introduced in GitLab 16.1. Self-managed, Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unconfirmed_users_delete_after_days ApplicationSettings#unconfirmed_users_delete_after_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unconfirmed_users_delete_after_days ApplicationSettings#unconfirmed_users_delete_after_days}
---
@@ -14382,7 +14382,7 @@ public readonly uniqueIpsLimitEnabled: boolean | IResolvable;
(If enabled, requires: unique_ips_limit_per_user and unique_ips_limit_time_window) Limit sign in from multiple IPs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_enabled ApplicationSettings#unique_ips_limit_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_enabled ApplicationSettings#unique_ips_limit_enabled}
---
@@ -14396,7 +14396,7 @@ public readonly uniqueIpsLimitPerUser: number;
Maximum number of IPs per user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_per_user ApplicationSettings#unique_ips_limit_per_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_per_user ApplicationSettings#unique_ips_limit_per_user}
---
@@ -14410,7 +14410,7 @@ public readonly uniqueIpsLimitTimeWindow: number;
How many seconds an IP is counted towards the limit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#unique_ips_limit_time_window ApplicationSettings#unique_ips_limit_time_window}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#unique_ips_limit_time_window ApplicationSettings#unique_ips_limit_time_window}
---
@@ -14424,7 +14424,7 @@ public readonly updateRunnerVersionsEnabled: boolean | IResolvable;
Fetch GitLab Runner release version data from GitLab.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#update_runner_versions_enabled ApplicationSettings#update_runner_versions_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#update_runner_versions_enabled ApplicationSettings#update_runner_versions_enabled}
---
@@ -14438,7 +14438,7 @@ public readonly usagePingEnabled: boolean | IResolvable;
Every week GitLab reports license usage back to GitLab, Inc.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#usage_ping_enabled ApplicationSettings#usage_ping_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#usage_ping_enabled ApplicationSettings#usage_ping_enabled}
---
@@ -14454,7 +14454,7 @@ Enables ClickHouse as a data source for analytics reports.
ClickHouse must be configured for this setting to take effect. Available on Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#use_clickhouse_for_analytics ApplicationSettings#use_clickhouse_for_analytics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#use_clickhouse_for_analytics ApplicationSettings#use_clickhouse_for_analytics}
---
@@ -14468,7 +14468,7 @@ public readonly userDeactivationEmailsEnabled: boolean | IResolvable;
Send an email to users upon account deactivation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_deactivation_emails_enabled ApplicationSettings#user_deactivation_emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_deactivation_emails_enabled ApplicationSettings#user_deactivation_emails_enabled}
---
@@ -14482,7 +14482,7 @@ public readonly userDefaultExternal: boolean | IResolvable;
Newly registered users are external by default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_default_external ApplicationSettings#user_default_external}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_default_external ApplicationSettings#user_default_external}
---
@@ -14496,7 +14496,7 @@ public readonly userDefaultInternalRegex: string;
Specify an email address regex pattern to identify default internal users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_default_internal_regex ApplicationSettings#user_default_internal_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_default_internal_regex ApplicationSettings#user_default_internal_regex}
---
@@ -14510,7 +14510,7 @@ public readonly userDefaultsToPrivateProfile: boolean | IResolvable;
Newly created users have private profile by default. Introduced in GitLab 15.8.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_defaults_to_private_profile ApplicationSettings#user_defaults_to_private_profile}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_defaults_to_private_profile ApplicationSettings#user_defaults_to_private_profile}
---
@@ -14524,7 +14524,7 @@ public readonly userOauthApplications: boolean | IResolvable;
Allow users to register any application to use GitLab as an OAuth provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_oauth_applications ApplicationSettings#user_oauth_applications}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_oauth_applications ApplicationSettings#user_oauth_applications}
---
@@ -14538,7 +14538,7 @@ public readonly userShowAddSshKeyMessage: boolean | IResolvable;
When set to false disable the You won't be able to pull or push project code via SSH warning shown to users with no uploaded SSH key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#user_show_add_ssh_key_message ApplicationSettings#user_show_add_ssh_key_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#user_show_add_ssh_key_message ApplicationSettings#user_show_add_ssh_key_message}
---
@@ -14552,7 +14552,7 @@ public readonly validRunnerRegistrars: string[];
List of types which are allowed to register a GitLab Runner. Can be [], ['group'], ['project'] or ['group', 'project'].
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#valid_runner_registrars ApplicationSettings#valid_runner_registrars}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#valid_runner_registrars ApplicationSettings#valid_runner_registrars}
---
@@ -14566,7 +14566,7 @@ public readonly versionCheckEnabled: boolean | IResolvable;
Let GitLab inform you when an update is available.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#version_check_enabled ApplicationSettings#version_check_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#version_check_enabled ApplicationSettings#version_check_enabled}
---
@@ -14580,7 +14580,7 @@ public readonly webIdeClientsidePreviewEnabled: boolean | IResolvable;
Live Preview (allow live previews of JavaScript projects in the Web IDE using CodeSandbox Live Preview).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#web_ide_clientside_preview_enabled ApplicationSettings#web_ide_clientside_preview_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#web_ide_clientside_preview_enabled ApplicationSettings#web_ide_clientside_preview_enabled}
---
@@ -14594,7 +14594,7 @@ public readonly whatsNewVariant: string;
What's new variant, possible values: all_tiers, current_tier, and disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#whats_new_variant ApplicationSettings#whats_new_variant}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#whats_new_variant ApplicationSettings#whats_new_variant}
---
@@ -14608,7 +14608,7 @@ public readonly wikiPageMaxContentBytes: number;
Maximum wiki page content size in bytes. The minimum value is 1024 bytes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#wiki_page_max_content_bytes ApplicationSettings#wiki_page_max_content_bytes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#wiki_page_max_content_bytes ApplicationSettings#wiki_page_max_content_bytes}
---
@@ -14643,7 +14643,7 @@ public readonly allowedToMerge: number[];
An array of access levels allowed to merge. Supports Developer (30) or Maintainer (40).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allowed_to_merge ApplicationSettings#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allowed_to_merge ApplicationSettings#allowed_to_merge}
---
@@ -14657,7 +14657,7 @@ public readonly allowedToPush: number[];
An array of access levels allowed to push. Supports Developer (30) or Maintainer (40).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allowed_to_push ApplicationSettings#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allowed_to_push ApplicationSettings#allowed_to_push}
---
@@ -14671,7 +14671,7 @@ public readonly allowForcePush: boolean | IResolvable;
Allow force push for all users with push access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#allow_force_push ApplicationSettings#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#allow_force_push ApplicationSettings#allow_force_push}
---
@@ -14685,7 +14685,7 @@ public readonly developerCanInitialPush: boolean | IResolvable;
Allow developers to initial push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/application_settings#developer_can_initial_push ApplicationSettings#developer_can_initial_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/application_settings#developer_can_initial_push ApplicationSettings#developer_can_initial_push}
---
diff --git a/docs/branch.csharp.md b/docs/branch.csharp.md
index d031988d4..b654c8b35 100644
--- a/docs/branch.csharp.md
+++ b/docs/branch.csharp.md
@@ -4,7 +4,7 @@
### Branch
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch gitlab_branch}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the Branch to import.
The id of the existing Branch that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#import import section} in the documentation of this resource for the id to use
---
@@ -894,7 +894,7 @@ new BranchConfig {
| Name
| string
| The name for this branch. |
| Project
| string
| The ID or full path of the project which the branch is created against. |
| Ref
| string
| The ref which the branch is created from. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#id Branch#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#id Branch#id}. |
---
@@ -978,7 +978,7 @@ public string Name { get; set; }
The name for this branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#name Branch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#name Branch#name}
---
@@ -992,7 +992,7 @@ public string Project { get; set; }
The ID or full path of the project which the branch is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#project Branch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#project Branch#project}
---
@@ -1006,7 +1006,7 @@ public string Ref { get; set; }
The ref which the branch is created from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#ref Branch#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#ref Branch#ref}
---
@@ -1018,7 +1018,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#id Branch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#id Branch#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/branch.go.md b/docs/branch.go.md
index fcb862cdb..2e5063fc3 100644
--- a/docs/branch.go.md
+++ b/docs/branch.go.md
@@ -4,7 +4,7 @@
### Branch
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch gitlab_branch}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the Branch to import.
The id of the existing Branch that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#import import section} in the documentation of this resource for the id to use
---
@@ -894,7 +894,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/branch"
| Name
| *string
| The name for this branch. |
| Project
| *string
| The ID or full path of the project which the branch is created against. |
| Ref
| *string
| The ref which the branch is created from. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#id Branch#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#id Branch#id}. |
---
@@ -978,7 +978,7 @@ Name *string
The name for this branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#name Branch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#name Branch#name}
---
@@ -992,7 +992,7 @@ Project *string
The ID or full path of the project which the branch is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#project Branch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#project Branch#project}
---
@@ -1006,7 +1006,7 @@ Ref *string
The ref which the branch is created from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#ref Branch#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#ref Branch#ref}
---
@@ -1018,7 +1018,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#id Branch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#id Branch#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/branch.java.md b/docs/branch.java.md
index 356304af7..bd6758e71 100644
--- a/docs/branch.java.md
+++ b/docs/branch.java.md
@@ -4,7 +4,7 @@
### Branch
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch gitlab_branch}.
#### Initializers
@@ -44,7 +44,7 @@ Branch.Builder.create(Construct scope, java.lang.String id)
| name
| java.lang.String
| The name for this branch. |
| project
| java.lang.String
| The ID or full path of the project which the branch is created against. |
| ref
| java.lang.String
| The ref which the branch is created from. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#id Branch#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#id Branch#id}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The name for this branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#name Branch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#name Branch#name}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or full path of the project which the branch is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#project Branch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#project Branch#project}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ref which the branch is created from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#ref Branch#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#ref Branch#ref}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#id Branch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#id Branch#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -579,7 +579,7 @@ The construct id used in the generated config for the Branch to import.
The id of the existing Branch that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#import import section} in the documentation of this resource for the id to use
---
@@ -1002,7 +1002,7 @@ BranchConfig.builder()
| name
| java.lang.String
| The name for this branch. |
| project
| java.lang.String
| The ID or full path of the project which the branch is created against. |
| ref
| java.lang.String
| The ref which the branch is created from. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#id Branch#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#id Branch#id}. |
---
@@ -1086,7 +1086,7 @@ public java.lang.String getName();
The name for this branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#name Branch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#name Branch#name}
---
@@ -1100,7 +1100,7 @@ public java.lang.String getProject();
The ID or full path of the project which the branch is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#project Branch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#project Branch#project}
---
@@ -1114,7 +1114,7 @@ public java.lang.String getRef();
The ref which the branch is created from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#ref Branch#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#ref Branch#ref}
---
@@ -1126,7 +1126,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#id Branch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#id Branch#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/branch.python.md b/docs/branch.python.md
index 025a11d0e..907b566ab 100644
--- a/docs/branch.python.md
+++ b/docs/branch.python.md
@@ -4,7 +4,7 @@
### Branch
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch gitlab_branch}.
#### Initializers
@@ -42,7 +42,7 @@ branch.Branch(
| name
| str
| The name for this branch. |
| project
| str
| The ID or full path of the project which the branch is created against. |
| ref
| str
| The ref which the branch is created from. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#id Branch#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#id Branch#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The name for this branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#name Branch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#name Branch#name}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or full path of the project which the branch is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#project Branch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#project Branch#project}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ref which the branch is created from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#ref Branch#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#ref Branch#ref}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#id Branch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#id Branch#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -623,7 +623,7 @@ The construct id used in the generated config for the Branch to import.
The id of the existing Branch that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#import import section} in the documentation of this resource for the id to use
---
@@ -1041,7 +1041,7 @@ branch.BranchConfig(
| name
| str
| The name for this branch. |
| project
| str
| The ID or full path of the project which the branch is created against. |
| ref
| str
| The ref which the branch is created from. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#id Branch#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#id Branch#id}. |
---
@@ -1125,7 +1125,7 @@ name: str
The name for this branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#name Branch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#name Branch#name}
---
@@ -1139,7 +1139,7 @@ project: str
The ID or full path of the project which the branch is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#project Branch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#project Branch#project}
---
@@ -1153,7 +1153,7 @@ ref: str
The ref which the branch is created from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#ref Branch#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#ref Branch#ref}
---
@@ -1165,7 +1165,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#id Branch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#id Branch#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/branch.typescript.md b/docs/branch.typescript.md
index 19d183fde..df72583f1 100644
--- a/docs/branch.typescript.md
+++ b/docs/branch.typescript.md
@@ -4,7 +4,7 @@
### Branch
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch gitlab_branch}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the Branch to import.
The id of the existing Branch that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#import import section} in the documentation of this resource for the id to use
---
@@ -880,7 +880,7 @@ const branchConfig: branch.BranchConfig = { ... }
| name
| string
| The name for this branch. |
| project
| string
| The ID or full path of the project which the branch is created against. |
| ref
| string
| The ref which the branch is created from. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#id Branch#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#id Branch#id}. |
---
@@ -964,7 +964,7 @@ public readonly name: string;
The name for this branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#name Branch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#name Branch#name}
---
@@ -978,7 +978,7 @@ public readonly project: string;
The ID or full path of the project which the branch is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#project Branch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#project Branch#project}
---
@@ -992,7 +992,7 @@ public readonly ref: string;
The ref which the branch is created from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#ref Branch#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#ref Branch#ref}
---
@@ -1004,7 +1004,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch#id Branch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch#id Branch#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/branchProtection.csharp.md b/docs/branchProtection.csharp.md
index 7916105c9..2ee94e20b 100644
--- a/docs/branchProtection.csharp.md
+++ b/docs/branchProtection.csharp.md
@@ -4,7 +4,7 @@
### BranchProtection
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection gitlab_branch_protection}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection gitlab_branch_protection}.
#### Initializers
@@ -562,7 +562,7 @@ The construct id used in the generated config for the BranchProtection to import
The id of the existing BranchProtection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use
---
@@ -1031,7 +1031,7 @@ public double GroupId { get; set; }
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1045,7 +1045,7 @@ public double UserId { get; set; }
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1057,6 +1057,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
using HashiCorp.Cdktf.Providers.Gitlab;
new BranchProtectionAllowedToPush {
+ double DeployKeyId = null,
double GroupId = null,
double UserId = null
};
@@ -1066,8 +1067,25 @@ new BranchProtectionAllowedToPush {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| GroupId
| double
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`. |
-| UserId
| double
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`. |
+| DeployKeyId
| double
| The ID of a GitLab deploy key allowed to perform the relevant action. |
+| GroupId
| double
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`. |
+| UserId
| double
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`. |
+
+---
+
+##### `DeployKeyId`Optional
+
+```csharp
+public double DeployKeyId { get; set; }
+```
+
+- *Type:* double
+
+The ID of a GitLab deploy key allowed to perform the relevant action.
+
+Mutually exclusive with `group_id` and `user_id`. This field is read-only until Gitlab 17.5.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#deploy_key_id BranchProtection#deploy_key_id}
---
@@ -1079,9 +1097,9 @@ public double GroupId { get; set; }
- *Type:* double
-The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
+The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1093,9 +1111,9 @@ public double UserId { get; set; }
- *Type:* double
-The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
+The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1131,7 +1149,7 @@ public double GroupId { get; set; }
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1145,7 +1163,7 @@ public double UserId { get; set; }
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1281,7 +1299,7 @@ public string Branch { get; set; }
Name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#branch BranchProtection#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#branch BranchProtection#branch}
---
@@ -1295,7 +1313,7 @@ public string Project { get; set; }
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#project BranchProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#project BranchProtection#project}
---
@@ -1309,7 +1327,7 @@ public object AllowedToMerge { get; set; }
allowed_to_merge block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
---
@@ -1323,7 +1341,7 @@ public object AllowedToPush { get; set; }
allowed_to_push block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
---
@@ -1337,7 +1355,7 @@ public object AllowedToUnprotect { get; set; }
allowed_to_unprotect block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
---
@@ -1351,7 +1369,7 @@ public object AllowForcePush { get; set; }
Can be set to true to allow users with push access to force push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
---
@@ -1365,7 +1383,7 @@ public object CodeOwnerApprovalRequired { get; set; }
Can be set to true to require code owner approval before merging. Only available for Premium and Ultimate instances.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
---
@@ -1379,7 +1397,7 @@ public string MergeAccessLevel { get; set; }
Access levels allowed to merge. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
---
@@ -1393,7 +1411,7 @@ public string PushAccessLevel { get; set; }
Access levels allowed to push. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
---
@@ -1407,7 +1425,7 @@ public string UnprotectAccessLevel { get; set; }
Access levels allowed to unprotect. Valid values are: `developer`, `maintainer`, `admin`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
---
@@ -2148,6 +2166,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it
| InterpolationForAttribute
| *No description.* |
| Resolve
| Produce the Token's value at resolution time. |
| ToString
| Return a string representation of this resolvable object. |
+| ResetDeployKeyId
| *No description.* |
| ResetGroupId
| *No description.* |
| ResetUserId
| *No description.* |
@@ -2303,6 +2322,12 @@ Return a string representation of this resolvable object.
Returns a reversible string representation.
+##### `ResetDeployKeyId`
+
+```csharp
+private void ResetDeployKeyId()
+```
+
##### `ResetGroupId`
```csharp
@@ -2324,8 +2349,10 @@ private void ResetUserId()
| Fqn
| string
| *No description.* |
| AccessLevel
| string
| *No description.* |
| AccessLevelDescription
| string
| *No description.* |
+| DeployKeyIdInput
| double
| *No description.* |
| GroupIdInput
| double
| *No description.* |
| UserIdInput
| double
| *No description.* |
+| DeployKeyId
| double
| *No description.* |
| GroupId
| double
| *No description.* |
| UserId
| double
| *No description.* |
| InternalValue
| object
| *No description.* |
@@ -2376,6 +2403,16 @@ public string AccessLevelDescription { get; }
---
+##### `DeployKeyIdInput`Optional
+
+```csharp
+public double DeployKeyIdInput { get; }
+```
+
+- *Type:* double
+
+---
+
##### `GroupIdInput`Optional
```csharp
@@ -2396,6 +2433,16 @@ public double UserIdInput { get; }
---
+##### `DeployKeyId`Required
+
+```csharp
+public double DeployKeyId { get; }
+```
+
+- *Type:* double
+
+---
+
##### `GroupId`Required
```csharp
diff --git a/docs/branchProtection.go.md b/docs/branchProtection.go.md
index e3f61481c..e233b0e62 100644
--- a/docs/branchProtection.go.md
+++ b/docs/branchProtection.go.md
@@ -4,7 +4,7 @@
### BranchProtection
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection gitlab_branch_protection}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection gitlab_branch_protection}.
#### Initializers
@@ -562,7 +562,7 @@ The construct id used in the generated config for the BranchProtection to import
The id of the existing BranchProtection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use
---
@@ -1031,7 +1031,7 @@ GroupId *f64
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1045,7 +1045,7 @@ UserId *f64
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1057,6 +1057,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/branchprotection"
&branchprotection.BranchProtectionAllowedToPush {
+ DeployKeyId: *f64,
GroupId: *f64,
UserId: *f64,
}
@@ -1066,8 +1067,25 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/branchprotection"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| GroupId
| *f64
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`. |
-| UserId
| *f64
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`. |
+| DeployKeyId
| *f64
| The ID of a GitLab deploy key allowed to perform the relevant action. |
+| GroupId
| *f64
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`. |
+| UserId
| *f64
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`. |
+
+---
+
+##### `DeployKeyId`Optional
+
+```go
+DeployKeyId *f64
+```
+
+- *Type:* *f64
+
+The ID of a GitLab deploy key allowed to perform the relevant action.
+
+Mutually exclusive with `group_id` and `user_id`. This field is read-only until Gitlab 17.5.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#deploy_key_id BranchProtection#deploy_key_id}
---
@@ -1079,9 +1097,9 @@ GroupId *f64
- *Type:* *f64
-The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
+The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1093,9 +1111,9 @@ UserId *f64
- *Type:* *f64
-The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
+The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1131,7 +1149,7 @@ GroupId *f64
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1145,7 +1163,7 @@ UserId *f64
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1281,7 +1299,7 @@ Branch *string
Name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#branch BranchProtection#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#branch BranchProtection#branch}
---
@@ -1295,7 +1313,7 @@ Project *string
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#project BranchProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#project BranchProtection#project}
---
@@ -1309,7 +1327,7 @@ AllowedToMerge interface{}
allowed_to_merge block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
---
@@ -1323,7 +1341,7 @@ AllowedToPush interface{}
allowed_to_push block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
---
@@ -1337,7 +1355,7 @@ AllowedToUnprotect interface{}
allowed_to_unprotect block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
---
@@ -1351,7 +1369,7 @@ AllowForcePush interface{}
Can be set to true to allow users with push access to force push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
---
@@ -1365,7 +1383,7 @@ CodeOwnerApprovalRequired interface{}
Can be set to true to require code owner approval before merging. Only available for Premium and Ultimate instances.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
---
@@ -1379,7 +1397,7 @@ MergeAccessLevel *string
Access levels allowed to merge. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
---
@@ -1393,7 +1411,7 @@ PushAccessLevel *string
Access levels allowed to push. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
---
@@ -1407,7 +1425,7 @@ UnprotectAccessLevel *string
Access levels allowed to unprotect. Valid values are: `developer`, `maintainer`, `admin`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
---
@@ -2148,6 +2166,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it
| InterpolationForAttribute
| *No description.* |
| Resolve
| Produce the Token's value at resolution time. |
| ToString
| Return a string representation of this resolvable object. |
+| ResetDeployKeyId
| *No description.* |
| ResetGroupId
| *No description.* |
| ResetUserId
| *No description.* |
@@ -2303,6 +2322,12 @@ Return a string representation of this resolvable object.
Returns a reversible string representation.
+##### `ResetDeployKeyId`
+
+```go
+func ResetDeployKeyId()
+```
+
##### `ResetGroupId`
```go
@@ -2324,8 +2349,10 @@ func ResetUserId()
| Fqn
| *string
| *No description.* |
| AccessLevel
| *string
| *No description.* |
| AccessLevelDescription
| *string
| *No description.* |
+| DeployKeyIdInput
| *f64
| *No description.* |
| GroupIdInput
| *f64
| *No description.* |
| UserIdInput
| *f64
| *No description.* |
+| DeployKeyId
| *f64
| *No description.* |
| GroupId
| *f64
| *No description.* |
| UserId
| *f64
| *No description.* |
| InternalValue
| interface{}
| *No description.* |
@@ -2376,6 +2403,16 @@ func AccessLevelDescription() *string
---
+##### `DeployKeyIdInput`Optional
+
+```go
+func DeployKeyIdInput() *f64
+```
+
+- *Type:* *f64
+
+---
+
##### `GroupIdInput`Optional
```go
@@ -2396,6 +2433,16 @@ func UserIdInput() *f64
---
+##### `DeployKeyId`Required
+
+```go
+func DeployKeyId() *f64
+```
+
+- *Type:* *f64
+
+---
+
##### `GroupId`Required
```go
diff --git a/docs/branchProtection.java.md b/docs/branchProtection.java.md
index c2ed5474d..cdb9585d6 100644
--- a/docs/branchProtection.java.md
+++ b/docs/branchProtection.java.md
@@ -4,7 +4,7 @@
### BranchProtection
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection gitlab_branch_protection}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection gitlab_branch_protection}.
#### Initializers
@@ -131,7 +131,7 @@ Must be unique amongst siblings in the same scope
Name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#branch BranchProtection#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#branch BranchProtection#branch}
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#project BranchProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#project BranchProtection#project}
---
@@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
allowed_to_merge block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
---
@@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
allowed_to_push block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
---
@@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
allowed_to_unprotect block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
---
@@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Can be set to true to allow users with push access to force push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
---
@@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Can be set to true to require code owner approval before merging. Only available for Premium and Ultimate instances.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
---
@@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Access levels allowed to merge. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
---
@@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Access levels allowed to push. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
---
@@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Access levels allowed to unprotect. Valid values are: `developer`, `maintainer`, `admin`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
---
@@ -743,7 +743,7 @@ The construct id used in the generated config for the BranchProtection to import
The id of the existing BranchProtection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use
---
@@ -1212,7 +1212,7 @@ public java.lang.Number getGroupId();
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1226,7 +1226,7 @@ public java.lang.Number getUserId();
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1238,6 +1238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
import com.hashicorp.cdktf.providers.gitlab.branch_protection.BranchProtectionAllowedToPush;
BranchProtectionAllowedToPush.builder()
+// .deployKeyId(java.lang.Number)
// .groupId(java.lang.Number)
// .userId(java.lang.Number)
.build();
@@ -1247,8 +1248,25 @@ BranchProtectionAllowedToPush.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| groupId
| java.lang.Number
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`. |
-| userId
| java.lang.Number
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`. |
+| deployKeyId
| java.lang.Number
| The ID of a GitLab deploy key allowed to perform the relevant action. |
+| groupId
| java.lang.Number
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`. |
+| userId
| java.lang.Number
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`. |
+
+---
+
+##### `deployKeyId`Optional
+
+```java
+public java.lang.Number getDeployKeyId();
+```
+
+- *Type:* java.lang.Number
+
+The ID of a GitLab deploy key allowed to perform the relevant action.
+
+Mutually exclusive with `group_id` and `user_id`. This field is read-only until Gitlab 17.5.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#deploy_key_id BranchProtection#deploy_key_id}
---
@@ -1260,9 +1278,9 @@ public java.lang.Number getGroupId();
- *Type:* java.lang.Number
-The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
+The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1274,9 +1292,9 @@ public java.lang.Number getUserId();
- *Type:* java.lang.Number
-The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
+The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1312,7 +1330,7 @@ public java.lang.Number getGroupId();
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1326,7 +1344,7 @@ public java.lang.Number getUserId();
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1471,7 +1489,7 @@ public java.lang.String getBranch();
Name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#branch BranchProtection#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#branch BranchProtection#branch}
---
@@ -1485,7 +1503,7 @@ public java.lang.String getProject();
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#project BranchProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#project BranchProtection#project}
---
@@ -1499,7 +1517,7 @@ public java.lang.Object getAllowedToMerge();
allowed_to_merge block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
---
@@ -1513,7 +1531,7 @@ public java.lang.Object getAllowedToPush();
allowed_to_push block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
---
@@ -1527,7 +1545,7 @@ public java.lang.Object getAllowedToUnprotect();
allowed_to_unprotect block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
---
@@ -1541,7 +1559,7 @@ public java.lang.Object getAllowForcePush();
Can be set to true to allow users with push access to force push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
---
@@ -1555,7 +1573,7 @@ public java.lang.Object getCodeOwnerApprovalRequired();
Can be set to true to require code owner approval before merging. Only available for Premium and Ultimate instances.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
---
@@ -1569,7 +1587,7 @@ public java.lang.String getMergeAccessLevel();
Access levels allowed to merge. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
---
@@ -1583,7 +1601,7 @@ public java.lang.String getPushAccessLevel();
Access levels allowed to push. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
---
@@ -1597,7 +1615,7 @@ public java.lang.String getUnprotectAccessLevel();
Access levels allowed to unprotect. Valid values are: `developer`, `maintainer`, `admin`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
---
@@ -2338,6 +2356,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it
| interpolationForAttribute
| *No description.* |
| resolve
| Produce the Token's value at resolution time. |
| toString
| Return a string representation of this resolvable object. |
+| resetDeployKeyId
| *No description.* |
| resetGroupId
| *No description.* |
| resetUserId
| *No description.* |
@@ -2493,6 +2512,12 @@ Return a string representation of this resolvable object.
Returns a reversible string representation.
+##### `resetDeployKeyId`
+
+```java
+public void resetDeployKeyId()
+```
+
##### `resetGroupId`
```java
@@ -2514,8 +2539,10 @@ public void resetUserId()
| fqn
| java.lang.String
| *No description.* |
| accessLevel
| java.lang.String
| *No description.* |
| accessLevelDescription
| java.lang.String
| *No description.* |
+| deployKeyIdInput
| java.lang.Number
| *No description.* |
| groupIdInput
| java.lang.Number
| *No description.* |
| userIdInput
| java.lang.Number
| *No description.* |
+| deployKeyId
| java.lang.Number
| *No description.* |
| groupId
| java.lang.Number
| *No description.* |
| userId
| java.lang.Number
| *No description.* |
| internalValue
| com.hashicorp.cdktf.IResolvable OR BranchProtectionAllowedToPush
| *No description.* |
@@ -2566,6 +2593,16 @@ public java.lang.String getAccessLevelDescription();
---
+##### `deployKeyIdInput`Optional
+
+```java
+public java.lang.Number getDeployKeyIdInput();
+```
+
+- *Type:* java.lang.Number
+
+---
+
##### `groupIdInput`Optional
```java
@@ -2586,6 +2623,16 @@ public java.lang.Number getUserIdInput();
---
+##### `deployKeyId`Required
+
+```java
+public java.lang.Number getDeployKeyId();
+```
+
+- *Type:* java.lang.Number
+
+---
+
##### `groupId`Required
```java
diff --git a/docs/branchProtection.python.md b/docs/branchProtection.python.md
index 0312bfab0..a05267b5c 100644
--- a/docs/branchProtection.python.md
+++ b/docs/branchProtection.python.md
@@ -4,7 +4,7 @@
### BranchProtection
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection gitlab_branch_protection}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection gitlab_branch_protection}.
#### Initializers
@@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope
Name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#branch BranchProtection#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#branch BranchProtection#branch}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#project BranchProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#project BranchProtection#project}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
allowed_to_merge block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
allowed_to_push block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
allowed_to_unprotect block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Can be set to true to allow users with push access to force push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Can be set to true to require code owner approval before merging. Only available for Premium and Ultimate instances.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
---
@@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Access levels allowed to merge. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
---
@@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Access levels allowed to push. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
---
@@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Access levels allowed to unprotect. Valid values are: `developer`, `maintainer`, `admin`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
---
@@ -788,7 +788,7 @@ The construct id used in the generated config for the BranchProtection to import
The id of the existing BranchProtection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use
---
@@ -1257,7 +1257,7 @@ group_id: typing.Union[int, float]
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1271,7 +1271,7 @@ user_id: typing.Union[int, float]
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1283,6 +1283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
from cdktf_cdktf_provider_gitlab import branch_protection
branchProtection.BranchProtectionAllowedToPush(
+ deploy_key_id: typing.Union[int, float] = None,
group_id: typing.Union[int, float] = None,
user_id: typing.Union[int, float] = None
)
@@ -1292,8 +1293,25 @@ branchProtection.BranchProtectionAllowedToPush(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| group_id
| typing.Union[int, float]
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`. |
-| user_id
| typing.Union[int, float]
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`. |
+| deploy_key_id
| typing.Union[int, float]
| The ID of a GitLab deploy key allowed to perform the relevant action. |
+| group_id
| typing.Union[int, float]
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`. |
+| user_id
| typing.Union[int, float]
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`. |
+
+---
+
+##### `deploy_key_id`Optional
+
+```python
+deploy_key_id: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+The ID of a GitLab deploy key allowed to perform the relevant action.
+
+Mutually exclusive with `group_id` and `user_id`. This field is read-only until Gitlab 17.5.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#deploy_key_id BranchProtection#deploy_key_id}
---
@@ -1305,9 +1323,9 @@ group_id: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
+The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1319,9 +1337,9 @@ user_id: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
+The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1357,7 +1375,7 @@ group_id: typing.Union[int, float]
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1371,7 +1389,7 @@ user_id: typing.Union[int, float]
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1507,7 +1525,7 @@ branch: str
Name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#branch BranchProtection#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#branch BranchProtection#branch}
---
@@ -1521,7 +1539,7 @@ project: str
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#project BranchProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#project BranchProtection#project}
---
@@ -1535,7 +1553,7 @@ allowed_to_merge: typing.Union[IResolvable, typing.List[BranchProtectionAllowedT
allowed_to_merge block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
---
@@ -1549,7 +1567,7 @@ allowed_to_push: typing.Union[IResolvable, typing.List[BranchProtectionAllowedTo
allowed_to_push block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
---
@@ -1563,7 +1581,7 @@ allowed_to_unprotect: typing.Union[IResolvable, typing.List[BranchProtectionAllo
allowed_to_unprotect block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
---
@@ -1577,7 +1595,7 @@ allow_force_push: typing.Union[bool, IResolvable]
Can be set to true to allow users with push access to force push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
---
@@ -1591,7 +1609,7 @@ code_owner_approval_required: typing.Union[bool, IResolvable]
Can be set to true to require code owner approval before merging. Only available for Premium and Ultimate instances.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
---
@@ -1605,7 +1623,7 @@ merge_access_level: str
Access levels allowed to merge. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
---
@@ -1619,7 +1637,7 @@ push_access_level: str
Access levels allowed to push. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
---
@@ -1633,7 +1651,7 @@ unprotect_access_level: str
Access levels allowed to unprotect. Valid values are: `developer`, `maintainer`, `admin`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
---
@@ -2426,6 +2444,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it
| interpolation_for_attribute
| *No description.* |
| resolve
| Produce the Token's value at resolution time. |
| to_string
| Return a string representation of this resolvable object. |
+| reset_deploy_key_id
| *No description.* |
| reset_group_id
| *No description.* |
| reset_user_id
| *No description.* |
@@ -2603,6 +2622,12 @@ Return a string representation of this resolvable object.
Returns a reversible string representation.
+##### `reset_deploy_key_id`
+
+```python
+def reset_deploy_key_id() -> None
+```
+
##### `reset_group_id`
```python
@@ -2624,8 +2649,10 @@ def reset_user_id() -> None
| fqn
| str
| *No description.* |
| access_level
| str
| *No description.* |
| access_level_description
| str
| *No description.* |
+| deploy_key_id_input
| typing.Union[int, float]
| *No description.* |
| group_id_input
| typing.Union[int, float]
| *No description.* |
| user_id_input
| typing.Union[int, float]
| *No description.* |
+| deploy_key_id
| typing.Union[int, float]
| *No description.* |
| group_id
| typing.Union[int, float]
| *No description.* |
| user_id
| typing.Union[int, float]
| *No description.* |
| internal_value
| typing.Union[cdktf.IResolvable, BranchProtectionAllowedToPush]
| *No description.* |
@@ -2676,6 +2703,16 @@ access_level_description: str
---
+##### `deploy_key_id_input`Optional
+
+```python
+deploy_key_id_input: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+---
+
##### `group_id_input`Optional
```python
@@ -2696,6 +2733,16 @@ user_id_input: typing.Union[int, float]
---
+##### `deploy_key_id`Required
+
+```python
+deploy_key_id: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+---
+
##### `group_id`Required
```python
diff --git a/docs/branchProtection.typescript.md b/docs/branchProtection.typescript.md
index 1828dd110..4427fd5b0 100644
--- a/docs/branchProtection.typescript.md
+++ b/docs/branchProtection.typescript.md
@@ -4,7 +4,7 @@
### BranchProtection
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection gitlab_branch_protection}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection gitlab_branch_protection}.
#### Initializers
@@ -562,7 +562,7 @@ The construct id used in the generated config for the BranchProtection to import
The id of the existing BranchProtection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use
---
@@ -1028,7 +1028,7 @@ public readonly groupId: number;
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1042,7 +1042,7 @@ public readonly userId: number;
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1060,8 +1060,25 @@ const branchProtectionAllowedToPush: branchProtection.BranchProtectionAllowedToP
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| groupId
| number
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`. |
-| userId
| number
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`. |
+| deployKeyId
| number
| The ID of a GitLab deploy key allowed to perform the relevant action. |
+| groupId
| number
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`. |
+| userId
| number
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`. |
+
+---
+
+##### `deployKeyId`Optional
+
+```typescript
+public readonly deployKeyId: number;
+```
+
+- *Type:* number
+
+The ID of a GitLab deploy key allowed to perform the relevant action.
+
+Mutually exclusive with `group_id` and `user_id`. This field is read-only until Gitlab 17.5.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#deploy_key_id BranchProtection#deploy_key_id}
---
@@ -1073,9 +1090,9 @@ public readonly groupId: number;
- *Type:* number
-The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
+The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1087,9 +1104,9 @@ public readonly userId: number;
- *Type:* number
-The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
+The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1122,7 +1139,7 @@ public readonly groupId: number;
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#group_id BranchProtection#group_id}
---
@@ -1136,7 +1153,7 @@ public readonly userId: number;
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#user_id BranchProtection#user_id}
---
@@ -1254,7 +1271,7 @@ public readonly branch: string;
Name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#branch BranchProtection#branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#branch BranchProtection#branch}
---
@@ -1268,7 +1285,7 @@ public readonly project: string;
The id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#project BranchProtection#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#project BranchProtection#project}
---
@@ -1282,7 +1299,7 @@ public readonly allowedToMerge: IResolvable | BranchProtectionAllowedToMerge[];
allowed_to_merge block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_merge BranchProtection#allowed_to_merge}
---
@@ -1296,7 +1313,7 @@ public readonly allowedToPush: IResolvable | BranchProtectionAllowedToPush[];
allowed_to_push block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_push BranchProtection#allowed_to_push}
---
@@ -1310,7 +1327,7 @@ public readonly allowedToUnprotect: IResolvable | BranchProtectionAllowedToUnpro
allowed_to_unprotect block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allowed_to_unprotect BranchProtection#allowed_to_unprotect}
---
@@ -1324,7 +1341,7 @@ public readonly allowForcePush: boolean | IResolvable;
Can be set to true to allow users with push access to force push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#allow_force_push BranchProtection#allow_force_push}
---
@@ -1338,7 +1355,7 @@ public readonly codeOwnerApprovalRequired: boolean | IResolvable;
Can be set to true to require code owner approval before merging. Only available for Premium and Ultimate instances.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#code_owner_approval_required BranchProtection#code_owner_approval_required}
---
@@ -1352,7 +1369,7 @@ public readonly mergeAccessLevel: string;
Access levels allowed to merge. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#merge_access_level BranchProtection#merge_access_level}
---
@@ -1366,7 +1383,7 @@ public readonly pushAccessLevel: string;
Access levels allowed to push. Valid values are: `no one`, `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#push_access_level BranchProtection#push_access_level}
---
@@ -1380,7 +1397,7 @@ public readonly unprotectAccessLevel: string;
Access levels allowed to unprotect. Valid values are: `developer`, `maintainer`, `admin`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/branch_protection#unprotect_access_level BranchProtection#unprotect_access_level}
---
@@ -2121,6 +2138,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it
| interpolationForAttribute
| *No description.* |
| resolve
| Produce the Token's value at resolution time. |
| toString
| Return a string representation of this resolvable object. |
+| resetDeployKeyId
| *No description.* |
| resetGroupId
| *No description.* |
| resetUserId
| *No description.* |
@@ -2276,6 +2294,12 @@ Return a string representation of this resolvable object.
Returns a reversible string representation.
+##### `resetDeployKeyId`
+
+```typescript
+public resetDeployKeyId(): void
+```
+
##### `resetGroupId`
```typescript
@@ -2297,8 +2321,10 @@ public resetUserId(): void
| fqn
| string
| *No description.* |
| accessLevel
| string
| *No description.* |
| accessLevelDescription
| string
| *No description.* |
+| deployKeyIdInput
| number
| *No description.* |
| groupIdInput
| number
| *No description.* |
| userIdInput
| number
| *No description.* |
+| deployKeyId
| number
| *No description.* |
| groupId
| number
| *No description.* |
| userId
| number
| *No description.* |
| internalValue
| cdktf.IResolvable \| BranchProtectionAllowedToPush
| *No description.* |
@@ -2349,6 +2375,16 @@ public readonly accessLevelDescription: string;
---
+##### `deployKeyIdInput`Optional
+
+```typescript
+public readonly deployKeyIdInput: number;
+```
+
+- *Type:* number
+
+---
+
##### `groupIdInput`Optional
```typescript
@@ -2369,6 +2405,16 @@ public readonly userIdInput: number;
---
+##### `deployKeyId`Required
+
+```typescript
+public readonly deployKeyId: number;
+```
+
+- *Type:* number
+
+---
+
##### `groupId`Required
```typescript
diff --git a/docs/clusterAgent.csharp.md b/docs/clusterAgent.csharp.md
index 95dc085d0..b8acd6283 100644
--- a/docs/clusterAgent.csharp.md
+++ b/docs/clusterAgent.csharp.md
@@ -4,7 +4,7 @@
### ClusterAgent
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent gitlab_cluster_agent}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ClusterAgent to import.
The id of the existing ClusterAgent that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#import import section} in the documentation of this resource for the id to use
---
@@ -802,7 +802,7 @@ new ClusterAgentConfig {
| Provisioners
| object[]
| *No description.* |
| Name
| string
| The Name of the agent. |
| Project
| string
| ID or full path of the project maintained by the authenticated user. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
---
@@ -886,7 +886,7 @@ public string Name { get; set; }
The Name of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#name ClusterAgent#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#name ClusterAgent#name}
---
@@ -900,7 +900,7 @@ public string Project { get; set; }
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#project ClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#project ClusterAgent#project}
---
@@ -912,7 +912,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#id ClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#id ClusterAgent#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/clusterAgent.go.md b/docs/clusterAgent.go.md
index 55c78cf81..eff25ddcc 100644
--- a/docs/clusterAgent.go.md
+++ b/docs/clusterAgent.go.md
@@ -4,7 +4,7 @@
### ClusterAgent
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent gitlab_cluster_agent}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ClusterAgent to import.
The id of the existing ClusterAgent that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#import import section} in the documentation of this resource for the id to use
---
@@ -802,7 +802,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/clusteragent"
| Provisioners
| *[]interface{}
| *No description.* |
| Name
| *string
| The Name of the agent. |
| Project
| *string
| ID or full path of the project maintained by the authenticated user. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
---
@@ -886,7 +886,7 @@ Name *string
The Name of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#name ClusterAgent#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#name ClusterAgent#name}
---
@@ -900,7 +900,7 @@ Project *string
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#project ClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#project ClusterAgent#project}
---
@@ -912,7 +912,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#id ClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#id ClusterAgent#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/clusterAgent.java.md b/docs/clusterAgent.java.md
index d518d8606..2361e8c7b 100644
--- a/docs/clusterAgent.java.md
+++ b/docs/clusterAgent.java.md
@@ -4,7 +4,7 @@
### ClusterAgent
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent gitlab_cluster_agent}.
#### Initializers
@@ -42,7 +42,7 @@ ClusterAgent.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| name
| java.lang.String
| The Name of the agent. |
| project
| java.lang.String
| ID or full path of the project maintained by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The Name of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#name ClusterAgent#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#name ClusterAgent#name}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#project ClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#project ClusterAgent#project}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#id ClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#id ClusterAgent#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -567,7 +567,7 @@ The construct id used in the generated config for the ClusterAgent to import.
The id of the existing ClusterAgent that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#import import section} in the documentation of this resource for the id to use
---
@@ -899,7 +899,7 @@ ClusterAgentConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| name
| java.lang.String
| The Name of the agent. |
| project
| java.lang.String
| ID or full path of the project maintained by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
---
@@ -983,7 +983,7 @@ public java.lang.String getName();
The Name of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#name ClusterAgent#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#name ClusterAgent#name}
---
@@ -997,7 +997,7 @@ public java.lang.String getProject();
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#project ClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#project ClusterAgent#project}
---
@@ -1009,7 +1009,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#id ClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#id ClusterAgent#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/clusterAgent.python.md b/docs/clusterAgent.python.md
index ce328cd03..c6e46a0a4 100644
--- a/docs/clusterAgent.python.md
+++ b/docs/clusterAgent.python.md
@@ -4,7 +4,7 @@
### ClusterAgent
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent gitlab_cluster_agent}.
#### Initializers
@@ -40,7 +40,7 @@ clusterAgent.ClusterAgent(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| name
| str
| The Name of the agent. |
| project
| str
| ID or full path of the project maintained by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The Name of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#name ClusterAgent#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#name ClusterAgent#name}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#project ClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#project ClusterAgent#project}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#id ClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#id ClusterAgent#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -611,7 +611,7 @@ The construct id used in the generated config for the ClusterAgent to import.
The id of the existing ClusterAgent that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#import import section} in the documentation of this resource for the id to use
---
@@ -939,7 +939,7 @@ clusterAgent.ClusterAgentConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| name
| str
| The Name of the agent. |
| project
| str
| ID or full path of the project maintained by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
---
@@ -1023,7 +1023,7 @@ name: str
The Name of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#name ClusterAgent#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#name ClusterAgent#name}
---
@@ -1037,7 +1037,7 @@ project: str
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#project ClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#project ClusterAgent#project}
---
@@ -1049,7 +1049,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#id ClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#id ClusterAgent#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/clusterAgent.typescript.md b/docs/clusterAgent.typescript.md
index cce3ce092..3c097b8e7 100644
--- a/docs/clusterAgent.typescript.md
+++ b/docs/clusterAgent.typescript.md
@@ -4,7 +4,7 @@
### ClusterAgent
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent gitlab_cluster_agent}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ClusterAgent to import.
The id of the existing ClusterAgent that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#import import section} in the documentation of this resource for the id to use
---
@@ -791,7 +791,7 @@ const clusterAgentConfig: clusterAgent.ClusterAgentConfig = { ... }
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| name
| string
| The Name of the agent. |
| project
| string
| ID or full path of the project maintained by the authenticated user. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#id ClusterAgent#id}. |
---
@@ -875,7 +875,7 @@ public readonly name: string;
The Name of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#name ClusterAgent#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#name ClusterAgent#name}
---
@@ -889,7 +889,7 @@ public readonly project: string;
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#project ClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#project ClusterAgent#project}
---
@@ -901,7 +901,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent#id ClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent#id ClusterAgent#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/clusterAgentToken.csharp.md b/docs/clusterAgentToken.csharp.md
index 337c67c79..f4e8f0ed0 100644
--- a/docs/clusterAgentToken.csharp.md
+++ b/docs/clusterAgentToken.csharp.md
@@ -4,7 +4,7 @@
### ClusterAgentToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ClusterAgentToken to impor
The id of the existing ClusterAgentToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#import import section} in the documentation of this resource for the id to use
---
@@ -890,7 +890,7 @@ new ClusterAgentTokenConfig {
| Name
| string
| The Name of the agent. |
| Project
| string
| ID or full path of the project maintained by the authenticated user. |
| Description
| string
| The Description for the agent. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}. |
---
@@ -974,7 +974,7 @@ public double AgentId { get; set; }
The ID of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#agent_id ClusterAgentToken#agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#agent_id ClusterAgentToken#agent_id}
---
@@ -988,7 +988,7 @@ public string Name { get; set; }
The Name of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
---
@@ -1002,7 +1002,7 @@ public string Project { get; set; }
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
---
@@ -1016,7 +1016,7 @@ public string Description { get; set; }
The Description for the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
---
@@ -1028,7 +1028,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/clusterAgentToken.go.md b/docs/clusterAgentToken.go.md
index 14e2faa30..93dedf40f 100644
--- a/docs/clusterAgentToken.go.md
+++ b/docs/clusterAgentToken.go.md
@@ -4,7 +4,7 @@
### ClusterAgentToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ClusterAgentToken to impor
The id of the existing ClusterAgentToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#import import section} in the documentation of this resource for the id to use
---
@@ -890,7 +890,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/clusteragenttoken"
| Name
| *string
| The Name of the agent. |
| Project
| *string
| ID or full path of the project maintained by the authenticated user. |
| Description
| *string
| The Description for the agent. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}. |
---
@@ -974,7 +974,7 @@ AgentId *f64
The ID of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#agent_id ClusterAgentToken#agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#agent_id ClusterAgentToken#agent_id}
---
@@ -988,7 +988,7 @@ Name *string
The Name of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
---
@@ -1002,7 +1002,7 @@ Project *string
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
---
@@ -1016,7 +1016,7 @@ Description *string
The Description for the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
---
@@ -1028,7 +1028,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/clusterAgentToken.java.md b/docs/clusterAgentToken.java.md
index 0a432ec37..f8c5d45af 100644
--- a/docs/clusterAgentToken.java.md
+++ b/docs/clusterAgentToken.java.md
@@ -4,7 +4,7 @@
### ClusterAgentToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}.
#### Initializers
@@ -46,7 +46,7 @@ ClusterAgentToken.Builder.create(Construct scope, java.lang.String id)
| name
| java.lang.String
| The Name of the agent. |
| project
| java.lang.String
| ID or full path of the project maintained by the authenticated user. |
| description
| java.lang.String
| The Description for the agent. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}. |
---
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#agent_id ClusterAgentToken#agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#agent_id ClusterAgentToken#agent_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Name of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Description for the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -598,7 +598,7 @@ The construct id used in the generated config for the ClusterAgentToken to impor
The id of the existing ClusterAgentToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#import import section} in the documentation of this resource for the id to use
---
@@ -1011,7 +1011,7 @@ ClusterAgentTokenConfig.builder()
| name
| java.lang.String
| The Name of the agent. |
| project
| java.lang.String
| ID or full path of the project maintained by the authenticated user. |
| description
| java.lang.String
| The Description for the agent. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}. |
---
@@ -1095,7 +1095,7 @@ public java.lang.Number getAgentId();
The ID of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#agent_id ClusterAgentToken#agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#agent_id ClusterAgentToken#agent_id}
---
@@ -1109,7 +1109,7 @@ public java.lang.String getName();
The Name of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
---
@@ -1123,7 +1123,7 @@ public java.lang.String getProject();
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
---
@@ -1137,7 +1137,7 @@ public java.lang.String getDescription();
The Description for the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
---
@@ -1149,7 +1149,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/clusterAgentToken.python.md b/docs/clusterAgentToken.python.md
index 38dfb5e5c..a87cce972 100644
--- a/docs/clusterAgentToken.python.md
+++ b/docs/clusterAgentToken.python.md
@@ -4,7 +4,7 @@
### ClusterAgentToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}.
#### Initializers
@@ -44,7 +44,7 @@ clusterAgentToken.ClusterAgentToken(
| name
| str
| The Name of the agent. |
| project
| str
| ID or full path of the project maintained by the authenticated user. |
| description
| str
| The Description for the agent. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The ID of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#agent_id ClusterAgentToken#agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#agent_id ClusterAgentToken#agent_id}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Name of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Description for the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -642,7 +642,7 @@ The construct id used in the generated config for the ClusterAgentToken to impor
The id of the existing ClusterAgentToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#import import section} in the documentation of this resource for the id to use
---
@@ -1051,7 +1051,7 @@ clusterAgentToken.ClusterAgentTokenConfig(
| name
| str
| The Name of the agent. |
| project
| str
| ID or full path of the project maintained by the authenticated user. |
| description
| str
| The Description for the agent. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}. |
---
@@ -1135,7 +1135,7 @@ agent_id: typing.Union[int, float]
The ID of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#agent_id ClusterAgentToken#agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#agent_id ClusterAgentToken#agent_id}
---
@@ -1149,7 +1149,7 @@ name: str
The Name of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
---
@@ -1163,7 +1163,7 @@ project: str
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
---
@@ -1177,7 +1177,7 @@ description: str
The Description for the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
---
@@ -1189,7 +1189,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/clusterAgentToken.typescript.md b/docs/clusterAgentToken.typescript.md
index 9d1dac529..769ba3c01 100644
--- a/docs/clusterAgentToken.typescript.md
+++ b/docs/clusterAgentToken.typescript.md
@@ -4,7 +4,7 @@
### ClusterAgentToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token gitlab_cluster_agent_token}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ClusterAgentToken to impor
The id of the existing ClusterAgentToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#import import section} in the documentation of this resource for the id to use
---
@@ -877,7 +877,7 @@ const clusterAgentTokenConfig: clusterAgentToken.ClusterAgentTokenConfig = { ...
| name
| string
| The Name of the agent. |
| project
| string
| ID or full path of the project maintained by the authenticated user. |
| description
| string
| The Description for the agent. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}. |
---
@@ -961,7 +961,7 @@ public readonly agentId: number;
The ID of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#agent_id ClusterAgentToken#agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#agent_id ClusterAgentToken#agent_id}
---
@@ -975,7 +975,7 @@ public readonly name: string;
The Name of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#name ClusterAgentToken#name}
---
@@ -989,7 +989,7 @@ public readonly project: string;
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#project ClusterAgentToken#project}
---
@@ -1003,7 +1003,7 @@ public readonly description: string;
The Description for the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#description ClusterAgentToken#description}
---
@@ -1015,7 +1015,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/cluster_agent_token#id ClusterAgentToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/complianceFramework.csharp.md b/docs/complianceFramework.csharp.md
index be077e443..18f8f6c29 100644
--- a/docs/complianceFramework.csharp.md
+++ b/docs/complianceFramework.csharp.md
@@ -4,7 +4,7 @@
### ComplianceFramework
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework gitlab_compliance_framework}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ComplianceFramework to imp
The id of the existing ComplianceFramework that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#import import section} in the documentation of this resource for the id to use
---
@@ -954,7 +954,7 @@ public string Color { get; set; }
New color representation of the compliance framework in hex format. e.g. #FCA121.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#color ComplianceFramework#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#color ComplianceFramework#color}
---
@@ -968,7 +968,7 @@ public string Description { get; set; }
Description for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#description ComplianceFramework#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#description ComplianceFramework#description}
---
@@ -982,7 +982,7 @@ public string Name { get; set; }
Name for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#name ComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#name ComplianceFramework#name}
---
@@ -996,7 +996,7 @@ public string NamespacePath { get; set; }
Full path of the namespace to add the compliance framework to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
---
@@ -1010,7 +1010,7 @@ public object Default { get; set; }
Set this compliance framework as the default framework for the group. Default: `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#default ComplianceFramework#default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#default ComplianceFramework#default}
---
@@ -1024,7 +1024,7 @@ public string PipelineConfigurationFullPath { get; set; }
Full path of the compliance pipeline configuration stored in a project repository, such as `.gitlab/.compliance-gitlab-ci.yml@compliance/hipaa`. Required format: `path/file.y[a]ml@group-name/project-name` **Note**: Ultimate license required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#pipeline_configuration_full_path ComplianceFramework#pipeline_configuration_full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#pipeline_configuration_full_path ComplianceFramework#pipeline_configuration_full_path}
---
diff --git a/docs/complianceFramework.go.md b/docs/complianceFramework.go.md
index f811080a0..71469c003 100644
--- a/docs/complianceFramework.go.md
+++ b/docs/complianceFramework.go.md
@@ -4,7 +4,7 @@
### ComplianceFramework
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework gitlab_compliance_framework}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ComplianceFramework to imp
The id of the existing ComplianceFramework that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#import import section} in the documentation of this resource for the id to use
---
@@ -954,7 +954,7 @@ Color *string
New color representation of the compliance framework in hex format. e.g. #FCA121.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#color ComplianceFramework#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#color ComplianceFramework#color}
---
@@ -968,7 +968,7 @@ Description *string
Description for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#description ComplianceFramework#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#description ComplianceFramework#description}
---
@@ -982,7 +982,7 @@ Name *string
Name for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#name ComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#name ComplianceFramework#name}
---
@@ -996,7 +996,7 @@ NamespacePath *string
Full path of the namespace to add the compliance framework to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
---
@@ -1010,7 +1010,7 @@ Default interface{}
Set this compliance framework as the default framework for the group. Default: `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#default ComplianceFramework#default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#default ComplianceFramework#default}
---
@@ -1024,7 +1024,7 @@ PipelineConfigurationFullPath *string
Full path of the compliance pipeline configuration stored in a project repository, such as `.gitlab/.compliance-gitlab-ci.yml@compliance/hipaa`. Required format: `path/file.y[a]ml@group-name/project-name` **Note**: Ultimate license required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#pipeline_configuration_full_path ComplianceFramework#pipeline_configuration_full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#pipeline_configuration_full_path ComplianceFramework#pipeline_configuration_full_path}
---
diff --git a/docs/complianceFramework.java.md b/docs/complianceFramework.java.md
index ed6d8df03..563b2ab61 100644
--- a/docs/complianceFramework.java.md
+++ b/docs/complianceFramework.java.md
@@ -4,7 +4,7 @@
### ComplianceFramework
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework gitlab_compliance_framework}.
#### Initializers
@@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope
New color representation of the compliance framework in hex format. e.g. #FCA121.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#color ComplianceFramework#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#color ComplianceFramework#color}
---
@@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Description for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#description ComplianceFramework#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#description ComplianceFramework#description}
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Name for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#name ComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#name ComplianceFramework#name}
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Full path of the namespace to add the compliance framework to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set this compliance framework as the default framework for the group. Default: `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#default ComplianceFramework#default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#default ComplianceFramework#default}
---
@@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Full path of the compliance pipeline configuration stored in a project repository, such as `.gitlab/.compliance-gitlab-ci.yml@compliance/hipaa`. Required format: `path/file.y[a]ml@group-name/project-name` **Note**: Ultimate license required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#pipeline_configuration_full_path ComplianceFramework#pipeline_configuration_full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#pipeline_configuration_full_path ComplianceFramework#pipeline_configuration_full_path}
---
@@ -610,7 +610,7 @@ The construct id used in the generated config for the ComplianceFramework to imp
The id of the existing ComplianceFramework that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#import import section} in the documentation of this resource for the id to use
---
@@ -1088,7 +1088,7 @@ public java.lang.String getColor();
New color representation of the compliance framework in hex format. e.g. #FCA121.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#color ComplianceFramework#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#color ComplianceFramework#color}
---
@@ -1102,7 +1102,7 @@ public java.lang.String getDescription();
Description for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#description ComplianceFramework#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#description ComplianceFramework#description}
---
@@ -1116,7 +1116,7 @@ public java.lang.String getName();
Name for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#name ComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#name ComplianceFramework#name}
---
@@ -1130,7 +1130,7 @@ public java.lang.String getNamespacePath();
Full path of the namespace to add the compliance framework to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
---
@@ -1144,7 +1144,7 @@ public java.lang.Object getDefault();
Set this compliance framework as the default framework for the group. Default: `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#default ComplianceFramework#default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#default ComplianceFramework#default}
---
@@ -1158,7 +1158,7 @@ public java.lang.String getPipelineConfigurationFullPath();
Full path of the compliance pipeline configuration stored in a project repository, such as `.gitlab/.compliance-gitlab-ci.yml@compliance/hipaa`. Required format: `path/file.y[a]ml@group-name/project-name` **Note**: Ultimate license required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#pipeline_configuration_full_path ComplianceFramework#pipeline_configuration_full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#pipeline_configuration_full_path ComplianceFramework#pipeline_configuration_full_path}
---
diff --git a/docs/complianceFramework.python.md b/docs/complianceFramework.python.md
index 698bda6af..0ee6c1116 100644
--- a/docs/complianceFramework.python.md
+++ b/docs/complianceFramework.python.md
@@ -4,7 +4,7 @@
### ComplianceFramework
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework gitlab_compliance_framework}.
#### Initializers
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
New color representation of the compliance framework in hex format. e.g. #FCA121.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#color ComplianceFramework#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#color ComplianceFramework#color}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Description for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#description ComplianceFramework#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#description ComplianceFramework#description}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Name for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#name ComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#name ComplianceFramework#name}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Full path of the namespace to add the compliance framework to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set this compliance framework as the default framework for the group. Default: `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#default ComplianceFramework#default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#default ComplianceFramework#default}
---
@@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Full path of the compliance pipeline configuration stored in a project repository, such as `.gitlab/.compliance-gitlab-ci.yml@compliance/hipaa`. Required format: `path/file.y[a]ml@group-name/project-name` **Note**: Ultimate license required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#pipeline_configuration_full_path ComplianceFramework#pipeline_configuration_full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#pipeline_configuration_full_path ComplianceFramework#pipeline_configuration_full_path}
---
@@ -653,7 +653,7 @@ The construct id used in the generated config for the ComplianceFramework to imp
The id of the existing ComplianceFramework that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#import import section} in the documentation of this resource for the id to use
---
@@ -1126,7 +1126,7 @@ color: str
New color representation of the compliance framework in hex format. e.g. #FCA121.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#color ComplianceFramework#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#color ComplianceFramework#color}
---
@@ -1140,7 +1140,7 @@ description: str
Description for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#description ComplianceFramework#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#description ComplianceFramework#description}
---
@@ -1154,7 +1154,7 @@ name: str
Name for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#name ComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#name ComplianceFramework#name}
---
@@ -1168,7 +1168,7 @@ namespace_path: str
Full path of the namespace to add the compliance framework to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
---
@@ -1182,7 +1182,7 @@ default: typing.Union[bool, IResolvable]
Set this compliance framework as the default framework for the group. Default: `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#default ComplianceFramework#default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#default ComplianceFramework#default}
---
@@ -1196,7 +1196,7 @@ pipeline_configuration_full_path: str
Full path of the compliance pipeline configuration stored in a project repository, such as `.gitlab/.compliance-gitlab-ci.yml@compliance/hipaa`. Required format: `path/file.y[a]ml@group-name/project-name` **Note**: Ultimate license required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#pipeline_configuration_full_path ComplianceFramework#pipeline_configuration_full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#pipeline_configuration_full_path ComplianceFramework#pipeline_configuration_full_path}
---
diff --git a/docs/complianceFramework.typescript.md b/docs/complianceFramework.typescript.md
index 2c95ea924..4e5cc8e3e 100644
--- a/docs/complianceFramework.typescript.md
+++ b/docs/complianceFramework.typescript.md
@@ -4,7 +4,7 @@
### ComplianceFramework
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework gitlab_compliance_framework}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ComplianceFramework to imp
The id of the existing ComplianceFramework that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#import import section} in the documentation of this resource for the id to use
---
@@ -940,7 +940,7 @@ public readonly color: string;
New color representation of the compliance framework in hex format. e.g. #FCA121.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#color ComplianceFramework#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#color ComplianceFramework#color}
---
@@ -954,7 +954,7 @@ public readonly description: string;
Description for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#description ComplianceFramework#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#description ComplianceFramework#description}
---
@@ -968,7 +968,7 @@ public readonly name: string;
Name for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#name ComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#name ComplianceFramework#name}
---
@@ -982,7 +982,7 @@ public readonly namespacePath: string;
Full path of the namespace to add the compliance framework to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#namespace_path ComplianceFramework#namespace_path}
---
@@ -996,7 +996,7 @@ public readonly default: boolean | IResolvable;
Set this compliance framework as the default framework for the group. Default: `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#default ComplianceFramework#default}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#default ComplianceFramework#default}
---
@@ -1010,7 +1010,7 @@ public readonly pipelineConfigurationFullPath: string;
Full path of the compliance pipeline configuration stored in a project repository, such as `.gitlab/.compliance-gitlab-ci.yml@compliance/hipaa`. Required format: `path/file.y[a]ml@group-name/project-name` **Note**: Ultimate license required.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/compliance_framework#pipeline_configuration_full_path ComplianceFramework#pipeline_configuration_full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/compliance_framework#pipeline_configuration_full_path ComplianceFramework#pipeline_configuration_full_path}
---
diff --git a/docs/dataGitlabApplication.csharp.md b/docs/dataGitlabApplication.csharp.md
index 6508b245d..c22954f37 100644
--- a/docs/dataGitlabApplication.csharp.md
+++ b/docs/dataGitlabApplication.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabApplication
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application gitlab_application}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabApplication to i
The id of the existing DataGitlabApplication that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use
---
@@ -718,7 +718,7 @@ public string Id { get; set; }
The ID of this Terraform resource. In the format of ``.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application#id DataGitlabApplication#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application#id DataGitlabApplication#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabApplication.go.md b/docs/dataGitlabApplication.go.md
index 0a645e2b4..117e75ada 100644
--- a/docs/dataGitlabApplication.go.md
+++ b/docs/dataGitlabApplication.go.md
@@ -4,7 +4,7 @@
### DataGitlabApplication
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application gitlab_application}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabApplication to i
The id of the existing DataGitlabApplication that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use
---
@@ -718,7 +718,7 @@ Id *string
The ID of this Terraform resource. In the format of ``.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application#id DataGitlabApplication#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application#id DataGitlabApplication#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabApplication.java.md b/docs/dataGitlabApplication.java.md
index 11150a243..bbd3c7d9d 100644
--- a/docs/dataGitlabApplication.java.md
+++ b/docs/dataGitlabApplication.java.md
@@ -4,7 +4,7 @@
### DataGitlabApplication
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application gitlab_application}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The ID of this Terraform resource. In the format of ``.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application#id DataGitlabApplication#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application#id DataGitlabApplication#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -434,7 +434,7 @@ The construct id used in the generated config for the DataGitlabApplication to i
The id of the existing DataGitlabApplication that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use
---
@@ -791,7 +791,7 @@ public java.lang.String getId();
The ID of this Terraform resource. In the format of ``.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application#id DataGitlabApplication#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application#id DataGitlabApplication#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabApplication.python.md b/docs/dataGitlabApplication.python.md
index fe473bea6..921c89f24 100644
--- a/docs/dataGitlabApplication.python.md
+++ b/docs/dataGitlabApplication.python.md
@@ -4,7 +4,7 @@
### DataGitlabApplication
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application gitlab_application}.
#### Initializers
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
The ID of this Terraform resource. In the format of ``.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application#id DataGitlabApplication#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application#id DataGitlabApplication#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -468,7 +468,7 @@ The construct id used in the generated config for the DataGitlabApplication to i
The id of the existing DataGitlabApplication that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use
---
@@ -821,7 +821,7 @@ id: str
The ID of this Terraform resource. In the format of ``.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application#id DataGitlabApplication#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application#id DataGitlabApplication#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabApplication.typescript.md b/docs/dataGitlabApplication.typescript.md
index 3f8b8e540..c6f9392a5 100644
--- a/docs/dataGitlabApplication.typescript.md
+++ b/docs/dataGitlabApplication.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabApplication
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application gitlab_application}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application gitlab_application}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabApplication to i
The id of the existing DataGitlabApplication that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application#import import section} in the documentation of this resource for the id to use
---
@@ -709,7 +709,7 @@ public readonly id: string;
The ID of this Terraform resource. In the format of ``.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/application#id DataGitlabApplication#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/application#id DataGitlabApplication#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabBranch.csharp.md b/docs/dataGitlabBranch.csharp.md
index 5404e9a11..0f63ee708 100644
--- a/docs/dataGitlabBranch.csharp.md
+++ b/docs/dataGitlabBranch.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabBranch
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch gitlab_branch}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabBranch to import
The id of the existing DataGitlabBranch that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use
---
@@ -746,7 +746,7 @@ new DataGitlabBranchConfig {
| Provisioners
| object[]
| *No description.* |
| Name
| string
| The name of the branch. |
| Project
| string
| The full path or id of the project. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
---
@@ -830,7 +830,7 @@ public string Name { get; set; }
The name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#name DataGitlabBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#name DataGitlabBranch#name}
---
@@ -844,7 +844,7 @@ public string Project { get; set; }
The full path or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#project DataGitlabBranch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#project DataGitlabBranch#project}
---
@@ -856,7 +856,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#id DataGitlabBranch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#id DataGitlabBranch#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabBranch.go.md b/docs/dataGitlabBranch.go.md
index 21439cbcf..63e3d2373 100644
--- a/docs/dataGitlabBranch.go.md
+++ b/docs/dataGitlabBranch.go.md
@@ -4,7 +4,7 @@
### DataGitlabBranch
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch gitlab_branch}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabBranch to import
The id of the existing DataGitlabBranch that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use
---
@@ -746,7 +746,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabbranch"
| Provisioners
| *[]interface{}
| *No description.* |
| Name
| *string
| The name of the branch. |
| Project
| *string
| The full path or id of the project. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
---
@@ -830,7 +830,7 @@ Name *string
The name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#name DataGitlabBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#name DataGitlabBranch#name}
---
@@ -844,7 +844,7 @@ Project *string
The full path or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#project DataGitlabBranch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#project DataGitlabBranch#project}
---
@@ -856,7 +856,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#id DataGitlabBranch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#id DataGitlabBranch#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabBranch.java.md b/docs/dataGitlabBranch.java.md
index 9fef11ec2..0e1defff6 100644
--- a/docs/dataGitlabBranch.java.md
+++ b/docs/dataGitlabBranch.java.md
@@ -4,7 +4,7 @@
### DataGitlabBranch
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch gitlab_branch}.
#### Initializers
@@ -42,7 +42,7 @@ DataGitlabBranch.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| name
| java.lang.String
| The name of the branch. |
| project
| java.lang.String
| The full path or id of the project. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#name DataGitlabBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#name DataGitlabBranch#name}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The full path or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#project DataGitlabBranch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#project DataGitlabBranch#project}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#id DataGitlabBranch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#id DataGitlabBranch#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataGitlabBranch to import
The id of the existing DataGitlabBranch that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use
---
@@ -840,7 +840,7 @@ DataGitlabBranchConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| name
| java.lang.String
| The name of the branch. |
| project
| java.lang.String
| The full path or id of the project. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
---
@@ -924,7 +924,7 @@ public java.lang.String getName();
The name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#name DataGitlabBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#name DataGitlabBranch#name}
---
@@ -938,7 +938,7 @@ public java.lang.String getProject();
The full path or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#project DataGitlabBranch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#project DataGitlabBranch#project}
---
@@ -950,7 +950,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#id DataGitlabBranch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#id DataGitlabBranch#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabBranch.python.md b/docs/dataGitlabBranch.python.md
index 99d3993d6..9bb50d4fe 100644
--- a/docs/dataGitlabBranch.python.md
+++ b/docs/dataGitlabBranch.python.md
@@ -4,7 +4,7 @@
### DataGitlabBranch
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch gitlab_branch}.
#### Initializers
@@ -40,7 +40,7 @@ dataGitlabBranch.DataGitlabBranch(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| name
| str
| The name of the branch. |
| project
| str
| The full path or id of the project. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#name DataGitlabBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#name DataGitlabBranch#name}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The full path or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#project DataGitlabBranch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#project DataGitlabBranch#project}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#id DataGitlabBranch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#id DataGitlabBranch#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataGitlabBranch to import
The id of the existing DataGitlabBranch that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use
---
@@ -869,7 +869,7 @@ dataGitlabBranch.DataGitlabBranchConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| name
| str
| The name of the branch. |
| project
| str
| The full path or id of the project. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
---
@@ -953,7 +953,7 @@ name: str
The name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#name DataGitlabBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#name DataGitlabBranch#name}
---
@@ -967,7 +967,7 @@ project: str
The full path or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#project DataGitlabBranch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#project DataGitlabBranch#project}
---
@@ -979,7 +979,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#id DataGitlabBranch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#id DataGitlabBranch#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabBranch.typescript.md b/docs/dataGitlabBranch.typescript.md
index 519f64bab..61e707c66 100644
--- a/docs/dataGitlabBranch.typescript.md
+++ b/docs/dataGitlabBranch.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabBranch
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch gitlab_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch gitlab_branch}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabBranch to import
The id of the existing DataGitlabBranch that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use
---
@@ -733,7 +733,7 @@ const dataGitlabBranchConfig: dataGitlabBranch.DataGitlabBranchConfig = { ... }
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| name
| string
| The name of the branch. |
| project
| string
| The full path or id of the project. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#id DataGitlabBranch#id}. |
---
@@ -817,7 +817,7 @@ public readonly name: string;
The name of the branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#name DataGitlabBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#name DataGitlabBranch#name}
---
@@ -831,7 +831,7 @@ public readonly project: string;
The full path or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#project DataGitlabBranch#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#project DataGitlabBranch#project}
---
@@ -843,7 +843,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/branch#id DataGitlabBranch#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/branch#id DataGitlabBranch#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabClusterAgent.csharp.md b/docs/dataGitlabClusterAgent.csharp.md
index 81fabac43..d0f272bb0 100644
--- a/docs/dataGitlabClusterAgent.csharp.md
+++ b/docs/dataGitlabClusterAgent.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabClusterAgent
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent gitlab_cluster_agent}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabClusterAgent to
The id of the existing DataGitlabClusterAgent that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#import import section} in the documentation of this resource for the id to use
---
@@ -678,7 +678,7 @@ new DataGitlabClusterAgentConfig {
| Provisioners
| object[]
| *No description.* |
| AgentId
| double
| The ID of the agent. |
| Project
| string
| ID or full path of the project maintained by the authenticated user. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}. |
---
@@ -762,7 +762,7 @@ public double AgentId { get; set; }
The ID of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#agent_id DataGitlabClusterAgent#agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#agent_id DataGitlabClusterAgent#agent_id}
---
@@ -776,7 +776,7 @@ public string Project { get; set; }
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
---
@@ -788,7 +788,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabClusterAgent.go.md b/docs/dataGitlabClusterAgent.go.md
index b316995be..22d92c91e 100644
--- a/docs/dataGitlabClusterAgent.go.md
+++ b/docs/dataGitlabClusterAgent.go.md
@@ -4,7 +4,7 @@
### DataGitlabClusterAgent
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent gitlab_cluster_agent}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabClusterAgent to
The id of the existing DataGitlabClusterAgent that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#import import section} in the documentation of this resource for the id to use
---
@@ -678,7 +678,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabclusterag
| Provisioners
| *[]interface{}
| *No description.* |
| AgentId
| *f64
| The ID of the agent. |
| Project
| *string
| ID or full path of the project maintained by the authenticated user. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}. |
---
@@ -762,7 +762,7 @@ AgentId *f64
The ID of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#agent_id DataGitlabClusterAgent#agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#agent_id DataGitlabClusterAgent#agent_id}
---
@@ -776,7 +776,7 @@ Project *string
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
---
@@ -788,7 +788,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabClusterAgent.java.md b/docs/dataGitlabClusterAgent.java.md
index fc10337c2..75e1939d0 100644
--- a/docs/dataGitlabClusterAgent.java.md
+++ b/docs/dataGitlabClusterAgent.java.md
@@ -4,7 +4,7 @@
### DataGitlabClusterAgent
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent gitlab_cluster_agent}.
#### Initializers
@@ -42,7 +42,7 @@ DataGitlabClusterAgent.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| agentId
| java.lang.Number
| The ID of the agent. |
| project
| java.lang.String
| ID or full path of the project maintained by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The ID of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#agent_id DataGitlabClusterAgent#agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#agent_id DataGitlabClusterAgent#agent_id}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataGitlabClusterAgent to
The id of the existing DataGitlabClusterAgent that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#import import section} in the documentation of this resource for the id to use
---
@@ -773,7 +773,7 @@ DataGitlabClusterAgentConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| agentId
| java.lang.Number
| The ID of the agent. |
| project
| java.lang.String
| ID or full path of the project maintained by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}. |
---
@@ -857,7 +857,7 @@ public java.lang.Number getAgentId();
The ID of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#agent_id DataGitlabClusterAgent#agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#agent_id DataGitlabClusterAgent#agent_id}
---
@@ -871,7 +871,7 @@ public java.lang.String getProject();
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
---
@@ -883,7 +883,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabClusterAgent.python.md b/docs/dataGitlabClusterAgent.python.md
index e4741f028..fa61107fd 100644
--- a/docs/dataGitlabClusterAgent.python.md
+++ b/docs/dataGitlabClusterAgent.python.md
@@ -4,7 +4,7 @@
### DataGitlabClusterAgent
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent gitlab_cluster_agent}.
#### Initializers
@@ -40,7 +40,7 @@ dataGitlabClusterAgent.DataGitlabClusterAgent(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| agent_id
| typing.Union[int, float]
| The ID of the agent. |
| project
| str
| ID or full path of the project maintained by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The ID of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#agent_id DataGitlabClusterAgent#agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#agent_id DataGitlabClusterAgent#agent_id}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataGitlabClusterAgent to
The id of the existing DataGitlabClusterAgent that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#import import section} in the documentation of this resource for the id to use
---
@@ -803,7 +803,7 @@ dataGitlabClusterAgent.DataGitlabClusterAgentConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| agent_id
| typing.Union[int, float]
| The ID of the agent. |
| project
| str
| ID or full path of the project maintained by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}. |
---
@@ -887,7 +887,7 @@ agent_id: typing.Union[int, float]
The ID of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#agent_id DataGitlabClusterAgent#agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#agent_id DataGitlabClusterAgent#agent_id}
---
@@ -901,7 +901,7 @@ project: str
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
---
@@ -913,7 +913,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabClusterAgent.typescript.md b/docs/dataGitlabClusterAgent.typescript.md
index 97ee9ff69..9cb531f46 100644
--- a/docs/dataGitlabClusterAgent.typescript.md
+++ b/docs/dataGitlabClusterAgent.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabClusterAgent
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent gitlab_cluster_agent}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent gitlab_cluster_agent}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabClusterAgent to
The id of the existing DataGitlabClusterAgent that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#import import section} in the documentation of this resource for the id to use
---
@@ -667,7 +667,7 @@ const dataGitlabClusterAgentConfig: dataGitlabClusterAgent.DataGitlabClusterAgen
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| agentId
| number
| The ID of the agent. |
| project
| string
| ID or full path of the project maintained by the authenticated user. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}. |
---
@@ -751,7 +751,7 @@ public readonly agentId: number;
The ID of the agent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#agent_id DataGitlabClusterAgent#agent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#agent_id DataGitlabClusterAgent#agent_id}
---
@@ -765,7 +765,7 @@ public readonly project: string;
ID or full path of the project maintained by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#project DataGitlabClusterAgent#project}
---
@@ -777,7 +777,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agent#id DataGitlabClusterAgent#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabClusterAgents.csharp.md b/docs/dataGitlabClusterAgents.csharp.md
index af2845df9..95a8fc030 100644
--- a/docs/dataGitlabClusterAgents.csharp.md
+++ b/docs/dataGitlabClusterAgents.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabClusterAgents
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents gitlab_cluster_agents}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents gitlab_cluster_agents}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabClusterAgents to
The id of the existing DataGitlabClusterAgents that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#import import section} in the documentation of this resource for the id to use
---
@@ -645,7 +645,7 @@ new DataGitlabClusterAgentsConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| Project
| string
| The ID or full path of the project owned by the authenticated user. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}. |
---
@@ -729,7 +729,7 @@ public string Project { get; set; }
The ID or full path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
---
@@ -741,7 +741,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabClusterAgents.go.md b/docs/dataGitlabClusterAgents.go.md
index a2e32ddc9..6494f8104 100644
--- a/docs/dataGitlabClusterAgents.go.md
+++ b/docs/dataGitlabClusterAgents.go.md
@@ -4,7 +4,7 @@
### DataGitlabClusterAgents
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents gitlab_cluster_agents}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents gitlab_cluster_agents}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabClusterAgents to
The id of the existing DataGitlabClusterAgents that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#import import section} in the documentation of this resource for the id to use
---
@@ -645,7 +645,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabclusterag
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| Project
| *string
| The ID or full path of the project owned by the authenticated user. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}. |
---
@@ -729,7 +729,7 @@ Project *string
The ID or full path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
---
@@ -741,7 +741,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabClusterAgents.java.md b/docs/dataGitlabClusterAgents.java.md
index f43a8cbec..43a290e37 100644
--- a/docs/dataGitlabClusterAgents.java.md
+++ b/docs/dataGitlabClusterAgents.java.md
@@ -4,7 +4,7 @@
### DataGitlabClusterAgents
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents gitlab_cluster_agents}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents gitlab_cluster_agents}.
#### Initializers
@@ -40,7 +40,7 @@ DataGitlabClusterAgents.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The ID or full path of the project owned by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The ID or full path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -451,7 +451,7 @@ The construct id used in the generated config for the DataGitlabClusterAgents to
The id of the existing DataGitlabClusterAgents that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#import import section} in the documentation of this resource for the id to use
---
@@ -727,7 +727,7 @@ DataGitlabClusterAgentsConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The ID or full path of the project owned by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}. |
---
@@ -811,7 +811,7 @@ public java.lang.String getProject();
The ID or full path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
---
@@ -823,7 +823,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabClusterAgents.python.md b/docs/dataGitlabClusterAgents.python.md
index f70dc5a41..8369d92ce 100644
--- a/docs/dataGitlabClusterAgents.python.md
+++ b/docs/dataGitlabClusterAgents.python.md
@@ -4,7 +4,7 @@
### DataGitlabClusterAgents
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents gitlab_cluster_agents}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents gitlab_cluster_agents}.
#### Initializers
@@ -38,7 +38,7 @@ dataGitlabClusterAgents.DataGitlabClusterAgents(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| The ID or full path of the project owned by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The ID or full path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -485,7 +485,7 @@ The construct id used in the generated config for the DataGitlabClusterAgents to
The id of the existing DataGitlabClusterAgents that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#import import section} in the documentation of this resource for the id to use
---
@@ -756,7 +756,7 @@ dataGitlabClusterAgents.DataGitlabClusterAgentsConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| The ID or full path of the project owned by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}. |
---
@@ -840,7 +840,7 @@ project: str
The ID or full path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
---
@@ -852,7 +852,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabClusterAgents.typescript.md b/docs/dataGitlabClusterAgents.typescript.md
index 43b5fd0ef..f1c3765ad 100644
--- a/docs/dataGitlabClusterAgents.typescript.md
+++ b/docs/dataGitlabClusterAgents.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabClusterAgents
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents gitlab_cluster_agents}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents gitlab_cluster_agents}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabClusterAgents to
The id of the existing DataGitlabClusterAgents that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#import import section} in the documentation of this resource for the id to use
---
@@ -633,7 +633,7 @@ const dataGitlabClusterAgentsConfig: dataGitlabClusterAgents.DataGitlabClusterAg
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| project
| string
| The ID or full path of the project owned by the authenticated user. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}. |
---
@@ -717,7 +717,7 @@ public readonly project: string;
The ID or full path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#project DataGitlabClusterAgents#project}
---
@@ -729,7 +729,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/cluster_agents#id DataGitlabClusterAgents#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabComplianceFramework.csharp.md b/docs/dataGitlabComplianceFramework.csharp.md
index 41fce2ee1..21ecd0583 100644
--- a/docs/dataGitlabComplianceFramework.csharp.md
+++ b/docs/dataGitlabComplianceFramework.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabComplianceFramework
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework gitlab_compliance_framework}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabComplianceFramew
The id of the existing DataGitlabComplianceFramework that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#import import section} in the documentation of this resource for the id to use
---
@@ -764,7 +764,7 @@ public string Name { get; set; }
Name for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
---
@@ -778,7 +778,7 @@ public string NamespacePath { get; set; }
Full path of the namespace to where the compliance framework is.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
---
diff --git a/docs/dataGitlabComplianceFramework.go.md b/docs/dataGitlabComplianceFramework.go.md
index 43e0fc099..8811cd9ac 100644
--- a/docs/dataGitlabComplianceFramework.go.md
+++ b/docs/dataGitlabComplianceFramework.go.md
@@ -4,7 +4,7 @@
### DataGitlabComplianceFramework
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework gitlab_compliance_framework}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabComplianceFramew
The id of the existing DataGitlabComplianceFramework that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#import import section} in the documentation of this resource for the id to use
---
@@ -764,7 +764,7 @@ Name *string
Name for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
---
@@ -778,7 +778,7 @@ NamespacePath *string
Full path of the namespace to where the compliance framework is.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
---
diff --git a/docs/dataGitlabComplianceFramework.java.md b/docs/dataGitlabComplianceFramework.java.md
index 9af0974a3..240f9262e 100644
--- a/docs/dataGitlabComplianceFramework.java.md
+++ b/docs/dataGitlabComplianceFramework.java.md
@@ -4,7 +4,7 @@
### DataGitlabComplianceFramework
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework gitlab_compliance_framework}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
Name for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Full path of the namespace to where the compliance framework is.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
---
@@ -443,7 +443,7 @@ The construct id used in the generated config for the DataGitlabComplianceFramew
The id of the existing DataGitlabComplianceFramework that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#import import section} in the documentation of this resource for the id to use
---
@@ -846,7 +846,7 @@ public java.lang.String getName();
Name for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
---
@@ -860,7 +860,7 @@ public java.lang.String getNamespacePath();
Full path of the namespace to where the compliance framework is.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
---
diff --git a/docs/dataGitlabComplianceFramework.python.md b/docs/dataGitlabComplianceFramework.python.md
index da5012a3d..d47c734ee 100644
--- a/docs/dataGitlabComplianceFramework.python.md
+++ b/docs/dataGitlabComplianceFramework.python.md
@@ -4,7 +4,7 @@
### DataGitlabComplianceFramework
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework gitlab_compliance_framework}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
Name for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Full path of the namespace to where the compliance framework is.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
---
@@ -477,7 +477,7 @@ The construct id used in the generated config for the DataGitlabComplianceFramew
The id of the existing DataGitlabComplianceFramework that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#import import section} in the documentation of this resource for the id to use
---
@@ -876,7 +876,7 @@ name: str
Name for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
---
@@ -890,7 +890,7 @@ namespace_path: str
Full path of the namespace to where the compliance framework is.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
---
diff --git a/docs/dataGitlabComplianceFramework.typescript.md b/docs/dataGitlabComplianceFramework.typescript.md
index 153debbed..1185bab3d 100644
--- a/docs/dataGitlabComplianceFramework.typescript.md
+++ b/docs/dataGitlabComplianceFramework.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabComplianceFramework
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework gitlab_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework gitlab_compliance_framework}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabComplianceFramew
The id of the existing DataGitlabComplianceFramework that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#import import section} in the documentation of this resource for the id to use
---
@@ -754,7 +754,7 @@ public readonly name: string;
Name for the compliance framework.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#name DataGitlabComplianceFramework#name}
---
@@ -768,7 +768,7 @@ public readonly namespacePath: string;
Full path of the namespace to where the compliance framework is.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/compliance_framework#namespace_path DataGitlabComplianceFramework#namespace_path}
---
diff --git a/docs/dataGitlabCurrentUser.csharp.md b/docs/dataGitlabCurrentUser.csharp.md
index b0ff3bfdb..4819aa82b 100644
--- a/docs/dataGitlabCurrentUser.csharp.md
+++ b/docs/dataGitlabCurrentUser.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabCurrentUser
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/current_user gitlab_current_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/current_user gitlab_current_user}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabCurrentUser to i
The id of the existing DataGitlabCurrentUser that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/current_user#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/current_user#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataGitlabCurrentUser.go.md b/docs/dataGitlabCurrentUser.go.md
index 7a4b6db0f..47a6b79de 100644
--- a/docs/dataGitlabCurrentUser.go.md
+++ b/docs/dataGitlabCurrentUser.go.md
@@ -4,7 +4,7 @@
### DataGitlabCurrentUser
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/current_user gitlab_current_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/current_user gitlab_current_user}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabCurrentUser to i
The id of the existing DataGitlabCurrentUser that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/current_user#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/current_user#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataGitlabCurrentUser.java.md b/docs/dataGitlabCurrentUser.java.md
index 8e20bf8d9..efe033580 100644
--- a/docs/dataGitlabCurrentUser.java.md
+++ b/docs/dataGitlabCurrentUser.java.md
@@ -4,7 +4,7 @@
### DataGitlabCurrentUser
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/current_user gitlab_current_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/current_user gitlab_current_user}.
#### Initializers
@@ -419,7 +419,7 @@ The construct id used in the generated config for the DataGitlabCurrentUser to i
The id of the existing DataGitlabCurrentUser that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/current_user#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/current_user#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataGitlabCurrentUser.python.md b/docs/dataGitlabCurrentUser.python.md
index dc264d77b..750b1ccec 100644
--- a/docs/dataGitlabCurrentUser.python.md
+++ b/docs/dataGitlabCurrentUser.python.md
@@ -4,7 +4,7 @@
### DataGitlabCurrentUser
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/current_user gitlab_current_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/current_user gitlab_current_user}.
#### Initializers
@@ -453,7 +453,7 @@ The construct id used in the generated config for the DataGitlabCurrentUser to i
The id of the existing DataGitlabCurrentUser that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/current_user#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/current_user#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataGitlabCurrentUser.typescript.md b/docs/dataGitlabCurrentUser.typescript.md
index 2e302ea12..b0117f7a2 100644
--- a/docs/dataGitlabCurrentUser.typescript.md
+++ b/docs/dataGitlabCurrentUser.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabCurrentUser
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/current_user gitlab_current_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/current_user gitlab_current_user}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabCurrentUser to i
The id of the existing DataGitlabCurrentUser that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/current_user#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/current_user#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataGitlabGroup.csharp.md b/docs/dataGitlabGroup.csharp.md
index 55087c3e0..c77005b14 100644
--- a/docs/dataGitlabGroup.csharp.md
+++ b/docs/dataGitlabGroup.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabGroup
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group gitlab_group}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGitlabGroup to import.
The id of the existing DataGitlabGroup that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use
---
@@ -868,7 +868,7 @@ new DataGitlabGroupConfig {
| Provisioners
| object[]
| *No description.* |
| FullPath
| string
| The full path of the group. |
| GroupId
| double
| The ID of the group. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#id DataGitlabGroup#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#id DataGitlabGroup#id}. |
---
@@ -952,7 +952,7 @@ public string FullPath { get; set; }
The full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
---
@@ -966,7 +966,7 @@ public double GroupId { get; set; }
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
---
@@ -978,7 +978,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#id DataGitlabGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#id DataGitlabGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroup.go.md b/docs/dataGitlabGroup.go.md
index 1bb8975e3..29b2a272d 100644
--- a/docs/dataGitlabGroup.go.md
+++ b/docs/dataGitlabGroup.go.md
@@ -4,7 +4,7 @@
### DataGitlabGroup
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group gitlab_group}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGitlabGroup to import.
The id of the existing DataGitlabGroup that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use
---
@@ -868,7 +868,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgroup"
| Provisioners
| *[]interface{}
| *No description.* |
| FullPath
| *string
| The full path of the group. |
| GroupId
| *f64
| The ID of the group. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#id DataGitlabGroup#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#id DataGitlabGroup#id}. |
---
@@ -952,7 +952,7 @@ FullPath *string
The full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
---
@@ -966,7 +966,7 @@ GroupId *f64
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
---
@@ -978,7 +978,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#id DataGitlabGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#id DataGitlabGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroup.java.md b/docs/dataGitlabGroup.java.md
index 619e93d66..ebeee02e3 100644
--- a/docs/dataGitlabGroup.java.md
+++ b/docs/dataGitlabGroup.java.md
@@ -4,7 +4,7 @@
### DataGitlabGroup
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group gitlab_group}.
#### Initializers
@@ -42,7 +42,7 @@ DataGitlabGroup.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| fullPath
| java.lang.String
| The full path of the group. |
| groupId
| java.lang.Number
| The ID of the group. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#id DataGitlabGroup#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#id DataGitlabGroup#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#id DataGitlabGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#id DataGitlabGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -477,7 +477,7 @@ The construct id used in the generated config for the DataGitlabGroup to import.
The id of the existing DataGitlabGroup that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use
---
@@ -963,7 +963,7 @@ DataGitlabGroupConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| fullPath
| java.lang.String
| The full path of the group. |
| groupId
| java.lang.Number
| The ID of the group. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#id DataGitlabGroup#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#id DataGitlabGroup#id}. |
---
@@ -1047,7 +1047,7 @@ public java.lang.String getFullPath();
The full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
---
@@ -1061,7 +1061,7 @@ public java.lang.Number getGroupId();
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
---
@@ -1073,7 +1073,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#id DataGitlabGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#id DataGitlabGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroup.python.md b/docs/dataGitlabGroup.python.md
index 1fae42025..efc576b50 100644
--- a/docs/dataGitlabGroup.python.md
+++ b/docs/dataGitlabGroup.python.md
@@ -4,7 +4,7 @@
### DataGitlabGroup
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group gitlab_group}.
#### Initializers
@@ -40,7 +40,7 @@ dataGitlabGroup.DataGitlabGroup(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| full_path
| str
| The full path of the group. |
| group_id
| typing.Union[int, float]
| The ID of the group. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#id DataGitlabGroup#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#id DataGitlabGroup#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#id DataGitlabGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#id DataGitlabGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -511,7 +511,7 @@ The construct id used in the generated config for the DataGitlabGroup to import.
The id of the existing DataGitlabGroup that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use
---
@@ -993,7 +993,7 @@ dataGitlabGroup.DataGitlabGroupConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| full_path
| str
| The full path of the group. |
| group_id
| typing.Union[int, float]
| The ID of the group. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#id DataGitlabGroup#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#id DataGitlabGroup#id}. |
---
@@ -1077,7 +1077,7 @@ full_path: str
The full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
---
@@ -1091,7 +1091,7 @@ group_id: typing.Union[int, float]
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
---
@@ -1103,7 +1103,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#id DataGitlabGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#id DataGitlabGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroup.typescript.md b/docs/dataGitlabGroup.typescript.md
index e2d9cad25..8cab9f8d7 100644
--- a/docs/dataGitlabGroup.typescript.md
+++ b/docs/dataGitlabGroup.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabGroup
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group gitlab_group}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGitlabGroup to import.
The id of the existing DataGitlabGroup that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use
---
@@ -857,7 +857,7 @@ const dataGitlabGroupConfig: dataGitlabGroup.DataGitlabGroupConfig = { ... }
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| fullPath
| string
| The full path of the group. |
| groupId
| number
| The ID of the group. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#id DataGitlabGroup#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#id DataGitlabGroup#id}. |
---
@@ -941,7 +941,7 @@ public readonly fullPath: string;
The full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#full_path DataGitlabGroup#full_path}
---
@@ -955,7 +955,7 @@ public readonly groupId: number;
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#group_id DataGitlabGroup#group_id}
---
@@ -967,7 +967,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group#id DataGitlabGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group#id DataGitlabGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupBillableMemberMemberships.csharp.md b/docs/dataGitlabGroupBillableMemberMemberships.csharp.md
new file mode 100644
index 000000000..f1c1021d5
--- /dev/null
+++ b/docs/dataGitlabGroupBillableMemberMemberships.csharp.md
@@ -0,0 +1,1249 @@
+# `dataGitlabGroupBillableMemberMemberships` Submodule
+
+## Constructs
+
+### DataGitlabGroupBillableMemberMemberships
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships gitlab_group_billable_member_memberships}.
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new DataGitlabGroupBillableMemberMemberships(Construct Scope, string Id, DataGitlabGroupBillableMemberMembershipsConfig Config);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Scope
| Constructs.Construct
| The scope in which to define this construct. |
+| Id
| string
| The scoped construct ID. |
+| Config
| DataGitlabGroupBillableMemberMembershipsConfig
| *No description.* |
+
+---
+
+##### `Scope`Required
+
+- *Type:* Constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `Id`Required
+
+- *Type:* string
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `Config`Required
+
+- *Type:* DataGitlabGroupBillableMemberMembershipsConfig
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ToString
| Returns a string representation of this construct. |
+| AddOverride
| *No description.* |
+| OverrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| ResetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| ToHclTerraform
| Adds this resource to the terraform JSON output. |
+| ToMetadata
| *No description.* |
+| ToTerraform
| Adds this resource to the terraform JSON output. |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Returns a string representation of this construct.
+
+##### `AddOverride`
+
+```csharp
+private void AddOverride(string Path, object Value)
+```
+
+###### `Path`Required
+
+- *Type:* string
+
+---
+
+###### `Value`Required
+
+- *Type:* object
+
+---
+
+##### `OverrideLogicalId`
+
+```csharp
+private void OverrideLogicalId(string NewLogicalId)
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `NewLogicalId`Required
+
+- *Type:* string
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `ResetOverrideLogicalId`
+
+```csharp
+private void ResetOverrideLogicalId()
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `ToHclTerraform`
+
+```csharp
+private object ToHclTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `ToMetadata`
+
+```csharp
+private object ToMetadata()
+```
+
+##### `ToTerraform`
+
+```csharp
+private object ToTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `GetAnyMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanAttribute`
+
+```csharp
+private IResolvable GetBooleanAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetListAttribute`
+
+```csharp
+private string[] GetListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberAttribute`
+
+```csharp
+private double GetNumberAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberListAttribute`
+
+```csharp
+private double[] GetNumberListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringAttribute`
+
+```csharp
+private string GetStringAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `InterpolationForAttribute`
+
+```csharp
+private IResolvable InterpolationForAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| IsConstruct
| Checks if `x` is a construct. |
+| IsTerraformElement
| *No description.* |
+| IsTerraformDataSource
| *No description.* |
+| GenerateConfigForImport
| Generates CDKTF code for importing a DataGitlabGroupBillableMemberMemberships resource upon running "cdktf plan ". |
+
+---
+
+##### `IsConstruct`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+DataGitlabGroupBillableMemberMemberships.IsConstruct(object X);
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `X`Required
+
+- *Type:* object
+
+Any object.
+
+---
+
+##### `IsTerraformElement`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+DataGitlabGroupBillableMemberMemberships.IsTerraformElement(object X);
+```
+
+###### `X`Required
+
+- *Type:* object
+
+---
+
+##### `IsTerraformDataSource`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+DataGitlabGroupBillableMemberMemberships.IsTerraformDataSource(object X);
+```
+
+###### `X`Required
+
+- *Type:* object
+
+---
+
+##### `GenerateConfigForImport`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+DataGitlabGroupBillableMemberMemberships.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);
+```
+
+Generates CDKTF code for importing a DataGitlabGroupBillableMemberMemberships resource upon running "cdktf plan ".
+
+###### `Scope`Required
+
+- *Type:* Constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `ImportToId`Required
+
+- *Type:* string
+
+The construct id used in the generated config for the DataGitlabGroupBillableMemberMemberships to import.
+
+---
+
+###### `ImportFromId`Required
+
+- *Type:* string
+
+The id of the existing DataGitlabGroupBillableMemberMemberships that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `Provider`Optional
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+? Optional instance of the provider where the DataGitlabGroupBillableMemberMemberships to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Node
| Constructs.Node
| The tree node. |
+| CdktfStack
| HashiCorp.Cdktf.TerraformStack
| *No description.* |
+| Fqn
| string
| *No description.* |
+| FriendlyUniqueId
| string
| *No description.* |
+| TerraformMetaArguments
| System.Collections.Generic.IDictionary
| *No description.* |
+| TerraformResourceType
| string
| *No description.* |
+| TerraformGeneratorMetadata
| HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| Count
| object
| *No description.* |
+| DependsOn
| string[]
| *No description.* |
+| ForEach
| HashiCorp.Cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
+| Id
| string
| *No description.* |
+| Memberships
| DataGitlabGroupBillableMemberMembershipsMembershipsList
| *No description.* |
+| GroupIdInput
| string
| *No description.* |
+| UserIdInput
| double
| *No description.* |
+| GroupId
| string
| *No description.* |
+| UserId
| double
| *No description.* |
+
+---
+
+##### `Node`Required
+
+```csharp
+public Node Node { get; }
+```
+
+- *Type:* Constructs.Node
+
+The tree node.
+
+---
+
+##### `CdktfStack`Required
+
+```csharp
+public TerraformStack CdktfStack { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformStack
+
+---
+
+##### `Fqn`Required
+
+```csharp
+public string Fqn { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `FriendlyUniqueId`Required
+
+```csharp
+public string FriendlyUniqueId { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `TerraformMetaArguments`Required
+
+```csharp
+public System.Collections.Generic.IDictionary TerraformMetaArguments { get; }
+```
+
+- *Type:* System.Collections.Generic.IDictionary
+
+---
+
+##### `TerraformResourceType`Required
+
+```csharp
+public string TerraformResourceType { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `TerraformGeneratorMetadata`Optional
+
+```csharp
+public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `Count`Optional
+
+```csharp
+public object Count { get; }
+```
+
+- *Type:* object
+
+---
+
+##### `DependsOn`Optional
+
+```csharp
+public string[] DependsOn { get; }
+```
+
+- *Type:* string[]
+
+---
+
+##### `ForEach`Optional
+
+```csharp
+public ITerraformIterator ForEach { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```csharp
+public TerraformResourceLifecycle Lifecycle { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```csharp
+public TerraformProvider Provider { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+---
+
+##### `Id`Required
+
+```csharp
+public string Id { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Memberships`Required
+
+```csharp
+public DataGitlabGroupBillableMemberMembershipsMembershipsList Memberships { get; }
+```
+
+- *Type:* DataGitlabGroupBillableMemberMembershipsMembershipsList
+
+---
+
+##### `GroupIdInput`Optional
+
+```csharp
+public string GroupIdInput { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `UserIdInput`Optional
+
+```csharp
+public double UserIdInput { get; }
+```
+
+- *Type:* double
+
+---
+
+##### `GroupId`Required
+
+```csharp
+public string GroupId { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `UserId`Required
+
+```csharp
+public double UserId { get; }
+```
+
+- *Type:* double
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TfResourceType
| string
| *No description.* |
+
+---
+
+##### `TfResourceType`Required
+
+```csharp
+public string TfResourceType { get; }
+```
+
+- *Type:* string
+
+---
+
+## Structs
+
+### DataGitlabGroupBillableMemberMembershipsConfig
+
+#### Initializer
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new DataGitlabGroupBillableMemberMembershipsConfig {
+ object Connection = null,
+ object Count = null,
+ ITerraformDependable[] DependsOn = null,
+ ITerraformIterator ForEach = null,
+ TerraformResourceLifecycle Lifecycle = null,
+ TerraformProvider Provider = null,
+ object[] Provisioners = null,
+ string GroupId,
+ double UserId
+};
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Connection
| object
| *No description.* |
+| Count
| object
| *No description.* |
+| DependsOn
| HashiCorp.Cdktf.ITerraformDependable[]
| *No description.* |
+| ForEach
| HashiCorp.Cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
+| Provisioners
| object[]
| *No description.* |
+| GroupId
| string
| The ID of the group. |
+| UserId
| double
| The ID of the user. |
+
+---
+
+##### `Connection`Optional
+
+```csharp
+public object Connection { get; set; }
+```
+
+- *Type:* object
+
+---
+
+##### `Count`Optional
+
+```csharp
+public object Count { get; set; }
+```
+
+- *Type:* object
+
+---
+
+##### `DependsOn`Optional
+
+```csharp
+public ITerraformDependable[] DependsOn { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.ITerraformDependable[]
+
+---
+
+##### `ForEach`Optional
+
+```csharp
+public ITerraformIterator ForEach { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```csharp
+public TerraformResourceLifecycle Lifecycle { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```csharp
+public TerraformProvider Provider { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+---
+
+##### `Provisioners`Optional
+
+```csharp
+public object[] Provisioners { get; set; }
+```
+
+- *Type:* object[]
+
+---
+
+##### `GroupId`Required
+
+```csharp
+public string GroupId { get; set; }
+```
+
+- *Type:* string
+
+The ID of the group.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
+
+---
+
+##### `UserId`Required
+
+```csharp
+public double UserId { get; set; }
+```
+
+- *Type:* double
+
+The ID of the user.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
+
+---
+
+### DataGitlabGroupBillableMemberMembershipsMemberships
+
+#### Initializer
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new DataGitlabGroupBillableMemberMembershipsMemberships {
+
+};
+```
+
+
+## Classes
+
+### DataGitlabGroupBillableMemberMembershipsMembershipsList
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new DataGitlabGroupBillableMemberMembershipsMembershipsList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TerraformResource
| HashiCorp.Cdktf.IInterpolatingParent
| The parent resource. |
+| TerraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| WrapsSet
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `TerraformResource`Required
+
+- *Type:* HashiCorp.Cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `TerraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `WrapsSet`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| AllWithMapKey
| Creating an iterator for this complex list. |
+| ComputeFqn
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+| Get
| *No description.* |
+
+---
+
+##### `AllWithMapKey`
+
+```csharp
+private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName)
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `MapKeyAttributeName`Required
+
+- *Type:* string
+
+---
+
+##### `ComputeFqn`
+
+```csharp
+private string ComputeFqn()
+```
+
+##### `Resolve`
+
+```csharp
+private object Resolve(IResolveContext Context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `Context`Required
+
+- *Type:* HashiCorp.Cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `Get`
+
+```csharp
+private DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference Get(double Index)
+```
+
+###### `Index`Required
+
+- *Type:* double
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| string
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```csharp
+public string[] CreationStack { get; }
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```csharp
+public string Fqn { get; }
+```
+
+- *Type:* string
+
+---
+
+
+### DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TerraformResource
| HashiCorp.Cdktf.IInterpolatingParent
| The parent resource. |
+| TerraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| ComplexObjectIndex
| double
| the index of this item in the list. |
+| ComplexObjectIsFromSet
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `TerraformResource`Required
+
+- *Type:* HashiCorp.Cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `TerraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `ComplexObjectIndex`Required
+
+- *Type:* double
+
+the index of this item in the list.
+
+---
+
+##### `ComplexObjectIsFromSet`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ComputeFqn
| *No description.* |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `ComputeFqn`
+
+```csharp
+private string ComputeFqn()
+```
+
+##### `GetAnyMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanAttribute`
+
+```csharp
+private IResolvable GetBooleanAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetListAttribute`
+
+```csharp
+private string[] GetListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberAttribute`
+
+```csharp
+private double GetNumberAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberListAttribute`
+
+```csharp
+private double[] GetNumberListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringAttribute`
+
+```csharp
+private string GetStringAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `InterpolationForAttribute`
+
+```csharp
+private IResolvable InterpolationForAttribute(string Property)
+```
+
+###### `Property`Required
+
+- *Type:* string
+
+---
+
+##### `Resolve`
+
+```csharp
+private object Resolve(IResolveContext Context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `Context`Required
+
+- *Type:* HashiCorp.Cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| string
| *No description.* |
+| AccessLevel
| string
| *No description.* |
+| CreatedAt
| string
| *No description.* |
+| ExpiresAt
| string
| *No description.* |
+| Id
| double
| *No description.* |
+| SourceFullName
| string
| *No description.* |
+| SourceId
| double
| *No description.* |
+| SourceMembersUrl
| string
| *No description.* |
+| InternalValue
| DataGitlabGroupBillableMemberMembershipsMemberships
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```csharp
+public string[] CreationStack { get; }
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```csharp
+public string Fqn { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `AccessLevel`Required
+
+```csharp
+public string AccessLevel { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `CreatedAt`Required
+
+```csharp
+public string CreatedAt { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `ExpiresAt`Required
+
+```csharp
+public string ExpiresAt { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Id`Required
+
+```csharp
+public double Id { get; }
+```
+
+- *Type:* double
+
+---
+
+##### `SourceFullName`Required
+
+```csharp
+public string SourceFullName { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `SourceId`Required
+
+```csharp
+public double SourceId { get; }
+```
+
+- *Type:* double
+
+---
+
+##### `SourceMembersUrl`Required
+
+```csharp
+public string SourceMembersUrl { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `InternalValue`Optional
+
+```csharp
+public DataGitlabGroupBillableMemberMembershipsMemberships InternalValue { get; }
+```
+
+- *Type:* DataGitlabGroupBillableMemberMembershipsMemberships
+
+---
+
+
+
diff --git a/docs/dataGitlabGroupBillableMemberMemberships.go.md b/docs/dataGitlabGroupBillableMemberMemberships.go.md
new file mode 100644
index 000000000..d23db8308
--- /dev/null
+++ b/docs/dataGitlabGroupBillableMemberMemberships.go.md
@@ -0,0 +1,1249 @@
+# `dataGitlabGroupBillableMemberMemberships` Submodule
+
+## Constructs
+
+### DataGitlabGroupBillableMemberMemberships
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships gitlab_group_billable_member_memberships}.
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgroupbillablemembermemberships"
+
+datagitlabgroupbillablemembermemberships.NewDataGitlabGroupBillableMemberMemberships(scope Construct, id *string, config DataGitlabGroupBillableMemberMembershipsConfig) DataGitlabGroupBillableMemberMemberships
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| github.com/aws/constructs-go/constructs/v10.Construct
| The scope in which to define this construct. |
+| id
| *string
| The scoped construct ID. |
+| config
| DataGitlabGroupBillableMemberMembershipsConfig
| *No description.* |
+
+---
+
+##### `scope`Required
+
+- *Type:* github.com/aws/constructs-go/constructs/v10.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* *string
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `config`Required
+
+- *Type:* DataGitlabGroupBillableMemberMembershipsConfig
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ToString
| Returns a string representation of this construct. |
+| AddOverride
| *No description.* |
+| OverrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| ResetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| ToHclTerraform
| Adds this resource to the terraform JSON output. |
+| ToMetadata
| *No description.* |
+| ToTerraform
| Adds this resource to the terraform JSON output. |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Returns a string representation of this construct.
+
+##### `AddOverride`
+
+```go
+func AddOverride(path *string, value interface{})
+```
+
+###### `path`Required
+
+- *Type:* *string
+
+---
+
+###### `value`Required
+
+- *Type:* interface{}
+
+---
+
+##### `OverrideLogicalId`
+
+```go
+func OverrideLogicalId(newLogicalId *string)
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `newLogicalId`Required
+
+- *Type:* *string
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `ResetOverrideLogicalId`
+
+```go
+func ResetOverrideLogicalId()
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `ToHclTerraform`
+
+```go
+func ToHclTerraform() interface{}
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `ToMetadata`
+
+```go
+func ToMetadata() interface{}
+```
+
+##### `ToTerraform`
+
+```go
+func ToTerraform() interface{}
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `GetAnyMapAttribute`
+
+```go
+func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanAttribute`
+
+```go
+func GetBooleanAttribute(terraformAttribute *string) IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```go
+func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetListAttribute`
+
+```go
+func GetListAttribute(terraformAttribute *string) *[]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberAttribute`
+
+```go
+func GetNumberAttribute(terraformAttribute *string) *f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberListAttribute`
+
+```go
+func GetNumberListAttribute(terraformAttribute *string) *[]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```go
+func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringAttribute`
+
+```go
+func GetStringAttribute(terraformAttribute *string) *string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringMapAttribute`
+
+```go
+func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `InterpolationForAttribute`
+
+```go
+func InterpolationForAttribute(terraformAttribute *string) IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| IsConstruct
| Checks if `x` is a construct. |
+| IsTerraformElement
| *No description.* |
+| IsTerraformDataSource
| *No description.* |
+| GenerateConfigForImport
| Generates CDKTF code for importing a DataGitlabGroupBillableMemberMemberships resource upon running "cdktf plan ". |
+
+---
+
+##### `IsConstruct`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgroupbillablemembermemberships"
+
+datagitlabgroupbillablemembermemberships.DataGitlabGroupBillableMemberMemberships_IsConstruct(x interface{}) *bool
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* interface{}
+
+Any object.
+
+---
+
+##### `IsTerraformElement`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgroupbillablemembermemberships"
+
+datagitlabgroupbillablemembermemberships.DataGitlabGroupBillableMemberMemberships_IsTerraformElement(x interface{}) *bool
+```
+
+###### `x`Required
+
+- *Type:* interface{}
+
+---
+
+##### `IsTerraformDataSource`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgroupbillablemembermemberships"
+
+datagitlabgroupbillablemembermemberships.DataGitlabGroupBillableMemberMemberships_IsTerraformDataSource(x interface{}) *bool
+```
+
+###### `x`Required
+
+- *Type:* interface{}
+
+---
+
+##### `GenerateConfigForImport`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgroupbillablemembermemberships"
+
+datagitlabgroupbillablemembermemberships.DataGitlabGroupBillableMemberMemberships_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
+```
+
+Generates CDKTF code for importing a DataGitlabGroupBillableMemberMemberships resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* github.com/aws/constructs-go/constructs/v10.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `importToId`Required
+
+- *Type:* *string
+
+The construct id used in the generated config for the DataGitlabGroupBillableMemberMemberships to import.
+
+---
+
+###### `importFromId`Required
+
+- *Type:* *string
+
+The id of the existing DataGitlabGroupBillableMemberMemberships that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+? Optional instance of the provider where the DataGitlabGroupBillableMemberMemberships to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Node
| github.com/aws/constructs-go/constructs/v10.Node
| The tree node. |
+| CdktfStack
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack
| *No description.* |
+| Fqn
| *string
| *No description.* |
+| FriendlyUniqueId
| *string
| *No description.* |
+| TerraformMetaArguments
| *map[string]interface{}
| *No description.* |
+| TerraformResourceType
| *string
| *No description.* |
+| TerraformGeneratorMetadata
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| Count
| interface{}
| *No description.* |
+| DependsOn
| *[]*string
| *No description.* |
+| ForEach
| github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
+| Id
| *string
| *No description.* |
+| Memberships
| DataGitlabGroupBillableMemberMembershipsMembershipsList
| *No description.* |
+| GroupIdInput
| *string
| *No description.* |
+| UserIdInput
| *f64
| *No description.* |
+| GroupId
| *string
| *No description.* |
+| UserId
| *f64
| *No description.* |
+
+---
+
+##### `Node`Required
+
+```go
+func Node() Node
+```
+
+- *Type:* github.com/aws/constructs-go/constructs/v10.Node
+
+The tree node.
+
+---
+
+##### `CdktfStack`Required
+
+```go
+func CdktfStack() TerraformStack
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack
+
+---
+
+##### `Fqn`Required
+
+```go
+func Fqn() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `FriendlyUniqueId`Required
+
+```go
+func FriendlyUniqueId() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `TerraformMetaArguments`Required
+
+```go
+func TerraformMetaArguments() *map[string]interface{}
+```
+
+- *Type:* *map[string]interface{}
+
+---
+
+##### `TerraformResourceType`Required
+
+```go
+func TerraformResourceType() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `TerraformGeneratorMetadata`Optional
+
+```go
+func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `Count`Optional
+
+```go
+func Count() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `DependsOn`Optional
+
+```go
+func DependsOn() *[]*string
+```
+
+- *Type:* *[]*string
+
+---
+
+##### `ForEach`Optional
+
+```go
+func ForEach() ITerraformIterator
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```go
+func Lifecycle() TerraformResourceLifecycle
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```go
+func Provider() TerraformProvider
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+---
+
+##### `Id`Required
+
+```go
+func Id() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Memberships`Required
+
+```go
+func Memberships() DataGitlabGroupBillableMemberMembershipsMembershipsList
+```
+
+- *Type:* DataGitlabGroupBillableMemberMembershipsMembershipsList
+
+---
+
+##### `GroupIdInput`Optional
+
+```go
+func GroupIdInput() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `UserIdInput`Optional
+
+```go
+func UserIdInput() *f64
+```
+
+- *Type:* *f64
+
+---
+
+##### `GroupId`Required
+
+```go
+func GroupId() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `UserId`Required
+
+```go
+func UserId() *f64
+```
+
+- *Type:* *f64
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TfResourceType
| *string
| *No description.* |
+
+---
+
+##### `TfResourceType`Required
+
+```go
+func TfResourceType() *string
+```
+
+- *Type:* *string
+
+---
+
+## Structs
+
+### DataGitlabGroupBillableMemberMembershipsConfig
+
+#### Initializer
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgroupbillablemembermemberships"
+
+&datagitlabgroupbillablemembermemberships.DataGitlabGroupBillableMemberMembershipsConfig {
+ Connection: interface{},
+ Count: interface{},
+ DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable,
+ ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator,
+ Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
+ Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
+ Provisioners: *[]interface{},
+ GroupId: *string,
+ UserId: *f64,
+}
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Connection
| interface{}
| *No description.* |
+| Count
| interface{}
| *No description.* |
+| DependsOn
| *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable
| *No description.* |
+| ForEach
| github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
+| Provisioners
| *[]interface{}
| *No description.* |
+| GroupId
| *string
| The ID of the group. |
+| UserId
| *f64
| The ID of the user. |
+
+---
+
+##### `Connection`Optional
+
+```go
+Connection interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `Count`Optional
+
+```go
+Count interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `DependsOn`Optional
+
+```go
+DependsOn *[]ITerraformDependable
+```
+
+- *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable
+
+---
+
+##### `ForEach`Optional
+
+```go
+ForEach ITerraformIterator
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```go
+Lifecycle TerraformResourceLifecycle
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```go
+Provider TerraformProvider
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+---
+
+##### `Provisioners`Optional
+
+```go
+Provisioners *[]interface{}
+```
+
+- *Type:* *[]interface{}
+
+---
+
+##### `GroupId`Required
+
+```go
+GroupId *string
+```
+
+- *Type:* *string
+
+The ID of the group.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
+
+---
+
+##### `UserId`Required
+
+```go
+UserId *f64
+```
+
+- *Type:* *f64
+
+The ID of the user.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
+
+---
+
+### DataGitlabGroupBillableMemberMembershipsMemberships
+
+#### Initializer
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgroupbillablemembermemberships"
+
+&datagitlabgroupbillablemembermemberships.DataGitlabGroupBillableMemberMembershipsMemberships {
+
+}
+```
+
+
+## Classes
+
+### DataGitlabGroupBillableMemberMembershipsMembershipsList
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgroupbillablemembermemberships"
+
+datagitlabgroupbillablemembermemberships.NewDataGitlabGroupBillableMemberMembershipsMembershipsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGitlabGroupBillableMemberMembershipsMembershipsList
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| *string
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| *bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* *string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* *bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| AllWithMapKey
| Creating an iterator for this complex list. |
+| ComputeFqn
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+| Get
| *No description.* |
+
+---
+
+##### `AllWithMapKey`
+
+```go
+func AllWithMapKey(mapKeyAttributeName *string) DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* *string
+
+---
+
+##### `ComputeFqn`
+
+```go
+func ComputeFqn() *string
+```
+
+##### `Resolve`
+
+```go
+func Resolve(_context IResolveContext) interface{}
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `Get`
+
+```go
+func Get(index *f64) DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference
+```
+
+###### `index`Required
+
+- *Type:* *f64
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| *[]*string
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| *string
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```go
+func CreationStack() *[]*string
+```
+
+- *Type:* *[]*string
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```go
+func Fqn() *string
+```
+
+- *Type:* *string
+
+---
+
+
+### DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgroupbillablemembermemberships"
+
+datagitlabgroupbillablemembermemberships.NewDataGitlabGroupBillableMemberMembershipsMembershipsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| *string
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| *f64
| the index of this item in the list. |
+| complexObjectIsFromSet
| *bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* *string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* *f64
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* *bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ComputeFqn
| *No description.* |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `ComputeFqn`
+
+```go
+func ComputeFqn() *string
+```
+
+##### `GetAnyMapAttribute`
+
+```go
+func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanAttribute`
+
+```go
+func GetBooleanAttribute(terraformAttribute *string) IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```go
+func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetListAttribute`
+
+```go
+func GetListAttribute(terraformAttribute *string) *[]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberAttribute`
+
+```go
+func GetNumberAttribute(terraformAttribute *string) *f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberListAttribute`
+
+```go
+func GetNumberListAttribute(terraformAttribute *string) *[]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```go
+func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringAttribute`
+
+```go
+func GetStringAttribute(terraformAttribute *string) *string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringMapAttribute`
+
+```go
+func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `InterpolationForAttribute`
+
+```go
+func InterpolationForAttribute(property *string) IResolvable
+```
+
+###### `property`Required
+
+- *Type:* *string
+
+---
+
+##### `Resolve`
+
+```go
+func Resolve(_context IResolveContext) interface{}
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| *[]*string
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| *string
| *No description.* |
+| AccessLevel
| *string
| *No description.* |
+| CreatedAt
| *string
| *No description.* |
+| ExpiresAt
| *string
| *No description.* |
+| Id
| *f64
| *No description.* |
+| SourceFullName
| *string
| *No description.* |
+| SourceId
| *f64
| *No description.* |
+| SourceMembersUrl
| *string
| *No description.* |
+| InternalValue
| DataGitlabGroupBillableMemberMembershipsMemberships
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```go
+func CreationStack() *[]*string
+```
+
+- *Type:* *[]*string
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```go
+func Fqn() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `AccessLevel`Required
+
+```go
+func AccessLevel() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `CreatedAt`Required
+
+```go
+func CreatedAt() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `ExpiresAt`Required
+
+```go
+func ExpiresAt() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Id`Required
+
+```go
+func Id() *f64
+```
+
+- *Type:* *f64
+
+---
+
+##### `SourceFullName`Required
+
+```go
+func SourceFullName() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `SourceId`Required
+
+```go
+func SourceId() *f64
+```
+
+- *Type:* *f64
+
+---
+
+##### `SourceMembersUrl`Required
+
+```go
+func SourceMembersUrl() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `InternalValue`Optional
+
+```go
+func InternalValue() DataGitlabGroupBillableMemberMembershipsMemberships
+```
+
+- *Type:* DataGitlabGroupBillableMemberMembershipsMemberships
+
+---
+
+
+
diff --git a/docs/dataGitlabGroupBillableMemberMemberships.java.md b/docs/dataGitlabGroupBillableMemberMemberships.java.md
new file mode 100644
index 000000000..571b46d81
--- /dev/null
+++ b/docs/dataGitlabGroupBillableMemberMemberships.java.md
@@ -0,0 +1,1330 @@
+# `dataGitlabGroupBillableMemberMemberships` Submodule
+
+## Constructs
+
+### DataGitlabGroupBillableMemberMemberships
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships gitlab_group_billable_member_memberships}.
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_group_billable_member_memberships.DataGitlabGroupBillableMemberMemberships;
+
+DataGitlabGroupBillableMemberMemberships.Builder.create(Construct scope, java.lang.String id)
+// .connection(SSHProvisionerConnection)
+// .connection(WinrmProvisionerConnection)
+// .count(java.lang.Number)
+// .count(TerraformCount)
+// .dependsOn(java.util.List)
+// .forEach(ITerraformIterator)
+// .lifecycle(TerraformResourceLifecycle)
+// .provider(TerraformProvider)
+// .provisioners(java.util.List)
+ .groupId(java.lang.String)
+ .userId(java.lang.Number)
+ .build();
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| software.constructs.Construct
| The scope in which to define this construct. |
+| id
| java.lang.String
| The scoped construct ID. |
+| connection
| com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| java.lang.Number OR com.hashicorp.cdktf.TerraformCount
| *No description.* |
+| dependsOn
| java.util.List
| *No description.* |
+| forEach
| com.hashicorp.cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
+| provisioners
| java.util.List
| *No description.* |
+| groupId
| java.lang.String
| The ID of the group. |
+| userId
| java.lang.Number
| The ID of the user. |
+
+---
+
+##### `scope`Required
+
+- *Type:* software.constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* java.lang.String
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `connection`Optional
+
+- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+- *Type:* java.util.List
+
+---
+
+##### `forEach`Optional
+
+- *Type:* com.hashicorp.cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+- *Type:* java.util.List
+
+---
+
+##### `groupId`Required
+
+- *Type:* java.lang.String
+
+The ID of the group.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
+
+---
+
+##### `userId`Required
+
+- *Type:* java.lang.Number
+
+The ID of the user.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| toString
| Returns a string representation of this construct. |
+| addOverride
| *No description.* |
+| overrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| resetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| toHclTerraform
| Adds this resource to the terraform JSON output. |
+| toMetadata
| *No description.* |
+| toTerraform
| Adds this resource to the terraform JSON output. |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Returns a string representation of this construct.
+
+##### `addOverride`
+
+```java
+public void addOverride(java.lang.String path, java.lang.Object value)
+```
+
+###### `path`Required
+
+- *Type:* java.lang.String
+
+---
+
+###### `value`Required
+
+- *Type:* java.lang.Object
+
+---
+
+##### `overrideLogicalId`
+
+```java
+public void overrideLogicalId(java.lang.String newLogicalId)
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `newLogicalId`Required
+
+- *Type:* java.lang.String
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `resetOverrideLogicalId`
+
+```java
+public void resetOverrideLogicalId()
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `toHclTerraform`
+
+```java
+public java.lang.Object toHclTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `toMetadata`
+
+```java
+public java.lang.Object toMetadata()
+```
+
+##### `toTerraform`
+
+```java
+public java.lang.Object toTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `getAnyMapAttribute`
+
+```java
+public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanAttribute`
+
+```java
+public IResolvable getBooleanAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanMapAttribute`
+
+```java
+public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getListAttribute`
+
+```java
+public java.util.List getListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberAttribute`
+
+```java
+public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberListAttribute`
+
+```java
+public java.util.List getNumberListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberMapAttribute`
+
+```java
+public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringAttribute`
+
+```java
+public java.lang.String getStringAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringMapAttribute`
+
+```java
+public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `interpolationForAttribute`
+
+```java
+public IResolvable interpolationForAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| isConstruct
| Checks if `x` is a construct. |
+| isTerraformElement
| *No description.* |
+| isTerraformDataSource
| *No description.* |
+| generateConfigForImport
| Generates CDKTF code for importing a DataGitlabGroupBillableMemberMemberships resource upon running "cdktf plan ". |
+
+---
+
+##### `isConstruct`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_group_billable_member_memberships.DataGitlabGroupBillableMemberMemberships;
+
+DataGitlabGroupBillableMemberMemberships.isConstruct(java.lang.Object x)
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* java.lang.Object
+
+Any object.
+
+---
+
+##### `isTerraformElement`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_group_billable_member_memberships.DataGitlabGroupBillableMemberMemberships;
+
+DataGitlabGroupBillableMemberMemberships.isTerraformElement(java.lang.Object x)
+```
+
+###### `x`Required
+
+- *Type:* java.lang.Object
+
+---
+
+##### `isTerraformDataSource`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_group_billable_member_memberships.DataGitlabGroupBillableMemberMemberships;
+
+DataGitlabGroupBillableMemberMemberships.isTerraformDataSource(java.lang.Object x)
+```
+
+###### `x`Required
+
+- *Type:* java.lang.Object
+
+---
+
+##### `generateConfigForImport`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_group_billable_member_memberships.DataGitlabGroupBillableMemberMemberships;
+
+DataGitlabGroupBillableMemberMemberships.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),DataGitlabGroupBillableMemberMemberships.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider)
+```
+
+Generates CDKTF code for importing a DataGitlabGroupBillableMemberMemberships resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* software.constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `importToId`Required
+
+- *Type:* java.lang.String
+
+The construct id used in the generated config for the DataGitlabGroupBillableMemberMemberships to import.
+
+---
+
+###### `importFromId`Required
+
+- *Type:* java.lang.String
+
+The id of the existing DataGitlabGroupBillableMemberMemberships that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+? Optional instance of the provider where the DataGitlabGroupBillableMemberMemberships to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| node
| software.constructs.Node
| The tree node. |
+| cdktfStack
| com.hashicorp.cdktf.TerraformStack
| *No description.* |
+| fqn
| java.lang.String
| *No description.* |
+| friendlyUniqueId
| java.lang.String
| *No description.* |
+| terraformMetaArguments
| java.util.Map
| *No description.* |
+| terraformResourceType
| java.lang.String
| *No description.* |
+| terraformGeneratorMetadata
| com.hashicorp.cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| count
| java.lang.Number OR com.hashicorp.cdktf.TerraformCount
| *No description.* |
+| dependsOn
| java.util.List
| *No description.* |
+| forEach
| com.hashicorp.cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
+| id
| java.lang.String
| *No description.* |
+| memberships
| DataGitlabGroupBillableMemberMembershipsMembershipsList
| *No description.* |
+| groupIdInput
| java.lang.String
| *No description.* |
+| userIdInput
| java.lang.Number
| *No description.* |
+| groupId
| java.lang.String
| *No description.* |
+| userId
| java.lang.Number
| *No description.* |
+
+---
+
+##### `node`Required
+
+```java
+public Node getNode();
+```
+
+- *Type:* software.constructs.Node
+
+The tree node.
+
+---
+
+##### `cdktfStack`Required
+
+```java
+public TerraformStack getCdktfStack();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformStack
+
+---
+
+##### `fqn`Required
+
+```java
+public java.lang.String getFqn();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `friendlyUniqueId`Required
+
+```java
+public java.lang.String getFriendlyUniqueId();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `terraformMetaArguments`Required
+
+```java
+public java.util.Map getTerraformMetaArguments();
+```
+
+- *Type:* java.util.Map
+
+---
+
+##### `terraformResourceType`Required
+
+```java
+public java.lang.String getTerraformResourceType();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `terraformGeneratorMetadata`Optional
+
+```java
+public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `count`Optional
+
+```java
+public java.lang.Object getCount();
+```
+
+- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```java
+public java.util.List getDependsOn();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `forEach`Optional
+
+```java
+public ITerraformIterator getForEach();
+```
+
+- *Type:* com.hashicorp.cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```java
+public TerraformResourceLifecycle getLifecycle();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```java
+public TerraformProvider getProvider();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `id`Required
+
+```java
+public java.lang.String getId();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `memberships`Required
+
+```java
+public DataGitlabGroupBillableMemberMembershipsMembershipsList getMemberships();
+```
+
+- *Type:* DataGitlabGroupBillableMemberMembershipsMembershipsList
+
+---
+
+##### `groupIdInput`Optional
+
+```java
+public java.lang.String getGroupIdInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `userIdInput`Optional
+
+```java
+public java.lang.Number getUserIdInput();
+```
+
+- *Type:* java.lang.Number
+
+---
+
+##### `groupId`Required
+
+```java
+public java.lang.String getGroupId();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `userId`Required
+
+```java
+public java.lang.Number getUserId();
+```
+
+- *Type:* java.lang.Number
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| tfResourceType
| java.lang.String
| *No description.* |
+
+---
+
+##### `tfResourceType`Required
+
+```java
+public java.lang.String getTfResourceType();
+```
+
+- *Type:* java.lang.String
+
+---
+
+## Structs
+
+### DataGitlabGroupBillableMemberMembershipsConfig
+
+#### Initializer
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_group_billable_member_memberships.DataGitlabGroupBillableMemberMembershipsConfig;
+
+DataGitlabGroupBillableMemberMembershipsConfig.builder()
+// .connection(SSHProvisionerConnection)
+// .connection(WinrmProvisionerConnection)
+// .count(java.lang.Number)
+// .count(TerraformCount)
+// .dependsOn(java.util.List)
+// .forEach(ITerraformIterator)
+// .lifecycle(TerraformResourceLifecycle)
+// .provider(TerraformProvider)
+// .provisioners(java.util.List)
+ .groupId(java.lang.String)
+ .userId(java.lang.Number)
+ .build();
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| connection
| com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| java.lang.Number OR com.hashicorp.cdktf.TerraformCount
| *No description.* |
+| dependsOn
| java.util.List
| *No description.* |
+| forEach
| com.hashicorp.cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
+| provisioners
| java.util.List
| *No description.* |
+| groupId
| java.lang.String
| The ID of the group. |
+| userId
| java.lang.Number
| The ID of the user. |
+
+---
+
+##### `connection`Optional
+
+```java
+public java.lang.Object getConnection();
+```
+
+- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+```java
+public java.lang.Object getCount();
+```
+
+- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```java
+public java.util.List getDependsOn();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `forEach`Optional
+
+```java
+public ITerraformIterator getForEach();
+```
+
+- *Type:* com.hashicorp.cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```java
+public TerraformResourceLifecycle getLifecycle();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```java
+public TerraformProvider getProvider();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```java
+public java.lang.Object getProvisioners();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `groupId`Required
+
+```java
+public java.lang.String getGroupId();
+```
+
+- *Type:* java.lang.String
+
+The ID of the group.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
+
+---
+
+##### `userId`Required
+
+```java
+public java.lang.Number getUserId();
+```
+
+- *Type:* java.lang.Number
+
+The ID of the user.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
+
+---
+
+### DataGitlabGroupBillableMemberMembershipsMemberships
+
+#### Initializer
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_group_billable_member_memberships.DataGitlabGroupBillableMemberMembershipsMemberships;
+
+DataGitlabGroupBillableMemberMembershipsMemberships.builder()
+ .build();
+```
+
+
+## Classes
+
+### DataGitlabGroupBillableMemberMembershipsMembershipsList
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_group_billable_member_memberships.DataGitlabGroupBillableMemberMembershipsMembershipsList;
+
+new DataGitlabGroupBillableMemberMembershipsMembershipsList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| com.hashicorp.cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| java.lang.String
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| java.lang.Boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* com.hashicorp.cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* java.lang.Boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| allWithMapKey
| Creating an iterator for this complex list. |
+| computeFqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `allWithMapKey`
+
+```java
+public DynamicListTerraformIterator allWithMapKey(java.lang.String mapKeyAttributeName)
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `computeFqn`
+
+```java
+public java.lang.String computeFqn()
+```
+
+##### `resolve`
+
+```java
+public java.lang.Object resolve(IResolveContext _context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* com.hashicorp.cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```java
+public DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference get(java.lang.Number index)
+```
+
+###### `index`Required
+
+- *Type:* java.lang.Number
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| java.util.List
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| java.lang.String
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```java
+public java.util.List getCreationStack();
+```
+
+- *Type:* java.util.List
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```java
+public java.lang.String getFqn();
+```
+
+- *Type:* java.lang.String
+
+---
+
+
+### DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_group_billable_member_memberships.DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference;
+
+new DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Number complexObjectIndex, java.lang.Boolean complexObjectIsFromSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| com.hashicorp.cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| java.lang.String
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| java.lang.Number
| the index of this item in the list. |
+| complexObjectIsFromSet
| java.lang.Boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* com.hashicorp.cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* java.lang.Number
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* java.lang.Boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| computeFqn
| *No description.* |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `computeFqn`
+
+```java
+public java.lang.String computeFqn()
+```
+
+##### `getAnyMapAttribute`
+
+```java
+public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanAttribute`
+
+```java
+public IResolvable getBooleanAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanMapAttribute`
+
+```java
+public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getListAttribute`
+
+```java
+public java.util.List getListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberAttribute`
+
+```java
+public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberListAttribute`
+
+```java
+public java.util.List getNumberListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberMapAttribute`
+
+```java
+public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringAttribute`
+
+```java
+public java.lang.String getStringAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringMapAttribute`
+
+```java
+public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `interpolationForAttribute`
+
+```java
+public IResolvable interpolationForAttribute(java.lang.String property)
+```
+
+###### `property`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `resolve`
+
+```java
+public java.lang.Object resolve(IResolveContext _context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* com.hashicorp.cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| java.util.List
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| java.lang.String
| *No description.* |
+| accessLevel
| java.lang.String
| *No description.* |
+| createdAt
| java.lang.String
| *No description.* |
+| expiresAt
| java.lang.String
| *No description.* |
+| id
| java.lang.Number
| *No description.* |
+| sourceFullName
| java.lang.String
| *No description.* |
+| sourceId
| java.lang.Number
| *No description.* |
+| sourceMembersUrl
| java.lang.String
| *No description.* |
+| internalValue
| DataGitlabGroupBillableMemberMembershipsMemberships
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```java
+public java.util.List getCreationStack();
+```
+
+- *Type:* java.util.List
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```java
+public java.lang.String getFqn();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `accessLevel`Required
+
+```java
+public java.lang.String getAccessLevel();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `createdAt`Required
+
+```java
+public java.lang.String getCreatedAt();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `expiresAt`Required
+
+```java
+public java.lang.String getExpiresAt();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `id`Required
+
+```java
+public java.lang.Number getId();
+```
+
+- *Type:* java.lang.Number
+
+---
+
+##### `sourceFullName`Required
+
+```java
+public java.lang.String getSourceFullName();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `sourceId`Required
+
+```java
+public java.lang.Number getSourceId();
+```
+
+- *Type:* java.lang.Number
+
+---
+
+##### `sourceMembersUrl`Required
+
+```java
+public java.lang.String getSourceMembersUrl();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `internalValue`Optional
+
+```java
+public DataGitlabGroupBillableMemberMembershipsMemberships getInternalValue();
+```
+
+- *Type:* DataGitlabGroupBillableMemberMembershipsMemberships
+
+---
+
+
+
diff --git a/docs/dataGitlabGroupBillableMemberMemberships.python.md b/docs/dataGitlabGroupBillableMemberMemberships.python.md
new file mode 100644
index 000000000..6386cae8d
--- /dev/null
+++ b/docs/dataGitlabGroupBillableMemberMemberships.python.md
@@ -0,0 +1,1396 @@
+# `dataGitlabGroupBillableMemberMemberships` Submodule
+
+## Constructs
+
+### DataGitlabGroupBillableMemberMemberships
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships gitlab_group_billable_member_memberships}.
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_group_billable_member_memberships
+
+dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMemberships(
+ scope: Construct,
+ id: str,
+ connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None,
+ count: typing.Union[typing.Union[int, float], TerraformCount] = None,
+ depends_on: typing.List[ITerraformDependable] = None,
+ for_each: ITerraformIterator = None,
+ lifecycle: TerraformResourceLifecycle = None,
+ provider: TerraformProvider = None,
+ provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None,
+ group_id: str,
+ user_id: typing.Union[int, float]
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| constructs.Construct
| The scope in which to define this construct. |
+| id
| str
| The scoped construct ID. |
+| connection
| typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
| *No description.* |
+| count
| typing.Union[typing.Union[int, float], cdktf.TerraformCount]
| *No description.* |
+| depends_on
| typing.List[cdktf.ITerraformDependable]
| *No description.* |
+| for_each
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
+| group_id
| str
| The ID of the group. |
+| user_id
| typing.Union[int, float]
| The ID of the user. |
+
+---
+
+##### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* str
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `connection`Optional
+
+- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
+
+---
+
+##### `count`Optional
+
+- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount]
+
+---
+
+##### `depends_on`Optional
+
+- *Type:* typing.List[cdktf.ITerraformDependable]
+
+---
+
+##### `for_each`Optional
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
+
+---
+
+##### `group_id`Required
+
+- *Type:* str
+
+The ID of the group.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
+
+---
+
+##### `user_id`Required
+
+- *Type:* typing.Union[int, float]
+
+The ID of the user.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| to_string
| Returns a string representation of this construct. |
+| add_override
| *No description.* |
+| override_logical_id
| Overrides the auto-generated logical ID with a specific ID. |
+| reset_override_logical_id
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| to_hcl_terraform
| Adds this resource to the terraform JSON output. |
+| to_metadata
| *No description.* |
+| to_terraform
| Adds this resource to the terraform JSON output. |
+| get_any_map_attribute
| *No description.* |
+| get_boolean_attribute
| *No description.* |
+| get_boolean_map_attribute
| *No description.* |
+| get_list_attribute
| *No description.* |
+| get_number_attribute
| *No description.* |
+| get_number_list_attribute
| *No description.* |
+| get_number_map_attribute
| *No description.* |
+| get_string_attribute
| *No description.* |
+| get_string_map_attribute
| *No description.* |
+| interpolation_for_attribute
| *No description.* |
+
+---
+
+##### `to_string`
+
+```python
+def to_string() -> str
+```
+
+Returns a string representation of this construct.
+
+##### `add_override`
+
+```python
+def add_override(
+ path: str,
+ value: typing.Any
+) -> None
+```
+
+###### `path`Required
+
+- *Type:* str
+
+---
+
+###### `value`Required
+
+- *Type:* typing.Any
+
+---
+
+##### `override_logical_id`
+
+```python
+def override_logical_id(
+ new_logical_id: str
+) -> None
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `new_logical_id`Required
+
+- *Type:* str
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `reset_override_logical_id`
+
+```python
+def reset_override_logical_id() -> None
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `to_hcl_terraform`
+
+```python
+def to_hcl_terraform() -> typing.Any
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `to_metadata`
+
+```python
+def to_metadata() -> typing.Any
+```
+
+##### `to_terraform`
+
+```python
+def to_terraform() -> typing.Any
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `get_any_map_attribute`
+
+```python
+def get_any_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Any]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_attribute`
+
+```python
+def get_boolean_attribute(
+ terraform_attribute: str
+) -> IResolvable
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_map_attribute`
+
+```python
+def get_boolean_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[bool]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_list_attribute`
+
+```python
+def get_list_attribute(
+ terraform_attribute: str
+) -> typing.List[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_attribute`
+
+```python
+def get_number_attribute(
+ terraform_attribute: str
+) -> typing.Union[int, float]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_list_attribute`
+
+```python
+def get_number_list_attribute(
+ terraform_attribute: str
+) -> typing.List[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_map_attribute`
+
+```python
+def get_number_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_attribute`
+
+```python
+def get_string_attribute(
+ terraform_attribute: str
+) -> str
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_map_attribute`
+
+```python
+def get_string_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `interpolation_for_attribute`
+
+```python
+def interpolation_for_attribute(
+ terraform_attribute: str
+) -> IResolvable
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| is_construct
| Checks if `x` is a construct. |
+| is_terraform_element
| *No description.* |
+| is_terraform_data_source
| *No description.* |
+| generate_config_for_import
| Generates CDKTF code for importing a DataGitlabGroupBillableMemberMemberships resource upon running "cdktf plan ". |
+
+---
+
+##### `is_construct`
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_group_billable_member_memberships
+
+dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMemberships.is_construct(
+ x: typing.Any
+)
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* typing.Any
+
+Any object.
+
+---
+
+##### `is_terraform_element`
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_group_billable_member_memberships
+
+dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMemberships.is_terraform_element(
+ x: typing.Any
+)
+```
+
+###### `x`Required
+
+- *Type:* typing.Any
+
+---
+
+##### `is_terraform_data_source`
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_group_billable_member_memberships
+
+dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMemberships.is_terraform_data_source(
+ x: typing.Any
+)
+```
+
+###### `x`Required
+
+- *Type:* typing.Any
+
+---
+
+##### `generate_config_for_import`
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_group_billable_member_memberships
+
+dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMemberships.generate_config_for_import(
+ scope: Construct,
+ import_to_id: str,
+ import_from_id: str,
+ provider: TerraformProvider = None
+)
+```
+
+Generates CDKTF code for importing a DataGitlabGroupBillableMemberMemberships resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `import_to_id`Required
+
+- *Type:* str
+
+The construct id used in the generated config for the DataGitlabGroupBillableMemberMemberships to import.
+
+---
+
+###### `import_from_id`Required
+
+- *Type:* str
+
+The id of the existing DataGitlabGroupBillableMemberMemberships that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* cdktf.TerraformProvider
+
+? Optional instance of the provider where the DataGitlabGroupBillableMemberMemberships to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| node
| constructs.Node
| The tree node. |
+| cdktf_stack
| cdktf.TerraformStack
| *No description.* |
+| fqn
| str
| *No description.* |
+| friendly_unique_id
| str
| *No description.* |
+| terraform_meta_arguments
| typing.Mapping[typing.Any]
| *No description.* |
+| terraform_resource_type
| str
| *No description.* |
+| terraform_generator_metadata
| cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| count
| typing.Union[typing.Union[int, float], cdktf.TerraformCount]
| *No description.* |
+| depends_on
| typing.List[str]
| *No description.* |
+| for_each
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| id
| str
| *No description.* |
+| memberships
| DataGitlabGroupBillableMemberMembershipsMembershipsList
| *No description.* |
+| group_id_input
| str
| *No description.* |
+| user_id_input
| typing.Union[int, float]
| *No description.* |
+| group_id
| str
| *No description.* |
+| user_id
| typing.Union[int, float]
| *No description.* |
+
+---
+
+##### `node`Required
+
+```python
+node: Node
+```
+
+- *Type:* constructs.Node
+
+The tree node.
+
+---
+
+##### `cdktf_stack`Required
+
+```python
+cdktf_stack: TerraformStack
+```
+
+- *Type:* cdktf.TerraformStack
+
+---
+
+##### `fqn`Required
+
+```python
+fqn: str
+```
+
+- *Type:* str
+
+---
+
+##### `friendly_unique_id`Required
+
+```python
+friendly_unique_id: str
+```
+
+- *Type:* str
+
+---
+
+##### `terraform_meta_arguments`Required
+
+```python
+terraform_meta_arguments: typing.Mapping[typing.Any]
+```
+
+- *Type:* typing.Mapping[typing.Any]
+
+---
+
+##### `terraform_resource_type`Required
+
+```python
+terraform_resource_type: str
+```
+
+- *Type:* str
+
+---
+
+##### `terraform_generator_metadata`Optional
+
+```python
+terraform_generator_metadata: TerraformProviderGeneratorMetadata
+```
+
+- *Type:* cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `count`Optional
+
+```python
+count: typing.Union[typing.Union[int, float], TerraformCount]
+```
+
+- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount]
+
+---
+
+##### `depends_on`Optional
+
+```python
+depends_on: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+---
+
+##### `for_each`Optional
+
+```python
+for_each: ITerraformIterator
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```python
+lifecycle: TerraformResourceLifecycle
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```python
+provider: TerraformProvider
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `id`Required
+
+```python
+id: str
+```
+
+- *Type:* str
+
+---
+
+##### `memberships`Required
+
+```python
+memberships: DataGitlabGroupBillableMemberMembershipsMembershipsList
+```
+
+- *Type:* DataGitlabGroupBillableMemberMembershipsMembershipsList
+
+---
+
+##### `group_id_input`Optional
+
+```python
+group_id_input: str
+```
+
+- *Type:* str
+
+---
+
+##### `user_id_input`Optional
+
+```python
+user_id_input: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+---
+
+##### `group_id`Required
+
+```python
+group_id: str
+```
+
+- *Type:* str
+
+---
+
+##### `user_id`Required
+
+```python
+user_id: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| tfResourceType
| str
| *No description.* |
+
+---
+
+##### `tfResourceType`Required
+
+```python
+tfResourceType: str
+```
+
+- *Type:* str
+
+---
+
+## Structs
+
+### DataGitlabGroupBillableMemberMembershipsConfig
+
+#### Initializer
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_group_billable_member_memberships
+
+dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMembershipsConfig(
+ connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None,
+ count: typing.Union[typing.Union[int, float], TerraformCount] = None,
+ depends_on: typing.List[ITerraformDependable] = None,
+ for_each: ITerraformIterator = None,
+ lifecycle: TerraformResourceLifecycle = None,
+ provider: TerraformProvider = None,
+ provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None,
+ group_id: str,
+ user_id: typing.Union[int, float]
+)
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| connection
| typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
| *No description.* |
+| count
| typing.Union[typing.Union[int, float], cdktf.TerraformCount]
| *No description.* |
+| depends_on
| typing.List[cdktf.ITerraformDependable]
| *No description.* |
+| for_each
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
+| group_id
| str
| The ID of the group. |
+| user_id
| typing.Union[int, float]
| The ID of the user. |
+
+---
+
+##### `connection`Optional
+
+```python
+connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection]
+```
+
+- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
+
+---
+
+##### `count`Optional
+
+```python
+count: typing.Union[typing.Union[int, float], TerraformCount]
+```
+
+- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount]
+
+---
+
+##### `depends_on`Optional
+
+```python
+depends_on: typing.List[ITerraformDependable]
+```
+
+- *Type:* typing.List[cdktf.ITerraformDependable]
+
+---
+
+##### `for_each`Optional
+
+```python
+for_each: ITerraformIterator
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```python
+lifecycle: TerraformResourceLifecycle
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```python
+provider: TerraformProvider
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```python
+provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]]
+```
+
+- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
+
+---
+
+##### `group_id`Required
+
+```python
+group_id: str
+```
+
+- *Type:* str
+
+The ID of the group.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
+
+---
+
+##### `user_id`Required
+
+```python
+user_id: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+The ID of the user.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
+
+---
+
+### DataGitlabGroupBillableMemberMembershipsMemberships
+
+#### Initializer
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_group_billable_member_memberships
+
+dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMembershipsMemberships()
+```
+
+
+## Classes
+
+### DataGitlabGroupBillableMemberMembershipsMembershipsList
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_group_billable_member_memberships
+
+dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMembershipsMembershipsList(
+ terraform_resource: IInterpolatingParent,
+ terraform_attribute: str,
+ wraps_set: bool
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraform_resource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraform_attribute
| str
| The attribute on the parent resource this class is referencing. |
+| wraps_set
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraform_resource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraform_attribute`Required
+
+- *Type:* str
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wraps_set`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| all_with_map_key
| Creating an iterator for this complex list. |
+| compute_fqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| to_string
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `all_with_map_key`
+
+```python
+def all_with_map_key(
+ map_key_attribute_name: str
+) -> DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `map_key_attribute_name`Required
+
+- *Type:* str
+
+---
+
+##### `compute_fqn`
+
+```python
+def compute_fqn() -> str
+```
+
+##### `resolve`
+
+```python
+def resolve(
+ _context: IResolveContext
+) -> typing.Any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `to_string`
+
+```python
+def to_string() -> str
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```python
+def get(
+ index: typing.Union[int, float]
+) -> DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference
+```
+
+###### `index`Required
+
+- *Type:* typing.Union[int, float]
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creation_stack
| typing.List[str]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| str
| *No description.* |
+
+---
+
+##### `creation_stack`Required
+
+```python
+creation_stack: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```python
+fqn: str
+```
+
+- *Type:* str
+
+---
+
+
+### DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_group_billable_member_memberships
+
+dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference(
+ terraform_resource: IInterpolatingParent,
+ terraform_attribute: str,
+ complex_object_index: typing.Union[int, float],
+ complex_object_is_from_set: bool
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraform_resource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraform_attribute
| str
| The attribute on the parent resource this class is referencing. |
+| complex_object_index
| typing.Union[int, float]
| the index of this item in the list. |
+| complex_object_is_from_set
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraform_resource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraform_attribute`Required
+
+- *Type:* str
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complex_object_index`Required
+
+- *Type:* typing.Union[int, float]
+
+the index of this item in the list.
+
+---
+
+##### `complex_object_is_from_set`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| compute_fqn
| *No description.* |
+| get_any_map_attribute
| *No description.* |
+| get_boolean_attribute
| *No description.* |
+| get_boolean_map_attribute
| *No description.* |
+| get_list_attribute
| *No description.* |
+| get_number_attribute
| *No description.* |
+| get_number_list_attribute
| *No description.* |
+| get_number_map_attribute
| *No description.* |
+| get_string_attribute
| *No description.* |
+| get_string_map_attribute
| *No description.* |
+| interpolation_for_attribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| to_string
| Return a string representation of this resolvable object. |
+
+---
+
+##### `compute_fqn`
+
+```python
+def compute_fqn() -> str
+```
+
+##### `get_any_map_attribute`
+
+```python
+def get_any_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Any]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_attribute`
+
+```python
+def get_boolean_attribute(
+ terraform_attribute: str
+) -> IResolvable
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_map_attribute`
+
+```python
+def get_boolean_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[bool]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_list_attribute`
+
+```python
+def get_list_attribute(
+ terraform_attribute: str
+) -> typing.List[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_attribute`
+
+```python
+def get_number_attribute(
+ terraform_attribute: str
+) -> typing.Union[int, float]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_list_attribute`
+
+```python
+def get_number_list_attribute(
+ terraform_attribute: str
+) -> typing.List[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_map_attribute`
+
+```python
+def get_number_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_attribute`
+
+```python
+def get_string_attribute(
+ terraform_attribute: str
+) -> str
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_map_attribute`
+
+```python
+def get_string_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `interpolation_for_attribute`
+
+```python
+def interpolation_for_attribute(
+ property: str
+) -> IResolvable
+```
+
+###### `property`Required
+
+- *Type:* str
+
+---
+
+##### `resolve`
+
+```python
+def resolve(
+ _context: IResolveContext
+) -> typing.Any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `to_string`
+
+```python
+def to_string() -> str
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creation_stack
| typing.List[str]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| str
| *No description.* |
+| access_level
| str
| *No description.* |
+| created_at
| str
| *No description.* |
+| expires_at
| str
| *No description.* |
+| id
| typing.Union[int, float]
| *No description.* |
+| source_full_name
| str
| *No description.* |
+| source_id
| typing.Union[int, float]
| *No description.* |
+| source_members_url
| str
| *No description.* |
+| internal_value
| DataGitlabGroupBillableMemberMembershipsMemberships
| *No description.* |
+
+---
+
+##### `creation_stack`Required
+
+```python
+creation_stack: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```python
+fqn: str
+```
+
+- *Type:* str
+
+---
+
+##### `access_level`Required
+
+```python
+access_level: str
+```
+
+- *Type:* str
+
+---
+
+##### `created_at`Required
+
+```python
+created_at: str
+```
+
+- *Type:* str
+
+---
+
+##### `expires_at`Required
+
+```python
+expires_at: str
+```
+
+- *Type:* str
+
+---
+
+##### `id`Required
+
+```python
+id: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+---
+
+##### `source_full_name`Required
+
+```python
+source_full_name: str
+```
+
+- *Type:* str
+
+---
+
+##### `source_id`Required
+
+```python
+source_id: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+---
+
+##### `source_members_url`Required
+
+```python
+source_members_url: str
+```
+
+- *Type:* str
+
+---
+
+##### `internal_value`Optional
+
+```python
+internal_value: DataGitlabGroupBillableMemberMembershipsMemberships
+```
+
+- *Type:* DataGitlabGroupBillableMemberMembershipsMemberships
+
+---
+
+
+
diff --git a/docs/dataGitlabGroupBillableMemberMemberships.typescript.md b/docs/dataGitlabGroupBillableMemberMemberships.typescript.md
new file mode 100644
index 000000000..85a16207b
--- /dev/null
+++ b/docs/dataGitlabGroupBillableMemberMemberships.typescript.md
@@ -0,0 +1,1237 @@
+# `dataGitlabGroupBillableMemberMemberships` Submodule
+
+## Constructs
+
+### DataGitlabGroupBillableMemberMemberships
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships gitlab_group_billable_member_memberships}.
+
+#### Initializers
+
+```typescript
+import { dataGitlabGroupBillableMemberMemberships } from '@cdktf/provider-gitlab'
+
+new dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMemberships(scope: Construct, id: string, config: DataGitlabGroupBillableMemberMembershipsConfig)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| constructs.Construct
| The scope in which to define this construct. |
+| id
| string
| The scoped construct ID. |
+| config
| DataGitlabGroupBillableMemberMembershipsConfig
| *No description.* |
+
+---
+
+##### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* string
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `config`Required
+
+- *Type:* DataGitlabGroupBillableMemberMembershipsConfig
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| toString
| Returns a string representation of this construct. |
+| addOverride
| *No description.* |
+| overrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| resetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| toHclTerraform
| Adds this resource to the terraform JSON output. |
+| toMetadata
| *No description.* |
+| toTerraform
| Adds this resource to the terraform JSON output. |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+
+---
+
+##### `toString`
+
+```typescript
+public toString(): string
+```
+
+Returns a string representation of this construct.
+
+##### `addOverride`
+
+```typescript
+public addOverride(path: string, value: any): void
+```
+
+###### `path`Required
+
+- *Type:* string
+
+---
+
+###### `value`Required
+
+- *Type:* any
+
+---
+
+##### `overrideLogicalId`
+
+```typescript
+public overrideLogicalId(newLogicalId: string): void
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `newLogicalId`Required
+
+- *Type:* string
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `resetOverrideLogicalId`
+
+```typescript
+public resetOverrideLogicalId(): void
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `toHclTerraform`
+
+```typescript
+public toHclTerraform(): any
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `toMetadata`
+
+```typescript
+public toMetadata(): any
+```
+
+##### `toTerraform`
+
+```typescript
+public toTerraform(): any
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `getAnyMapAttribute`
+
+```typescript
+public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanAttribute`
+
+```typescript
+public getBooleanAttribute(terraformAttribute: string): IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanMapAttribute`
+
+```typescript
+public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getListAttribute`
+
+```typescript
+public getListAttribute(terraformAttribute: string): string[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberAttribute`
+
+```typescript
+public getNumberAttribute(terraformAttribute: string): number
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberListAttribute`
+
+```typescript
+public getNumberListAttribute(terraformAttribute: string): number[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberMapAttribute`
+
+```typescript
+public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringAttribute`
+
+```typescript
+public getStringAttribute(terraformAttribute: string): string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringMapAttribute`
+
+```typescript
+public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `interpolationForAttribute`
+
+```typescript
+public interpolationForAttribute(terraformAttribute: string): IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| isConstruct
| Checks if `x` is a construct. |
+| isTerraformElement
| *No description.* |
+| isTerraformDataSource
| *No description.* |
+| generateConfigForImport
| Generates CDKTF code for importing a DataGitlabGroupBillableMemberMemberships resource upon running "cdktf plan ". |
+
+---
+
+##### `isConstruct`
+
+```typescript
+import { dataGitlabGroupBillableMemberMemberships } from '@cdktf/provider-gitlab'
+
+dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMemberships.isConstruct(x: any)
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* any
+
+Any object.
+
+---
+
+##### `isTerraformElement`
+
+```typescript
+import { dataGitlabGroupBillableMemberMemberships } from '@cdktf/provider-gitlab'
+
+dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMemberships.isTerraformElement(x: any)
+```
+
+###### `x`Required
+
+- *Type:* any
+
+---
+
+##### `isTerraformDataSource`
+
+```typescript
+import { dataGitlabGroupBillableMemberMemberships } from '@cdktf/provider-gitlab'
+
+dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMemberships.isTerraformDataSource(x: any)
+```
+
+###### `x`Required
+
+- *Type:* any
+
+---
+
+##### `generateConfigForImport`
+
+```typescript
+import { dataGitlabGroupBillableMemberMemberships } from '@cdktf/provider-gitlab'
+
+dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMemberships.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider)
+```
+
+Generates CDKTF code for importing a DataGitlabGroupBillableMemberMemberships resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `importToId`Required
+
+- *Type:* string
+
+The construct id used in the generated config for the DataGitlabGroupBillableMemberMemberships to import.
+
+---
+
+###### `importFromId`Required
+
+- *Type:* string
+
+The id of the existing DataGitlabGroupBillableMemberMemberships that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* cdktf.TerraformProvider
+
+? Optional instance of the provider where the DataGitlabGroupBillableMemberMemberships to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| node
| constructs.Node
| The tree node. |
+| cdktfStack
| cdktf.TerraformStack
| *No description.* |
+| fqn
| string
| *No description.* |
+| friendlyUniqueId
| string
| *No description.* |
+| terraformMetaArguments
| {[ key: string ]: any}
| *No description.* |
+| terraformResourceType
| string
| *No description.* |
+| terraformGeneratorMetadata
| cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| count
| number \| cdktf.TerraformCount
| *No description.* |
+| dependsOn
| string[]
| *No description.* |
+| forEach
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| id
| string
| *No description.* |
+| memberships
| DataGitlabGroupBillableMemberMembershipsMembershipsList
| *No description.* |
+| groupIdInput
| string
| *No description.* |
+| userIdInput
| number
| *No description.* |
+| groupId
| string
| *No description.* |
+| userId
| number
| *No description.* |
+
+---
+
+##### `node`Required
+
+```typescript
+public readonly node: Node;
+```
+
+- *Type:* constructs.Node
+
+The tree node.
+
+---
+
+##### `cdktfStack`Required
+
+```typescript
+public readonly cdktfStack: TerraformStack;
+```
+
+- *Type:* cdktf.TerraformStack
+
+---
+
+##### `fqn`Required
+
+```typescript
+public readonly fqn: string;
+```
+
+- *Type:* string
+
+---
+
+##### `friendlyUniqueId`Required
+
+```typescript
+public readonly friendlyUniqueId: string;
+```
+
+- *Type:* string
+
+---
+
+##### `terraformMetaArguments`Required
+
+```typescript
+public readonly terraformMetaArguments: {[ key: string ]: any};
+```
+
+- *Type:* {[ key: string ]: any}
+
+---
+
+##### `terraformResourceType`Required
+
+```typescript
+public readonly terraformResourceType: string;
+```
+
+- *Type:* string
+
+---
+
+##### `terraformGeneratorMetadata`Optional
+
+```typescript
+public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata;
+```
+
+- *Type:* cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `count`Optional
+
+```typescript
+public readonly count: number | TerraformCount;
+```
+
+- *Type:* number | cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```typescript
+public readonly dependsOn: string[];
+```
+
+- *Type:* string[]
+
+---
+
+##### `forEach`Optional
+
+```typescript
+public readonly forEach: ITerraformIterator;
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```typescript
+public readonly lifecycle: TerraformResourceLifecycle;
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```typescript
+public readonly provider: TerraformProvider;
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `id`Required
+
+```typescript
+public readonly id: string;
+```
+
+- *Type:* string
+
+---
+
+##### `memberships`Required
+
+```typescript
+public readonly memberships: DataGitlabGroupBillableMemberMembershipsMembershipsList;
+```
+
+- *Type:* DataGitlabGroupBillableMemberMembershipsMembershipsList
+
+---
+
+##### `groupIdInput`Optional
+
+```typescript
+public readonly groupIdInput: string;
+```
+
+- *Type:* string
+
+---
+
+##### `userIdInput`Optional
+
+```typescript
+public readonly userIdInput: number;
+```
+
+- *Type:* number
+
+---
+
+##### `groupId`Required
+
+```typescript
+public readonly groupId: string;
+```
+
+- *Type:* string
+
+---
+
+##### `userId`Required
+
+```typescript
+public readonly userId: number;
+```
+
+- *Type:* number
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| tfResourceType
| string
| *No description.* |
+
+---
+
+##### `tfResourceType`Required
+
+```typescript
+public readonly tfResourceType: string;
+```
+
+- *Type:* string
+
+---
+
+## Structs
+
+### DataGitlabGroupBillableMemberMembershipsConfig
+
+#### Initializer
+
+```typescript
+import { dataGitlabGroupBillableMemberMemberships } from '@cdktf/provider-gitlab'
+
+const dataGitlabGroupBillableMemberMembershipsConfig: dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMembershipsConfig = { ... }
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| connection
| cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| number \| cdktf.TerraformCount
| *No description.* |
+| dependsOn
| cdktf.ITerraformDependable[]
| *No description.* |
+| forEach
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
+| groupId
| string
| The ID of the group. |
+| userId
| number
| The ID of the user. |
+
+---
+
+##### `connection`Optional
+
+```typescript
+public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
+```
+
+- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+```typescript
+public readonly count: number | TerraformCount;
+```
+
+- *Type:* number | cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```typescript
+public readonly dependsOn: ITerraformDependable[];
+```
+
+- *Type:* cdktf.ITerraformDependable[]
+
+---
+
+##### `forEach`Optional
+
+```typescript
+public readonly forEach: ITerraformIterator;
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```typescript
+public readonly lifecycle: TerraformResourceLifecycle;
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```typescript
+public readonly provider: TerraformProvider;
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```typescript
+public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
+```
+
+- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
+
+---
+
+##### `groupId`Required
+
+```typescript
+public readonly groupId: string;
+```
+
+- *Type:* string
+
+The ID of the group.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#group_id DataGitlabGroupBillableMemberMemberships#group_id}
+
+---
+
+##### `userId`Required
+
+```typescript
+public readonly userId: number;
+```
+
+- *Type:* number
+
+The ID of the user.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_billable_member_memberships#user_id DataGitlabGroupBillableMemberMemberships#user_id}
+
+---
+
+### DataGitlabGroupBillableMemberMembershipsMemberships
+
+#### Initializer
+
+```typescript
+import { dataGitlabGroupBillableMemberMemberships } from '@cdktf/provider-gitlab'
+
+const dataGitlabGroupBillableMemberMembershipsMemberships: dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMembershipsMemberships = { ... }
+```
+
+
+## Classes
+
+### DataGitlabGroupBillableMemberMembershipsMembershipsList
+
+#### Initializers
+
+```typescript
+import { dataGitlabGroupBillableMemberMemberships } from '@cdktf/provider-gitlab'
+
+new dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMembershipsMembershipsList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| allWithMapKey
| Creating an iterator for this complex list. |
+| computeFqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `allWithMapKey`
+
+```typescript
+public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* string
+
+---
+
+##### `computeFqn`
+
+```typescript
+public computeFqn(): string
+```
+
+##### `resolve`
+
+```typescript
+public resolve(_context: IResolveContext): any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```typescript
+public toString(): string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```typescript
+public get(index: number): DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference
+```
+
+###### `index`Required
+
+- *Type:* number
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| string
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```typescript
+public readonly creationStack: string[];
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```typescript
+public readonly fqn: string;
+```
+
+- *Type:* string
+
+---
+
+
+### DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference
+
+#### Initializers
+
+```typescript
+import { dataGitlabGroupBillableMemberMemberships } from '@cdktf/provider-gitlab'
+
+new dataGitlabGroupBillableMemberMemberships.DataGitlabGroupBillableMemberMembershipsMembershipsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| number
| the index of this item in the list. |
+| complexObjectIsFromSet
| boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* number
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| computeFqn
| *No description.* |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `computeFqn`
+
+```typescript
+public computeFqn(): string
+```
+
+##### `getAnyMapAttribute`
+
+```typescript
+public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanAttribute`
+
+```typescript
+public getBooleanAttribute(terraformAttribute: string): IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanMapAttribute`
+
+```typescript
+public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getListAttribute`
+
+```typescript
+public getListAttribute(terraformAttribute: string): string[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberAttribute`
+
+```typescript
+public getNumberAttribute(terraformAttribute: string): number
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberListAttribute`
+
+```typescript
+public getNumberListAttribute(terraformAttribute: string): number[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberMapAttribute`
+
+```typescript
+public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringAttribute`
+
+```typescript
+public getStringAttribute(terraformAttribute: string): string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringMapAttribute`
+
+```typescript
+public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `interpolationForAttribute`
+
+```typescript
+public interpolationForAttribute(property: string): IResolvable
+```
+
+###### `property`Required
+
+- *Type:* string
+
+---
+
+##### `resolve`
+
+```typescript
+public resolve(_context: IResolveContext): any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```typescript
+public toString(): string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| string
| *No description.* |
+| accessLevel
| string
| *No description.* |
+| createdAt
| string
| *No description.* |
+| expiresAt
| string
| *No description.* |
+| id
| number
| *No description.* |
+| sourceFullName
| string
| *No description.* |
+| sourceId
| number
| *No description.* |
+| sourceMembersUrl
| string
| *No description.* |
+| internalValue
| DataGitlabGroupBillableMemberMembershipsMemberships
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```typescript
+public readonly creationStack: string[];
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```typescript
+public readonly fqn: string;
+```
+
+- *Type:* string
+
+---
+
+##### `accessLevel`Required
+
+```typescript
+public readonly accessLevel: string;
+```
+
+- *Type:* string
+
+---
+
+##### `createdAt`Required
+
+```typescript
+public readonly createdAt: string;
+```
+
+- *Type:* string
+
+---
+
+##### `expiresAt`Required
+
+```typescript
+public readonly expiresAt: string;
+```
+
+- *Type:* string
+
+---
+
+##### `id`Required
+
+```typescript
+public readonly id: number;
+```
+
+- *Type:* number
+
+---
+
+##### `sourceFullName`Required
+
+```typescript
+public readonly sourceFullName: string;
+```
+
+- *Type:* string
+
+---
+
+##### `sourceId`Required
+
+```typescript
+public readonly sourceId: number;
+```
+
+- *Type:* number
+
+---
+
+##### `sourceMembersUrl`Required
+
+```typescript
+public readonly sourceMembersUrl: string;
+```
+
+- *Type:* string
+
+---
+
+##### `internalValue`Optional
+
+```typescript
+public readonly internalValue: DataGitlabGroupBillableMemberMembershipsMemberships;
+```
+
+- *Type:* DataGitlabGroupBillableMemberMembershipsMemberships
+
+---
+
+
+
diff --git a/docs/dataGitlabGroupHook.csharp.md b/docs/dataGitlabGroupHook.csharp.md
index 7aa384f0c..bd800a2a4 100644
--- a/docs/dataGitlabGroupHook.csharp.md
+++ b/docs/dataGitlabGroupHook.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabGroupHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook gitlab_group_hook}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabGroupHook to imp
The id of the existing DataGitlabGroupHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#import import section} in the documentation of this resource for the id to use
---
@@ -854,7 +854,7 @@ new DataGitlabGroupHookConfig {
| Provisioners
| object[]
| *No description.* |
| Group
| string
| The ID or full path of the group. |
| HookId
| double
| The id of the group hook. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}. |
---
@@ -938,7 +938,7 @@ public string Group { get; set; }
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
---
@@ -952,7 +952,7 @@ public double HookId { get; set; }
The id of the group hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#hook_id DataGitlabGroupHook#hook_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#hook_id DataGitlabGroupHook#hook_id}
---
@@ -964,7 +964,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupHook.go.md b/docs/dataGitlabGroupHook.go.md
index 530302bbe..30e7602c1 100644
--- a/docs/dataGitlabGroupHook.go.md
+++ b/docs/dataGitlabGroupHook.go.md
@@ -4,7 +4,7 @@
### DataGitlabGroupHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook gitlab_group_hook}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabGroupHook to imp
The id of the existing DataGitlabGroupHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#import import section} in the documentation of this resource for the id to use
---
@@ -854,7 +854,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgrouphook
| Provisioners
| *[]interface{}
| *No description.* |
| Group
| *string
| The ID or full path of the group. |
| HookId
| *f64
| The id of the group hook. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}. |
---
@@ -938,7 +938,7 @@ Group *string
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
---
@@ -952,7 +952,7 @@ HookId *f64
The id of the group hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#hook_id DataGitlabGroupHook#hook_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#hook_id DataGitlabGroupHook#hook_id}
---
@@ -964,7 +964,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupHook.java.md b/docs/dataGitlabGroupHook.java.md
index 630754fa1..0bdecd78e 100644
--- a/docs/dataGitlabGroupHook.java.md
+++ b/docs/dataGitlabGroupHook.java.md
@@ -4,7 +4,7 @@
### DataGitlabGroupHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook gitlab_group_hook}.
#### Initializers
@@ -42,7 +42,7 @@ DataGitlabGroupHook.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| group
| java.lang.String
| The ID or full path of the group. |
| hookId
| java.lang.Number
| The id of the group hook. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the group hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#hook_id DataGitlabGroupHook#hook_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#hook_id DataGitlabGroupHook#hook_id}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataGitlabGroupHook to imp
The id of the existing DataGitlabGroupHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#import import section} in the documentation of this resource for the id to use
---
@@ -949,7 +949,7 @@ DataGitlabGroupHookConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| group
| java.lang.String
| The ID or full path of the group. |
| hookId
| java.lang.Number
| The id of the group hook. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}. |
---
@@ -1033,7 +1033,7 @@ public java.lang.String getGroup();
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
---
@@ -1047,7 +1047,7 @@ public java.lang.Number getHookId();
The id of the group hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#hook_id DataGitlabGroupHook#hook_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#hook_id DataGitlabGroupHook#hook_id}
---
@@ -1059,7 +1059,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupHook.python.md b/docs/dataGitlabGroupHook.python.md
index c7ab3ad5c..337f1db6f 100644
--- a/docs/dataGitlabGroupHook.python.md
+++ b/docs/dataGitlabGroupHook.python.md
@@ -4,7 +4,7 @@
### DataGitlabGroupHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook gitlab_group_hook}.
#### Initializers
@@ -40,7 +40,7 @@ dataGitlabGroupHook.DataGitlabGroupHook(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| group
| str
| The ID or full path of the group. |
| hook_id
| typing.Union[int, float]
| The id of the group hook. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the group hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#hook_id DataGitlabGroupHook#hook_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#hook_id DataGitlabGroupHook#hook_id}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataGitlabGroupHook to imp
The id of the existing DataGitlabGroupHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#import import section} in the documentation of this resource for the id to use
---
@@ -979,7 +979,7 @@ dataGitlabGroupHook.DataGitlabGroupHookConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| group
| str
| The ID or full path of the group. |
| hook_id
| typing.Union[int, float]
| The id of the group hook. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}. |
---
@@ -1063,7 +1063,7 @@ group: str
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
---
@@ -1077,7 +1077,7 @@ hook_id: typing.Union[int, float]
The id of the group hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#hook_id DataGitlabGroupHook#hook_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#hook_id DataGitlabGroupHook#hook_id}
---
@@ -1089,7 +1089,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupHook.typescript.md b/docs/dataGitlabGroupHook.typescript.md
index e3b0e9c2b..129b2026c 100644
--- a/docs/dataGitlabGroupHook.typescript.md
+++ b/docs/dataGitlabGroupHook.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabGroupHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook gitlab_group_hook}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabGroupHook to imp
The id of the existing DataGitlabGroupHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#import import section} in the documentation of this resource for the id to use
---
@@ -843,7 +843,7 @@ const dataGitlabGroupHookConfig: dataGitlabGroupHook.DataGitlabGroupHookConfig =
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| group
| string
| The ID or full path of the group. |
| hookId
| number
| The id of the group hook. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}. |
---
@@ -927,7 +927,7 @@ public readonly group: string;
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#group DataGitlabGroupHook#group}
---
@@ -941,7 +941,7 @@ public readonly hookId: number;
The id of the group hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#hook_id DataGitlabGroupHook#hook_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#hook_id DataGitlabGroupHook#hook_id}
---
@@ -953,7 +953,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hook#id DataGitlabGroupHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupHooks.csharp.md b/docs/dataGitlabGroupHooks.csharp.md
index 097af5aef..4d6a8771c 100644
--- a/docs/dataGitlabGroupHooks.csharp.md
+++ b/docs/dataGitlabGroupHooks.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabGroupHooks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks gitlab_group_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks gitlab_group_hooks}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabGroupHooks to im
The id of the existing DataGitlabGroupHooks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#import import section} in the documentation of this resource for the id to use
---
@@ -632,7 +632,7 @@ new DataGitlabGroupHooksConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| Group
| string
| The ID or full path of the group. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}. |
---
@@ -716,7 +716,7 @@ public string Group { get; set; }
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
---
@@ -728,7 +728,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupHooks.go.md b/docs/dataGitlabGroupHooks.go.md
index f9ed80c0f..d272824be 100644
--- a/docs/dataGitlabGroupHooks.go.md
+++ b/docs/dataGitlabGroupHooks.go.md
@@ -4,7 +4,7 @@
### DataGitlabGroupHooks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks gitlab_group_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks gitlab_group_hooks}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabGroupHooks to im
The id of the existing DataGitlabGroupHooks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#import import section} in the documentation of this resource for the id to use
---
@@ -632,7 +632,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgrouphook
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| Group
| *string
| The ID or full path of the group. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}. |
---
@@ -716,7 +716,7 @@ Group *string
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
---
@@ -728,7 +728,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupHooks.java.md b/docs/dataGitlabGroupHooks.java.md
index 8dcd96c9d..568fee230 100644
--- a/docs/dataGitlabGroupHooks.java.md
+++ b/docs/dataGitlabGroupHooks.java.md
@@ -4,7 +4,7 @@
### DataGitlabGroupHooks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks gitlab_group_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks gitlab_group_hooks}.
#### Initializers
@@ -40,7 +40,7 @@ DataGitlabGroupHooks.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| group
| java.lang.String
| The ID or full path of the group. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -451,7 +451,7 @@ The construct id used in the generated config for the DataGitlabGroupHooks to im
The id of the existing DataGitlabGroupHooks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#import import section} in the documentation of this resource for the id to use
---
@@ -715,7 +715,7 @@ DataGitlabGroupHooksConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| group
| java.lang.String
| The ID or full path of the group. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}. |
---
@@ -799,7 +799,7 @@ public java.lang.String getGroup();
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
---
@@ -811,7 +811,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupHooks.python.md b/docs/dataGitlabGroupHooks.python.md
index f84bf5b3c..2465ae4b2 100644
--- a/docs/dataGitlabGroupHooks.python.md
+++ b/docs/dataGitlabGroupHooks.python.md
@@ -4,7 +4,7 @@
### DataGitlabGroupHooks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks gitlab_group_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks gitlab_group_hooks}.
#### Initializers
@@ -38,7 +38,7 @@ dataGitlabGroupHooks.DataGitlabGroupHooks(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| group
| str
| The ID or full path of the group. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -485,7 +485,7 @@ The construct id used in the generated config for the DataGitlabGroupHooks to im
The id of the existing DataGitlabGroupHooks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#import import section} in the documentation of this resource for the id to use
---
@@ -745,7 +745,7 @@ dataGitlabGroupHooks.DataGitlabGroupHooksConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| group
| str
| The ID or full path of the group. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}. |
---
@@ -829,7 +829,7 @@ group: str
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
---
@@ -841,7 +841,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupHooks.typescript.md b/docs/dataGitlabGroupHooks.typescript.md
index 187d942f5..fc44c6bf9 100644
--- a/docs/dataGitlabGroupHooks.typescript.md
+++ b/docs/dataGitlabGroupHooks.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabGroupHooks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks gitlab_group_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks gitlab_group_hooks}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabGroupHooks to im
The id of the existing DataGitlabGroupHooks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#import import section} in the documentation of this resource for the id to use
---
@@ -622,7 +622,7 @@ const dataGitlabGroupHooksConfig: dataGitlabGroupHooks.DataGitlabGroupHooksConfi
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| group
| string
| The ID or full path of the group. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}. |
---
@@ -706,7 +706,7 @@ public readonly group: string;
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#group DataGitlabGroupHooks#group}
---
@@ -718,7 +718,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_hooks#id DataGitlabGroupHooks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupIds.csharp.md b/docs/dataGitlabGroupIds.csharp.md
index ac6dffe7f..f52b81767 100644
--- a/docs/dataGitlabGroupIds.csharp.md
+++ b/docs/dataGitlabGroupIds.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabGroupIds
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids gitlab_group_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids gitlab_group_ids}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabGroupIds to impo
The id of the existing DataGitlabGroupIds that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids#import import section} in the documentation of this resource for the id to use
---
@@ -718,7 +718,7 @@ public string Group { get; set; }
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
---
diff --git a/docs/dataGitlabGroupIds.go.md b/docs/dataGitlabGroupIds.go.md
index aef9d7ad4..0f952b263 100644
--- a/docs/dataGitlabGroupIds.go.md
+++ b/docs/dataGitlabGroupIds.go.md
@@ -4,7 +4,7 @@
### DataGitlabGroupIds
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids gitlab_group_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids gitlab_group_ids}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabGroupIds to impo
The id of the existing DataGitlabGroupIds that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids#import import section} in the documentation of this resource for the id to use
---
@@ -718,7 +718,7 @@ Group *string
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
---
diff --git a/docs/dataGitlabGroupIds.java.md b/docs/dataGitlabGroupIds.java.md
index 656c8f53e..8d3b20a17 100644
--- a/docs/dataGitlabGroupIds.java.md
+++ b/docs/dataGitlabGroupIds.java.md
@@ -4,7 +4,7 @@
### DataGitlabGroupIds
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids gitlab_group_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids gitlab_group_ids}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
---
@@ -431,7 +431,7 @@ The construct id used in the generated config for the DataGitlabGroupIds to impo
The id of the existing DataGitlabGroupIds that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids#import import section} in the documentation of this resource for the id to use
---
@@ -788,7 +788,7 @@ public java.lang.String getGroup();
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
---
diff --git a/docs/dataGitlabGroupIds.python.md b/docs/dataGitlabGroupIds.python.md
index 475b77904..3a3f6e65c 100644
--- a/docs/dataGitlabGroupIds.python.md
+++ b/docs/dataGitlabGroupIds.python.md
@@ -4,7 +4,7 @@
### DataGitlabGroupIds
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids gitlab_group_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids gitlab_group_ids}.
#### Initializers
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
---
@@ -465,7 +465,7 @@ The construct id used in the generated config for the DataGitlabGroupIds to impo
The id of the existing DataGitlabGroupIds that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids#import import section} in the documentation of this resource for the id to use
---
@@ -818,7 +818,7 @@ group: str
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
---
diff --git a/docs/dataGitlabGroupIds.typescript.md b/docs/dataGitlabGroupIds.typescript.md
index 6a3d463aa..0273608fe 100644
--- a/docs/dataGitlabGroupIds.typescript.md
+++ b/docs/dataGitlabGroupIds.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabGroupIds
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids gitlab_group_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids gitlab_group_ids}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabGroupIds to impo
The id of the existing DataGitlabGroupIds that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids#import import section} in the documentation of this resource for the id to use
---
@@ -709,7 +709,7 @@ public readonly group: string;
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_ids#group DataGitlabGroupIds#group}
---
diff --git a/docs/dataGitlabGroupMembership.csharp.md b/docs/dataGitlabGroupMembership.csharp.md
index fdc92363a..a34747ce5 100644
--- a/docs/dataGitlabGroupMembership.csharp.md
+++ b/docs/dataGitlabGroupMembership.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabGroupMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership gitlab_group_membership}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataGitlabGroupMembership
The id of the existing DataGitlabGroupMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#import import section} in the documentation of this resource for the id to use
---
@@ -731,7 +731,7 @@ new DataGitlabGroupMembershipConfig {
| AccessLevel
| string
| Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`. |
| FullPath
| string
| The full path of the group. |
| GroupId
| double
| The ID of the group. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}. |
| Inherited
| object
| Return all project members including members through ancestor groups. |
---
@@ -816,7 +816,7 @@ public string AccessLevel { get; set; }
Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#access_level DataGitlabGroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#access_level DataGitlabGroupMembership#access_level}
---
@@ -830,7 +830,7 @@ public string FullPath { get; set; }
The full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#full_path DataGitlabGroupMembership#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#full_path DataGitlabGroupMembership#full_path}
---
@@ -844,7 +844,7 @@ public double GroupId { get; set; }
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#group_id DataGitlabGroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#group_id DataGitlabGroupMembership#group_id}
---
@@ -856,7 +856,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -873,7 +873,7 @@ public object Inherited { get; set; }
Return all project members including members through ancestor groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
---
diff --git a/docs/dataGitlabGroupMembership.go.md b/docs/dataGitlabGroupMembership.go.md
index a86cc3dd7..92e7c768b 100644
--- a/docs/dataGitlabGroupMembership.go.md
+++ b/docs/dataGitlabGroupMembership.go.md
@@ -4,7 +4,7 @@
### DataGitlabGroupMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership gitlab_group_membership}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataGitlabGroupMembership
The id of the existing DataGitlabGroupMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#import import section} in the documentation of this resource for the id to use
---
@@ -731,7 +731,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgroupmemb
| AccessLevel
| *string
| Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`. |
| FullPath
| *string
| The full path of the group. |
| GroupId
| *f64
| The ID of the group. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}. |
| Inherited
| interface{}
| Return all project members including members through ancestor groups. |
---
@@ -816,7 +816,7 @@ AccessLevel *string
Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#access_level DataGitlabGroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#access_level DataGitlabGroupMembership#access_level}
---
@@ -830,7 +830,7 @@ FullPath *string
The full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#full_path DataGitlabGroupMembership#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#full_path DataGitlabGroupMembership#full_path}
---
@@ -844,7 +844,7 @@ GroupId *f64
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#group_id DataGitlabGroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#group_id DataGitlabGroupMembership#group_id}
---
@@ -856,7 +856,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -873,7 +873,7 @@ Inherited interface{}
Return all project members including members through ancestor groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
---
diff --git a/docs/dataGitlabGroupMembership.java.md b/docs/dataGitlabGroupMembership.java.md
index 0670d2277..0a6d52ecb 100644
--- a/docs/dataGitlabGroupMembership.java.md
+++ b/docs/dataGitlabGroupMembership.java.md
@@ -4,7 +4,7 @@
### DataGitlabGroupMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership gitlab_group_membership}.
#### Initializers
@@ -46,7 +46,7 @@ DataGitlabGroupMembership.Builder.create(Construct scope, java.lang.String id)
| accessLevel
| java.lang.String
| Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`. |
| fullPath
| java.lang.String
| The full path of the group. |
| groupId
| java.lang.Number
| The ID of the group. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}. |
| inherited
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Return all project members including members through ancestor groups. |
---
@@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope
Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#access_level DataGitlabGroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#access_level DataGitlabGroupMembership#access_level}
---
@@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#full_path DataGitlabGroupMembership#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#full_path DataGitlabGroupMembership#full_path}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#group_id DataGitlabGroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#group_id DataGitlabGroupMembership#group_id}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -158,7 +158,7 @@ If you experience problems setting this value it might not be settable. Please t
Return all project members including members through ancestor groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
---
@@ -516,7 +516,7 @@ The construct id used in the generated config for the DataGitlabGroupMembership
The id of the existing DataGitlabGroupMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#import import section} in the documentation of this resource for the id to use
---
@@ -852,7 +852,7 @@ DataGitlabGroupMembershipConfig.builder()
| accessLevel
| java.lang.String
| Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`. |
| fullPath
| java.lang.String
| The full path of the group. |
| groupId
| java.lang.Number
| The ID of the group. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}. |
| inherited
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Return all project members including members through ancestor groups. |
---
@@ -937,7 +937,7 @@ public java.lang.String getAccessLevel();
Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#access_level DataGitlabGroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#access_level DataGitlabGroupMembership#access_level}
---
@@ -951,7 +951,7 @@ public java.lang.String getFullPath();
The full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#full_path DataGitlabGroupMembership#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#full_path DataGitlabGroupMembership#full_path}
---
@@ -965,7 +965,7 @@ public java.lang.Number getGroupId();
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#group_id DataGitlabGroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#group_id DataGitlabGroupMembership#group_id}
---
@@ -977,7 +977,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -994,7 +994,7 @@ public java.lang.Object getInherited();
Return all project members including members through ancestor groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
---
diff --git a/docs/dataGitlabGroupMembership.python.md b/docs/dataGitlabGroupMembership.python.md
index 3e2f213f3..78698a0c8 100644
--- a/docs/dataGitlabGroupMembership.python.md
+++ b/docs/dataGitlabGroupMembership.python.md
@@ -4,7 +4,7 @@
### DataGitlabGroupMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership gitlab_group_membership}.
#### Initializers
@@ -43,7 +43,7 @@ dataGitlabGroupMembership.DataGitlabGroupMembership(
| access_level
| str
| Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`. |
| full_path
| str
| The full path of the group. |
| group_id
| typing.Union[int, float]
| The ID of the group. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}. |
| inherited
| typing.Union[bool, cdktf.IResolvable]
| Return all project members including members through ancestor groups. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#access_level DataGitlabGroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#access_level DataGitlabGroupMembership#access_level}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#full_path DataGitlabGroupMembership#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#full_path DataGitlabGroupMembership#full_path}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#group_id DataGitlabGroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#group_id DataGitlabGroupMembership#group_id}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t
Return all project members including members through ancestor groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
---
@@ -549,7 +549,7 @@ The construct id used in the generated config for the DataGitlabGroupMembership
The id of the existing DataGitlabGroupMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#import import section} in the documentation of this resource for the id to use
---
@@ -880,7 +880,7 @@ dataGitlabGroupMembership.DataGitlabGroupMembershipConfig(
| access_level
| str
| Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`. |
| full_path
| str
| The full path of the group. |
| group_id
| typing.Union[int, float]
| The ID of the group. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}. |
| inherited
| typing.Union[bool, cdktf.IResolvable]
| Return all project members including members through ancestor groups. |
---
@@ -965,7 +965,7 @@ access_level: str
Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#access_level DataGitlabGroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#access_level DataGitlabGroupMembership#access_level}
---
@@ -979,7 +979,7 @@ full_path: str
The full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#full_path DataGitlabGroupMembership#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#full_path DataGitlabGroupMembership#full_path}
---
@@ -993,7 +993,7 @@ group_id: typing.Union[int, float]
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#group_id DataGitlabGroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#group_id DataGitlabGroupMembership#group_id}
---
@@ -1005,7 +1005,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1022,7 +1022,7 @@ inherited: typing.Union[bool, IResolvable]
Return all project members including members through ancestor groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
---
diff --git a/docs/dataGitlabGroupMembership.typescript.md b/docs/dataGitlabGroupMembership.typescript.md
index 505c00204..eedf343a3 100644
--- a/docs/dataGitlabGroupMembership.typescript.md
+++ b/docs/dataGitlabGroupMembership.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabGroupMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership gitlab_group_membership}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataGitlabGroupMembership
The id of the existing DataGitlabGroupMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#import import section} in the documentation of this resource for the id to use
---
@@ -718,7 +718,7 @@ const dataGitlabGroupMembershipConfig: dataGitlabGroupMembership.DataGitlabGroup
| accessLevel
| string
| Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`. |
| fullPath
| string
| The full path of the group. |
| groupId
| number
| The ID of the group. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}. |
| inherited
| boolean \| cdktf.IResolvable
| Return all project members including members through ancestor groups. |
---
@@ -803,7 +803,7 @@ public readonly accessLevel: string;
Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#access_level DataGitlabGroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#access_level DataGitlabGroupMembership#access_level}
---
@@ -817,7 +817,7 @@ public readonly fullPath: string;
The full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#full_path DataGitlabGroupMembership#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#full_path DataGitlabGroupMembership#full_path}
---
@@ -831,7 +831,7 @@ public readonly groupId: number;
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#group_id DataGitlabGroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#group_id DataGitlabGroupMembership#group_id}
---
@@ -843,7 +843,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#id DataGitlabGroupMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -860,7 +860,7 @@ public readonly inherited: boolean | IResolvable;
Return all project members including members through ancestor groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_membership#inherited DataGitlabGroupMembership#inherited}
---
diff --git a/docs/dataGitlabGroupProvisionedUsers.csharp.md b/docs/dataGitlabGroupProvisionedUsers.csharp.md
index 3d7978112..383e46910 100644
--- a/docs/dataGitlabGroupProvisionedUsers.csharp.md
+++ b/docs/dataGitlabGroupProvisionedUsers.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabGroupProvisionedUsers
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}.
#### Initializers
@@ -427,7 +427,7 @@ The construct id used in the generated config for the DataGitlabGroupProvisioned
The id of the existing DataGitlabGroupProvisionedUsers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#import import section} in the documentation of this resource for the id to use
---
@@ -904,7 +904,7 @@ public string Id { get; set; }
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -921,7 +921,7 @@ public object Active { get; set; }
Return only active provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
---
@@ -935,7 +935,7 @@ public object Blocked { get; set; }
Return only blocked provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
---
@@ -949,7 +949,7 @@ public string CreatedAfter { get; set; }
Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#created_after DataGitlabGroupProvisionedUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#created_after DataGitlabGroupProvisionedUsers#created_after}
---
@@ -963,7 +963,7 @@ public string CreatedBefore { get; set; }
Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#created_before DataGitlabGroupProvisionedUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#created_before DataGitlabGroupProvisionedUsers#created_before}
---
@@ -977,7 +977,7 @@ public object ProvisionedUsers { get; set; }
provisioned_users block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#provisioned_users DataGitlabGroupProvisionedUsers#provisioned_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#provisioned_users DataGitlabGroupProvisionedUsers#provisioned_users}
---
@@ -991,7 +991,7 @@ public string Search { get; set; }
The search query to filter the provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
---
@@ -1005,7 +1005,7 @@ public string Username { get; set; }
The username of the provisioned user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
---
diff --git a/docs/dataGitlabGroupProvisionedUsers.go.md b/docs/dataGitlabGroupProvisionedUsers.go.md
index 2da753541..6a2eec21d 100644
--- a/docs/dataGitlabGroupProvisionedUsers.go.md
+++ b/docs/dataGitlabGroupProvisionedUsers.go.md
@@ -4,7 +4,7 @@
### DataGitlabGroupProvisionedUsers
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}.
#### Initializers
@@ -427,7 +427,7 @@ The construct id used in the generated config for the DataGitlabGroupProvisioned
The id of the existing DataGitlabGroupProvisionedUsers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#import import section} in the documentation of this resource for the id to use
---
@@ -904,7 +904,7 @@ Id *string
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -921,7 +921,7 @@ Active interface{}
Return only active provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
---
@@ -935,7 +935,7 @@ Blocked interface{}
Return only blocked provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
---
@@ -949,7 +949,7 @@ CreatedAfter *string
Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#created_after DataGitlabGroupProvisionedUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#created_after DataGitlabGroupProvisionedUsers#created_after}
---
@@ -963,7 +963,7 @@ CreatedBefore *string
Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#created_before DataGitlabGroupProvisionedUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#created_before DataGitlabGroupProvisionedUsers#created_before}
---
@@ -977,7 +977,7 @@ ProvisionedUsers interface{}
provisioned_users block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#provisioned_users DataGitlabGroupProvisionedUsers#provisioned_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#provisioned_users DataGitlabGroupProvisionedUsers#provisioned_users}
---
@@ -991,7 +991,7 @@ Search *string
The search query to filter the provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
---
@@ -1005,7 +1005,7 @@ Username *string
The username of the provisioned user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
---
diff --git a/docs/dataGitlabGroupProvisionedUsers.java.md b/docs/dataGitlabGroupProvisionedUsers.java.md
index 00bf009b2..ae8f91ebe 100644
--- a/docs/dataGitlabGroupProvisionedUsers.java.md
+++ b/docs/dataGitlabGroupProvisionedUsers.java.md
@@ -4,7 +4,7 @@
### DataGitlabGroupProvisionedUsers
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}.
#### Initializers
@@ -125,7 +125,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -138,7 +138,7 @@ If you experience problems setting this value it might not be settable. Please t
Return only active provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return only blocked provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#created_after DataGitlabGroupProvisionedUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#created_after DataGitlabGroupProvisionedUsers#created_after}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#created_before DataGitlabGroupProvisionedUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#created_before DataGitlabGroupProvisionedUsers#created_before}
---
@@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
provisioned_users block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#provisioned_users DataGitlabGroupProvisionedUsers#provisioned_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#provisioned_users DataGitlabGroupProvisionedUsers#provisioned_users}
---
@@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The search query to filter the provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
---
@@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The username of the provisioned user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
---
@@ -583,7 +583,7 @@ The construct id used in the generated config for the DataGitlabGroupProvisioned
The id of the existing DataGitlabGroupProvisionedUsers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#import import section} in the documentation of this resource for the id to use
---
@@ -1067,7 +1067,7 @@ public java.lang.String getId();
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1084,7 +1084,7 @@ public java.lang.Object getActive();
Return only active provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
---
@@ -1098,7 +1098,7 @@ public java.lang.Object getBlocked();
Return only blocked provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
---
@@ -1112,7 +1112,7 @@ public java.lang.String getCreatedAfter();
Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#created_after DataGitlabGroupProvisionedUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#created_after DataGitlabGroupProvisionedUsers#created_after}
---
@@ -1126,7 +1126,7 @@ public java.lang.String getCreatedBefore();
Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#created_before DataGitlabGroupProvisionedUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#created_before DataGitlabGroupProvisionedUsers#created_before}
---
@@ -1140,7 +1140,7 @@ public java.lang.Object getProvisionedUsers();
provisioned_users block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#provisioned_users DataGitlabGroupProvisionedUsers#provisioned_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#provisioned_users DataGitlabGroupProvisionedUsers#provisioned_users}
---
@@ -1154,7 +1154,7 @@ public java.lang.String getSearch();
The search query to filter the provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
---
@@ -1168,7 +1168,7 @@ public java.lang.String getUsername();
The username of the provisioned user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
---
diff --git a/docs/dataGitlabGroupProvisionedUsers.python.md b/docs/dataGitlabGroupProvisionedUsers.python.md
index 29174fb79..7d8fc4b35 100644
--- a/docs/dataGitlabGroupProvisionedUsers.python.md
+++ b/docs/dataGitlabGroupProvisionedUsers.python.md
@@ -4,7 +4,7 @@
### DataGitlabGroupProvisionedUsers
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}.
#### Initializers
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t
Return only active provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
---
@@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return only blocked provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
---
@@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#created_after DataGitlabGroupProvisionedUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#created_after DataGitlabGroupProvisionedUsers#created_after}
---
@@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#created_before DataGitlabGroupProvisionedUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#created_before DataGitlabGroupProvisionedUsers#created_before}
---
@@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
provisioned_users block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#provisioned_users DataGitlabGroupProvisionedUsers#provisioned_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#provisioned_users DataGitlabGroupProvisionedUsers#provisioned_users}
---
@@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The search query to filter the provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
---
@@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The username of the provisioned user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
---
@@ -616,7 +616,7 @@ The construct id used in the generated config for the DataGitlabGroupProvisioned
The id of the existing DataGitlabGroupProvisionedUsers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#import import section} in the documentation of this resource for the id to use
---
@@ -1093,7 +1093,7 @@ id: str
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1110,7 +1110,7 @@ active: typing.Union[bool, IResolvable]
Return only active provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
---
@@ -1124,7 +1124,7 @@ blocked: typing.Union[bool, IResolvable]
Return only blocked provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
---
@@ -1138,7 +1138,7 @@ created_after: str
Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#created_after DataGitlabGroupProvisionedUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#created_after DataGitlabGroupProvisionedUsers#created_after}
---
@@ -1152,7 +1152,7 @@ created_before: str
Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#created_before DataGitlabGroupProvisionedUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#created_before DataGitlabGroupProvisionedUsers#created_before}
---
@@ -1166,7 +1166,7 @@ provisioned_users: typing.Union[IResolvable, typing.List[DataGitlabGroupProvisio
provisioned_users block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#provisioned_users DataGitlabGroupProvisionedUsers#provisioned_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#provisioned_users DataGitlabGroupProvisionedUsers#provisioned_users}
---
@@ -1180,7 +1180,7 @@ search: str
The search query to filter the provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
---
@@ -1194,7 +1194,7 @@ username: str
The username of the provisioned user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
---
diff --git a/docs/dataGitlabGroupProvisionedUsers.typescript.md b/docs/dataGitlabGroupProvisionedUsers.typescript.md
index 29788d298..b0b3beb27 100644
--- a/docs/dataGitlabGroupProvisionedUsers.typescript.md
+++ b/docs/dataGitlabGroupProvisionedUsers.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabGroupProvisionedUsers
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users gitlab_group_provisioned_users}.
#### Initializers
@@ -427,7 +427,7 @@ The construct id used in the generated config for the DataGitlabGroupProvisioned
The id of the existing DataGitlabGroupProvisionedUsers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#import import section} in the documentation of this resource for the id to use
---
@@ -888,7 +888,7 @@ public readonly id: string;
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#id DataGitlabGroupProvisionedUsers#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -905,7 +905,7 @@ public readonly active: boolean | IResolvable;
Return only active provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#active DataGitlabGroupProvisionedUsers#active}
---
@@ -919,7 +919,7 @@ public readonly blocked: boolean | IResolvable;
Return only blocked provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#blocked DataGitlabGroupProvisionedUsers#blocked}
---
@@ -933,7 +933,7 @@ public readonly createdAfter: string;
Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#created_after DataGitlabGroupProvisionedUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#created_after DataGitlabGroupProvisionedUsers#created_after}
---
@@ -947,7 +947,7 @@ public readonly createdBefore: string;
Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#created_before DataGitlabGroupProvisionedUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#created_before DataGitlabGroupProvisionedUsers#created_before}
---
@@ -961,7 +961,7 @@ public readonly provisionedUsers: IResolvable | DataGitlabGroupProvisionedUsersP
provisioned_users block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#provisioned_users DataGitlabGroupProvisionedUsers#provisioned_users}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#provisioned_users DataGitlabGroupProvisionedUsers#provisioned_users}
---
@@ -975,7 +975,7 @@ public readonly search: string;
The search query to filter the provisioned users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#search DataGitlabGroupProvisionedUsers#search}
---
@@ -989,7 +989,7 @@ public readonly username: string;
The username of the provisioned user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_provisioned_users#username DataGitlabGroupProvisionedUsers#username}
---
diff --git a/docs/dataGitlabGroupServiceAccount.csharp.md b/docs/dataGitlabGroupServiceAccount.csharp.md
index d9634138c..39cc16657 100644
--- a/docs/dataGitlabGroupServiceAccount.csharp.md
+++ b/docs/dataGitlabGroupServiceAccount.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabGroupServiceAccount
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account gitlab_group_service_account}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabGroupServiceAcco
The id of the existing DataGitlabGroupServiceAccount that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#import import section} in the documentation of this resource for the id to use
---
@@ -771,7 +771,7 @@ public string Group { get; set; }
The ID or URL-encoded path of the target group. Must be a top-level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
---
@@ -785,7 +785,7 @@ public string ServiceAccountId { get; set; }
The service account id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#service_account_id DataGitlabGroupServiceAccount#service_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#service_account_id DataGitlabGroupServiceAccount#service_account_id}
---
@@ -799,7 +799,7 @@ public string Name { get; set; }
The name of the user. If not specified, the default Service account user name is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
---
@@ -813,7 +813,7 @@ public string Username { get; set; }
The username of the user. If not specified, it's automatically generated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
---
diff --git a/docs/dataGitlabGroupServiceAccount.go.md b/docs/dataGitlabGroupServiceAccount.go.md
index 24a17c07f..dfd8dc93c 100644
--- a/docs/dataGitlabGroupServiceAccount.go.md
+++ b/docs/dataGitlabGroupServiceAccount.go.md
@@ -4,7 +4,7 @@
### DataGitlabGroupServiceAccount
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account gitlab_group_service_account}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabGroupServiceAcco
The id of the existing DataGitlabGroupServiceAccount that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#import import section} in the documentation of this resource for the id to use
---
@@ -771,7 +771,7 @@ Group *string
The ID or URL-encoded path of the target group. Must be a top-level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
---
@@ -785,7 +785,7 @@ ServiceAccountId *string
The service account id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#service_account_id DataGitlabGroupServiceAccount#service_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#service_account_id DataGitlabGroupServiceAccount#service_account_id}
---
@@ -799,7 +799,7 @@ Name *string
The name of the user. If not specified, the default Service account user name is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
---
@@ -813,7 +813,7 @@ Username *string
The username of the user. If not specified, it's automatically generated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
---
diff --git a/docs/dataGitlabGroupServiceAccount.java.md b/docs/dataGitlabGroupServiceAccount.java.md
index 5be273ecc..dbdfa056c 100644
--- a/docs/dataGitlabGroupServiceAccount.java.md
+++ b/docs/dataGitlabGroupServiceAccount.java.md
@@ -4,7 +4,7 @@
### DataGitlabGroupServiceAccount
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account gitlab_group_service_account}.
#### Initializers
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the target group. Must be a top-level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The service account id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#service_account_id DataGitlabGroupServiceAccount#service_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#service_account_id DataGitlabGroupServiceAccount#service_account_id}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the user. If not specified, the default Service account user name is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The username of the user. If not specified, it's automatically generated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
---
@@ -481,7 +481,7 @@ The construct id used in the generated config for the DataGitlabGroupServiceAcco
The id of the existing DataGitlabGroupServiceAccount that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#import import section} in the documentation of this resource for the id to use
---
@@ -877,7 +877,7 @@ public java.lang.String getGroup();
The ID or URL-encoded path of the target group. Must be a top-level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
---
@@ -891,7 +891,7 @@ public java.lang.String getServiceAccountId();
The service account id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#service_account_id DataGitlabGroupServiceAccount#service_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#service_account_id DataGitlabGroupServiceAccount#service_account_id}
---
@@ -905,7 +905,7 @@ public java.lang.String getName();
The name of the user. If not specified, the default Service account user name is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
---
@@ -919,7 +919,7 @@ public java.lang.String getUsername();
The username of the user. If not specified, it's automatically generated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
---
diff --git a/docs/dataGitlabGroupServiceAccount.python.md b/docs/dataGitlabGroupServiceAccount.python.md
index d55c46168..7725254d5 100644
--- a/docs/dataGitlabGroupServiceAccount.python.md
+++ b/docs/dataGitlabGroupServiceAccount.python.md
@@ -4,7 +4,7 @@
### DataGitlabGroupServiceAccount
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account gitlab_group_service_account}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the target group. Must be a top-level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The service account id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#service_account_id DataGitlabGroupServiceAccount#service_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#service_account_id DataGitlabGroupServiceAccount#service_account_id}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the user. If not specified, the default Service account user name is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The username of the user. If not specified, it's automatically generated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
---
@@ -515,7 +515,7 @@ The construct id used in the generated config for the DataGitlabGroupServiceAcco
The id of the existing DataGitlabGroupServiceAccount that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#import import section} in the documentation of this resource for the id to use
---
@@ -907,7 +907,7 @@ group: str
The ID or URL-encoded path of the target group. Must be a top-level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
---
@@ -921,7 +921,7 @@ service_account_id: str
The service account id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#service_account_id DataGitlabGroupServiceAccount#service_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#service_account_id DataGitlabGroupServiceAccount#service_account_id}
---
@@ -935,7 +935,7 @@ name: str
The name of the user. If not specified, the default Service account user name is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
---
@@ -949,7 +949,7 @@ username: str
The username of the user. If not specified, it's automatically generated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
---
diff --git a/docs/dataGitlabGroupServiceAccount.typescript.md b/docs/dataGitlabGroupServiceAccount.typescript.md
index 41a1a554a..be8b528fa 100644
--- a/docs/dataGitlabGroupServiceAccount.typescript.md
+++ b/docs/dataGitlabGroupServiceAccount.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabGroupServiceAccount
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account gitlab_group_service_account}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabGroupServiceAcco
The id of the existing DataGitlabGroupServiceAccount that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#import import section} in the documentation of this resource for the id to use
---
@@ -759,7 +759,7 @@ public readonly group: string;
The ID or URL-encoded path of the target group. Must be a top-level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#group DataGitlabGroupServiceAccount#group}
---
@@ -773,7 +773,7 @@ public readonly serviceAccountId: string;
The service account id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#service_account_id DataGitlabGroupServiceAccount#service_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#service_account_id DataGitlabGroupServiceAccount#service_account_id}
---
@@ -787,7 +787,7 @@ public readonly name: string;
The name of the user. If not specified, the default Service account user name is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#name DataGitlabGroupServiceAccount#name}
---
@@ -801,7 +801,7 @@ public readonly username: string;
The username of the user. If not specified, it's automatically generated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_service_account#username DataGitlabGroupServiceAccount#username}
---
diff --git a/docs/dataGitlabGroupSubgroups.csharp.md b/docs/dataGitlabGroupSubgroups.csharp.md
index 70807caca..ffb7967cc 100644
--- a/docs/dataGitlabGroupSubgroups.csharp.md
+++ b/docs/dataGitlabGroupSubgroups.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabGroupSubgroups
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
#### Initializers
@@ -435,7 +435,7 @@ The construct id used in the generated config for the DataGitlabGroupSubgroups t
The id of the existing DataGitlabGroupSubgroups that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#import import section} in the documentation of this resource for the id to use
---
@@ -903,7 +903,7 @@ new DataGitlabGroupSubgroupsConfig {
| Provisioners
| object[]
| *No description.* |
| GroupId
| double
| The ID of the group. |
| AllAvailable
| object
| Show all the groups you have access to. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}. |
| MinAccessLevel
| string
| Limit to groups where current user has at least this access level. |
| OrderBy
| string
| Order groups by name, path or id. |
| Owned
| object
| Limit to groups explicitly owned by the current user. |
@@ -995,7 +995,7 @@ public double GroupId { get; set; }
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id}
---
@@ -1009,7 +1009,7 @@ public object AllAvailable { get; set; }
Show all the groups you have access to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available}
---
@@ -1021,7 +1021,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1038,7 +1038,7 @@ public string MinAccessLevel { get; set; }
Limit to groups where current user has at least this access level.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level}
---
@@ -1052,7 +1052,7 @@ public string OrderBy { get; set; }
Order groups by name, path or id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by}
---
@@ -1066,7 +1066,7 @@ public object Owned { get; set; }
Limit to groups explicitly owned by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
---
@@ -1080,7 +1080,7 @@ public string Search { get; set; }
Return the list of authorized groups matching the search criteria.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
---
@@ -1094,7 +1094,7 @@ public double[] SkipGroups { get; set; }
Skip the group IDs passed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups}
---
@@ -1108,7 +1108,7 @@ public string Sort { get; set; }
Order groups in asc or desc order.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
---
@@ -1122,7 +1122,7 @@ public object Statistics { get; set; }
Include group statistics (administrators only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
---
@@ -1136,7 +1136,7 @@ public object WithCustomAttributes { get; set; }
Include custom attributes in response (administrators only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
---
@@ -1532,6 +1532,7 @@ Returns a reversible string representation.
| --- | --- | --- |
| CreationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
| Fqn
| string
| *No description.* |
+| AllowedEmailDomainsList
| string
| *No description.* |
| AutoDevopsEnabled
| HashiCorp.Cdktf.IResolvable
| *No description.* |
| AvatarUrl
| string
| *No description.* |
| CreatedAt
| string
| *No description.* |
@@ -1587,6 +1588,16 @@ public string Fqn { get; }
---
+##### `AllowedEmailDomainsList`Required
+
+```csharp
+public string AllowedEmailDomainsList { get; }
+```
+
+- *Type:* string
+
+---
+
##### `AutoDevopsEnabled`Required
```csharp
diff --git a/docs/dataGitlabGroupSubgroups.go.md b/docs/dataGitlabGroupSubgroups.go.md
index 0699e09c9..ebeb473ac 100644
--- a/docs/dataGitlabGroupSubgroups.go.md
+++ b/docs/dataGitlabGroupSubgroups.go.md
@@ -4,7 +4,7 @@
### DataGitlabGroupSubgroups
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
#### Initializers
@@ -435,7 +435,7 @@ The construct id used in the generated config for the DataGitlabGroupSubgroups t
The id of the existing DataGitlabGroupSubgroups that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#import import section} in the documentation of this resource for the id to use
---
@@ -903,7 +903,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgroupsubg
| Provisioners
| *[]interface{}
| *No description.* |
| GroupId
| *f64
| The ID of the group. |
| AllAvailable
| interface{}
| Show all the groups you have access to. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}. |
| MinAccessLevel
| *string
| Limit to groups where current user has at least this access level. |
| OrderBy
| *string
| Order groups by name, path or id. |
| Owned
| interface{}
| Limit to groups explicitly owned by the current user. |
@@ -995,7 +995,7 @@ GroupId *f64
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id}
---
@@ -1009,7 +1009,7 @@ AllAvailable interface{}
Show all the groups you have access to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available}
---
@@ -1021,7 +1021,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1038,7 +1038,7 @@ MinAccessLevel *string
Limit to groups where current user has at least this access level.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level}
---
@@ -1052,7 +1052,7 @@ OrderBy *string
Order groups by name, path or id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by}
---
@@ -1066,7 +1066,7 @@ Owned interface{}
Limit to groups explicitly owned by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
---
@@ -1080,7 +1080,7 @@ Search *string
Return the list of authorized groups matching the search criteria.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
---
@@ -1094,7 +1094,7 @@ SkipGroups *[]*f64
Skip the group IDs passed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups}
---
@@ -1108,7 +1108,7 @@ Sort *string
Order groups in asc or desc order.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
---
@@ -1122,7 +1122,7 @@ Statistics interface{}
Include group statistics (administrators only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
---
@@ -1136,7 +1136,7 @@ WithCustomAttributes interface{}
Include custom attributes in response (administrators only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
---
@@ -1532,6 +1532,7 @@ Returns a reversible string representation.
| --- | --- | --- |
| CreationStack
| *[]*string
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
| Fqn
| *string
| *No description.* |
+| AllowedEmailDomainsList
| *string
| *No description.* |
| AutoDevopsEnabled
| github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
| *No description.* |
| AvatarUrl
| *string
| *No description.* |
| CreatedAt
| *string
| *No description.* |
@@ -1587,6 +1588,16 @@ func Fqn() *string
---
+##### `AllowedEmailDomainsList`Required
+
+```go
+func AllowedEmailDomainsList() *string
+```
+
+- *Type:* *string
+
+---
+
##### `AutoDevopsEnabled`Required
```go
diff --git a/docs/dataGitlabGroupSubgroups.java.md b/docs/dataGitlabGroupSubgroups.java.md
index 9d29d6f52..80abc8f39 100644
--- a/docs/dataGitlabGroupSubgroups.java.md
+++ b/docs/dataGitlabGroupSubgroups.java.md
@@ -4,7 +4,7 @@
### DataGitlabGroupSubgroups
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
#### Initializers
@@ -54,7 +54,7 @@ DataGitlabGroupSubgroups.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| groupId
| java.lang.Number
| The ID of the group. |
| allAvailable
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Show all the groups you have access to. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}. |
| minAccessLevel
| java.lang.String
| Limit to groups where current user has at least this access level. |
| orderBy
| java.lang.String
| Order groups by name, path or id. |
| owned
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Limit to groups explicitly owned by the current user. |
@@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Show all the groups you have access to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -163,7 +163,7 @@ If you experience problems setting this value it might not be settable. Please t
Limit to groups where current user has at least this access level.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level}
---
@@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Order groups by name, path or id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by}
---
@@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit to groups explicitly owned by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
---
@@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return the list of authorized groups matching the search criteria.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
---
@@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Skip the group IDs passed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups}
---
@@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Order groups in asc or desc order.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
---
@@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Include group statistics (administrators only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
---
@@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Include custom attributes in response (administrators only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
---
@@ -626,7 +626,7 @@ The construct id used in the generated config for the DataGitlabGroupSubgroups t
The id of the existing DataGitlabGroupSubgroups that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#import import section} in the documentation of this resource for the id to use
---
@@ -1102,7 +1102,7 @@ DataGitlabGroupSubgroupsConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| groupId
| java.lang.Number
| The ID of the group. |
| allAvailable
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Show all the groups you have access to. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}. |
| minAccessLevel
| java.lang.String
| Limit to groups where current user has at least this access level. |
| orderBy
| java.lang.String
| Order groups by name, path or id. |
| owned
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Limit to groups explicitly owned by the current user. |
@@ -1194,7 +1194,7 @@ public java.lang.Number getGroupId();
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id}
---
@@ -1208,7 +1208,7 @@ public java.lang.Object getAllAvailable();
Show all the groups you have access to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available}
---
@@ -1220,7 +1220,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1237,7 +1237,7 @@ public java.lang.String getMinAccessLevel();
Limit to groups where current user has at least this access level.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level}
---
@@ -1251,7 +1251,7 @@ public java.lang.String getOrderBy();
Order groups by name, path or id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by}
---
@@ -1265,7 +1265,7 @@ public java.lang.Object getOwned();
Limit to groups explicitly owned by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
---
@@ -1279,7 +1279,7 @@ public java.lang.String getSearch();
Return the list of authorized groups matching the search criteria.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
---
@@ -1293,7 +1293,7 @@ public java.util.List getSkipGroups();
Skip the group IDs passed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups}
---
@@ -1307,7 +1307,7 @@ public java.lang.String getSort();
Order groups in asc or desc order.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
---
@@ -1321,7 +1321,7 @@ public java.lang.Object getStatistics();
Include group statistics (administrators only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
---
@@ -1335,7 +1335,7 @@ public java.lang.Object getWithCustomAttributes();
Include custom attributes in response (administrators only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
---
@@ -1730,6 +1730,7 @@ Returns a reversible string representation.
| --- | --- | --- |
| creationStack
| java.util.List
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
| fqn
| java.lang.String
| *No description.* |
+| allowedEmailDomainsList
| java.lang.String
| *No description.* |
| autoDevopsEnabled
| com.hashicorp.cdktf.IResolvable
| *No description.* |
| avatarUrl
| java.lang.String
| *No description.* |
| createdAt
| java.lang.String
| *No description.* |
@@ -1785,6 +1786,16 @@ public java.lang.String getFqn();
---
+##### `allowedEmailDomainsList`Required
+
+```java
+public java.lang.String getAllowedEmailDomainsList();
+```
+
+- *Type:* java.lang.String
+
+---
+
##### `autoDevopsEnabled`Required
```java
diff --git a/docs/dataGitlabGroupSubgroups.python.md b/docs/dataGitlabGroupSubgroups.python.md
index c7464b0e9..d34e32eb8 100644
--- a/docs/dataGitlabGroupSubgroups.python.md
+++ b/docs/dataGitlabGroupSubgroups.python.md
@@ -4,7 +4,7 @@
### DataGitlabGroupSubgroups
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
#### Initializers
@@ -48,7 +48,7 @@ dataGitlabGroupSubgroups.DataGitlabGroupSubgroups(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| group_id
| typing.Union[int, float]
| The ID of the group. |
| all_available
| typing.Union[bool, cdktf.IResolvable]
| Show all the groups you have access to. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}. |
| min_access_level
| str
| Limit to groups where current user has at least this access level. |
| order_by
| str
| Order groups by name, path or id. |
| owned
| typing.Union[bool, cdktf.IResolvable]
| Limit to groups explicitly owned by the current user. |
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Show all the groups you have access to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t
Limit to groups where current user has at least this access level.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level}
---
@@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Order groups by name, path or id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by}
---
@@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit to groups explicitly owned by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
---
@@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return the list of authorized groups matching the search criteria.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
---
@@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Skip the group IDs passed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups}
---
@@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Order groups in asc or desc order.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
---
@@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Include group statistics (administrators only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
---
@@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Include custom attributes in response (administrators only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
---
@@ -656,7 +656,7 @@ The construct id used in the generated config for the DataGitlabGroupSubgroups t
The id of the existing DataGitlabGroupSubgroups that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#import import section} in the documentation of this resource for the id to use
---
@@ -1124,7 +1124,7 @@ dataGitlabGroupSubgroups.DataGitlabGroupSubgroupsConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| group_id
| typing.Union[int, float]
| The ID of the group. |
| all_available
| typing.Union[bool, cdktf.IResolvable]
| Show all the groups you have access to. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}. |
| min_access_level
| str
| Limit to groups where current user has at least this access level. |
| order_by
| str
| Order groups by name, path or id. |
| owned
| typing.Union[bool, cdktf.IResolvable]
| Limit to groups explicitly owned by the current user. |
@@ -1216,7 +1216,7 @@ group_id: typing.Union[int, float]
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id}
---
@@ -1230,7 +1230,7 @@ all_available: typing.Union[bool, IResolvable]
Show all the groups you have access to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available}
---
@@ -1242,7 +1242,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1259,7 +1259,7 @@ min_access_level: str
Limit to groups where current user has at least this access level.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level}
---
@@ -1273,7 +1273,7 @@ order_by: str
Order groups by name, path or id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by}
---
@@ -1287,7 +1287,7 @@ owned: typing.Union[bool, IResolvable]
Limit to groups explicitly owned by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
---
@@ -1301,7 +1301,7 @@ search: str
Return the list of authorized groups matching the search criteria.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
---
@@ -1315,7 +1315,7 @@ skip_groups: typing.List[typing.Union[int, float]]
Skip the group IDs passed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups}
---
@@ -1329,7 +1329,7 @@ sort: str
Order groups in asc or desc order.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
---
@@ -1343,7 +1343,7 @@ statistics: typing.Union[bool, IResolvable]
Include group statistics (administrators only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
---
@@ -1357,7 +1357,7 @@ with_custom_attributes: typing.Union[bool, IResolvable]
Include custom attributes in response (administrators only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
---
@@ -1788,6 +1788,7 @@ Returns a reversible string representation.
| --- | --- | --- |
| creation_stack
| typing.List[str]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
| fqn
| str
| *No description.* |
+| allowed_email_domains_list
| str
| *No description.* |
| auto_devops_enabled
| cdktf.IResolvable
| *No description.* |
| avatar_url
| str
| *No description.* |
| created_at
| str
| *No description.* |
@@ -1843,6 +1844,16 @@ fqn: str
---
+##### `allowed_email_domains_list`Required
+
+```python
+allowed_email_domains_list: str
+```
+
+- *Type:* str
+
+---
+
##### `auto_devops_enabled`Required
```python
diff --git a/docs/dataGitlabGroupSubgroups.typescript.md b/docs/dataGitlabGroupSubgroups.typescript.md
index 130002ad0..fe53a6d2d 100644
--- a/docs/dataGitlabGroupSubgroups.typescript.md
+++ b/docs/dataGitlabGroupSubgroups.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabGroupSubgroups
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
#### Initializers
@@ -435,7 +435,7 @@ The construct id used in the generated config for the DataGitlabGroupSubgroups t
The id of the existing DataGitlabGroupSubgroups that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#import import section} in the documentation of this resource for the id to use
---
@@ -884,7 +884,7 @@ const dataGitlabGroupSubgroupsConfig: dataGitlabGroupSubgroups.DataGitlabGroupSu
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| groupId
| number
| The ID of the group. |
| allAvailable
| boolean \| cdktf.IResolvable
| Show all the groups you have access to. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}. |
| minAccessLevel
| string
| Limit to groups where current user has at least this access level. |
| orderBy
| string
| Order groups by name, path or id. |
| owned
| boolean \| cdktf.IResolvable
| Limit to groups explicitly owned by the current user. |
@@ -976,7 +976,7 @@ public readonly groupId: number;
The ID of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id}
---
@@ -990,7 +990,7 @@ public readonly allAvailable: boolean | IResolvable;
Show all the groups you have access to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available}
---
@@ -1002,7 +1002,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1019,7 +1019,7 @@ public readonly minAccessLevel: string;
Limit to groups where current user has at least this access level.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level}
---
@@ -1033,7 +1033,7 @@ public readonly orderBy: string;
Order groups by name, path or id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by}
---
@@ -1047,7 +1047,7 @@ public readonly owned: boolean | IResolvable;
Limit to groups explicitly owned by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned}
---
@@ -1061,7 +1061,7 @@ public readonly search: string;
Return the list of authorized groups matching the search criteria.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search}
---
@@ -1075,7 +1075,7 @@ public readonly skipGroups: number[];
Skip the group IDs passed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups}
---
@@ -1089,7 +1089,7 @@ public readonly sort: string;
Order groups in asc or desc order.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort}
---
@@ -1103,7 +1103,7 @@ public readonly statistics: boolean | IResolvable;
Include group statistics (administrators only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics}
---
@@ -1117,7 +1117,7 @@ public readonly withCustomAttributes: boolean | IResolvable;
Include custom attributes in response (administrators only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes}
---
@@ -1511,6 +1511,7 @@ Returns a reversible string representation.
| --- | --- | --- |
| creationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
| fqn
| string
| *No description.* |
+| allowedEmailDomainsList
| string
| *No description.* |
| autoDevopsEnabled
| cdktf.IResolvable
| *No description.* |
| avatarUrl
| string
| *No description.* |
| createdAt
| string
| *No description.* |
@@ -1566,6 +1567,16 @@ public readonly fqn: string;
---
+##### `allowedEmailDomainsList`Required
+
+```typescript
+public readonly allowedEmailDomainsList: string;
+```
+
+- *Type:* string
+
+---
+
##### `autoDevopsEnabled`Required
```typescript
diff --git a/docs/dataGitlabGroupVariable.csharp.md b/docs/dataGitlabGroupVariable.csharp.md
index 6ce529716..b794afb6d 100644
--- a/docs/dataGitlabGroupVariable.csharp.md
+++ b/docs/dataGitlabGroupVariable.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabGroupVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable gitlab_group_variable}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabGroupVariable to
The id of the existing DataGitlabGroupVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#import import section} in the documentation of this resource for the id to use
---
@@ -742,7 +742,7 @@ new DataGitlabGroupVariableConfig {
| Group
| string
| The name or id of the group. |
| Key
| string
| The name of the variable. |
| EnvironmentScope
| string
| The environment scope of the variable. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}. |
---
@@ -826,7 +826,7 @@ public string Group { get; set; }
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
---
@@ -840,7 +840,7 @@ public string Key { get; set; }
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
---
@@ -856,7 +856,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#environment_scope DataGitlabGroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#environment_scope DataGitlabGroupVariable#environment_scope}
---
@@ -868,7 +868,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupVariable.go.md b/docs/dataGitlabGroupVariable.go.md
index 629467313..7274e0b31 100644
--- a/docs/dataGitlabGroupVariable.go.md
+++ b/docs/dataGitlabGroupVariable.go.md
@@ -4,7 +4,7 @@
### DataGitlabGroupVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable gitlab_group_variable}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabGroupVariable to
The id of the existing DataGitlabGroupVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#import import section} in the documentation of this resource for the id to use
---
@@ -742,7 +742,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgroupvari
| Group
| *string
| The name or id of the group. |
| Key
| *string
| The name of the variable. |
| EnvironmentScope
| *string
| The environment scope of the variable. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}. |
---
@@ -826,7 +826,7 @@ Group *string
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
---
@@ -840,7 +840,7 @@ Key *string
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
---
@@ -856,7 +856,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#environment_scope DataGitlabGroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#environment_scope DataGitlabGroupVariable#environment_scope}
---
@@ -868,7 +868,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupVariable.java.md b/docs/dataGitlabGroupVariable.java.md
index a7d182d1f..3b9c814c4 100644
--- a/docs/dataGitlabGroupVariable.java.md
+++ b/docs/dataGitlabGroupVariable.java.md
@@ -4,7 +4,7 @@
### DataGitlabGroupVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable gitlab_group_variable}.
#### Initializers
@@ -44,7 +44,7 @@ DataGitlabGroupVariable.Builder.create(Construct scope, java.lang.String id)
| group
| java.lang.String
| The name or id of the group. |
| key
| java.lang.String
| The name of the variable. |
| environmentScope
| java.lang.String
| The environment scope of the variable. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
---
@@ -136,7 +136,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#environment_scope DataGitlabGroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#environment_scope DataGitlabGroupVariable#environment_scope}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -484,7 +484,7 @@ The construct id used in the generated config for the DataGitlabGroupVariable to
The id of the existing DataGitlabGroupVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#import import section} in the documentation of this resource for the id to use
---
@@ -851,7 +851,7 @@ DataGitlabGroupVariableConfig.builder()
| group
| java.lang.String
| The name or id of the group. |
| key
| java.lang.String
| The name of the variable. |
| environmentScope
| java.lang.String
| The environment scope of the variable. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}. |
---
@@ -935,7 +935,7 @@ public java.lang.String getGroup();
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
---
@@ -949,7 +949,7 @@ public java.lang.String getKey();
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
---
@@ -965,7 +965,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#environment_scope DataGitlabGroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#environment_scope DataGitlabGroupVariable#environment_scope}
---
@@ -977,7 +977,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupVariable.python.md b/docs/dataGitlabGroupVariable.python.md
index a0eeaad04..532525a58 100644
--- a/docs/dataGitlabGroupVariable.python.md
+++ b/docs/dataGitlabGroupVariable.python.md
@@ -4,7 +4,7 @@
### DataGitlabGroupVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable gitlab_group_variable}.
#### Initializers
@@ -42,7 +42,7 @@ dataGitlabGroupVariable.DataGitlabGroupVariable(
| group
| str
| The name or id of the group. |
| key
| str
| The name of the variable. |
| environment_scope
| str
| The environment scope of the variable. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
---
@@ -134,7 +134,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#environment_scope DataGitlabGroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#environment_scope DataGitlabGroupVariable#environment_scope}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -518,7 +518,7 @@ The construct id used in the generated config for the DataGitlabGroupVariable to
The id of the existing DataGitlabGroupVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#import import section} in the documentation of this resource for the id to use
---
@@ -881,7 +881,7 @@ dataGitlabGroupVariable.DataGitlabGroupVariableConfig(
| group
| str
| The name or id of the group. |
| key
| str
| The name of the variable. |
| environment_scope
| str
| The environment scope of the variable. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}. |
---
@@ -965,7 +965,7 @@ group: str
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
---
@@ -979,7 +979,7 @@ key: str
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
---
@@ -995,7 +995,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#environment_scope DataGitlabGroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#environment_scope DataGitlabGroupVariable#environment_scope}
---
@@ -1007,7 +1007,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupVariable.typescript.md b/docs/dataGitlabGroupVariable.typescript.md
index 6ca19f518..adc5618b9 100644
--- a/docs/dataGitlabGroupVariable.typescript.md
+++ b/docs/dataGitlabGroupVariable.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabGroupVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable gitlab_group_variable}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabGroupVariable to
The id of the existing DataGitlabGroupVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#import import section} in the documentation of this resource for the id to use
---
@@ -730,7 +730,7 @@ const dataGitlabGroupVariableConfig: dataGitlabGroupVariable.DataGitlabGroupVari
| group
| string
| The name or id of the group. |
| key
| string
| The name of the variable. |
| environmentScope
| string
| The environment scope of the variable. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}. |
---
@@ -814,7 +814,7 @@ public readonly group: string;
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#group DataGitlabGroupVariable#group}
---
@@ -828,7 +828,7 @@ public readonly key: string;
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#key DataGitlabGroupVariable#key}
---
@@ -844,7 +844,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#environment_scope DataGitlabGroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#environment_scope DataGitlabGroupVariable#environment_scope}
---
@@ -856,7 +856,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variable#id DataGitlabGroupVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupVariables.csharp.md b/docs/dataGitlabGroupVariables.csharp.md
index 6f7294989..44d9cadf6 100644
--- a/docs/dataGitlabGroupVariables.csharp.md
+++ b/docs/dataGitlabGroupVariables.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabGroupVariables
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables gitlab_group_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables gitlab_group_variables}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabGroupVariables t
The id of the existing DataGitlabGroupVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#import import section} in the documentation of this resource for the id to use
---
@@ -663,7 +663,7 @@ new DataGitlabGroupVariablesConfig {
| Provisioners
| object[]
| *No description.* |
| Group
| string
| The name or id of the group. |
| EnvironmentScope
| string
| The environment scope of the variable. Defaults to all environment (`*`). |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}. |
---
@@ -747,7 +747,7 @@ public string Group { get; set; }
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
---
@@ -761,7 +761,7 @@ public string EnvironmentScope { get; set; }
The environment scope of the variable. Defaults to all environment (`*`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#environment_scope DataGitlabGroupVariables#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#environment_scope DataGitlabGroupVariables#environment_scope}
---
@@ -773,7 +773,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupVariables.go.md b/docs/dataGitlabGroupVariables.go.md
index 8e6f1f93c..efd54bf3a 100644
--- a/docs/dataGitlabGroupVariables.go.md
+++ b/docs/dataGitlabGroupVariables.go.md
@@ -4,7 +4,7 @@
### DataGitlabGroupVariables
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables gitlab_group_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables gitlab_group_variables}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabGroupVariables t
The id of the existing DataGitlabGroupVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#import import section} in the documentation of this resource for the id to use
---
@@ -663,7 +663,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgroupvari
| Provisioners
| *[]interface{}
| *No description.* |
| Group
| *string
| The name or id of the group. |
| EnvironmentScope
| *string
| The environment scope of the variable. Defaults to all environment (`*`). |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}. |
---
@@ -747,7 +747,7 @@ Group *string
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
---
@@ -761,7 +761,7 @@ EnvironmentScope *string
The environment scope of the variable. Defaults to all environment (`*`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#environment_scope DataGitlabGroupVariables#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#environment_scope DataGitlabGroupVariables#environment_scope}
---
@@ -773,7 +773,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupVariables.java.md b/docs/dataGitlabGroupVariables.java.md
index 199642b16..14ac25e00 100644
--- a/docs/dataGitlabGroupVariables.java.md
+++ b/docs/dataGitlabGroupVariables.java.md
@@ -4,7 +4,7 @@
### DataGitlabGroupVariables
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables gitlab_group_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables gitlab_group_variables}.
#### Initializers
@@ -42,7 +42,7 @@ DataGitlabGroupVariables.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| group
| java.lang.String
| The name or id of the group. |
| environmentScope
| java.lang.String
| The environment scope of the variable. Defaults to all environment (`*`). |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The environment scope of the variable. Defaults to all environment (`*`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#environment_scope DataGitlabGroupVariables#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#environment_scope DataGitlabGroupVariables#environment_scope}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -470,7 +470,7 @@ The construct id used in the generated config for the DataGitlabGroupVariables t
The id of the existing DataGitlabGroupVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#import import section} in the documentation of this resource for the id to use
---
@@ -758,7 +758,7 @@ DataGitlabGroupVariablesConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| group
| java.lang.String
| The name or id of the group. |
| environmentScope
| java.lang.String
| The environment scope of the variable. Defaults to all environment (`*`). |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}. |
---
@@ -842,7 +842,7 @@ public java.lang.String getGroup();
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
---
@@ -856,7 +856,7 @@ public java.lang.String getEnvironmentScope();
The environment scope of the variable. Defaults to all environment (`*`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#environment_scope DataGitlabGroupVariables#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#environment_scope DataGitlabGroupVariables#environment_scope}
---
@@ -868,7 +868,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupVariables.python.md b/docs/dataGitlabGroupVariables.python.md
index affcfa84e..620721517 100644
--- a/docs/dataGitlabGroupVariables.python.md
+++ b/docs/dataGitlabGroupVariables.python.md
@@ -4,7 +4,7 @@
### DataGitlabGroupVariables
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables gitlab_group_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables gitlab_group_variables}.
#### Initializers
@@ -40,7 +40,7 @@ dataGitlabGroupVariables.DataGitlabGroupVariables(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| group
| str
| The name or id of the group. |
| environment_scope
| str
| The environment scope of the variable. Defaults to all environment (`*`). |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The environment scope of the variable. Defaults to all environment (`*`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#environment_scope DataGitlabGroupVariables#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#environment_scope DataGitlabGroupVariables#environment_scope}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -504,7 +504,7 @@ The construct id used in the generated config for the DataGitlabGroupVariables t
The id of the existing DataGitlabGroupVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#import import section} in the documentation of this resource for the id to use
---
@@ -788,7 +788,7 @@ dataGitlabGroupVariables.DataGitlabGroupVariablesConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| group
| str
| The name or id of the group. |
| environment_scope
| str
| The environment scope of the variable. Defaults to all environment (`*`). |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}. |
---
@@ -872,7 +872,7 @@ group: str
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
---
@@ -886,7 +886,7 @@ environment_scope: str
The environment scope of the variable. Defaults to all environment (`*`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#environment_scope DataGitlabGroupVariables#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#environment_scope DataGitlabGroupVariables#environment_scope}
---
@@ -898,7 +898,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroupVariables.typescript.md b/docs/dataGitlabGroupVariables.typescript.md
index c1059aabf..b0726006c 100644
--- a/docs/dataGitlabGroupVariables.typescript.md
+++ b/docs/dataGitlabGroupVariables.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabGroupVariables
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables gitlab_group_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables gitlab_group_variables}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabGroupVariables t
The id of the existing DataGitlabGroupVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#import import section} in the documentation of this resource for the id to use
---
@@ -652,7 +652,7 @@ const dataGitlabGroupVariablesConfig: dataGitlabGroupVariables.DataGitlabGroupVa
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| group
| string
| The name or id of the group. |
| environmentScope
| string
| The environment scope of the variable. Defaults to all environment (`*`). |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}. |
---
@@ -736,7 +736,7 @@ public readonly group: string;
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#group DataGitlabGroupVariables#group}
---
@@ -750,7 +750,7 @@ public readonly environmentScope: string;
The environment scope of the variable. Defaults to all environment (`*`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#environment_scope DataGitlabGroupVariables#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#environment_scope DataGitlabGroupVariables#environment_scope}
---
@@ -762,7 +762,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_variables#id DataGitlabGroupVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabGroups.csharp.md b/docs/dataGitlabGroups.csharp.md
index 882ae2180..a436b1926 100644
--- a/docs/dataGitlabGroups.csharp.md
+++ b/docs/dataGitlabGroups.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabGroups
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups gitlab_groups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups gitlab_groups}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataGitlabGroups to import
The id of the existing DataGitlabGroups that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#import import section} in the documentation of this resource for the id to use
---
@@ -728,7 +728,7 @@ new DataGitlabGroupsConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
| OrderBy
| string
| Order the groups' list by `id`, `name`, `path`, or `similarity`. (Requires administrator privileges). |
| Search
| string
| Search groups by name or path. |
| Sort
| string
| Sort groups' list in asc or desc order. (Requires administrator privileges). |
@@ -814,7 +814,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#id DataGitlabGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#id DataGitlabGroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -831,7 +831,7 @@ public string OrderBy { get; set; }
Order the groups' list by `id`, `name`, `path`, or `similarity`. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
---
@@ -845,7 +845,7 @@ public string Search { get; set; }
Search groups by name or path.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#search DataGitlabGroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#search DataGitlabGroups#search}
---
@@ -859,7 +859,7 @@ public string Sort { get; set; }
Sort groups' list in asc or desc order. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
---
@@ -873,7 +873,7 @@ public object TopLevelOnly { get; set; }
Limit to top level groups, excluding all subgroups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
---
diff --git a/docs/dataGitlabGroups.go.md b/docs/dataGitlabGroups.go.md
index 5ecdc5352..8eacde87f 100644
--- a/docs/dataGitlabGroups.go.md
+++ b/docs/dataGitlabGroups.go.md
@@ -4,7 +4,7 @@
### DataGitlabGroups
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups gitlab_groups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups gitlab_groups}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataGitlabGroups to import
The id of the existing DataGitlabGroups that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#import import section} in the documentation of this resource for the id to use
---
@@ -728,7 +728,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabgroups"
| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
| OrderBy
| *string
| Order the groups' list by `id`, `name`, `path`, or `similarity`. (Requires administrator privileges). |
| Search
| *string
| Search groups by name or path. |
| Sort
| *string
| Sort groups' list in asc or desc order. (Requires administrator privileges). |
@@ -814,7 +814,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#id DataGitlabGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#id DataGitlabGroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -831,7 +831,7 @@ OrderBy *string
Order the groups' list by `id`, `name`, `path`, or `similarity`. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
---
@@ -845,7 +845,7 @@ Search *string
Search groups by name or path.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#search DataGitlabGroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#search DataGitlabGroups#search}
---
@@ -859,7 +859,7 @@ Sort *string
Sort groups' list in asc or desc order. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
---
@@ -873,7 +873,7 @@ TopLevelOnly interface{}
Limit to top level groups, excluding all subgroups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
---
diff --git a/docs/dataGitlabGroups.java.md b/docs/dataGitlabGroups.java.md
index a23da9909..45b5caa1d 100644
--- a/docs/dataGitlabGroups.java.md
+++ b/docs/dataGitlabGroups.java.md
@@ -4,7 +4,7 @@
### DataGitlabGroups
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups gitlab_groups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups gitlab_groups}.
#### Initializers
@@ -43,7 +43,7 @@ DataGitlabGroups.Builder.create(Construct scope, java.lang.String id)
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
| orderBy
| java.lang.String
| Order the groups' list by `id`, `name`, `path`, or `similarity`. (Requires administrator privileges). |
| search
| java.lang.String
| Search groups by name or path. |
| sort
| java.lang.String
| Sort groups' list in asc or desc order. (Requires administrator privileges). |
@@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#id DataGitlabGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#id DataGitlabGroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -128,7 +128,7 @@ If you experience problems setting this value it might not be settable. Please t
Order the groups' list by `id`, `name`, `path`, or `similarity`. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Search groups by name or path.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#search DataGitlabGroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#search DataGitlabGroups#search}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Sort groups' list in asc or desc order. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit to top level groups, excluding all subgroups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
---
@@ -516,7 +516,7 @@ The construct id used in the generated config for the DataGitlabGroups to import
The id of the existing DataGitlabGroups that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#import import section} in the documentation of this resource for the id to use
---
@@ -849,7 +849,7 @@ DataGitlabGroupsConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
| orderBy
| java.lang.String
| Order the groups' list by `id`, `name`, `path`, or `similarity`. (Requires administrator privileges). |
| search
| java.lang.String
| Search groups by name or path. |
| sort
| java.lang.String
| Sort groups' list in asc or desc order. (Requires administrator privileges). |
@@ -935,7 +935,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#id DataGitlabGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#id DataGitlabGroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -952,7 +952,7 @@ public java.lang.String getOrderBy();
Order the groups' list by `id`, `name`, `path`, or `similarity`. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
---
@@ -966,7 +966,7 @@ public java.lang.String getSearch();
Search groups by name or path.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#search DataGitlabGroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#search DataGitlabGroups#search}
---
@@ -980,7 +980,7 @@ public java.lang.String getSort();
Sort groups' list in asc or desc order. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
---
@@ -994,7 +994,7 @@ public java.lang.Object getTopLevelOnly();
Limit to top level groups, excluding all subgroups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
---
diff --git a/docs/dataGitlabGroups.python.md b/docs/dataGitlabGroups.python.md
index 9d7565d4e..aa9b2a861 100644
--- a/docs/dataGitlabGroups.python.md
+++ b/docs/dataGitlabGroups.python.md
@@ -4,7 +4,7 @@
### DataGitlabGroups
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups gitlab_groups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups gitlab_groups}.
#### Initializers
@@ -40,7 +40,7 @@ dataGitlabGroups.DataGitlabGroups(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
| order_by
| str
| Order the groups' list by `id`, `name`, `path`, or `similarity`. (Requires administrator privileges). |
| search
| str
| Search groups by name or path. |
| sort
| str
| Sort groups' list in asc or desc order. (Requires administrator privileges). |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#id DataGitlabGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#id DataGitlabGroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -125,7 +125,7 @@ If you experience problems setting this value it might not be settable. Please t
Order the groups' list by `id`, `name`, `path`, or `similarity`. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Search groups by name or path.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#search DataGitlabGroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#search DataGitlabGroups#search}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Sort groups' list in asc or desc order. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
---
@@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit to top level groups, excluding all subgroups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
---
@@ -549,7 +549,7 @@ The construct id used in the generated config for the DataGitlabGroups to import
The id of the existing DataGitlabGroups that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#import import section} in the documentation of this resource for the id to use
---
@@ -877,7 +877,7 @@ dataGitlabGroups.DataGitlabGroupsConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
| order_by
| str
| Order the groups' list by `id`, `name`, `path`, or `similarity`. (Requires administrator privileges). |
| search
| str
| Search groups by name or path. |
| sort
| str
| Sort groups' list in asc or desc order. (Requires administrator privileges). |
@@ -963,7 +963,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#id DataGitlabGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#id DataGitlabGroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -980,7 +980,7 @@ order_by: str
Order the groups' list by `id`, `name`, `path`, or `similarity`. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
---
@@ -994,7 +994,7 @@ search: str
Search groups by name or path.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#search DataGitlabGroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#search DataGitlabGroups#search}
---
@@ -1008,7 +1008,7 @@ sort: str
Sort groups' list in asc or desc order. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
---
@@ -1022,7 +1022,7 @@ top_level_only: typing.Union[bool, IResolvable]
Limit to top level groups, excluding all subgroups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
---
diff --git a/docs/dataGitlabGroups.typescript.md b/docs/dataGitlabGroups.typescript.md
index 065f6ec68..772557141 100644
--- a/docs/dataGitlabGroups.typescript.md
+++ b/docs/dataGitlabGroups.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabGroups
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups gitlab_groups}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups gitlab_groups}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataGitlabGroups to import
The id of the existing DataGitlabGroups that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#import import section} in the documentation of this resource for the id to use
---
@@ -715,7 +715,7 @@ const dataGitlabGroupsConfig: dataGitlabGroups.DataGitlabGroupsConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#id DataGitlabGroups#id}. |
| orderBy
| string
| Order the groups' list by `id`, `name`, `path`, or `similarity`. (Requires administrator privileges). |
| search
| string
| Search groups by name or path. |
| sort
| string
| Sort groups' list in asc or desc order. (Requires administrator privileges). |
@@ -801,7 +801,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#id DataGitlabGroups#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#id DataGitlabGroups#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -818,7 +818,7 @@ public readonly orderBy: string;
Order the groups' list by `id`, `name`, `path`, or `similarity`. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#order_by DataGitlabGroups#order_by}
---
@@ -832,7 +832,7 @@ public readonly search: string;
Search groups by name or path.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#search DataGitlabGroups#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#search DataGitlabGroups#search}
---
@@ -846,7 +846,7 @@ public readonly sort: string;
Sort groups' list in asc or desc order. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#sort DataGitlabGroups#sort}
---
@@ -860,7 +860,7 @@ public readonly topLevelOnly: boolean | IResolvable;
Limit to top level groups, excluding all subgroups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/groups#top_level_only DataGitlabGroups#top_level_only}
---
diff --git a/docs/dataGitlabInstanceDeployKeys.csharp.md b/docs/dataGitlabInstanceDeployKeys.csharp.md
index 4e052be8f..0afc3f8da 100644
--- a/docs/dataGitlabInstanceDeployKeys.csharp.md
+++ b/docs/dataGitlabInstanceDeployKeys.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabInstanceDeployKeys
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabInstanceDeployKe
The id of the existing DataGitlabInstanceDeployKeys that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#import import section} in the documentation of this resource for the id to use
---
@@ -638,7 +638,7 @@ new DataGitlabInstanceDeployKeysConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}. |
| Public
| object
| Only return deploy keys that are public. |
---
@@ -721,7 +721,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -738,7 +738,7 @@ public object Public { get; set; }
Only return deploy keys that are public.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
---
diff --git a/docs/dataGitlabInstanceDeployKeys.go.md b/docs/dataGitlabInstanceDeployKeys.go.md
index c33fae6b4..7bce408f7 100644
--- a/docs/dataGitlabInstanceDeployKeys.go.md
+++ b/docs/dataGitlabInstanceDeployKeys.go.md
@@ -4,7 +4,7 @@
### DataGitlabInstanceDeployKeys
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabInstanceDeployKe
The id of the existing DataGitlabInstanceDeployKeys that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#import import section} in the documentation of this resource for the id to use
---
@@ -638,7 +638,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabinstanced
| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}. |
| Public
| interface{}
| Only return deploy keys that are public. |
---
@@ -721,7 +721,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -738,7 +738,7 @@ Public interface{}
Only return deploy keys that are public.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
---
diff --git a/docs/dataGitlabInstanceDeployKeys.java.md b/docs/dataGitlabInstanceDeployKeys.java.md
index 8b9a895db..6ec3f7a0a 100644
--- a/docs/dataGitlabInstanceDeployKeys.java.md
+++ b/docs/dataGitlabInstanceDeployKeys.java.md
@@ -4,7 +4,7 @@
### DataGitlabInstanceDeployKeys
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}.
#### Initializers
@@ -40,7 +40,7 @@ DataGitlabInstanceDeployKeys.Builder.create(Construct scope, java.lang.String id
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}. |
| public
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Only return deploy keys that are public. |
---
@@ -109,7 +109,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -122,7 +122,7 @@ If you experience problems setting this value it might not be settable. Please t
Only return deploy keys that are public.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
---
@@ -459,7 +459,7 @@ The construct id used in the generated config for the DataGitlabInstanceDeployKe
The id of the existing DataGitlabInstanceDeployKeys that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#import import section} in the documentation of this resource for the id to use
---
@@ -723,7 +723,7 @@ DataGitlabInstanceDeployKeysConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}. |
| public
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Only return deploy keys that are public. |
---
@@ -806,7 +806,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -823,7 +823,7 @@ public java.lang.Object getPublic();
Only return deploy keys that are public.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
---
diff --git a/docs/dataGitlabInstanceDeployKeys.python.md b/docs/dataGitlabInstanceDeployKeys.python.md
index 2ce33c362..1f7f2678f 100644
--- a/docs/dataGitlabInstanceDeployKeys.python.md
+++ b/docs/dataGitlabInstanceDeployKeys.python.md
@@ -4,7 +4,7 @@
### DataGitlabInstanceDeployKeys
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}.
#### Initializers
@@ -37,7 +37,7 @@ dataGitlabInstanceDeployKeys.DataGitlabInstanceDeployKeys(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}. |
| public
| typing.Union[bool, cdktf.IResolvable]
| Only return deploy keys that are public. |
---
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t
Only return deploy keys that are public.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
---
@@ -492,7 +492,7 @@ The construct id used in the generated config for the DataGitlabInstanceDeployKe
The id of the existing DataGitlabInstanceDeployKeys that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#import import section} in the documentation of this resource for the id to use
---
@@ -751,7 +751,7 @@ dataGitlabInstanceDeployKeys.DataGitlabInstanceDeployKeysConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}. |
| public
| typing.Union[bool, cdktf.IResolvable]
| Only return deploy keys that are public. |
---
@@ -834,7 +834,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -851,7 +851,7 @@ public: typing.Union[bool, IResolvable]
Only return deploy keys that are public.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
---
diff --git a/docs/dataGitlabInstanceDeployKeys.typescript.md b/docs/dataGitlabInstanceDeployKeys.typescript.md
index d606e1687..fa59701c0 100644
--- a/docs/dataGitlabInstanceDeployKeys.typescript.md
+++ b/docs/dataGitlabInstanceDeployKeys.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabInstanceDeployKeys
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys gitlab_instance_deploy_keys}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabInstanceDeployKe
The id of the existing DataGitlabInstanceDeployKeys that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#import import section} in the documentation of this resource for the id to use
---
@@ -628,7 +628,7 @@ const dataGitlabInstanceDeployKeysConfig: dataGitlabInstanceDeployKeys.DataGitla
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}. |
| public
| boolean \| cdktf.IResolvable
| Only return deploy keys that are public. |
---
@@ -711,7 +711,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#id DataGitlabInstanceDeployKeys#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -728,7 +728,7 @@ public readonly public: boolean | IResolvable;
Only return deploy keys that are public.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_deploy_keys#public DataGitlabInstanceDeployKeys#public}
---
diff --git a/docs/dataGitlabInstanceVariable.csharp.md b/docs/dataGitlabInstanceVariable.csharp.md
index cdd954963..8930588b2 100644
--- a/docs/dataGitlabInstanceVariable.csharp.md
+++ b/docs/dataGitlabInstanceVariable.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabInstanceVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable gitlab_instance_variable}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabInstanceVariable
The id of the existing DataGitlabInstanceVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#import import section} in the documentation of this resource for the id to use
---
@@ -687,7 +687,7 @@ new DataGitlabInstanceVariableConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| Key
| string
| The name of the variable. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}. |
---
@@ -771,7 +771,7 @@ public string Key { get; set; }
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
---
@@ -783,7 +783,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabInstanceVariable.go.md b/docs/dataGitlabInstanceVariable.go.md
index 23923a451..f8dc317f4 100644
--- a/docs/dataGitlabInstanceVariable.go.md
+++ b/docs/dataGitlabInstanceVariable.go.md
@@ -4,7 +4,7 @@
### DataGitlabInstanceVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable gitlab_instance_variable}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabInstanceVariable
The id of the existing DataGitlabInstanceVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#import import section} in the documentation of this resource for the id to use
---
@@ -687,7 +687,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabinstancev
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| Key
| *string
| The name of the variable. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}. |
---
@@ -771,7 +771,7 @@ Key *string
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
---
@@ -783,7 +783,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabInstanceVariable.java.md b/docs/dataGitlabInstanceVariable.java.md
index 810b3b313..99f55a3a4 100644
--- a/docs/dataGitlabInstanceVariable.java.md
+++ b/docs/dataGitlabInstanceVariable.java.md
@@ -4,7 +4,7 @@
### DataGitlabInstanceVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable gitlab_instance_variable}.
#### Initializers
@@ -40,7 +40,7 @@ DataGitlabInstanceVariable.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| key
| java.lang.String
| The name of the variable. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -451,7 +451,7 @@ The construct id used in the generated config for the DataGitlabInstanceVariable
The id of the existing DataGitlabInstanceVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#import import section} in the documentation of this resource for the id to use
---
@@ -770,7 +770,7 @@ DataGitlabInstanceVariableConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| key
| java.lang.String
| The name of the variable. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}. |
---
@@ -854,7 +854,7 @@ public java.lang.String getKey();
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
---
@@ -866,7 +866,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabInstanceVariable.python.md b/docs/dataGitlabInstanceVariable.python.md
index b14aac0cd..0d289983c 100644
--- a/docs/dataGitlabInstanceVariable.python.md
+++ b/docs/dataGitlabInstanceVariable.python.md
@@ -4,7 +4,7 @@
### DataGitlabInstanceVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable gitlab_instance_variable}.
#### Initializers
@@ -38,7 +38,7 @@ dataGitlabInstanceVariable.DataGitlabInstanceVariable(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| key
| str
| The name of the variable. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -485,7 +485,7 @@ The construct id used in the generated config for the DataGitlabInstanceVariable
The id of the existing DataGitlabInstanceVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#import import section} in the documentation of this resource for the id to use
---
@@ -800,7 +800,7 @@ dataGitlabInstanceVariable.DataGitlabInstanceVariableConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| key
| str
| The name of the variable. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}. |
---
@@ -884,7 +884,7 @@ key: str
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
---
@@ -896,7 +896,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabInstanceVariable.typescript.md b/docs/dataGitlabInstanceVariable.typescript.md
index d4f15e09a..db297d02c 100644
--- a/docs/dataGitlabInstanceVariable.typescript.md
+++ b/docs/dataGitlabInstanceVariable.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabInstanceVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable gitlab_instance_variable}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabInstanceVariable
The id of the existing DataGitlabInstanceVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#import import section} in the documentation of this resource for the id to use
---
@@ -677,7 +677,7 @@ const dataGitlabInstanceVariableConfig: dataGitlabInstanceVariable.DataGitlabIns
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| key
| string
| The name of the variable. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}. |
---
@@ -761,7 +761,7 @@ public readonly key: string;
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#key DataGitlabInstanceVariable#key}
---
@@ -773,7 +773,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variable#id DataGitlabInstanceVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabInstanceVariables.csharp.md b/docs/dataGitlabInstanceVariables.csharp.md
index 3aea4e1c8..27e648bc4 100644
--- a/docs/dataGitlabInstanceVariables.csharp.md
+++ b/docs/dataGitlabInstanceVariables.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabInstanceVariables
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables gitlab_instance_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables gitlab_instance_variables}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabInstanceVariable
The id of the existing DataGitlabInstanceVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#import import section} in the documentation of this resource for the id to use
---
@@ -608,7 +608,7 @@ new DataGitlabInstanceVariablesConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}. |
---
@@ -690,7 +690,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabInstanceVariables.go.md b/docs/dataGitlabInstanceVariables.go.md
index ffdd88a04..df8582cb6 100644
--- a/docs/dataGitlabInstanceVariables.go.md
+++ b/docs/dataGitlabInstanceVariables.go.md
@@ -4,7 +4,7 @@
### DataGitlabInstanceVariables
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables gitlab_instance_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables gitlab_instance_variables}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabInstanceVariable
The id of the existing DataGitlabInstanceVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#import import section} in the documentation of this resource for the id to use
---
@@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabinstancev
| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}. |
---
@@ -690,7 +690,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabInstanceVariables.java.md b/docs/dataGitlabInstanceVariables.java.md
index f4940ea93..c970a2714 100644
--- a/docs/dataGitlabInstanceVariables.java.md
+++ b/docs/dataGitlabInstanceVariables.java.md
@@ -4,7 +4,7 @@
### DataGitlabInstanceVariables
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables gitlab_instance_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables gitlab_instance_variables}.
#### Initializers
@@ -38,7 +38,7 @@ DataGitlabInstanceVariables.Builder.create(Construct scope, java.lang.String id)
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}. |
---
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -439,7 +439,7 @@ The construct id used in the generated config for the DataGitlabInstanceVariable
The id of the existing DataGitlabInstanceVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#import import section} in the documentation of this resource for the id to use
---
@@ -679,7 +679,7 @@ DataGitlabInstanceVariablesConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}. |
---
@@ -761,7 +761,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabInstanceVariables.python.md b/docs/dataGitlabInstanceVariables.python.md
index b9b0524b4..6f75fa24b 100644
--- a/docs/dataGitlabInstanceVariables.python.md
+++ b/docs/dataGitlabInstanceVariables.python.md
@@ -4,7 +4,7 @@
### DataGitlabInstanceVariables
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables gitlab_instance_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables gitlab_instance_variables}.
#### Initializers
@@ -36,7 +36,7 @@ dataGitlabInstanceVariables.DataGitlabInstanceVariables(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}. |
---
@@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -473,7 +473,7 @@ The construct id used in the generated config for the DataGitlabInstanceVariable
The id of the existing DataGitlabInstanceVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#import import section} in the documentation of this resource for the id to use
---
@@ -709,7 +709,7 @@ dataGitlabInstanceVariables.DataGitlabInstanceVariablesConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}. |
---
@@ -791,7 +791,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabInstanceVariables.typescript.md b/docs/dataGitlabInstanceVariables.typescript.md
index 9982289d8..e3fdefb77 100644
--- a/docs/dataGitlabInstanceVariables.typescript.md
+++ b/docs/dataGitlabInstanceVariables.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabInstanceVariables
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables gitlab_instance_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables gitlab_instance_variables}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabInstanceVariable
The id of the existing DataGitlabInstanceVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#import import section} in the documentation of this resource for the id to use
---
@@ -599,7 +599,7 @@ const dataGitlabInstanceVariablesConfig: dataGitlabInstanceVariables.DataGitlabI
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}. |
---
@@ -681,7 +681,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/instance_variables#id DataGitlabInstanceVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabMetadata.csharp.md b/docs/dataGitlabMetadata.csharp.md
index 02c75e63c..3771039a3 100644
--- a/docs/dataGitlabMetadata.csharp.md
+++ b/docs/dataGitlabMetadata.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabMetadata
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/metadata gitlab_metadata}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/metadata gitlab_metadata}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabMetadata to impo
The id of the existing DataGitlabMetadata that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
---
@@ -921,6 +921,7 @@ Returns a reversible string representation.
| CreationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
| Fqn
| string
| *No description.* |
| Enabled
| HashiCorp.Cdktf.IResolvable
| *No description.* |
+| ExternalK8SProxyUrl
| string
| *No description.* |
| ExternalUrl
| string
| *No description.* |
| Version
| string
| *No description.* |
| InternalValue
| DataGitlabMetadataKas
| *No description.* |
@@ -961,6 +962,16 @@ public IResolvable Enabled { get; }
---
+##### `ExternalK8SProxyUrl`Required
+
+```csharp
+public string ExternalK8SProxyUrl { get; }
+```
+
+- *Type:* string
+
+---
+
##### `ExternalUrl`Required
```csharp
diff --git a/docs/dataGitlabMetadata.go.md b/docs/dataGitlabMetadata.go.md
index a468a7132..5449b77a9 100644
--- a/docs/dataGitlabMetadata.go.md
+++ b/docs/dataGitlabMetadata.go.md
@@ -4,7 +4,7 @@
### DataGitlabMetadata
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/metadata gitlab_metadata}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/metadata gitlab_metadata}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabMetadata to impo
The id of the existing DataGitlabMetadata that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
---
@@ -921,6 +921,7 @@ Returns a reversible string representation.
| CreationStack
| *[]*string
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
| Fqn
| *string
| *No description.* |
| Enabled
| github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
| *No description.* |
+| ExternalK8SProxyUrl
| *string
| *No description.* |
| ExternalUrl
| *string
| *No description.* |
| Version
| *string
| *No description.* |
| InternalValue
| DataGitlabMetadataKas
| *No description.* |
@@ -961,6 +962,16 @@ func Enabled() IResolvable
---
+##### `ExternalK8SProxyUrl`Required
+
+```go
+func ExternalK8SProxyUrl() *string
+```
+
+- *Type:* *string
+
+---
+
##### `ExternalUrl`Required
```go
diff --git a/docs/dataGitlabMetadata.java.md b/docs/dataGitlabMetadata.java.md
index d7cd6ccbd..f97912463 100644
--- a/docs/dataGitlabMetadata.java.md
+++ b/docs/dataGitlabMetadata.java.md
@@ -4,7 +4,7 @@
### DataGitlabMetadata
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/metadata gitlab_metadata}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/metadata gitlab_metadata}.
#### Initializers
@@ -419,7 +419,7 @@ The construct id used in the generated config for the DataGitlabMetadata to impo
The id of the existing DataGitlabMetadata that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
---
@@ -978,6 +978,7 @@ Returns a reversible string representation.
| creationStack
| java.util.List
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
| fqn
| java.lang.String
| *No description.* |
| enabled
| com.hashicorp.cdktf.IResolvable
| *No description.* |
+| externalK8SProxyUrl
| java.lang.String
| *No description.* |
| externalUrl
| java.lang.String
| *No description.* |
| version
| java.lang.String
| *No description.* |
| internalValue
| DataGitlabMetadataKas
| *No description.* |
@@ -1018,6 +1019,16 @@ public IResolvable getEnabled();
---
+##### `externalK8SProxyUrl`Required
+
+```java
+public java.lang.String getExternalK8SProxyUrl();
+```
+
+- *Type:* java.lang.String
+
+---
+
##### `externalUrl`Required
```java
diff --git a/docs/dataGitlabMetadata.python.md b/docs/dataGitlabMetadata.python.md
index f08dfcabf..96d3d991a 100644
--- a/docs/dataGitlabMetadata.python.md
+++ b/docs/dataGitlabMetadata.python.md
@@ -4,7 +4,7 @@
### DataGitlabMetadata
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/metadata gitlab_metadata}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/metadata gitlab_metadata}.
#### Initializers
@@ -453,7 +453,7 @@ The construct id used in the generated config for the DataGitlabMetadata to impo
The id of the existing DataGitlabMetadata that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
---
@@ -1032,6 +1032,7 @@ Returns a reversible string representation.
| creation_stack
| typing.List[str]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
| fqn
| str
| *No description.* |
| enabled
| cdktf.IResolvable
| *No description.* |
+| external_k8_s_proxy_url
| str
| *No description.* |
| external_url
| str
| *No description.* |
| version
| str
| *No description.* |
| internal_value
| DataGitlabMetadataKas
| *No description.* |
@@ -1072,6 +1073,16 @@ enabled: IResolvable
---
+##### `external_k8_s_proxy_url`Required
+
+```python
+external_k8_s_proxy_url: str
+```
+
+- *Type:* str
+
+---
+
##### `external_url`Required
```python
diff --git a/docs/dataGitlabMetadata.typescript.md b/docs/dataGitlabMetadata.typescript.md
index 9545ee23a..d6121741c 100644
--- a/docs/dataGitlabMetadata.typescript.md
+++ b/docs/dataGitlabMetadata.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabMetadata
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/metadata gitlab_metadata}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/metadata gitlab_metadata}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabMetadata to impo
The id of the existing DataGitlabMetadata that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/metadata#import import section} in the documentation of this resource for the id to use
---
@@ -911,6 +911,7 @@ Returns a reversible string representation.
| creationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
| fqn
| string
| *No description.* |
| enabled
| cdktf.IResolvable
| *No description.* |
+| externalK8SProxyUrl
| string
| *No description.* |
| externalUrl
| string
| *No description.* |
| version
| string
| *No description.* |
| internalValue
| DataGitlabMetadataKas
| *No description.* |
@@ -951,6 +952,16 @@ public readonly enabled: IResolvable;
---
+##### `externalK8SProxyUrl`Required
+
+```typescript
+public readonly externalK8SProxyUrl: string;
+```
+
+- *Type:* string
+
+---
+
##### `externalUrl`Required
```typescript
diff --git a/docs/dataGitlabPipelineSchedule.csharp.md b/docs/dataGitlabPipelineSchedule.csharp.md
index ae1f61ef4..513ea12c5 100644
--- a/docs/dataGitlabPipelineSchedule.csharp.md
+++ b/docs/dataGitlabPipelineSchedule.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabPipelineSchedule
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabPipelineSchedule
The id of the existing DataGitlabPipelineSchedule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
---
@@ -850,7 +850,7 @@ public double PipelineScheduleId { get; set; }
The pipeline schedule id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#pipeline_schedule_id DataGitlabPipelineSchedule#pipeline_schedule_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#pipeline_schedule_id DataGitlabPipelineSchedule#pipeline_schedule_id}
---
@@ -864,7 +864,7 @@ public string Project { get; set; }
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
---
@@ -878,7 +878,7 @@ public string CronTimezone { get; set; }
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedule.go.md b/docs/dataGitlabPipelineSchedule.go.md
index c3213cbf0..e7e86de53 100644
--- a/docs/dataGitlabPipelineSchedule.go.md
+++ b/docs/dataGitlabPipelineSchedule.go.md
@@ -4,7 +4,7 @@
### DataGitlabPipelineSchedule
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabPipelineSchedule
The id of the existing DataGitlabPipelineSchedule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
---
@@ -850,7 +850,7 @@ PipelineScheduleId *f64
The pipeline schedule id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#pipeline_schedule_id DataGitlabPipelineSchedule#pipeline_schedule_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#pipeline_schedule_id DataGitlabPipelineSchedule#pipeline_schedule_id}
---
@@ -864,7 +864,7 @@ Project *string
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
---
@@ -878,7 +878,7 @@ CronTimezone *string
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedule.java.md b/docs/dataGitlabPipelineSchedule.java.md
index c9c4c2598..bc260b481 100644
--- a/docs/dataGitlabPipelineSchedule.java.md
+++ b/docs/dataGitlabPipelineSchedule.java.md
@@ -4,7 +4,7 @@
### DataGitlabPipelineSchedule
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The pipeline schedule id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#pipeline_schedule_id DataGitlabPipelineSchedule#pipeline_schedule_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#pipeline_schedule_id DataGitlabPipelineSchedule#pipeline_schedule_id}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
---
@@ -462,7 +462,7 @@ The construct id used in the generated config for the DataGitlabPipelineSchedule
The id of the existing DataGitlabPipelineSchedule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
---
@@ -944,7 +944,7 @@ public java.lang.Number getPipelineScheduleId();
The pipeline schedule id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#pipeline_schedule_id DataGitlabPipelineSchedule#pipeline_schedule_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#pipeline_schedule_id DataGitlabPipelineSchedule#pipeline_schedule_id}
---
@@ -958,7 +958,7 @@ public java.lang.String getProject();
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
---
@@ -972,7 +972,7 @@ public java.lang.String getCronTimezone();
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedule.python.md b/docs/dataGitlabPipelineSchedule.python.md
index 9601919c8..d8d82dbca 100644
--- a/docs/dataGitlabPipelineSchedule.python.md
+++ b/docs/dataGitlabPipelineSchedule.python.md
@@ -4,7 +4,7 @@
### DataGitlabPipelineSchedule
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The pipeline schedule id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#pipeline_schedule_id DataGitlabPipelineSchedule#pipeline_schedule_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#pipeline_schedule_id DataGitlabPipelineSchedule#pipeline_schedule_id}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
---
@@ -496,7 +496,7 @@ The construct id used in the generated config for the DataGitlabPipelineSchedule
The id of the existing DataGitlabPipelineSchedule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
---
@@ -974,7 +974,7 @@ pipeline_schedule_id: typing.Union[int, float]
The pipeline schedule id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#pipeline_schedule_id DataGitlabPipelineSchedule#pipeline_schedule_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#pipeline_schedule_id DataGitlabPipelineSchedule#pipeline_schedule_id}
---
@@ -988,7 +988,7 @@ project: str
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
---
@@ -1002,7 +1002,7 @@ cron_timezone: str
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedule.typescript.md b/docs/dataGitlabPipelineSchedule.typescript.md
index 7cd565140..784b9a705 100644
--- a/docs/dataGitlabPipelineSchedule.typescript.md
+++ b/docs/dataGitlabPipelineSchedule.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabPipelineSchedule
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule gitlab_pipeline_schedule}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabPipelineSchedule
The id of the existing DataGitlabPipelineSchedule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
---
@@ -839,7 +839,7 @@ public readonly pipelineScheduleId: number;
The pipeline schedule id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#pipeline_schedule_id DataGitlabPipelineSchedule#pipeline_schedule_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#pipeline_schedule_id DataGitlabPipelineSchedule#pipeline_schedule_id}
---
@@ -853,7 +853,7 @@ public readonly project: string;
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#project DataGitlabPipelineSchedule#project}
---
@@ -867,7 +867,7 @@ public readonly cronTimezone: string;
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedule#cron_timezone DataGitlabPipelineSchedule#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedules.csharp.md b/docs/dataGitlabPipelineSchedules.csharp.md
index c63939821..545b95a27 100644
--- a/docs/dataGitlabPipelineSchedules.csharp.md
+++ b/docs/dataGitlabPipelineSchedules.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabPipelineSchedules
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabPipelineSchedule
The id of the existing DataGitlabPipelineSchedules that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#import import section} in the documentation of this resource for the id to use
---
@@ -696,7 +696,7 @@ public string Project { get; set; }
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
---
@@ -732,7 +732,7 @@ public double Id { get; set; }
The pipeline schedule id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -749,7 +749,7 @@ public string CronTimezone { get; set; }
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedules.go.md b/docs/dataGitlabPipelineSchedules.go.md
index 6809aa359..0c6e9e0f9 100644
--- a/docs/dataGitlabPipelineSchedules.go.md
+++ b/docs/dataGitlabPipelineSchedules.go.md
@@ -4,7 +4,7 @@
### DataGitlabPipelineSchedules
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabPipelineSchedule
The id of the existing DataGitlabPipelineSchedules that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#import import section} in the documentation of this resource for the id to use
---
@@ -696,7 +696,7 @@ Project *string
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
---
@@ -732,7 +732,7 @@ Id *f64
The pipeline schedule id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -749,7 +749,7 @@ CronTimezone *string
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedules.java.md b/docs/dataGitlabPipelineSchedules.java.md
index e1fd98335..ec266b801 100644
--- a/docs/dataGitlabPipelineSchedules.java.md
+++ b/docs/dataGitlabPipelineSchedules.java.md
@@ -4,7 +4,7 @@
### DataGitlabPipelineSchedules
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
---
@@ -431,7 +431,7 @@ The construct id used in the generated config for the DataGitlabPipelineSchedule
The id of the existing DataGitlabPipelineSchedules that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#import import section} in the documentation of this resource for the id to use
---
@@ -766,7 +766,7 @@ public java.lang.String getProject();
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
---
@@ -802,7 +802,7 @@ public java.lang.Number getId();
The pipeline schedule id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -819,7 +819,7 @@ public java.lang.String getCronTimezone();
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedules.python.md b/docs/dataGitlabPipelineSchedules.python.md
index 7e6d0d9f7..8d3360987 100644
--- a/docs/dataGitlabPipelineSchedules.python.md
+++ b/docs/dataGitlabPipelineSchedules.python.md
@@ -4,7 +4,7 @@
### DataGitlabPipelineSchedules
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}.
#### Initializers
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
---
@@ -465,7 +465,7 @@ The construct id used in the generated config for the DataGitlabPipelineSchedule
The id of the existing DataGitlabPipelineSchedules that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#import import section} in the documentation of this resource for the id to use
---
@@ -796,7 +796,7 @@ project: str
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
---
@@ -832,7 +832,7 @@ id: typing.Union[int, float]
The pipeline schedule id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -849,7 +849,7 @@ cron_timezone: str
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
---
diff --git a/docs/dataGitlabPipelineSchedules.typescript.md b/docs/dataGitlabPipelineSchedules.typescript.md
index 0c31b9c67..0a23f1809 100644
--- a/docs/dataGitlabPipelineSchedules.typescript.md
+++ b/docs/dataGitlabPipelineSchedules.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabPipelineSchedules
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules gitlab_pipeline_schedules}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabPipelineSchedule
The id of the existing DataGitlabPipelineSchedules that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#import import section} in the documentation of this resource for the id to use
---
@@ -687,7 +687,7 @@ public readonly project: string;
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#project DataGitlabPipelineSchedules#project}
---
@@ -720,7 +720,7 @@ public readonly id: number;
The pipeline schedule id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#id DataGitlabPipelineSchedules#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -737,7 +737,7 @@ public readonly cronTimezone: string;
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/pipeline_schedules#cron_timezone DataGitlabPipelineSchedules#cron_timezone}
---
diff --git a/docs/dataGitlabProject.csharp.md b/docs/dataGitlabProject.csharp.md
index 73ca5957f..17bedb8cf 100644
--- a/docs/dataGitlabProject.csharp.md
+++ b/docs/dataGitlabProject.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProject
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project gitlab_project}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGitlabProject to impor
The id of the existing DataGitlabProject that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -432,6 +432,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| BuildsAccessLevel
| string
| *No description.* |
| BuildTimeout
| double
| *No description.* |
| CiConfigPath
| string
| *No description.* |
+| CiPipelineVariablesMinimumOverrideRole
| string
| *No description.* |
| CiRestrictPipelineCancellationRole
| string
| *No description.* |
| CiSeparatedCaches
| HashiCorp.Cdktf.IResolvable
| *No description.* |
| ContainerExpirationPolicy
| DataGitlabProjectContainerExpirationPolicyList
| *No description.* |
@@ -729,6 +730,16 @@ public string CiConfigPath { get; }
---
+##### `CiPipelineVariablesMinimumOverrideRole`Required
+
+```csharp
+public string CiPipelineVariablesMinimumOverrideRole { get; }
+```
+
+- *Type:* string
+
+---
+
##### `CiRestrictPipelineCancellationRole`Required
```csharp
@@ -1489,7 +1500,7 @@ public double CiDefaultGitDepth { get; set; }
Default number of revisions for shallow cloning.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
---
@@ -1503,7 +1514,7 @@ public string Id { get; set; }
The integer that uniquely identifies the project within the gitlab install.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#id DataGitlabProject#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#id DataGitlabProject#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1520,7 +1531,7 @@ public string PathWithNamespace { get; set; }
The path of the repository with namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
---
@@ -1534,7 +1545,7 @@ public object PublicBuilds { get; set; }
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
---
diff --git a/docs/dataGitlabProject.go.md b/docs/dataGitlabProject.go.md
index 6aa67f7de..68a0ced24 100644
--- a/docs/dataGitlabProject.go.md
+++ b/docs/dataGitlabProject.go.md
@@ -4,7 +4,7 @@
### DataGitlabProject
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project gitlab_project}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGitlabProject to impor
The id of the existing DataGitlabProject that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -432,6 +432,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| BuildsAccessLevel
| *string
| *No description.* |
| BuildTimeout
| *f64
| *No description.* |
| CiConfigPath
| *string
| *No description.* |
+| CiPipelineVariablesMinimumOverrideRole
| *string
| *No description.* |
| CiRestrictPipelineCancellationRole
| *string
| *No description.* |
| CiSeparatedCaches
| github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
| *No description.* |
| ContainerExpirationPolicy
| DataGitlabProjectContainerExpirationPolicyList
| *No description.* |
@@ -729,6 +730,16 @@ func CiConfigPath() *string
---
+##### `CiPipelineVariablesMinimumOverrideRole`Required
+
+```go
+func CiPipelineVariablesMinimumOverrideRole() *string
+```
+
+- *Type:* *string
+
+---
+
##### `CiRestrictPipelineCancellationRole`Required
```go
@@ -1489,7 +1500,7 @@ CiDefaultGitDepth *f64
Default number of revisions for shallow cloning.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
---
@@ -1503,7 +1514,7 @@ Id *string
The integer that uniquely identifies the project within the gitlab install.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#id DataGitlabProject#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#id DataGitlabProject#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1520,7 +1531,7 @@ PathWithNamespace *string
The path of the repository with namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
---
@@ -1534,7 +1545,7 @@ PublicBuilds interface{}
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
---
diff --git a/docs/dataGitlabProject.java.md b/docs/dataGitlabProject.java.md
index 496e3af41..3dd1d1f03 100644
--- a/docs/dataGitlabProject.java.md
+++ b/docs/dataGitlabProject.java.md
@@ -4,7 +4,7 @@
### DataGitlabProject
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project gitlab_project}.
#### Initializers
@@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope
Default number of revisions for shallow cloning.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
---
@@ -125,7 +125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The integer that uniquely identifies the project within the gitlab install.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#id DataGitlabProject#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#id DataGitlabProject#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -138,7 +138,7 @@ If you experience problems setting this value it might not be settable. Please t
The path of the repository with namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
---
@@ -499,7 +499,7 @@ The construct id used in the generated config for the DataGitlabProject to impor
The id of the existing DataGitlabProject that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -538,6 +538,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| buildsAccessLevel
| java.lang.String
| *No description.* |
| buildTimeout
| java.lang.Number
| *No description.* |
| ciConfigPath
| java.lang.String
| *No description.* |
+| ciPipelineVariablesMinimumOverrideRole
| java.lang.String
| *No description.* |
| ciRestrictPipelineCancellationRole
| java.lang.String
| *No description.* |
| ciSeparatedCaches
| com.hashicorp.cdktf.IResolvable
| *No description.* |
| containerExpirationPolicy
| DataGitlabProjectContainerExpirationPolicyList
| *No description.* |
@@ -835,6 +836,16 @@ public java.lang.String getCiConfigPath();
---
+##### `ciPipelineVariablesMinimumOverrideRole`Required
+
+```java
+public java.lang.String getCiPipelineVariablesMinimumOverrideRole();
+```
+
+- *Type:* java.lang.String
+
+---
+
##### `ciRestrictPipelineCancellationRole`Required
```java
@@ -1600,7 +1611,7 @@ public java.lang.Number getCiDefaultGitDepth();
Default number of revisions for shallow cloning.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
---
@@ -1614,7 +1625,7 @@ public java.lang.String getId();
The integer that uniquely identifies the project within the gitlab install.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#id DataGitlabProject#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#id DataGitlabProject#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1631,7 +1642,7 @@ public java.lang.String getPathWithNamespace();
The path of the repository with namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
---
@@ -1645,7 +1656,7 @@ public java.lang.Object getPublicBuilds();
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
---
diff --git a/docs/dataGitlabProject.python.md b/docs/dataGitlabProject.python.md
index f8f94529f..2e49ff2c0 100644
--- a/docs/dataGitlabProject.python.md
+++ b/docs/dataGitlabProject.python.md
@@ -4,7 +4,7 @@
### DataGitlabProject
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project gitlab_project}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
Default number of revisions for shallow cloning.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The integer that uniquely identifies the project within the gitlab install.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#id DataGitlabProject#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#id DataGitlabProject#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t
The path of the repository with namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
---
@@ -532,7 +532,7 @@ The construct id used in the generated config for the DataGitlabProject to impor
The id of the existing DataGitlabProject that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -571,6 +571,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| builds_access_level
| str
| *No description.* |
| build_timeout
| typing.Union[int, float]
| *No description.* |
| ci_config_path
| str
| *No description.* |
+| ci_pipeline_variables_minimum_override_role
| str
| *No description.* |
| ci_restrict_pipeline_cancellation_role
| str
| *No description.* |
| ci_separated_caches
| cdktf.IResolvable
| *No description.* |
| container_expiration_policy
| DataGitlabProjectContainerExpirationPolicyList
| *No description.* |
@@ -868,6 +869,16 @@ ci_config_path: str
---
+##### `ci_pipeline_variables_minimum_override_role`Required
+
+```python
+ci_pipeline_variables_minimum_override_role: str
+```
+
+- *Type:* str
+
+---
+
##### `ci_restrict_pipeline_cancellation_role`Required
```python
@@ -1628,7 +1639,7 @@ ci_default_git_depth: typing.Union[int, float]
Default number of revisions for shallow cloning.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
---
@@ -1642,7 +1653,7 @@ id: str
The integer that uniquely identifies the project within the gitlab install.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#id DataGitlabProject#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#id DataGitlabProject#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1659,7 +1670,7 @@ path_with_namespace: str
The path of the repository with namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
---
@@ -1673,7 +1684,7 @@ public_builds: typing.Union[bool, IResolvable]
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
---
diff --git a/docs/dataGitlabProject.typescript.md b/docs/dataGitlabProject.typescript.md
index 9a7ddf231..5b1f13f6c 100644
--- a/docs/dataGitlabProject.typescript.md
+++ b/docs/dataGitlabProject.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProject
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project gitlab_project}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGitlabProject to impor
The id of the existing DataGitlabProject that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -432,6 +432,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| buildsAccessLevel
| string
| *No description.* |
| buildTimeout
| number
| *No description.* |
| ciConfigPath
| string
| *No description.* |
+| ciPipelineVariablesMinimumOverrideRole
| string
| *No description.* |
| ciRestrictPipelineCancellationRole
| string
| *No description.* |
| ciSeparatedCaches
| cdktf.IResolvable
| *No description.* |
| containerExpirationPolicy
| DataGitlabProjectContainerExpirationPolicyList
| *No description.* |
@@ -729,6 +730,16 @@ public readonly ciConfigPath: string;
---
+##### `ciPipelineVariablesMinimumOverrideRole`Required
+
+```typescript
+public readonly ciPipelineVariablesMinimumOverrideRole: string;
+```
+
+- *Type:* string
+
+---
+
##### `ciRestrictPipelineCancellationRole`Required
```typescript
@@ -1477,7 +1488,7 @@ public readonly ciDefaultGitDepth: number;
Default number of revisions for shallow cloning.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#ci_default_git_depth DataGitlabProject#ci_default_git_depth}
---
@@ -1491,7 +1502,7 @@ public readonly id: string;
The integer that uniquely identifies the project within the gitlab install.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#id DataGitlabProject#id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#id DataGitlabProject#id}
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1508,7 +1519,7 @@ public readonly pathWithNamespace: string;
The path of the repository with namespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#path_with_namespace DataGitlabProject#path_with_namespace}
---
@@ -1522,7 +1533,7 @@ public readonly publicBuilds: boolean | IResolvable;
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project#public_builds DataGitlabProject#public_builds}
---
diff --git a/docs/dataGitlabProjectBranches.csharp.md b/docs/dataGitlabProjectBranches.csharp.md
index 427cb55ba..768d85c93 100644
--- a/docs/dataGitlabProjectBranches.csharp.md
+++ b/docs/dataGitlabProjectBranches.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectBranches
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches gitlab_project_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches gitlab_project_branches}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectBranches
The id of the existing DataGitlabProjectBranches that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#import import section} in the documentation of this resource for the id to use
---
@@ -658,7 +658,7 @@ new DataGitlabProjectBranchesConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| Project
| string
| ID or URL-encoded path of the project owned by the authenticated user. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}. |
---
@@ -742,7 +742,7 @@ public string Project { get; set; }
ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
---
@@ -754,7 +754,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectBranches.go.md b/docs/dataGitlabProjectBranches.go.md
index a744ff646..2fe43d7ef 100644
--- a/docs/dataGitlabProjectBranches.go.md
+++ b/docs/dataGitlabProjectBranches.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectBranches
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches gitlab_project_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches gitlab_project_branches}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectBranches
The id of the existing DataGitlabProjectBranches that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#import import section} in the documentation of this resource for the id to use
---
@@ -658,7 +658,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectbr
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| Project
| *string
| ID or URL-encoded path of the project owned by the authenticated user. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}. |
---
@@ -742,7 +742,7 @@ Project *string
ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
---
@@ -754,7 +754,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectBranches.java.md b/docs/dataGitlabProjectBranches.java.md
index b505206ce..8ff1f326b 100644
--- a/docs/dataGitlabProjectBranches.java.md
+++ b/docs/dataGitlabProjectBranches.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectBranches
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches gitlab_project_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches gitlab_project_branches}.
#### Initializers
@@ -40,7 +40,7 @@ DataGitlabProjectBranches.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -451,7 +451,7 @@ The construct id used in the generated config for the DataGitlabProjectBranches
The id of the existing DataGitlabProjectBranches that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#import import section} in the documentation of this resource for the id to use
---
@@ -739,7 +739,7 @@ DataGitlabProjectBranchesConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}. |
---
@@ -823,7 +823,7 @@ public java.lang.String getProject();
ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
---
@@ -835,7 +835,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectBranches.python.md b/docs/dataGitlabProjectBranches.python.md
index 16c7380cd..13bd19dd5 100644
--- a/docs/dataGitlabProjectBranches.python.md
+++ b/docs/dataGitlabProjectBranches.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectBranches
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches gitlab_project_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches gitlab_project_branches}.
#### Initializers
@@ -38,7 +38,7 @@ dataGitlabProjectBranches.DataGitlabProjectBranches(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -485,7 +485,7 @@ The construct id used in the generated config for the DataGitlabProjectBranches
The id of the existing DataGitlabProjectBranches that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#import import section} in the documentation of this resource for the id to use
---
@@ -767,7 +767,7 @@ dataGitlabProjectBranches.DataGitlabProjectBranchesConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}. |
---
@@ -851,7 +851,7 @@ project: str
ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
---
@@ -863,7 +863,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectBranches.typescript.md b/docs/dataGitlabProjectBranches.typescript.md
index 62bd3d18b..317011c23 100644
--- a/docs/dataGitlabProjectBranches.typescript.md
+++ b/docs/dataGitlabProjectBranches.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectBranches
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches gitlab_project_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches gitlab_project_branches}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectBranches
The id of the existing DataGitlabProjectBranches that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#import import section} in the documentation of this resource for the id to use
---
@@ -644,7 +644,7 @@ const dataGitlabProjectBranchesConfig: dataGitlabProjectBranches.DataGitlabProje
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| project
| string
| ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}. |
---
@@ -728,7 +728,7 @@ public readonly project: string;
ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#project DataGitlabProjectBranches#project}
---
@@ -740,7 +740,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_branches#id DataGitlabProjectBranches#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectEnvironments.csharp.md b/docs/dataGitlabProjectEnvironments.csharp.md
new file mode 100644
index 000000000..9b8a54741
--- /dev/null
+++ b/docs/dataGitlabProjectEnvironments.csharp.md
@@ -0,0 +1,1405 @@
+# `dataGitlabProjectEnvironments` Submodule
+
+## Constructs
+
+### DataGitlabProjectEnvironments
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments gitlab_project_environments}.
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new DataGitlabProjectEnvironments(Construct Scope, string Id, DataGitlabProjectEnvironmentsConfig Config);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Scope
| Constructs.Construct
| The scope in which to define this construct. |
+| Id
| string
| The scoped construct ID. |
+| Config
| DataGitlabProjectEnvironmentsConfig
| *No description.* |
+
+---
+
+##### `Scope`Required
+
+- *Type:* Constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `Id`Required
+
+- *Type:* string
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `Config`Required
+
+- *Type:* DataGitlabProjectEnvironmentsConfig
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ToString
| Returns a string representation of this construct. |
+| AddOverride
| *No description.* |
+| OverrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| ResetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| ToHclTerraform
| Adds this resource to the terraform JSON output. |
+| ToMetadata
| *No description.* |
+| ToTerraform
| Adds this resource to the terraform JSON output. |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| ResetName
| *No description.* |
+| ResetSearch
| *No description.* |
+| ResetStates
| *No description.* |
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Returns a string representation of this construct.
+
+##### `AddOverride`
+
+```csharp
+private void AddOverride(string Path, object Value)
+```
+
+###### `Path`Required
+
+- *Type:* string
+
+---
+
+###### `Value`Required
+
+- *Type:* object
+
+---
+
+##### `OverrideLogicalId`
+
+```csharp
+private void OverrideLogicalId(string NewLogicalId)
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `NewLogicalId`Required
+
+- *Type:* string
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `ResetOverrideLogicalId`
+
+```csharp
+private void ResetOverrideLogicalId()
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `ToHclTerraform`
+
+```csharp
+private object ToHclTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `ToMetadata`
+
+```csharp
+private object ToMetadata()
+```
+
+##### `ToTerraform`
+
+```csharp
+private object ToTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `GetAnyMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanAttribute`
+
+```csharp
+private IResolvable GetBooleanAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetListAttribute`
+
+```csharp
+private string[] GetListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberAttribute`
+
+```csharp
+private double GetNumberAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberListAttribute`
+
+```csharp
+private double[] GetNumberListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringAttribute`
+
+```csharp
+private string GetStringAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `InterpolationForAttribute`
+
+```csharp
+private IResolvable InterpolationForAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `ResetName`
+
+```csharp
+private void ResetName()
+```
+
+##### `ResetSearch`
+
+```csharp
+private void ResetSearch()
+```
+
+##### `ResetStates`
+
+```csharp
+private void ResetStates()
+```
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| IsConstruct
| Checks if `x` is a construct. |
+| IsTerraformElement
| *No description.* |
+| IsTerraformDataSource
| *No description.* |
+| GenerateConfigForImport
| Generates CDKTF code for importing a DataGitlabProjectEnvironments resource upon running "cdktf plan ". |
+
+---
+
+##### `IsConstruct`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+DataGitlabProjectEnvironments.IsConstruct(object X);
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `X`Required
+
+- *Type:* object
+
+Any object.
+
+---
+
+##### `IsTerraformElement`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+DataGitlabProjectEnvironments.IsTerraformElement(object X);
+```
+
+###### `X`Required
+
+- *Type:* object
+
+---
+
+##### `IsTerraformDataSource`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+DataGitlabProjectEnvironments.IsTerraformDataSource(object X);
+```
+
+###### `X`Required
+
+- *Type:* object
+
+---
+
+##### `GenerateConfigForImport`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+DataGitlabProjectEnvironments.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);
+```
+
+Generates CDKTF code for importing a DataGitlabProjectEnvironments resource upon running "cdktf plan ".
+
+###### `Scope`Required
+
+- *Type:* Constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `ImportToId`Required
+
+- *Type:* string
+
+The construct id used in the generated config for the DataGitlabProjectEnvironments to import.
+
+---
+
+###### `ImportFromId`Required
+
+- *Type:* string
+
+The id of the existing DataGitlabProjectEnvironments that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `Provider`Optional
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+? Optional instance of the provider where the DataGitlabProjectEnvironments to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Node
| Constructs.Node
| The tree node. |
+| CdktfStack
| HashiCorp.Cdktf.TerraformStack
| *No description.* |
+| Fqn
| string
| *No description.* |
+| FriendlyUniqueId
| string
| *No description.* |
+| TerraformMetaArguments
| System.Collections.Generic.IDictionary
| *No description.* |
+| TerraformResourceType
| string
| *No description.* |
+| TerraformGeneratorMetadata
| HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| Count
| object
| *No description.* |
+| DependsOn
| string[]
| *No description.* |
+| ForEach
| HashiCorp.Cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
+| Environments
| DataGitlabProjectEnvironmentsEnvironmentsList
| *No description.* |
+| Id
| string
| *No description.* |
+| NameInput
| string
| *No description.* |
+| ProjectInput
| string
| *No description.* |
+| SearchInput
| string
| *No description.* |
+| StatesInput
| string
| *No description.* |
+| Name
| string
| *No description.* |
+| Project
| string
| *No description.* |
+| Search
| string
| *No description.* |
+| States
| string
| *No description.* |
+
+---
+
+##### `Node`Required
+
+```csharp
+public Node Node { get; }
+```
+
+- *Type:* Constructs.Node
+
+The tree node.
+
+---
+
+##### `CdktfStack`Required
+
+```csharp
+public TerraformStack CdktfStack { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformStack
+
+---
+
+##### `Fqn`Required
+
+```csharp
+public string Fqn { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `FriendlyUniqueId`Required
+
+```csharp
+public string FriendlyUniqueId { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `TerraformMetaArguments`Required
+
+```csharp
+public System.Collections.Generic.IDictionary TerraformMetaArguments { get; }
+```
+
+- *Type:* System.Collections.Generic.IDictionary
+
+---
+
+##### `TerraformResourceType`Required
+
+```csharp
+public string TerraformResourceType { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `TerraformGeneratorMetadata`Optional
+
+```csharp
+public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `Count`Optional
+
+```csharp
+public object Count { get; }
+```
+
+- *Type:* object
+
+---
+
+##### `DependsOn`Optional
+
+```csharp
+public string[] DependsOn { get; }
+```
+
+- *Type:* string[]
+
+---
+
+##### `ForEach`Optional
+
+```csharp
+public ITerraformIterator ForEach { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```csharp
+public TerraformResourceLifecycle Lifecycle { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```csharp
+public TerraformProvider Provider { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+---
+
+##### `Environments`Required
+
+```csharp
+public DataGitlabProjectEnvironmentsEnvironmentsList Environments { get; }
+```
+
+- *Type:* DataGitlabProjectEnvironmentsEnvironmentsList
+
+---
+
+##### `Id`Required
+
+```csharp
+public string Id { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `NameInput`Optional
+
+```csharp
+public string NameInput { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `ProjectInput`Optional
+
+```csharp
+public string ProjectInput { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `SearchInput`Optional
+
+```csharp
+public string SearchInput { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `StatesInput`Optional
+
+```csharp
+public string StatesInput { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Name`Required
+
+```csharp
+public string Name { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Project`Required
+
+```csharp
+public string Project { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Search`Required
+
+```csharp
+public string Search { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `States`Required
+
+```csharp
+public string States { get; }
+```
+
+- *Type:* string
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TfResourceType
| string
| *No description.* |
+
+---
+
+##### `TfResourceType`Required
+
+```csharp
+public string TfResourceType { get; }
+```
+
+- *Type:* string
+
+---
+
+## Structs
+
+### DataGitlabProjectEnvironmentsConfig
+
+#### Initializer
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new DataGitlabProjectEnvironmentsConfig {
+ object Connection = null,
+ object Count = null,
+ ITerraformDependable[] DependsOn = null,
+ ITerraformIterator ForEach = null,
+ TerraformResourceLifecycle Lifecycle = null,
+ TerraformProvider Provider = null,
+ object[] Provisioners = null,
+ string Project,
+ string Name = null,
+ string Search = null,
+ string States = null
+};
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Connection
| object
| *No description.* |
+| Count
| object
| *No description.* |
+| DependsOn
| HashiCorp.Cdktf.ITerraformDependable[]
| *No description.* |
+| ForEach
| HashiCorp.Cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
+| Provisioners
| object[]
| *No description.* |
+| Project
| string
| The ID or full path of the project. |
+| Name
| string
| Return the environment with this name. Mutually exclusive with search. |
+| Search
| string
| Return list of environments matching the search criteria. |
+| States
| string
| List all environments that match the specified state. |
+
+---
+
+##### `Connection`Optional
+
+```csharp
+public object Connection { get; set; }
+```
+
+- *Type:* object
+
+---
+
+##### `Count`Optional
+
+```csharp
+public object Count { get; set; }
+```
+
+- *Type:* object
+
+---
+
+##### `DependsOn`Optional
+
+```csharp
+public ITerraformDependable[] DependsOn { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.ITerraformDependable[]
+
+---
+
+##### `ForEach`Optional
+
+```csharp
+public ITerraformIterator ForEach { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```csharp
+public TerraformResourceLifecycle Lifecycle { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```csharp
+public TerraformProvider Provider { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+---
+
+##### `Provisioners`Optional
+
+```csharp
+public object[] Provisioners { get; set; }
+```
+
+- *Type:* object[]
+
+---
+
+##### `Project`Required
+
+```csharp
+public string Project { get; set; }
+```
+
+- *Type:* string
+
+The ID or full path of the project.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
+
+---
+
+##### `Name`Optional
+
+```csharp
+public string Name { get; set; }
+```
+
+- *Type:* string
+
+Return the environment with this name. Mutually exclusive with search.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#name DataGitlabProjectEnvironments#name}
+
+---
+
+##### `Search`Optional
+
+```csharp
+public string Search { get; set; }
+```
+
+- *Type:* string
+
+Return list of environments matching the search criteria.
+
+Mutually exclusive with name. Must be at least 3 characters long.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#search DataGitlabProjectEnvironments#search}
+
+---
+
+##### `States`Optional
+
+```csharp
+public string States { get; set; }
+```
+
+- *Type:* string
+
+List all environments that match the specified state.
+
+Valid values are `available`, `stopping`, `stopped`. Returns all environments if not set.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#states DataGitlabProjectEnvironments#states}
+
+---
+
+### DataGitlabProjectEnvironmentsEnvironments
+
+#### Initializer
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new DataGitlabProjectEnvironmentsEnvironments {
+
+};
+```
+
+
+## Classes
+
+### DataGitlabProjectEnvironmentsEnvironmentsList
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new DataGitlabProjectEnvironmentsEnvironmentsList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TerraformResource
| HashiCorp.Cdktf.IInterpolatingParent
| The parent resource. |
+| TerraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| WrapsSet
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `TerraformResource`Required
+
+- *Type:* HashiCorp.Cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `TerraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `WrapsSet`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| AllWithMapKey
| Creating an iterator for this complex list. |
+| ComputeFqn
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+| Get
| *No description.* |
+
+---
+
+##### `AllWithMapKey`
+
+```csharp
+private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName)
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `MapKeyAttributeName`Required
+
+- *Type:* string
+
+---
+
+##### `ComputeFqn`
+
+```csharp
+private string ComputeFqn()
+```
+
+##### `Resolve`
+
+```csharp
+private object Resolve(IResolveContext Context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `Context`Required
+
+- *Type:* HashiCorp.Cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `Get`
+
+```csharp
+private DataGitlabProjectEnvironmentsEnvironmentsOutputReference Get(double Index)
+```
+
+###### `Index`Required
+
+- *Type:* double
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| string
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```csharp
+public string[] CreationStack { get; }
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```csharp
+public string Fqn { get; }
+```
+
+- *Type:* string
+
+---
+
+
+### DataGitlabProjectEnvironmentsEnvironmentsOutputReference
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new DataGitlabProjectEnvironmentsEnvironmentsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TerraformResource
| HashiCorp.Cdktf.IInterpolatingParent
| The parent resource. |
+| TerraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| ComplexObjectIndex
| double
| the index of this item in the list. |
+| ComplexObjectIsFromSet
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `TerraformResource`Required
+
+- *Type:* HashiCorp.Cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `TerraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `ComplexObjectIndex`Required
+
+- *Type:* double
+
+the index of this item in the list.
+
+---
+
+##### `ComplexObjectIsFromSet`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ComputeFqn
| *No description.* |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `ComputeFqn`
+
+```csharp
+private string ComputeFqn()
+```
+
+##### `GetAnyMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanAttribute`
+
+```csharp
+private IResolvable GetBooleanAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetListAttribute`
+
+```csharp
+private string[] GetListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberAttribute`
+
+```csharp
+private double GetNumberAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberListAttribute`
+
+```csharp
+private double[] GetNumberListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringAttribute`
+
+```csharp
+private string GetStringAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `InterpolationForAttribute`
+
+```csharp
+private IResolvable InterpolationForAttribute(string Property)
+```
+
+###### `Property`Required
+
+- *Type:* string
+
+---
+
+##### `Resolve`
+
+```csharp
+private object Resolve(IResolveContext Context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `Context`Required
+
+- *Type:* HashiCorp.Cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| string
| *No description.* |
+| ClusterAgentId
| double
| *No description.* |
+| CreatedAt
| string
| *No description.* |
+| Description
| string
| *No description.* |
+| ExternalUrl
| string
| *No description.* |
+| FluxResourcePath
| string
| *No description.* |
+| Id
| double
| *No description.* |
+| KubernetesNamespace
| string
| *No description.* |
+| Name
| string
| *No description.* |
+| Slug
| string
| *No description.* |
+| State
| string
| *No description.* |
+| Tier
| string
| *No description.* |
+| UpdatedAt
| string
| *No description.* |
+| InternalValue
| DataGitlabProjectEnvironmentsEnvironments
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```csharp
+public string[] CreationStack { get; }
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```csharp
+public string Fqn { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `ClusterAgentId`Required
+
+```csharp
+public double ClusterAgentId { get; }
+```
+
+- *Type:* double
+
+---
+
+##### `CreatedAt`Required
+
+```csharp
+public string CreatedAt { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Description`Required
+
+```csharp
+public string Description { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `ExternalUrl`Required
+
+```csharp
+public string ExternalUrl { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `FluxResourcePath`Required
+
+```csharp
+public string FluxResourcePath { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Id`Required
+
+```csharp
+public double Id { get; }
+```
+
+- *Type:* double
+
+---
+
+##### `KubernetesNamespace`Required
+
+```csharp
+public string KubernetesNamespace { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Name`Required
+
+```csharp
+public string Name { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Slug`Required
+
+```csharp
+public string Slug { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `State`Required
+
+```csharp
+public string State { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Tier`Required
+
+```csharp
+public string Tier { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `UpdatedAt`Required
+
+```csharp
+public string UpdatedAt { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `InternalValue`Optional
+
+```csharp
+public DataGitlabProjectEnvironmentsEnvironments InternalValue { get; }
+```
+
+- *Type:* DataGitlabProjectEnvironmentsEnvironments
+
+---
+
+
+
diff --git a/docs/dataGitlabProjectEnvironments.go.md b/docs/dataGitlabProjectEnvironments.go.md
new file mode 100644
index 000000000..2cfc31fb2
--- /dev/null
+++ b/docs/dataGitlabProjectEnvironments.go.md
@@ -0,0 +1,1405 @@
+# `dataGitlabProjectEnvironments` Submodule
+
+## Constructs
+
+### DataGitlabProjectEnvironments
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments gitlab_project_environments}.
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectenvironments"
+
+datagitlabprojectenvironments.NewDataGitlabProjectEnvironments(scope Construct, id *string, config DataGitlabProjectEnvironmentsConfig) DataGitlabProjectEnvironments
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| github.com/aws/constructs-go/constructs/v10.Construct
| The scope in which to define this construct. |
+| id
| *string
| The scoped construct ID. |
+| config
| DataGitlabProjectEnvironmentsConfig
| *No description.* |
+
+---
+
+##### `scope`Required
+
+- *Type:* github.com/aws/constructs-go/constructs/v10.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* *string
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `config`Required
+
+- *Type:* DataGitlabProjectEnvironmentsConfig
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ToString
| Returns a string representation of this construct. |
+| AddOverride
| *No description.* |
+| OverrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| ResetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| ToHclTerraform
| Adds this resource to the terraform JSON output. |
+| ToMetadata
| *No description.* |
+| ToTerraform
| Adds this resource to the terraform JSON output. |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| ResetName
| *No description.* |
+| ResetSearch
| *No description.* |
+| ResetStates
| *No description.* |
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Returns a string representation of this construct.
+
+##### `AddOverride`
+
+```go
+func AddOverride(path *string, value interface{})
+```
+
+###### `path`Required
+
+- *Type:* *string
+
+---
+
+###### `value`Required
+
+- *Type:* interface{}
+
+---
+
+##### `OverrideLogicalId`
+
+```go
+func OverrideLogicalId(newLogicalId *string)
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `newLogicalId`Required
+
+- *Type:* *string
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `ResetOverrideLogicalId`
+
+```go
+func ResetOverrideLogicalId()
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `ToHclTerraform`
+
+```go
+func ToHclTerraform() interface{}
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `ToMetadata`
+
+```go
+func ToMetadata() interface{}
+```
+
+##### `ToTerraform`
+
+```go
+func ToTerraform() interface{}
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `GetAnyMapAttribute`
+
+```go
+func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanAttribute`
+
+```go
+func GetBooleanAttribute(terraformAttribute *string) IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```go
+func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetListAttribute`
+
+```go
+func GetListAttribute(terraformAttribute *string) *[]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberAttribute`
+
+```go
+func GetNumberAttribute(terraformAttribute *string) *f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberListAttribute`
+
+```go
+func GetNumberListAttribute(terraformAttribute *string) *[]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```go
+func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringAttribute`
+
+```go
+func GetStringAttribute(terraformAttribute *string) *string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringMapAttribute`
+
+```go
+func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `InterpolationForAttribute`
+
+```go
+func InterpolationForAttribute(terraformAttribute *string) IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `ResetName`
+
+```go
+func ResetName()
+```
+
+##### `ResetSearch`
+
+```go
+func ResetSearch()
+```
+
+##### `ResetStates`
+
+```go
+func ResetStates()
+```
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| IsConstruct
| Checks if `x` is a construct. |
+| IsTerraformElement
| *No description.* |
+| IsTerraformDataSource
| *No description.* |
+| GenerateConfigForImport
| Generates CDKTF code for importing a DataGitlabProjectEnvironments resource upon running "cdktf plan ". |
+
+---
+
+##### `IsConstruct`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectenvironments"
+
+datagitlabprojectenvironments.DataGitlabProjectEnvironments_IsConstruct(x interface{}) *bool
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* interface{}
+
+Any object.
+
+---
+
+##### `IsTerraformElement`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectenvironments"
+
+datagitlabprojectenvironments.DataGitlabProjectEnvironments_IsTerraformElement(x interface{}) *bool
+```
+
+###### `x`Required
+
+- *Type:* interface{}
+
+---
+
+##### `IsTerraformDataSource`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectenvironments"
+
+datagitlabprojectenvironments.DataGitlabProjectEnvironments_IsTerraformDataSource(x interface{}) *bool
+```
+
+###### `x`Required
+
+- *Type:* interface{}
+
+---
+
+##### `GenerateConfigForImport`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectenvironments"
+
+datagitlabprojectenvironments.DataGitlabProjectEnvironments_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
+```
+
+Generates CDKTF code for importing a DataGitlabProjectEnvironments resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* github.com/aws/constructs-go/constructs/v10.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `importToId`Required
+
+- *Type:* *string
+
+The construct id used in the generated config for the DataGitlabProjectEnvironments to import.
+
+---
+
+###### `importFromId`Required
+
+- *Type:* *string
+
+The id of the existing DataGitlabProjectEnvironments that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+? Optional instance of the provider where the DataGitlabProjectEnvironments to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Node
| github.com/aws/constructs-go/constructs/v10.Node
| The tree node. |
+| CdktfStack
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack
| *No description.* |
+| Fqn
| *string
| *No description.* |
+| FriendlyUniqueId
| *string
| *No description.* |
+| TerraformMetaArguments
| *map[string]interface{}
| *No description.* |
+| TerraformResourceType
| *string
| *No description.* |
+| TerraformGeneratorMetadata
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| Count
| interface{}
| *No description.* |
+| DependsOn
| *[]*string
| *No description.* |
+| ForEach
| github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
+| Environments
| DataGitlabProjectEnvironmentsEnvironmentsList
| *No description.* |
+| Id
| *string
| *No description.* |
+| NameInput
| *string
| *No description.* |
+| ProjectInput
| *string
| *No description.* |
+| SearchInput
| *string
| *No description.* |
+| StatesInput
| *string
| *No description.* |
+| Name
| *string
| *No description.* |
+| Project
| *string
| *No description.* |
+| Search
| *string
| *No description.* |
+| States
| *string
| *No description.* |
+
+---
+
+##### `Node`Required
+
+```go
+func Node() Node
+```
+
+- *Type:* github.com/aws/constructs-go/constructs/v10.Node
+
+The tree node.
+
+---
+
+##### `CdktfStack`Required
+
+```go
+func CdktfStack() TerraformStack
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack
+
+---
+
+##### `Fqn`Required
+
+```go
+func Fqn() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `FriendlyUniqueId`Required
+
+```go
+func FriendlyUniqueId() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `TerraformMetaArguments`Required
+
+```go
+func TerraformMetaArguments() *map[string]interface{}
+```
+
+- *Type:* *map[string]interface{}
+
+---
+
+##### `TerraformResourceType`Required
+
+```go
+func TerraformResourceType() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `TerraformGeneratorMetadata`Optional
+
+```go
+func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `Count`Optional
+
+```go
+func Count() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `DependsOn`Optional
+
+```go
+func DependsOn() *[]*string
+```
+
+- *Type:* *[]*string
+
+---
+
+##### `ForEach`Optional
+
+```go
+func ForEach() ITerraformIterator
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```go
+func Lifecycle() TerraformResourceLifecycle
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```go
+func Provider() TerraformProvider
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+---
+
+##### `Environments`Required
+
+```go
+func Environments() DataGitlabProjectEnvironmentsEnvironmentsList
+```
+
+- *Type:* DataGitlabProjectEnvironmentsEnvironmentsList
+
+---
+
+##### `Id`Required
+
+```go
+func Id() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `NameInput`Optional
+
+```go
+func NameInput() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `ProjectInput`Optional
+
+```go
+func ProjectInput() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `SearchInput`Optional
+
+```go
+func SearchInput() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `StatesInput`Optional
+
+```go
+func StatesInput() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Name`Required
+
+```go
+func Name() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Project`Required
+
+```go
+func Project() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Search`Required
+
+```go
+func Search() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `States`Required
+
+```go
+func States() *string
+```
+
+- *Type:* *string
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TfResourceType
| *string
| *No description.* |
+
+---
+
+##### `TfResourceType`Required
+
+```go
+func TfResourceType() *string
+```
+
+- *Type:* *string
+
+---
+
+## Structs
+
+### DataGitlabProjectEnvironmentsConfig
+
+#### Initializer
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectenvironments"
+
+&datagitlabprojectenvironments.DataGitlabProjectEnvironmentsConfig {
+ Connection: interface{},
+ Count: interface{},
+ DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable,
+ ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator,
+ Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
+ Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
+ Provisioners: *[]interface{},
+ Project: *string,
+ Name: *string,
+ Search: *string,
+ States: *string,
+}
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Connection
| interface{}
| *No description.* |
+| Count
| interface{}
| *No description.* |
+| DependsOn
| *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable
| *No description.* |
+| ForEach
| github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
+| Provisioners
| *[]interface{}
| *No description.* |
+| Project
| *string
| The ID or full path of the project. |
+| Name
| *string
| Return the environment with this name. Mutually exclusive with search. |
+| Search
| *string
| Return list of environments matching the search criteria. |
+| States
| *string
| List all environments that match the specified state. |
+
+---
+
+##### `Connection`Optional
+
+```go
+Connection interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `Count`Optional
+
+```go
+Count interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `DependsOn`Optional
+
+```go
+DependsOn *[]ITerraformDependable
+```
+
+- *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable
+
+---
+
+##### `ForEach`Optional
+
+```go
+ForEach ITerraformIterator
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```go
+Lifecycle TerraformResourceLifecycle
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```go
+Provider TerraformProvider
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+---
+
+##### `Provisioners`Optional
+
+```go
+Provisioners *[]interface{}
+```
+
+- *Type:* *[]interface{}
+
+---
+
+##### `Project`Required
+
+```go
+Project *string
+```
+
+- *Type:* *string
+
+The ID or full path of the project.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
+
+---
+
+##### `Name`Optional
+
+```go
+Name *string
+```
+
+- *Type:* *string
+
+Return the environment with this name. Mutually exclusive with search.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#name DataGitlabProjectEnvironments#name}
+
+---
+
+##### `Search`Optional
+
+```go
+Search *string
+```
+
+- *Type:* *string
+
+Return list of environments matching the search criteria.
+
+Mutually exclusive with name. Must be at least 3 characters long.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#search DataGitlabProjectEnvironments#search}
+
+---
+
+##### `States`Optional
+
+```go
+States *string
+```
+
+- *Type:* *string
+
+List all environments that match the specified state.
+
+Valid values are `available`, `stopping`, `stopped`. Returns all environments if not set.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#states DataGitlabProjectEnvironments#states}
+
+---
+
+### DataGitlabProjectEnvironmentsEnvironments
+
+#### Initializer
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectenvironments"
+
+&datagitlabprojectenvironments.DataGitlabProjectEnvironmentsEnvironments {
+
+}
+```
+
+
+## Classes
+
+### DataGitlabProjectEnvironmentsEnvironmentsList
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectenvironments"
+
+datagitlabprojectenvironments.NewDataGitlabProjectEnvironmentsEnvironmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGitlabProjectEnvironmentsEnvironmentsList
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| *string
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| *bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* *string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* *bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| AllWithMapKey
| Creating an iterator for this complex list. |
+| ComputeFqn
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+| Get
| *No description.* |
+
+---
+
+##### `AllWithMapKey`
+
+```go
+func AllWithMapKey(mapKeyAttributeName *string) DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* *string
+
+---
+
+##### `ComputeFqn`
+
+```go
+func ComputeFqn() *string
+```
+
+##### `Resolve`
+
+```go
+func Resolve(_context IResolveContext) interface{}
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `Get`
+
+```go
+func Get(index *f64) DataGitlabProjectEnvironmentsEnvironmentsOutputReference
+```
+
+###### `index`Required
+
+- *Type:* *f64
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| *[]*string
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| *string
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```go
+func CreationStack() *[]*string
+```
+
+- *Type:* *[]*string
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```go
+func Fqn() *string
+```
+
+- *Type:* *string
+
+---
+
+
+### DataGitlabProjectEnvironmentsEnvironmentsOutputReference
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectenvironments"
+
+datagitlabprojectenvironments.NewDataGitlabProjectEnvironmentsEnvironmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGitlabProjectEnvironmentsEnvironmentsOutputReference
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| *string
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| *f64
| the index of this item in the list. |
+| complexObjectIsFromSet
| *bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* *string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* *f64
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* *bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ComputeFqn
| *No description.* |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `ComputeFqn`
+
+```go
+func ComputeFqn() *string
+```
+
+##### `GetAnyMapAttribute`
+
+```go
+func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanAttribute`
+
+```go
+func GetBooleanAttribute(terraformAttribute *string) IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```go
+func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetListAttribute`
+
+```go
+func GetListAttribute(terraformAttribute *string) *[]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberAttribute`
+
+```go
+func GetNumberAttribute(terraformAttribute *string) *f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberListAttribute`
+
+```go
+func GetNumberListAttribute(terraformAttribute *string) *[]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```go
+func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringAttribute`
+
+```go
+func GetStringAttribute(terraformAttribute *string) *string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringMapAttribute`
+
+```go
+func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `InterpolationForAttribute`
+
+```go
+func InterpolationForAttribute(property *string) IResolvable
+```
+
+###### `property`Required
+
+- *Type:* *string
+
+---
+
+##### `Resolve`
+
+```go
+func Resolve(_context IResolveContext) interface{}
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| *[]*string
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| *string
| *No description.* |
+| ClusterAgentId
| *f64
| *No description.* |
+| CreatedAt
| *string
| *No description.* |
+| Description
| *string
| *No description.* |
+| ExternalUrl
| *string
| *No description.* |
+| FluxResourcePath
| *string
| *No description.* |
+| Id
| *f64
| *No description.* |
+| KubernetesNamespace
| *string
| *No description.* |
+| Name
| *string
| *No description.* |
+| Slug
| *string
| *No description.* |
+| State
| *string
| *No description.* |
+| Tier
| *string
| *No description.* |
+| UpdatedAt
| *string
| *No description.* |
+| InternalValue
| DataGitlabProjectEnvironmentsEnvironments
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```go
+func CreationStack() *[]*string
+```
+
+- *Type:* *[]*string
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```go
+func Fqn() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `ClusterAgentId`Required
+
+```go
+func ClusterAgentId() *f64
+```
+
+- *Type:* *f64
+
+---
+
+##### `CreatedAt`Required
+
+```go
+func CreatedAt() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Description`Required
+
+```go
+func Description() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `ExternalUrl`Required
+
+```go
+func ExternalUrl() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `FluxResourcePath`Required
+
+```go
+func FluxResourcePath() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Id`Required
+
+```go
+func Id() *f64
+```
+
+- *Type:* *f64
+
+---
+
+##### `KubernetesNamespace`Required
+
+```go
+func KubernetesNamespace() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Name`Required
+
+```go
+func Name() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Slug`Required
+
+```go
+func Slug() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `State`Required
+
+```go
+func State() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Tier`Required
+
+```go
+func Tier() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `UpdatedAt`Required
+
+```go
+func UpdatedAt() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `InternalValue`Optional
+
+```go
+func InternalValue() DataGitlabProjectEnvironmentsEnvironments
+```
+
+- *Type:* DataGitlabProjectEnvironmentsEnvironments
+
+---
+
+
+
diff --git a/docs/dataGitlabProjectEnvironments.java.md b/docs/dataGitlabProjectEnvironments.java.md
new file mode 100644
index 000000000..74d3b8a36
--- /dev/null
+++ b/docs/dataGitlabProjectEnvironments.java.md
@@ -0,0 +1,1514 @@
+# `dataGitlabProjectEnvironments` Submodule
+
+## Constructs
+
+### DataGitlabProjectEnvironments
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments gitlab_project_environments}.
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_project_environments.DataGitlabProjectEnvironments;
+
+DataGitlabProjectEnvironments.Builder.create(Construct scope, java.lang.String id)
+// .connection(SSHProvisionerConnection)
+// .connection(WinrmProvisionerConnection)
+// .count(java.lang.Number)
+// .count(TerraformCount)
+// .dependsOn(java.util.List)
+// .forEach(ITerraformIterator)
+// .lifecycle(TerraformResourceLifecycle)
+// .provider(TerraformProvider)
+// .provisioners(java.util.List)
+ .project(java.lang.String)
+// .name(java.lang.String)
+// .search(java.lang.String)
+// .states(java.lang.String)
+ .build();
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| software.constructs.Construct
| The scope in which to define this construct. |
+| id
| java.lang.String
| The scoped construct ID. |
+| connection
| com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| java.lang.Number OR com.hashicorp.cdktf.TerraformCount
| *No description.* |
+| dependsOn
| java.util.List
| *No description.* |
+| forEach
| com.hashicorp.cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
+| provisioners
| java.util.List
| *No description.* |
+| project
| java.lang.String
| The ID or full path of the project. |
+| name
| java.lang.String
| Return the environment with this name. Mutually exclusive with search. |
+| search
| java.lang.String
| Return list of environments matching the search criteria. |
+| states
| java.lang.String
| List all environments that match the specified state. |
+
+---
+
+##### `scope`Required
+
+- *Type:* software.constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* java.lang.String
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `connection`Optional
+
+- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+- *Type:* java.util.List
+
+---
+
+##### `forEach`Optional
+
+- *Type:* com.hashicorp.cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+- *Type:* java.util.List
+
+---
+
+##### `project`Required
+
+- *Type:* java.lang.String
+
+The ID or full path of the project.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
+
+---
+
+##### `name`Optional
+
+- *Type:* java.lang.String
+
+Return the environment with this name. Mutually exclusive with search.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#name DataGitlabProjectEnvironments#name}
+
+---
+
+##### `search`Optional
+
+- *Type:* java.lang.String
+
+Return list of environments matching the search criteria.
+
+Mutually exclusive with name. Must be at least 3 characters long.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#search DataGitlabProjectEnvironments#search}
+
+---
+
+##### `states`Optional
+
+- *Type:* java.lang.String
+
+List all environments that match the specified state.
+
+Valid values are `available`, `stopping`, `stopped`. Returns all environments if not set.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#states DataGitlabProjectEnvironments#states}
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| toString
| Returns a string representation of this construct. |
+| addOverride
| *No description.* |
+| overrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| resetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| toHclTerraform
| Adds this resource to the terraform JSON output. |
+| toMetadata
| *No description.* |
+| toTerraform
| Adds this resource to the terraform JSON output. |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resetName
| *No description.* |
+| resetSearch
| *No description.* |
+| resetStates
| *No description.* |
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Returns a string representation of this construct.
+
+##### `addOverride`
+
+```java
+public void addOverride(java.lang.String path, java.lang.Object value)
+```
+
+###### `path`Required
+
+- *Type:* java.lang.String
+
+---
+
+###### `value`Required
+
+- *Type:* java.lang.Object
+
+---
+
+##### `overrideLogicalId`
+
+```java
+public void overrideLogicalId(java.lang.String newLogicalId)
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `newLogicalId`Required
+
+- *Type:* java.lang.String
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `resetOverrideLogicalId`
+
+```java
+public void resetOverrideLogicalId()
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `toHclTerraform`
+
+```java
+public java.lang.Object toHclTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `toMetadata`
+
+```java
+public java.lang.Object toMetadata()
+```
+
+##### `toTerraform`
+
+```java
+public java.lang.Object toTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `getAnyMapAttribute`
+
+```java
+public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanAttribute`
+
+```java
+public IResolvable getBooleanAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanMapAttribute`
+
+```java
+public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getListAttribute`
+
+```java
+public java.util.List getListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberAttribute`
+
+```java
+public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberListAttribute`
+
+```java
+public java.util.List getNumberListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberMapAttribute`
+
+```java
+public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringAttribute`
+
+```java
+public java.lang.String getStringAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringMapAttribute`
+
+```java
+public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `interpolationForAttribute`
+
+```java
+public IResolvable interpolationForAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `resetName`
+
+```java
+public void resetName()
+```
+
+##### `resetSearch`
+
+```java
+public void resetSearch()
+```
+
+##### `resetStates`
+
+```java
+public void resetStates()
+```
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| isConstruct
| Checks if `x` is a construct. |
+| isTerraformElement
| *No description.* |
+| isTerraformDataSource
| *No description.* |
+| generateConfigForImport
| Generates CDKTF code for importing a DataGitlabProjectEnvironments resource upon running "cdktf plan ". |
+
+---
+
+##### `isConstruct`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_project_environments.DataGitlabProjectEnvironments;
+
+DataGitlabProjectEnvironments.isConstruct(java.lang.Object x)
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* java.lang.Object
+
+Any object.
+
+---
+
+##### `isTerraformElement`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_project_environments.DataGitlabProjectEnvironments;
+
+DataGitlabProjectEnvironments.isTerraformElement(java.lang.Object x)
+```
+
+###### `x`Required
+
+- *Type:* java.lang.Object
+
+---
+
+##### `isTerraformDataSource`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_project_environments.DataGitlabProjectEnvironments;
+
+DataGitlabProjectEnvironments.isTerraformDataSource(java.lang.Object x)
+```
+
+###### `x`Required
+
+- *Type:* java.lang.Object
+
+---
+
+##### `generateConfigForImport`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_project_environments.DataGitlabProjectEnvironments;
+
+DataGitlabProjectEnvironments.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),DataGitlabProjectEnvironments.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider)
+```
+
+Generates CDKTF code for importing a DataGitlabProjectEnvironments resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* software.constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `importToId`Required
+
+- *Type:* java.lang.String
+
+The construct id used in the generated config for the DataGitlabProjectEnvironments to import.
+
+---
+
+###### `importFromId`Required
+
+- *Type:* java.lang.String
+
+The id of the existing DataGitlabProjectEnvironments that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+? Optional instance of the provider where the DataGitlabProjectEnvironments to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| node
| software.constructs.Node
| The tree node. |
+| cdktfStack
| com.hashicorp.cdktf.TerraformStack
| *No description.* |
+| fqn
| java.lang.String
| *No description.* |
+| friendlyUniqueId
| java.lang.String
| *No description.* |
+| terraformMetaArguments
| java.util.Map
| *No description.* |
+| terraformResourceType
| java.lang.String
| *No description.* |
+| terraformGeneratorMetadata
| com.hashicorp.cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| count
| java.lang.Number OR com.hashicorp.cdktf.TerraformCount
| *No description.* |
+| dependsOn
| java.util.List
| *No description.* |
+| forEach
| com.hashicorp.cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
+| environments
| DataGitlabProjectEnvironmentsEnvironmentsList
| *No description.* |
+| id
| java.lang.String
| *No description.* |
+| nameInput
| java.lang.String
| *No description.* |
+| projectInput
| java.lang.String
| *No description.* |
+| searchInput
| java.lang.String
| *No description.* |
+| statesInput
| java.lang.String
| *No description.* |
+| name
| java.lang.String
| *No description.* |
+| project
| java.lang.String
| *No description.* |
+| search
| java.lang.String
| *No description.* |
+| states
| java.lang.String
| *No description.* |
+
+---
+
+##### `node`Required
+
+```java
+public Node getNode();
+```
+
+- *Type:* software.constructs.Node
+
+The tree node.
+
+---
+
+##### `cdktfStack`Required
+
+```java
+public TerraformStack getCdktfStack();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformStack
+
+---
+
+##### `fqn`Required
+
+```java
+public java.lang.String getFqn();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `friendlyUniqueId`Required
+
+```java
+public java.lang.String getFriendlyUniqueId();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `terraformMetaArguments`Required
+
+```java
+public java.util.Map getTerraformMetaArguments();
+```
+
+- *Type:* java.util.Map
+
+---
+
+##### `terraformResourceType`Required
+
+```java
+public java.lang.String getTerraformResourceType();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `terraformGeneratorMetadata`Optional
+
+```java
+public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `count`Optional
+
+```java
+public java.lang.Object getCount();
+```
+
+- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```java
+public java.util.List getDependsOn();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `forEach`Optional
+
+```java
+public ITerraformIterator getForEach();
+```
+
+- *Type:* com.hashicorp.cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```java
+public TerraformResourceLifecycle getLifecycle();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```java
+public TerraformProvider getProvider();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `environments`Required
+
+```java
+public DataGitlabProjectEnvironmentsEnvironmentsList getEnvironments();
+```
+
+- *Type:* DataGitlabProjectEnvironmentsEnvironmentsList
+
+---
+
+##### `id`Required
+
+```java
+public java.lang.String getId();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `nameInput`Optional
+
+```java
+public java.lang.String getNameInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `projectInput`Optional
+
+```java
+public java.lang.String getProjectInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `searchInput`Optional
+
+```java
+public java.lang.String getSearchInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `statesInput`Optional
+
+```java
+public java.lang.String getStatesInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `name`Required
+
+```java
+public java.lang.String getName();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `project`Required
+
+```java
+public java.lang.String getProject();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `search`Required
+
+```java
+public java.lang.String getSearch();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `states`Required
+
+```java
+public java.lang.String getStates();
+```
+
+- *Type:* java.lang.String
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| tfResourceType
| java.lang.String
| *No description.* |
+
+---
+
+##### `tfResourceType`Required
+
+```java
+public java.lang.String getTfResourceType();
+```
+
+- *Type:* java.lang.String
+
+---
+
+## Structs
+
+### DataGitlabProjectEnvironmentsConfig
+
+#### Initializer
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_project_environments.DataGitlabProjectEnvironmentsConfig;
+
+DataGitlabProjectEnvironmentsConfig.builder()
+// .connection(SSHProvisionerConnection)
+// .connection(WinrmProvisionerConnection)
+// .count(java.lang.Number)
+// .count(TerraformCount)
+// .dependsOn(java.util.List)
+// .forEach(ITerraformIterator)
+// .lifecycle(TerraformResourceLifecycle)
+// .provider(TerraformProvider)
+// .provisioners(java.util.List)
+ .project(java.lang.String)
+// .name(java.lang.String)
+// .search(java.lang.String)
+// .states(java.lang.String)
+ .build();
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| connection
| com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| java.lang.Number OR com.hashicorp.cdktf.TerraformCount
| *No description.* |
+| dependsOn
| java.util.List
| *No description.* |
+| forEach
| com.hashicorp.cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
+| provisioners
| java.util.List
| *No description.* |
+| project
| java.lang.String
| The ID or full path of the project. |
+| name
| java.lang.String
| Return the environment with this name. Mutually exclusive with search. |
+| search
| java.lang.String
| Return list of environments matching the search criteria. |
+| states
| java.lang.String
| List all environments that match the specified state. |
+
+---
+
+##### `connection`Optional
+
+```java
+public java.lang.Object getConnection();
+```
+
+- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+```java
+public java.lang.Object getCount();
+```
+
+- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```java
+public java.util.List getDependsOn();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `forEach`Optional
+
+```java
+public ITerraformIterator getForEach();
+```
+
+- *Type:* com.hashicorp.cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```java
+public TerraformResourceLifecycle getLifecycle();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```java
+public TerraformProvider getProvider();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```java
+public java.lang.Object getProvisioners();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `project`Required
+
+```java
+public java.lang.String getProject();
+```
+
+- *Type:* java.lang.String
+
+The ID or full path of the project.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
+
+---
+
+##### `name`Optional
+
+```java
+public java.lang.String getName();
+```
+
+- *Type:* java.lang.String
+
+Return the environment with this name. Mutually exclusive with search.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#name DataGitlabProjectEnvironments#name}
+
+---
+
+##### `search`Optional
+
+```java
+public java.lang.String getSearch();
+```
+
+- *Type:* java.lang.String
+
+Return list of environments matching the search criteria.
+
+Mutually exclusive with name. Must be at least 3 characters long.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#search DataGitlabProjectEnvironments#search}
+
+---
+
+##### `states`Optional
+
+```java
+public java.lang.String getStates();
+```
+
+- *Type:* java.lang.String
+
+List all environments that match the specified state.
+
+Valid values are `available`, `stopping`, `stopped`. Returns all environments if not set.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#states DataGitlabProjectEnvironments#states}
+
+---
+
+### DataGitlabProjectEnvironmentsEnvironments
+
+#### Initializer
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_project_environments.DataGitlabProjectEnvironmentsEnvironments;
+
+DataGitlabProjectEnvironmentsEnvironments.builder()
+ .build();
+```
+
+
+## Classes
+
+### DataGitlabProjectEnvironmentsEnvironmentsList
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_project_environments.DataGitlabProjectEnvironmentsEnvironmentsList;
+
+new DataGitlabProjectEnvironmentsEnvironmentsList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| com.hashicorp.cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| java.lang.String
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| java.lang.Boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* com.hashicorp.cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* java.lang.Boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| allWithMapKey
| Creating an iterator for this complex list. |
+| computeFqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `allWithMapKey`
+
+```java
+public DynamicListTerraformIterator allWithMapKey(java.lang.String mapKeyAttributeName)
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `computeFqn`
+
+```java
+public java.lang.String computeFqn()
+```
+
+##### `resolve`
+
+```java
+public java.lang.Object resolve(IResolveContext _context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* com.hashicorp.cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```java
+public DataGitlabProjectEnvironmentsEnvironmentsOutputReference get(java.lang.Number index)
+```
+
+###### `index`Required
+
+- *Type:* java.lang.Number
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| java.util.List
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| java.lang.String
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```java
+public java.util.List getCreationStack();
+```
+
+- *Type:* java.util.List
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```java
+public java.lang.String getFqn();
+```
+
+- *Type:* java.lang.String
+
+---
+
+
+### DataGitlabProjectEnvironmentsEnvironmentsOutputReference
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_project_environments.DataGitlabProjectEnvironmentsEnvironmentsOutputReference;
+
+new DataGitlabProjectEnvironmentsEnvironmentsOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Number complexObjectIndex, java.lang.Boolean complexObjectIsFromSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| com.hashicorp.cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| java.lang.String
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| java.lang.Number
| the index of this item in the list. |
+| complexObjectIsFromSet
| java.lang.Boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* com.hashicorp.cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* java.lang.Number
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* java.lang.Boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| computeFqn
| *No description.* |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `computeFqn`
+
+```java
+public java.lang.String computeFqn()
+```
+
+##### `getAnyMapAttribute`
+
+```java
+public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanAttribute`
+
+```java
+public IResolvable getBooleanAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanMapAttribute`
+
+```java
+public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getListAttribute`
+
+```java
+public java.util.List getListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberAttribute`
+
+```java
+public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberListAttribute`
+
+```java
+public java.util.List getNumberListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberMapAttribute`
+
+```java
+public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringAttribute`
+
+```java
+public java.lang.String getStringAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringMapAttribute`
+
+```java
+public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `interpolationForAttribute`
+
+```java
+public IResolvable interpolationForAttribute(java.lang.String property)
+```
+
+###### `property`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `resolve`
+
+```java
+public java.lang.Object resolve(IResolveContext _context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* com.hashicorp.cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| java.util.List
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| java.lang.String
| *No description.* |
+| clusterAgentId
| java.lang.Number
| *No description.* |
+| createdAt
| java.lang.String
| *No description.* |
+| description
| java.lang.String
| *No description.* |
+| externalUrl
| java.lang.String
| *No description.* |
+| fluxResourcePath
| java.lang.String
| *No description.* |
+| id
| java.lang.Number
| *No description.* |
+| kubernetesNamespace
| java.lang.String
| *No description.* |
+| name
| java.lang.String
| *No description.* |
+| slug
| java.lang.String
| *No description.* |
+| state
| java.lang.String
| *No description.* |
+| tier
| java.lang.String
| *No description.* |
+| updatedAt
| java.lang.String
| *No description.* |
+| internalValue
| DataGitlabProjectEnvironmentsEnvironments
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```java
+public java.util.List getCreationStack();
+```
+
+- *Type:* java.util.List
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```java
+public java.lang.String getFqn();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `clusterAgentId`Required
+
+```java
+public java.lang.Number getClusterAgentId();
+```
+
+- *Type:* java.lang.Number
+
+---
+
+##### `createdAt`Required
+
+```java
+public java.lang.String getCreatedAt();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `description`Required
+
+```java
+public java.lang.String getDescription();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `externalUrl`Required
+
+```java
+public java.lang.String getExternalUrl();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `fluxResourcePath`Required
+
+```java
+public java.lang.String getFluxResourcePath();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `id`Required
+
+```java
+public java.lang.Number getId();
+```
+
+- *Type:* java.lang.Number
+
+---
+
+##### `kubernetesNamespace`Required
+
+```java
+public java.lang.String getKubernetesNamespace();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `name`Required
+
+```java
+public java.lang.String getName();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `slug`Required
+
+```java
+public java.lang.String getSlug();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `state`Required
+
+```java
+public java.lang.String getState();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `tier`Required
+
+```java
+public java.lang.String getTier();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `updatedAt`Required
+
+```java
+public java.lang.String getUpdatedAt();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `internalValue`Optional
+
+```java
+public DataGitlabProjectEnvironmentsEnvironments getInternalValue();
+```
+
+- *Type:* DataGitlabProjectEnvironmentsEnvironments
+
+---
+
+
+
diff --git a/docs/dataGitlabProjectEnvironments.python.md b/docs/dataGitlabProjectEnvironments.python.md
new file mode 100644
index 000000000..2cb0d3444
--- /dev/null
+++ b/docs/dataGitlabProjectEnvironments.python.md
@@ -0,0 +1,1580 @@
+# `dataGitlabProjectEnvironments` Submodule
+
+## Constructs
+
+### DataGitlabProjectEnvironments
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments gitlab_project_environments}.
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_project_environments
+
+dataGitlabProjectEnvironments.DataGitlabProjectEnvironments(
+ scope: Construct,
+ id: str,
+ connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None,
+ count: typing.Union[typing.Union[int, float], TerraformCount] = None,
+ depends_on: typing.List[ITerraformDependable] = None,
+ for_each: ITerraformIterator = None,
+ lifecycle: TerraformResourceLifecycle = None,
+ provider: TerraformProvider = None,
+ provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None,
+ project: str,
+ name: str = None,
+ search: str = None,
+ states: str = None
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| constructs.Construct
| The scope in which to define this construct. |
+| id
| str
| The scoped construct ID. |
+| connection
| typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
| *No description.* |
+| count
| typing.Union[typing.Union[int, float], cdktf.TerraformCount]
| *No description.* |
+| depends_on
| typing.List[cdktf.ITerraformDependable]
| *No description.* |
+| for_each
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
+| project
| str
| The ID or full path of the project. |
+| name
| str
| Return the environment with this name. Mutually exclusive with search. |
+| search
| str
| Return list of environments matching the search criteria. |
+| states
| str
| List all environments that match the specified state. |
+
+---
+
+##### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* str
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `connection`Optional
+
+- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
+
+---
+
+##### `count`Optional
+
+- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount]
+
+---
+
+##### `depends_on`Optional
+
+- *Type:* typing.List[cdktf.ITerraformDependable]
+
+---
+
+##### `for_each`Optional
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
+
+---
+
+##### `project`Required
+
+- *Type:* str
+
+The ID or full path of the project.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
+
+---
+
+##### `name`Optional
+
+- *Type:* str
+
+Return the environment with this name. Mutually exclusive with search.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#name DataGitlabProjectEnvironments#name}
+
+---
+
+##### `search`Optional
+
+- *Type:* str
+
+Return list of environments matching the search criteria.
+
+Mutually exclusive with name. Must be at least 3 characters long.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#search DataGitlabProjectEnvironments#search}
+
+---
+
+##### `states`Optional
+
+- *Type:* str
+
+List all environments that match the specified state.
+
+Valid values are `available`, `stopping`, `stopped`. Returns all environments if not set.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#states DataGitlabProjectEnvironments#states}
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| to_string
| Returns a string representation of this construct. |
+| add_override
| *No description.* |
+| override_logical_id
| Overrides the auto-generated logical ID with a specific ID. |
+| reset_override_logical_id
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| to_hcl_terraform
| Adds this resource to the terraform JSON output. |
+| to_metadata
| *No description.* |
+| to_terraform
| Adds this resource to the terraform JSON output. |
+| get_any_map_attribute
| *No description.* |
+| get_boolean_attribute
| *No description.* |
+| get_boolean_map_attribute
| *No description.* |
+| get_list_attribute
| *No description.* |
+| get_number_attribute
| *No description.* |
+| get_number_list_attribute
| *No description.* |
+| get_number_map_attribute
| *No description.* |
+| get_string_attribute
| *No description.* |
+| get_string_map_attribute
| *No description.* |
+| interpolation_for_attribute
| *No description.* |
+| reset_name
| *No description.* |
+| reset_search
| *No description.* |
+| reset_states
| *No description.* |
+
+---
+
+##### `to_string`
+
+```python
+def to_string() -> str
+```
+
+Returns a string representation of this construct.
+
+##### `add_override`
+
+```python
+def add_override(
+ path: str,
+ value: typing.Any
+) -> None
+```
+
+###### `path`Required
+
+- *Type:* str
+
+---
+
+###### `value`Required
+
+- *Type:* typing.Any
+
+---
+
+##### `override_logical_id`
+
+```python
+def override_logical_id(
+ new_logical_id: str
+) -> None
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `new_logical_id`Required
+
+- *Type:* str
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `reset_override_logical_id`
+
+```python
+def reset_override_logical_id() -> None
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `to_hcl_terraform`
+
+```python
+def to_hcl_terraform() -> typing.Any
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `to_metadata`
+
+```python
+def to_metadata() -> typing.Any
+```
+
+##### `to_terraform`
+
+```python
+def to_terraform() -> typing.Any
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `get_any_map_attribute`
+
+```python
+def get_any_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Any]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_attribute`
+
+```python
+def get_boolean_attribute(
+ terraform_attribute: str
+) -> IResolvable
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_map_attribute`
+
+```python
+def get_boolean_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[bool]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_list_attribute`
+
+```python
+def get_list_attribute(
+ terraform_attribute: str
+) -> typing.List[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_attribute`
+
+```python
+def get_number_attribute(
+ terraform_attribute: str
+) -> typing.Union[int, float]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_list_attribute`
+
+```python
+def get_number_list_attribute(
+ terraform_attribute: str
+) -> typing.List[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_map_attribute`
+
+```python
+def get_number_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_attribute`
+
+```python
+def get_string_attribute(
+ terraform_attribute: str
+) -> str
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_map_attribute`
+
+```python
+def get_string_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `interpolation_for_attribute`
+
+```python
+def interpolation_for_attribute(
+ terraform_attribute: str
+) -> IResolvable
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `reset_name`
+
+```python
+def reset_name() -> None
+```
+
+##### `reset_search`
+
+```python
+def reset_search() -> None
+```
+
+##### `reset_states`
+
+```python
+def reset_states() -> None
+```
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| is_construct
| Checks if `x` is a construct. |
+| is_terraform_element
| *No description.* |
+| is_terraform_data_source
| *No description.* |
+| generate_config_for_import
| Generates CDKTF code for importing a DataGitlabProjectEnvironments resource upon running "cdktf plan ". |
+
+---
+
+##### `is_construct`
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_project_environments
+
+dataGitlabProjectEnvironments.DataGitlabProjectEnvironments.is_construct(
+ x: typing.Any
+)
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* typing.Any
+
+Any object.
+
+---
+
+##### `is_terraform_element`
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_project_environments
+
+dataGitlabProjectEnvironments.DataGitlabProjectEnvironments.is_terraform_element(
+ x: typing.Any
+)
+```
+
+###### `x`Required
+
+- *Type:* typing.Any
+
+---
+
+##### `is_terraform_data_source`
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_project_environments
+
+dataGitlabProjectEnvironments.DataGitlabProjectEnvironments.is_terraform_data_source(
+ x: typing.Any
+)
+```
+
+###### `x`Required
+
+- *Type:* typing.Any
+
+---
+
+##### `generate_config_for_import`
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_project_environments
+
+dataGitlabProjectEnvironments.DataGitlabProjectEnvironments.generate_config_for_import(
+ scope: Construct,
+ import_to_id: str,
+ import_from_id: str,
+ provider: TerraformProvider = None
+)
+```
+
+Generates CDKTF code for importing a DataGitlabProjectEnvironments resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `import_to_id`Required
+
+- *Type:* str
+
+The construct id used in the generated config for the DataGitlabProjectEnvironments to import.
+
+---
+
+###### `import_from_id`Required
+
+- *Type:* str
+
+The id of the existing DataGitlabProjectEnvironments that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* cdktf.TerraformProvider
+
+? Optional instance of the provider where the DataGitlabProjectEnvironments to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| node
| constructs.Node
| The tree node. |
+| cdktf_stack
| cdktf.TerraformStack
| *No description.* |
+| fqn
| str
| *No description.* |
+| friendly_unique_id
| str
| *No description.* |
+| terraform_meta_arguments
| typing.Mapping[typing.Any]
| *No description.* |
+| terraform_resource_type
| str
| *No description.* |
+| terraform_generator_metadata
| cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| count
| typing.Union[typing.Union[int, float], cdktf.TerraformCount]
| *No description.* |
+| depends_on
| typing.List[str]
| *No description.* |
+| for_each
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| environments
| DataGitlabProjectEnvironmentsEnvironmentsList
| *No description.* |
+| id
| str
| *No description.* |
+| name_input
| str
| *No description.* |
+| project_input
| str
| *No description.* |
+| search_input
| str
| *No description.* |
+| states_input
| str
| *No description.* |
+| name
| str
| *No description.* |
+| project
| str
| *No description.* |
+| search
| str
| *No description.* |
+| states
| str
| *No description.* |
+
+---
+
+##### `node`Required
+
+```python
+node: Node
+```
+
+- *Type:* constructs.Node
+
+The tree node.
+
+---
+
+##### `cdktf_stack`Required
+
+```python
+cdktf_stack: TerraformStack
+```
+
+- *Type:* cdktf.TerraformStack
+
+---
+
+##### `fqn`Required
+
+```python
+fqn: str
+```
+
+- *Type:* str
+
+---
+
+##### `friendly_unique_id`Required
+
+```python
+friendly_unique_id: str
+```
+
+- *Type:* str
+
+---
+
+##### `terraform_meta_arguments`Required
+
+```python
+terraform_meta_arguments: typing.Mapping[typing.Any]
+```
+
+- *Type:* typing.Mapping[typing.Any]
+
+---
+
+##### `terraform_resource_type`Required
+
+```python
+terraform_resource_type: str
+```
+
+- *Type:* str
+
+---
+
+##### `terraform_generator_metadata`Optional
+
+```python
+terraform_generator_metadata: TerraformProviderGeneratorMetadata
+```
+
+- *Type:* cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `count`Optional
+
+```python
+count: typing.Union[typing.Union[int, float], TerraformCount]
+```
+
+- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount]
+
+---
+
+##### `depends_on`Optional
+
+```python
+depends_on: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+---
+
+##### `for_each`Optional
+
+```python
+for_each: ITerraformIterator
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```python
+lifecycle: TerraformResourceLifecycle
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```python
+provider: TerraformProvider
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `environments`Required
+
+```python
+environments: DataGitlabProjectEnvironmentsEnvironmentsList
+```
+
+- *Type:* DataGitlabProjectEnvironmentsEnvironmentsList
+
+---
+
+##### `id`Required
+
+```python
+id: str
+```
+
+- *Type:* str
+
+---
+
+##### `name_input`Optional
+
+```python
+name_input: str
+```
+
+- *Type:* str
+
+---
+
+##### `project_input`Optional
+
+```python
+project_input: str
+```
+
+- *Type:* str
+
+---
+
+##### `search_input`Optional
+
+```python
+search_input: str
+```
+
+- *Type:* str
+
+---
+
+##### `states_input`Optional
+
+```python
+states_input: str
+```
+
+- *Type:* str
+
+---
+
+##### `name`Required
+
+```python
+name: str
+```
+
+- *Type:* str
+
+---
+
+##### `project`Required
+
+```python
+project: str
+```
+
+- *Type:* str
+
+---
+
+##### `search`Required
+
+```python
+search: str
+```
+
+- *Type:* str
+
+---
+
+##### `states`Required
+
+```python
+states: str
+```
+
+- *Type:* str
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| tfResourceType
| str
| *No description.* |
+
+---
+
+##### `tfResourceType`Required
+
+```python
+tfResourceType: str
+```
+
+- *Type:* str
+
+---
+
+## Structs
+
+### DataGitlabProjectEnvironmentsConfig
+
+#### Initializer
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_project_environments
+
+dataGitlabProjectEnvironments.DataGitlabProjectEnvironmentsConfig(
+ connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None,
+ count: typing.Union[typing.Union[int, float], TerraformCount] = None,
+ depends_on: typing.List[ITerraformDependable] = None,
+ for_each: ITerraformIterator = None,
+ lifecycle: TerraformResourceLifecycle = None,
+ provider: TerraformProvider = None,
+ provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None,
+ project: str,
+ name: str = None,
+ search: str = None,
+ states: str = None
+)
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| connection
| typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
| *No description.* |
+| count
| typing.Union[typing.Union[int, float], cdktf.TerraformCount]
| *No description.* |
+| depends_on
| typing.List[cdktf.ITerraformDependable]
| *No description.* |
+| for_each
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
+| project
| str
| The ID or full path of the project. |
+| name
| str
| Return the environment with this name. Mutually exclusive with search. |
+| search
| str
| Return list of environments matching the search criteria. |
+| states
| str
| List all environments that match the specified state. |
+
+---
+
+##### `connection`Optional
+
+```python
+connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection]
+```
+
+- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
+
+---
+
+##### `count`Optional
+
+```python
+count: typing.Union[typing.Union[int, float], TerraformCount]
+```
+
+- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount]
+
+---
+
+##### `depends_on`Optional
+
+```python
+depends_on: typing.List[ITerraformDependable]
+```
+
+- *Type:* typing.List[cdktf.ITerraformDependable]
+
+---
+
+##### `for_each`Optional
+
+```python
+for_each: ITerraformIterator
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```python
+lifecycle: TerraformResourceLifecycle
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```python
+provider: TerraformProvider
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```python
+provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]]
+```
+
+- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
+
+---
+
+##### `project`Required
+
+```python
+project: str
+```
+
+- *Type:* str
+
+The ID or full path of the project.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
+
+---
+
+##### `name`Optional
+
+```python
+name: str
+```
+
+- *Type:* str
+
+Return the environment with this name. Mutually exclusive with search.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#name DataGitlabProjectEnvironments#name}
+
+---
+
+##### `search`Optional
+
+```python
+search: str
+```
+
+- *Type:* str
+
+Return list of environments matching the search criteria.
+
+Mutually exclusive with name. Must be at least 3 characters long.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#search DataGitlabProjectEnvironments#search}
+
+---
+
+##### `states`Optional
+
+```python
+states: str
+```
+
+- *Type:* str
+
+List all environments that match the specified state.
+
+Valid values are `available`, `stopping`, `stopped`. Returns all environments if not set.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#states DataGitlabProjectEnvironments#states}
+
+---
+
+### DataGitlabProjectEnvironmentsEnvironments
+
+#### Initializer
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_project_environments
+
+dataGitlabProjectEnvironments.DataGitlabProjectEnvironmentsEnvironments()
+```
+
+
+## Classes
+
+### DataGitlabProjectEnvironmentsEnvironmentsList
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_project_environments
+
+dataGitlabProjectEnvironments.DataGitlabProjectEnvironmentsEnvironmentsList(
+ terraform_resource: IInterpolatingParent,
+ terraform_attribute: str,
+ wraps_set: bool
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraform_resource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraform_attribute
| str
| The attribute on the parent resource this class is referencing. |
+| wraps_set
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraform_resource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraform_attribute`Required
+
+- *Type:* str
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wraps_set`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| all_with_map_key
| Creating an iterator for this complex list. |
+| compute_fqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| to_string
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `all_with_map_key`
+
+```python
+def all_with_map_key(
+ map_key_attribute_name: str
+) -> DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `map_key_attribute_name`Required
+
+- *Type:* str
+
+---
+
+##### `compute_fqn`
+
+```python
+def compute_fqn() -> str
+```
+
+##### `resolve`
+
+```python
+def resolve(
+ _context: IResolveContext
+) -> typing.Any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `to_string`
+
+```python
+def to_string() -> str
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```python
+def get(
+ index: typing.Union[int, float]
+) -> DataGitlabProjectEnvironmentsEnvironmentsOutputReference
+```
+
+###### `index`Required
+
+- *Type:* typing.Union[int, float]
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creation_stack
| typing.List[str]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| str
| *No description.* |
+
+---
+
+##### `creation_stack`Required
+
+```python
+creation_stack: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```python
+fqn: str
+```
+
+- *Type:* str
+
+---
+
+
+### DataGitlabProjectEnvironmentsEnvironmentsOutputReference
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_project_environments
+
+dataGitlabProjectEnvironments.DataGitlabProjectEnvironmentsEnvironmentsOutputReference(
+ terraform_resource: IInterpolatingParent,
+ terraform_attribute: str,
+ complex_object_index: typing.Union[int, float],
+ complex_object_is_from_set: bool
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraform_resource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraform_attribute
| str
| The attribute on the parent resource this class is referencing. |
+| complex_object_index
| typing.Union[int, float]
| the index of this item in the list. |
+| complex_object_is_from_set
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraform_resource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraform_attribute`Required
+
+- *Type:* str
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complex_object_index`Required
+
+- *Type:* typing.Union[int, float]
+
+the index of this item in the list.
+
+---
+
+##### `complex_object_is_from_set`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| compute_fqn
| *No description.* |
+| get_any_map_attribute
| *No description.* |
+| get_boolean_attribute
| *No description.* |
+| get_boolean_map_attribute
| *No description.* |
+| get_list_attribute
| *No description.* |
+| get_number_attribute
| *No description.* |
+| get_number_list_attribute
| *No description.* |
+| get_number_map_attribute
| *No description.* |
+| get_string_attribute
| *No description.* |
+| get_string_map_attribute
| *No description.* |
+| interpolation_for_attribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| to_string
| Return a string representation of this resolvable object. |
+
+---
+
+##### `compute_fqn`
+
+```python
+def compute_fqn() -> str
+```
+
+##### `get_any_map_attribute`
+
+```python
+def get_any_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Any]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_attribute`
+
+```python
+def get_boolean_attribute(
+ terraform_attribute: str
+) -> IResolvable
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_map_attribute`
+
+```python
+def get_boolean_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[bool]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_list_attribute`
+
+```python
+def get_list_attribute(
+ terraform_attribute: str
+) -> typing.List[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_attribute`
+
+```python
+def get_number_attribute(
+ terraform_attribute: str
+) -> typing.Union[int, float]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_list_attribute`
+
+```python
+def get_number_list_attribute(
+ terraform_attribute: str
+) -> typing.List[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_map_attribute`
+
+```python
+def get_number_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_attribute`
+
+```python
+def get_string_attribute(
+ terraform_attribute: str
+) -> str
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_map_attribute`
+
+```python
+def get_string_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `interpolation_for_attribute`
+
+```python
+def interpolation_for_attribute(
+ property: str
+) -> IResolvable
+```
+
+###### `property`Required
+
+- *Type:* str
+
+---
+
+##### `resolve`
+
+```python
+def resolve(
+ _context: IResolveContext
+) -> typing.Any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `to_string`
+
+```python
+def to_string() -> str
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creation_stack
| typing.List[str]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| str
| *No description.* |
+| cluster_agent_id
| typing.Union[int, float]
| *No description.* |
+| created_at
| str
| *No description.* |
+| description
| str
| *No description.* |
+| external_url
| str
| *No description.* |
+| flux_resource_path
| str
| *No description.* |
+| id
| typing.Union[int, float]
| *No description.* |
+| kubernetes_namespace
| str
| *No description.* |
+| name
| str
| *No description.* |
+| slug
| str
| *No description.* |
+| state
| str
| *No description.* |
+| tier
| str
| *No description.* |
+| updated_at
| str
| *No description.* |
+| internal_value
| DataGitlabProjectEnvironmentsEnvironments
| *No description.* |
+
+---
+
+##### `creation_stack`Required
+
+```python
+creation_stack: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```python
+fqn: str
+```
+
+- *Type:* str
+
+---
+
+##### `cluster_agent_id`Required
+
+```python
+cluster_agent_id: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+---
+
+##### `created_at`Required
+
+```python
+created_at: str
+```
+
+- *Type:* str
+
+---
+
+##### `description`Required
+
+```python
+description: str
+```
+
+- *Type:* str
+
+---
+
+##### `external_url`Required
+
+```python
+external_url: str
+```
+
+- *Type:* str
+
+---
+
+##### `flux_resource_path`Required
+
+```python
+flux_resource_path: str
+```
+
+- *Type:* str
+
+---
+
+##### `id`Required
+
+```python
+id: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+---
+
+##### `kubernetes_namespace`Required
+
+```python
+kubernetes_namespace: str
+```
+
+- *Type:* str
+
+---
+
+##### `name`Required
+
+```python
+name: str
+```
+
+- *Type:* str
+
+---
+
+##### `slug`Required
+
+```python
+slug: str
+```
+
+- *Type:* str
+
+---
+
+##### `state`Required
+
+```python
+state: str
+```
+
+- *Type:* str
+
+---
+
+##### `tier`Required
+
+```python
+tier: str
+```
+
+- *Type:* str
+
+---
+
+##### `updated_at`Required
+
+```python
+updated_at: str
+```
+
+- *Type:* str
+
+---
+
+##### `internal_value`Optional
+
+```python
+internal_value: DataGitlabProjectEnvironmentsEnvironments
+```
+
+- *Type:* DataGitlabProjectEnvironmentsEnvironments
+
+---
+
+
+
diff --git a/docs/dataGitlabProjectEnvironments.typescript.md b/docs/dataGitlabProjectEnvironments.typescript.md
new file mode 100644
index 000000000..4ac25497c
--- /dev/null
+++ b/docs/dataGitlabProjectEnvironments.typescript.md
@@ -0,0 +1,1391 @@
+# `dataGitlabProjectEnvironments` Submodule
+
+## Constructs
+
+### DataGitlabProjectEnvironments
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments gitlab_project_environments}.
+
+#### Initializers
+
+```typescript
+import { dataGitlabProjectEnvironments } from '@cdktf/provider-gitlab'
+
+new dataGitlabProjectEnvironments.DataGitlabProjectEnvironments(scope: Construct, id: string, config: DataGitlabProjectEnvironmentsConfig)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| constructs.Construct
| The scope in which to define this construct. |
+| id
| string
| The scoped construct ID. |
+| config
| DataGitlabProjectEnvironmentsConfig
| *No description.* |
+
+---
+
+##### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* string
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `config`Required
+
+- *Type:* DataGitlabProjectEnvironmentsConfig
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| toString
| Returns a string representation of this construct. |
+| addOverride
| *No description.* |
+| overrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| resetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| toHclTerraform
| Adds this resource to the terraform JSON output. |
+| toMetadata
| *No description.* |
+| toTerraform
| Adds this resource to the terraform JSON output. |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resetName
| *No description.* |
+| resetSearch
| *No description.* |
+| resetStates
| *No description.* |
+
+---
+
+##### `toString`
+
+```typescript
+public toString(): string
+```
+
+Returns a string representation of this construct.
+
+##### `addOverride`
+
+```typescript
+public addOverride(path: string, value: any): void
+```
+
+###### `path`Required
+
+- *Type:* string
+
+---
+
+###### `value`Required
+
+- *Type:* any
+
+---
+
+##### `overrideLogicalId`
+
+```typescript
+public overrideLogicalId(newLogicalId: string): void
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `newLogicalId`Required
+
+- *Type:* string
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `resetOverrideLogicalId`
+
+```typescript
+public resetOverrideLogicalId(): void
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `toHclTerraform`
+
+```typescript
+public toHclTerraform(): any
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `toMetadata`
+
+```typescript
+public toMetadata(): any
+```
+
+##### `toTerraform`
+
+```typescript
+public toTerraform(): any
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `getAnyMapAttribute`
+
+```typescript
+public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanAttribute`
+
+```typescript
+public getBooleanAttribute(terraformAttribute: string): IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanMapAttribute`
+
+```typescript
+public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getListAttribute`
+
+```typescript
+public getListAttribute(terraformAttribute: string): string[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberAttribute`
+
+```typescript
+public getNumberAttribute(terraformAttribute: string): number
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberListAttribute`
+
+```typescript
+public getNumberListAttribute(terraformAttribute: string): number[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberMapAttribute`
+
+```typescript
+public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringAttribute`
+
+```typescript
+public getStringAttribute(terraformAttribute: string): string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringMapAttribute`
+
+```typescript
+public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `interpolationForAttribute`
+
+```typescript
+public interpolationForAttribute(terraformAttribute: string): IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `resetName`
+
+```typescript
+public resetName(): void
+```
+
+##### `resetSearch`
+
+```typescript
+public resetSearch(): void
+```
+
+##### `resetStates`
+
+```typescript
+public resetStates(): void
+```
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| isConstruct
| Checks if `x` is a construct. |
+| isTerraformElement
| *No description.* |
+| isTerraformDataSource
| *No description.* |
+| generateConfigForImport
| Generates CDKTF code for importing a DataGitlabProjectEnvironments resource upon running "cdktf plan ". |
+
+---
+
+##### `isConstruct`
+
+```typescript
+import { dataGitlabProjectEnvironments } from '@cdktf/provider-gitlab'
+
+dataGitlabProjectEnvironments.DataGitlabProjectEnvironments.isConstruct(x: any)
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* any
+
+Any object.
+
+---
+
+##### `isTerraformElement`
+
+```typescript
+import { dataGitlabProjectEnvironments } from '@cdktf/provider-gitlab'
+
+dataGitlabProjectEnvironments.DataGitlabProjectEnvironments.isTerraformElement(x: any)
+```
+
+###### `x`Required
+
+- *Type:* any
+
+---
+
+##### `isTerraformDataSource`
+
+```typescript
+import { dataGitlabProjectEnvironments } from '@cdktf/provider-gitlab'
+
+dataGitlabProjectEnvironments.DataGitlabProjectEnvironments.isTerraformDataSource(x: any)
+```
+
+###### `x`Required
+
+- *Type:* any
+
+---
+
+##### `generateConfigForImport`
+
+```typescript
+import { dataGitlabProjectEnvironments } from '@cdktf/provider-gitlab'
+
+dataGitlabProjectEnvironments.DataGitlabProjectEnvironments.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider)
+```
+
+Generates CDKTF code for importing a DataGitlabProjectEnvironments resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `importToId`Required
+
+- *Type:* string
+
+The construct id used in the generated config for the DataGitlabProjectEnvironments to import.
+
+---
+
+###### `importFromId`Required
+
+- *Type:* string
+
+The id of the existing DataGitlabProjectEnvironments that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* cdktf.TerraformProvider
+
+? Optional instance of the provider where the DataGitlabProjectEnvironments to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| node
| constructs.Node
| The tree node. |
+| cdktfStack
| cdktf.TerraformStack
| *No description.* |
+| fqn
| string
| *No description.* |
+| friendlyUniqueId
| string
| *No description.* |
+| terraformMetaArguments
| {[ key: string ]: any}
| *No description.* |
+| terraformResourceType
| string
| *No description.* |
+| terraformGeneratorMetadata
| cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| count
| number \| cdktf.TerraformCount
| *No description.* |
+| dependsOn
| string[]
| *No description.* |
+| forEach
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| environments
| DataGitlabProjectEnvironmentsEnvironmentsList
| *No description.* |
+| id
| string
| *No description.* |
+| nameInput
| string
| *No description.* |
+| projectInput
| string
| *No description.* |
+| searchInput
| string
| *No description.* |
+| statesInput
| string
| *No description.* |
+| name
| string
| *No description.* |
+| project
| string
| *No description.* |
+| search
| string
| *No description.* |
+| states
| string
| *No description.* |
+
+---
+
+##### `node`Required
+
+```typescript
+public readonly node: Node;
+```
+
+- *Type:* constructs.Node
+
+The tree node.
+
+---
+
+##### `cdktfStack`Required
+
+```typescript
+public readonly cdktfStack: TerraformStack;
+```
+
+- *Type:* cdktf.TerraformStack
+
+---
+
+##### `fqn`Required
+
+```typescript
+public readonly fqn: string;
+```
+
+- *Type:* string
+
+---
+
+##### `friendlyUniqueId`Required
+
+```typescript
+public readonly friendlyUniqueId: string;
+```
+
+- *Type:* string
+
+---
+
+##### `terraformMetaArguments`Required
+
+```typescript
+public readonly terraformMetaArguments: {[ key: string ]: any};
+```
+
+- *Type:* {[ key: string ]: any}
+
+---
+
+##### `terraformResourceType`Required
+
+```typescript
+public readonly terraformResourceType: string;
+```
+
+- *Type:* string
+
+---
+
+##### `terraformGeneratorMetadata`Optional
+
+```typescript
+public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata;
+```
+
+- *Type:* cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `count`Optional
+
+```typescript
+public readonly count: number | TerraformCount;
+```
+
+- *Type:* number | cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```typescript
+public readonly dependsOn: string[];
+```
+
+- *Type:* string[]
+
+---
+
+##### `forEach`Optional
+
+```typescript
+public readonly forEach: ITerraformIterator;
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```typescript
+public readonly lifecycle: TerraformResourceLifecycle;
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```typescript
+public readonly provider: TerraformProvider;
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `environments`Required
+
+```typescript
+public readonly environments: DataGitlabProjectEnvironmentsEnvironmentsList;
+```
+
+- *Type:* DataGitlabProjectEnvironmentsEnvironmentsList
+
+---
+
+##### `id`Required
+
+```typescript
+public readonly id: string;
+```
+
+- *Type:* string
+
+---
+
+##### `nameInput`Optional
+
+```typescript
+public readonly nameInput: string;
+```
+
+- *Type:* string
+
+---
+
+##### `projectInput`Optional
+
+```typescript
+public readonly projectInput: string;
+```
+
+- *Type:* string
+
+---
+
+##### `searchInput`Optional
+
+```typescript
+public readonly searchInput: string;
+```
+
+- *Type:* string
+
+---
+
+##### `statesInput`Optional
+
+```typescript
+public readonly statesInput: string;
+```
+
+- *Type:* string
+
+---
+
+##### `name`Required
+
+```typescript
+public readonly name: string;
+```
+
+- *Type:* string
+
+---
+
+##### `project`Required
+
+```typescript
+public readonly project: string;
+```
+
+- *Type:* string
+
+---
+
+##### `search`Required
+
+```typescript
+public readonly search: string;
+```
+
+- *Type:* string
+
+---
+
+##### `states`Required
+
+```typescript
+public readonly states: string;
+```
+
+- *Type:* string
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| tfResourceType
| string
| *No description.* |
+
+---
+
+##### `tfResourceType`Required
+
+```typescript
+public readonly tfResourceType: string;
+```
+
+- *Type:* string
+
+---
+
+## Structs
+
+### DataGitlabProjectEnvironmentsConfig
+
+#### Initializer
+
+```typescript
+import { dataGitlabProjectEnvironments } from '@cdktf/provider-gitlab'
+
+const dataGitlabProjectEnvironmentsConfig: dataGitlabProjectEnvironments.DataGitlabProjectEnvironmentsConfig = { ... }
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| connection
| cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| number \| cdktf.TerraformCount
| *No description.* |
+| dependsOn
| cdktf.ITerraformDependable[]
| *No description.* |
+| forEach
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
+| project
| string
| The ID or full path of the project. |
+| name
| string
| Return the environment with this name. Mutually exclusive with search. |
+| search
| string
| Return list of environments matching the search criteria. |
+| states
| string
| List all environments that match the specified state. |
+
+---
+
+##### `connection`Optional
+
+```typescript
+public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
+```
+
+- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+```typescript
+public readonly count: number | TerraformCount;
+```
+
+- *Type:* number | cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```typescript
+public readonly dependsOn: ITerraformDependable[];
+```
+
+- *Type:* cdktf.ITerraformDependable[]
+
+---
+
+##### `forEach`Optional
+
+```typescript
+public readonly forEach: ITerraformIterator;
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```typescript
+public readonly lifecycle: TerraformResourceLifecycle;
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```typescript
+public readonly provider: TerraformProvider;
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```typescript
+public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
+```
+
+- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
+
+---
+
+##### `project`Required
+
+```typescript
+public readonly project: string;
+```
+
+- *Type:* string
+
+The ID or full path of the project.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#project DataGitlabProjectEnvironments#project}
+
+---
+
+##### `name`Optional
+
+```typescript
+public readonly name: string;
+```
+
+- *Type:* string
+
+Return the environment with this name. Mutually exclusive with search.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#name DataGitlabProjectEnvironments#name}
+
+---
+
+##### `search`Optional
+
+```typescript
+public readonly search: string;
+```
+
+- *Type:* string
+
+Return list of environments matching the search criteria.
+
+Mutually exclusive with name. Must be at least 3 characters long.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#search DataGitlabProjectEnvironments#search}
+
+---
+
+##### `states`Optional
+
+```typescript
+public readonly states: string;
+```
+
+- *Type:* string
+
+List all environments that match the specified state.
+
+Valid values are `available`, `stopping`, `stopped`. Returns all environments if not set.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_environments#states DataGitlabProjectEnvironments#states}
+
+---
+
+### DataGitlabProjectEnvironmentsEnvironments
+
+#### Initializer
+
+```typescript
+import { dataGitlabProjectEnvironments } from '@cdktf/provider-gitlab'
+
+const dataGitlabProjectEnvironmentsEnvironments: dataGitlabProjectEnvironments.DataGitlabProjectEnvironmentsEnvironments = { ... }
+```
+
+
+## Classes
+
+### DataGitlabProjectEnvironmentsEnvironmentsList
+
+#### Initializers
+
+```typescript
+import { dataGitlabProjectEnvironments } from '@cdktf/provider-gitlab'
+
+new dataGitlabProjectEnvironments.DataGitlabProjectEnvironmentsEnvironmentsList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| allWithMapKey
| Creating an iterator for this complex list. |
+| computeFqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `allWithMapKey`
+
+```typescript
+public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* string
+
+---
+
+##### `computeFqn`
+
+```typescript
+public computeFqn(): string
+```
+
+##### `resolve`
+
+```typescript
+public resolve(_context: IResolveContext): any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```typescript
+public toString(): string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```typescript
+public get(index: number): DataGitlabProjectEnvironmentsEnvironmentsOutputReference
+```
+
+###### `index`Required
+
+- *Type:* number
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| string
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```typescript
+public readonly creationStack: string[];
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```typescript
+public readonly fqn: string;
+```
+
+- *Type:* string
+
+---
+
+
+### DataGitlabProjectEnvironmentsEnvironmentsOutputReference
+
+#### Initializers
+
+```typescript
+import { dataGitlabProjectEnvironments } from '@cdktf/provider-gitlab'
+
+new dataGitlabProjectEnvironments.DataGitlabProjectEnvironmentsEnvironmentsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| number
| the index of this item in the list. |
+| complexObjectIsFromSet
| boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* number
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| computeFqn
| *No description.* |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `computeFqn`
+
+```typescript
+public computeFqn(): string
+```
+
+##### `getAnyMapAttribute`
+
+```typescript
+public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanAttribute`
+
+```typescript
+public getBooleanAttribute(terraformAttribute: string): IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanMapAttribute`
+
+```typescript
+public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getListAttribute`
+
+```typescript
+public getListAttribute(terraformAttribute: string): string[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberAttribute`
+
+```typescript
+public getNumberAttribute(terraformAttribute: string): number
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberListAttribute`
+
+```typescript
+public getNumberListAttribute(terraformAttribute: string): number[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberMapAttribute`
+
+```typescript
+public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringAttribute`
+
+```typescript
+public getStringAttribute(terraformAttribute: string): string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringMapAttribute`
+
+```typescript
+public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `interpolationForAttribute`
+
+```typescript
+public interpolationForAttribute(property: string): IResolvable
+```
+
+###### `property`Required
+
+- *Type:* string
+
+---
+
+##### `resolve`
+
+```typescript
+public resolve(_context: IResolveContext): any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```typescript
+public toString(): string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| string
| *No description.* |
+| clusterAgentId
| number
| *No description.* |
+| createdAt
| string
| *No description.* |
+| description
| string
| *No description.* |
+| externalUrl
| string
| *No description.* |
+| fluxResourcePath
| string
| *No description.* |
+| id
| number
| *No description.* |
+| kubernetesNamespace
| string
| *No description.* |
+| name
| string
| *No description.* |
+| slug
| string
| *No description.* |
+| state
| string
| *No description.* |
+| tier
| string
| *No description.* |
+| updatedAt
| string
| *No description.* |
+| internalValue
| DataGitlabProjectEnvironmentsEnvironments
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```typescript
+public readonly creationStack: string[];
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```typescript
+public readonly fqn: string;
+```
+
+- *Type:* string
+
+---
+
+##### `clusterAgentId`Required
+
+```typescript
+public readonly clusterAgentId: number;
+```
+
+- *Type:* number
+
+---
+
+##### `createdAt`Required
+
+```typescript
+public readonly createdAt: string;
+```
+
+- *Type:* string
+
+---
+
+##### `description`Required
+
+```typescript
+public readonly description: string;
+```
+
+- *Type:* string
+
+---
+
+##### `externalUrl`Required
+
+```typescript
+public readonly externalUrl: string;
+```
+
+- *Type:* string
+
+---
+
+##### `fluxResourcePath`Required
+
+```typescript
+public readonly fluxResourcePath: string;
+```
+
+- *Type:* string
+
+---
+
+##### `id`Required
+
+```typescript
+public readonly id: number;
+```
+
+- *Type:* number
+
+---
+
+##### `kubernetesNamespace`Required
+
+```typescript
+public readonly kubernetesNamespace: string;
+```
+
+- *Type:* string
+
+---
+
+##### `name`Required
+
+```typescript
+public readonly name: string;
+```
+
+- *Type:* string
+
+---
+
+##### `slug`Required
+
+```typescript
+public readonly slug: string;
+```
+
+- *Type:* string
+
+---
+
+##### `state`Required
+
+```typescript
+public readonly state: string;
+```
+
+- *Type:* string
+
+---
+
+##### `tier`Required
+
+```typescript
+public readonly tier: string;
+```
+
+- *Type:* string
+
+---
+
+##### `updatedAt`Required
+
+```typescript
+public readonly updatedAt: string;
+```
+
+- *Type:* string
+
+---
+
+##### `internalValue`Optional
+
+```typescript
+public readonly internalValue: DataGitlabProjectEnvironmentsEnvironments;
+```
+
+- *Type:* DataGitlabProjectEnvironmentsEnvironments
+
+---
+
+
+
diff --git a/docs/dataGitlabProjectHook.csharp.md b/docs/dataGitlabProjectHook.csharp.md
index b381936fc..eb9f484a2 100644
--- a/docs/dataGitlabProjectHook.csharp.md
+++ b/docs/dataGitlabProjectHook.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook gitlab_project_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook gitlab_project_hook}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectHook to i
The id of the existing DataGitlabProjectHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#import import section} in the documentation of this resource for the id to use
---
@@ -843,7 +843,7 @@ new DataGitlabProjectHookConfig {
| Provisioners
| object[]
| *No description.* |
| HookId
| double
| The id of the project hook. |
| Project
| string
| The name or id of the project to add the hook to. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}. |
---
@@ -927,7 +927,7 @@ public double HookId { get; set; }
The id of the project hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#hook_id DataGitlabProjectHook#hook_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#hook_id DataGitlabProjectHook#hook_id}
---
@@ -941,7 +941,7 @@ public string Project { get; set; }
The name or id of the project to add the hook to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
---
@@ -953,7 +953,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectHook.go.md b/docs/dataGitlabProjectHook.go.md
index 880bd0be9..96589490c 100644
--- a/docs/dataGitlabProjectHook.go.md
+++ b/docs/dataGitlabProjectHook.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook gitlab_project_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook gitlab_project_hook}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectHook to i
The id of the existing DataGitlabProjectHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#import import section} in the documentation of this resource for the id to use
---
@@ -843,7 +843,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectho
| Provisioners
| *[]interface{}
| *No description.* |
| HookId
| *f64
| The id of the project hook. |
| Project
| *string
| The name or id of the project to add the hook to. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}. |
---
@@ -927,7 +927,7 @@ HookId *f64
The id of the project hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#hook_id DataGitlabProjectHook#hook_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#hook_id DataGitlabProjectHook#hook_id}
---
@@ -941,7 +941,7 @@ Project *string
The name or id of the project to add the hook to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
---
@@ -953,7 +953,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectHook.java.md b/docs/dataGitlabProjectHook.java.md
index 651136585..2eafadf2b 100644
--- a/docs/dataGitlabProjectHook.java.md
+++ b/docs/dataGitlabProjectHook.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook gitlab_project_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook gitlab_project_hook}.
#### Initializers
@@ -42,7 +42,7 @@ DataGitlabProjectHook.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| hookId
| java.lang.Number
| The id of the project hook. |
| project
| java.lang.String
| The name or id of the project to add the hook to. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The id of the project hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#hook_id DataGitlabProjectHook#hook_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#hook_id DataGitlabProjectHook#hook_id}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the hook to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataGitlabProjectHook to i
The id of the existing DataGitlabProjectHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#import import section} in the documentation of this resource for the id to use
---
@@ -938,7 +938,7 @@ DataGitlabProjectHookConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| hookId
| java.lang.Number
| The id of the project hook. |
| project
| java.lang.String
| The name or id of the project to add the hook to. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}. |
---
@@ -1022,7 +1022,7 @@ public java.lang.Number getHookId();
The id of the project hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#hook_id DataGitlabProjectHook#hook_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#hook_id DataGitlabProjectHook#hook_id}
---
@@ -1036,7 +1036,7 @@ public java.lang.String getProject();
The name or id of the project to add the hook to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
---
@@ -1048,7 +1048,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectHook.python.md b/docs/dataGitlabProjectHook.python.md
index ee431dd90..a55431059 100644
--- a/docs/dataGitlabProjectHook.python.md
+++ b/docs/dataGitlabProjectHook.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook gitlab_project_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook gitlab_project_hook}.
#### Initializers
@@ -40,7 +40,7 @@ dataGitlabProjectHook.DataGitlabProjectHook(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hook_id
| typing.Union[int, float]
| The id of the project hook. |
| project
| str
| The name or id of the project to add the hook to. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The id of the project hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#hook_id DataGitlabProjectHook#hook_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#hook_id DataGitlabProjectHook#hook_id}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the hook to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataGitlabProjectHook to i
The id of the existing DataGitlabProjectHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#import import section} in the documentation of this resource for the id to use
---
@@ -968,7 +968,7 @@ dataGitlabProjectHook.DataGitlabProjectHookConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hook_id
| typing.Union[int, float]
| The id of the project hook. |
| project
| str
| The name or id of the project to add the hook to. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}. |
---
@@ -1052,7 +1052,7 @@ hook_id: typing.Union[int, float]
The id of the project hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#hook_id DataGitlabProjectHook#hook_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#hook_id DataGitlabProjectHook#hook_id}
---
@@ -1066,7 +1066,7 @@ project: str
The name or id of the project to add the hook to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
---
@@ -1078,7 +1078,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectHook.typescript.md b/docs/dataGitlabProjectHook.typescript.md
index 2986bba18..46c5fa99b 100644
--- a/docs/dataGitlabProjectHook.typescript.md
+++ b/docs/dataGitlabProjectHook.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook gitlab_project_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook gitlab_project_hook}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectHook to i
The id of the existing DataGitlabProjectHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#import import section} in the documentation of this resource for the id to use
---
@@ -832,7 +832,7 @@ const dataGitlabProjectHookConfig: dataGitlabProjectHook.DataGitlabProjectHookCo
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| hookId
| number
| The id of the project hook. |
| project
| string
| The name or id of the project to add the hook to. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}. |
---
@@ -916,7 +916,7 @@ public readonly hookId: number;
The id of the project hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#hook_id DataGitlabProjectHook#hook_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#hook_id DataGitlabProjectHook#hook_id}
---
@@ -930,7 +930,7 @@ public readonly project: string;
The name or id of the project to add the hook to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#project DataGitlabProjectHook#project}
---
@@ -942,7 +942,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hook#id DataGitlabProjectHook#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectHooks.csharp.md b/docs/dataGitlabProjectHooks.csharp.md
index 2f36092e8..1b078a852 100644
--- a/docs/dataGitlabProjectHooks.csharp.md
+++ b/docs/dataGitlabProjectHooks.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectHooks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks gitlab_project_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks gitlab_project_hooks}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectHooks to
The id of the existing DataGitlabProjectHooks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#import import section} in the documentation of this resource for the id to use
---
@@ -632,7 +632,7 @@ new DataGitlabProjectHooksConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| Project
| string
| The name or id of the project. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}. |
---
@@ -716,7 +716,7 @@ public string Project { get; set; }
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
---
@@ -728,7 +728,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectHooks.go.md b/docs/dataGitlabProjectHooks.go.md
index df71eecf7..112a04322 100644
--- a/docs/dataGitlabProjectHooks.go.md
+++ b/docs/dataGitlabProjectHooks.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectHooks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks gitlab_project_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks gitlab_project_hooks}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectHooks to
The id of the existing DataGitlabProjectHooks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#import import section} in the documentation of this resource for the id to use
---
@@ -632,7 +632,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectho
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| Project
| *string
| The name or id of the project. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}. |
---
@@ -716,7 +716,7 @@ Project *string
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
---
@@ -728,7 +728,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectHooks.java.md b/docs/dataGitlabProjectHooks.java.md
index 24b6cf4bd..d3c4b4f63 100644
--- a/docs/dataGitlabProjectHooks.java.md
+++ b/docs/dataGitlabProjectHooks.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectHooks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks gitlab_project_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks gitlab_project_hooks}.
#### Initializers
@@ -40,7 +40,7 @@ DataGitlabProjectHooks.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The name or id of the project. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -451,7 +451,7 @@ The construct id used in the generated config for the DataGitlabProjectHooks to
The id of the existing DataGitlabProjectHooks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#import import section} in the documentation of this resource for the id to use
---
@@ -715,7 +715,7 @@ DataGitlabProjectHooksConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The name or id of the project. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}. |
---
@@ -799,7 +799,7 @@ public java.lang.String getProject();
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
---
@@ -811,7 +811,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectHooks.python.md b/docs/dataGitlabProjectHooks.python.md
index 8fbac288f..19b1bff7d 100644
--- a/docs/dataGitlabProjectHooks.python.md
+++ b/docs/dataGitlabProjectHooks.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectHooks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks gitlab_project_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks gitlab_project_hooks}.
#### Initializers
@@ -38,7 +38,7 @@ dataGitlabProjectHooks.DataGitlabProjectHooks(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| The name or id of the project. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -485,7 +485,7 @@ The construct id used in the generated config for the DataGitlabProjectHooks to
The id of the existing DataGitlabProjectHooks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#import import section} in the documentation of this resource for the id to use
---
@@ -745,7 +745,7 @@ dataGitlabProjectHooks.DataGitlabProjectHooksConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| The name or id of the project. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}. |
---
@@ -829,7 +829,7 @@ project: str
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
---
@@ -841,7 +841,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectHooks.typescript.md b/docs/dataGitlabProjectHooks.typescript.md
index 0a2fa75d0..864f8c51f 100644
--- a/docs/dataGitlabProjectHooks.typescript.md
+++ b/docs/dataGitlabProjectHooks.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectHooks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks gitlab_project_hooks}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks gitlab_project_hooks}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectHooks to
The id of the existing DataGitlabProjectHooks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#import import section} in the documentation of this resource for the id to use
---
@@ -622,7 +622,7 @@ const dataGitlabProjectHooksConfig: dataGitlabProjectHooks.DataGitlabProjectHook
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| project
| string
| The name or id of the project. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}. |
---
@@ -706,7 +706,7 @@ public readonly project: string;
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#project DataGitlabProjectHooks#project}
---
@@ -718,7 +718,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_hooks#id DataGitlabProjectHooks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectIds.csharp.md b/docs/dataGitlabProjectIds.csharp.md
index bdba5959c..97c3c3060 100644
--- a/docs/dataGitlabProjectIds.csharp.md
+++ b/docs/dataGitlabProjectIds.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectIds
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids gitlab_project_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids gitlab_project_ids}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabProjectIds to im
The id of the existing DataGitlabProjectIds that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids#import import section} in the documentation of this resource for the id to use
---
@@ -718,7 +718,7 @@ public string Project { get; set; }
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
---
diff --git a/docs/dataGitlabProjectIds.go.md b/docs/dataGitlabProjectIds.go.md
index dd27b1a49..da011056a 100644
--- a/docs/dataGitlabProjectIds.go.md
+++ b/docs/dataGitlabProjectIds.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectIds
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids gitlab_project_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids gitlab_project_ids}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabProjectIds to im
The id of the existing DataGitlabProjectIds that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids#import import section} in the documentation of this resource for the id to use
---
@@ -718,7 +718,7 @@ Project *string
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
---
diff --git a/docs/dataGitlabProjectIds.java.md b/docs/dataGitlabProjectIds.java.md
index 53191150c..ac36c394b 100644
--- a/docs/dataGitlabProjectIds.java.md
+++ b/docs/dataGitlabProjectIds.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectIds
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids gitlab_project_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids gitlab_project_ids}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
---
@@ -431,7 +431,7 @@ The construct id used in the generated config for the DataGitlabProjectIds to im
The id of the existing DataGitlabProjectIds that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids#import import section} in the documentation of this resource for the id to use
---
@@ -788,7 +788,7 @@ public java.lang.String getProject();
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
---
diff --git a/docs/dataGitlabProjectIds.python.md b/docs/dataGitlabProjectIds.python.md
index 473afc25c..82e6778bd 100644
--- a/docs/dataGitlabProjectIds.python.md
+++ b/docs/dataGitlabProjectIds.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectIds
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids gitlab_project_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids gitlab_project_ids}.
#### Initializers
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
---
@@ -465,7 +465,7 @@ The construct id used in the generated config for the DataGitlabProjectIds to im
The id of the existing DataGitlabProjectIds that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids#import import section} in the documentation of this resource for the id to use
---
@@ -818,7 +818,7 @@ project: str
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
---
diff --git a/docs/dataGitlabProjectIds.typescript.md b/docs/dataGitlabProjectIds.typescript.md
index d6427a086..50363d1b3 100644
--- a/docs/dataGitlabProjectIds.typescript.md
+++ b/docs/dataGitlabProjectIds.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectIds
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids gitlab_project_ids}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids gitlab_project_ids}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabProjectIds to im
The id of the existing DataGitlabProjectIds that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids#import import section} in the documentation of this resource for the id to use
---
@@ -709,7 +709,7 @@ public readonly project: string;
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_ids#project DataGitlabProjectIds#project}
---
diff --git a/docs/dataGitlabProjectIssue.csharp.md b/docs/dataGitlabProjectIssue.csharp.md
index e54f41521..faf7aec8e 100644
--- a/docs/dataGitlabProjectIssue.csharp.md
+++ b/docs/dataGitlabProjectIssue.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectIssue
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue gitlab_project_issue}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue gitlab_project_issue}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectIssue to
The id of the existing DataGitlabProjectIssue that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#import import section} in the documentation of this resource for the id to use
---
@@ -1052,7 +1052,7 @@ new DataGitlabProjectIssueConfig {
| Provisioners
| object[]
| *No description.* |
| Iid
| double
| The internal ID of the project's issue. |
| Project
| string
| The name or ID of the project. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}. |
---
@@ -1136,7 +1136,7 @@ public double Iid { get; set; }
The internal ID of the project's issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
---
@@ -1150,7 +1150,7 @@ public string Project { get; set; }
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
---
@@ -1162,7 +1162,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectIssue.go.md b/docs/dataGitlabProjectIssue.go.md
index 43a460f84..31279e9a8 100644
--- a/docs/dataGitlabProjectIssue.go.md
+++ b/docs/dataGitlabProjectIssue.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectIssue
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue gitlab_project_issue}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue gitlab_project_issue}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectIssue to
The id of the existing DataGitlabProjectIssue that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#import import section} in the documentation of this resource for the id to use
---
@@ -1052,7 +1052,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectis
| Provisioners
| *[]interface{}
| *No description.* |
| Iid
| *f64
| The internal ID of the project's issue. |
| Project
| *string
| The name or ID of the project. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}. |
---
@@ -1136,7 +1136,7 @@ Iid *f64
The internal ID of the project's issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
---
@@ -1150,7 +1150,7 @@ Project *string
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
---
@@ -1162,7 +1162,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectIssue.java.md b/docs/dataGitlabProjectIssue.java.md
index cb66f099a..cc4e20948 100644
--- a/docs/dataGitlabProjectIssue.java.md
+++ b/docs/dataGitlabProjectIssue.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectIssue
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue gitlab_project_issue}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue gitlab_project_issue}.
#### Initializers
@@ -42,7 +42,7 @@ DataGitlabProjectIssue.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| iid
| java.lang.Number
| The internal ID of the project's issue. |
| project
| java.lang.String
| The name or ID of the project. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The internal ID of the project's issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataGitlabProjectIssue to
The id of the existing DataGitlabProjectIssue that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#import import section} in the documentation of this resource for the id to use
---
@@ -1147,7 +1147,7 @@ DataGitlabProjectIssueConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| iid
| java.lang.Number
| The internal ID of the project's issue. |
| project
| java.lang.String
| The name or ID of the project. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}. |
---
@@ -1231,7 +1231,7 @@ public java.lang.Number getIid();
The internal ID of the project's issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
---
@@ -1245,7 +1245,7 @@ public java.lang.String getProject();
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
---
@@ -1257,7 +1257,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectIssue.python.md b/docs/dataGitlabProjectIssue.python.md
index 4efd4d5a7..790f9edcc 100644
--- a/docs/dataGitlabProjectIssue.python.md
+++ b/docs/dataGitlabProjectIssue.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectIssue
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue gitlab_project_issue}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue gitlab_project_issue}.
#### Initializers
@@ -40,7 +40,7 @@ dataGitlabProjectIssue.DataGitlabProjectIssue(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| iid
| typing.Union[int, float]
| The internal ID of the project's issue. |
| project
| str
| The name or ID of the project. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The internal ID of the project's issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataGitlabProjectIssue to
The id of the existing DataGitlabProjectIssue that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#import import section} in the documentation of this resource for the id to use
---
@@ -1177,7 +1177,7 @@ dataGitlabProjectIssue.DataGitlabProjectIssueConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| iid
| typing.Union[int, float]
| The internal ID of the project's issue. |
| project
| str
| The name or ID of the project. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}. |
---
@@ -1261,7 +1261,7 @@ iid: typing.Union[int, float]
The internal ID of the project's issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
---
@@ -1275,7 +1275,7 @@ project: str
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
---
@@ -1287,7 +1287,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectIssue.typescript.md b/docs/dataGitlabProjectIssue.typescript.md
index ede9f412f..579125cf9 100644
--- a/docs/dataGitlabProjectIssue.typescript.md
+++ b/docs/dataGitlabProjectIssue.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectIssue
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue gitlab_project_issue}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue gitlab_project_issue}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectIssue to
The id of the existing DataGitlabProjectIssue that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#import import section} in the documentation of this resource for the id to use
---
@@ -1041,7 +1041,7 @@ const dataGitlabProjectIssueConfig: dataGitlabProjectIssue.DataGitlabProjectIssu
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| iid
| number
| The internal ID of the project's issue. |
| project
| string
| The name or ID of the project. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}. |
---
@@ -1125,7 +1125,7 @@ public readonly iid: number;
The internal ID of the project's issue.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#iid DataGitlabProjectIssue#iid}
---
@@ -1139,7 +1139,7 @@ public readonly project: string;
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#project DataGitlabProjectIssue#project}
---
@@ -1151,7 +1151,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issue#id DataGitlabProjectIssue#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectIssues.csharp.md b/docs/dataGitlabProjectIssues.csharp.md
index a018fb683..ccbf353ec 100644
--- a/docs/dataGitlabProjectIssues.csharp.md
+++ b/docs/dataGitlabProjectIssues.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectIssues
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues gitlab_project_issues}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues gitlab_project_issues}.
#### Initializers
@@ -547,7 +547,7 @@ The construct id used in the generated config for the DataGitlabProjectIssues to
The id of the existing DataGitlabProjectIssues that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#import import section} in the documentation of this resource for the id to use
---
@@ -1389,7 +1389,7 @@ new DataGitlabProjectIssuesConfig {
| CreatedAfter
| string
| Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| CreatedBefore
| string
| Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| DueDate
| string
| Return issues that have no due date, are overdue, or whose due date is this week, this month, or between two weeks ago and next month. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}. |
| Iids
| double[]
| Return only the issues having the given iid. |
| IssueType
| string
| Filter to a given type of issue. Valid values are [issue incident test_case]. (Introduced in GitLab 13.12). |
| Labels
| string[]
| Return issues with labels. |
@@ -1491,7 +1491,7 @@ public string Project { get; set; }
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
---
@@ -1507,7 +1507,7 @@ Return issues assigned to the given user id.
Mutually exclusive with assignee_username. None returns unassigned issues. Any returns issues with an assignee.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#assignee_id DataGitlabProjectIssues#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#assignee_id DataGitlabProjectIssues#assignee_id}
---
@@ -1523,7 +1523,7 @@ Return issues assigned to the given username.
Similar to assignee_id and mutually exclusive with assignee_id. In GitLab CE, the assignee_username array should only contain a single value. Otherwise, an invalid parameter error is returned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#assignee_username DataGitlabProjectIssues#assignee_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#assignee_username DataGitlabProjectIssues#assignee_username}
---
@@ -1537,7 +1537,7 @@ public double AuthorId { get; set; }
Return issues created by the given user id. Combine with scope=all or scope=assigned_to_me.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#author_id DataGitlabProjectIssues#author_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#author_id DataGitlabProjectIssues#author_id}
---
@@ -1551,7 +1551,7 @@ public object Confidential { get; set; }
Filter confidential or public issues.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
---
@@ -1565,7 +1565,7 @@ public string CreatedAfter { get; set; }
Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#created_after DataGitlabProjectIssues#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#created_after DataGitlabProjectIssues#created_after}
---
@@ -1579,7 +1579,7 @@ public string CreatedBefore { get; set; }
Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#created_before DataGitlabProjectIssues#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#created_before DataGitlabProjectIssues#created_before}
---
@@ -1595,7 +1595,7 @@ Return issues that have no due date, are overdue, or whose due date is this week
Accepts: 0 (no due date), any, today, tomorrow, overdue, week, month, next_month_and_previous_two_weeks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#due_date DataGitlabProjectIssues#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#due_date DataGitlabProjectIssues#due_date}
---
@@ -1607,7 +1607,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1624,7 +1624,7 @@ public double[] Iids { get; set; }
Return only the issues having the given iid.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
---
@@ -1638,7 +1638,7 @@ public string IssueType { get; set; }
Filter to a given type of issue. Valid values are [issue incident test_case]. (Introduced in GitLab 13.12).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#issue_type DataGitlabProjectIssues#issue_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#issue_type DataGitlabProjectIssues#issue_type}
---
@@ -1654,7 +1654,7 @@ Return issues with labels.
Issues must have all labels to be returned. None lists all issues with no labels. Any lists all issues with at least one label. No+Label (Deprecated) lists all issues with no labels. Predefined names are case-insensitive.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
---
@@ -1668,7 +1668,7 @@ public string Milestone { get; set; }
The milestone title. None lists all issues with no milestone. Any lists all issues that have an assigned milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
---
@@ -1684,7 +1684,7 @@ Return issues reacted by the authenticated user by the given emoji.
None returns issues not given a reaction. Any returns issues given at least one reaction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#my_reaction_emoji DataGitlabProjectIssues#my_reaction_emoji}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#my_reaction_emoji DataGitlabProjectIssues#my_reaction_emoji}
---
@@ -1698,7 +1698,7 @@ public double[] NotAssigneeId { get; set; }
Return issues that do not match the assignee id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_assignee_id DataGitlabProjectIssues#not_assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_assignee_id DataGitlabProjectIssues#not_assignee_id}
---
@@ -1712,7 +1712,7 @@ public double[] NotAuthorId { get; set; }
Return issues that do not match the author id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_author_id DataGitlabProjectIssues#not_author_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_author_id DataGitlabProjectIssues#not_author_id}
---
@@ -1726,7 +1726,7 @@ public string[] NotLabels { get; set; }
Return issues that do not match the labels.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_labels DataGitlabProjectIssues#not_labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_labels DataGitlabProjectIssues#not_labels}
---
@@ -1740,7 +1740,7 @@ public string NotMilestone { get; set; }
Return issues that do not match the milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_milestone DataGitlabProjectIssues#not_milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_milestone DataGitlabProjectIssues#not_milestone}
---
@@ -1754,7 +1754,7 @@ public string[] NotMyReactionEmoji { get; set; }
Return issues not reacted by the authenticated user by the given emoji.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_my_reaction_emoji DataGitlabProjectIssues#not_my_reaction_emoji}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_my_reaction_emoji DataGitlabProjectIssues#not_my_reaction_emoji}
---
@@ -1768,7 +1768,7 @@ public string OrderBy { get; set; }
Return issues ordered by. Valid values are `created_at`, `updated_at`, `priority`, `due_date`, `relative_position`, `label_priority`, `milestone_due`, `popularity`, `weight`. Default is created_at.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#order_by DataGitlabProjectIssues#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#order_by DataGitlabProjectIssues#order_by}
---
@@ -1782,7 +1782,7 @@ public string Scope { get; set; }
Return issues for the given scope. Valid values are `created_by_me`, `assigned_to_me`, `all`. Defaults to all.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
---
@@ -1796,7 +1796,7 @@ public string Search { get; set; }
Search project issues against their title and description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
---
@@ -1810,7 +1810,7 @@ public string Sort { get; set; }
Return issues sorted in asc or desc order. Default is desc.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
---
@@ -1824,7 +1824,7 @@ public string UpdatedAfter { get; set; }
Return issues updated on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#updated_after DataGitlabProjectIssues#updated_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#updated_after DataGitlabProjectIssues#updated_after}
---
@@ -1838,7 +1838,7 @@ public string UpdatedBefore { get; set; }
Return issues updated on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#updated_before DataGitlabProjectIssues#updated_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#updated_before DataGitlabProjectIssues#updated_before}
---
@@ -1854,7 +1854,7 @@ Return issues with the specified weight.
None returns issues with no weight assigned. Any returns issues with a weight assigned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
---
@@ -1870,7 +1870,7 @@ If true, the response returns more details for each label in labels field: :name
Default is false. description_html was introduced in GitLab 12.7
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#with_labels_details DataGitlabProjectIssues#with_labels_details}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#with_labels_details DataGitlabProjectIssues#with_labels_details}
---
diff --git a/docs/dataGitlabProjectIssues.go.md b/docs/dataGitlabProjectIssues.go.md
index 6d2910afa..86d3b5ae0 100644
--- a/docs/dataGitlabProjectIssues.go.md
+++ b/docs/dataGitlabProjectIssues.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectIssues
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues gitlab_project_issues}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues gitlab_project_issues}.
#### Initializers
@@ -547,7 +547,7 @@ The construct id used in the generated config for the DataGitlabProjectIssues to
The id of the existing DataGitlabProjectIssues that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#import import section} in the documentation of this resource for the id to use
---
@@ -1389,7 +1389,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectis
| CreatedAfter
| *string
| Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| CreatedBefore
| *string
| Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| DueDate
| *string
| Return issues that have no due date, are overdue, or whose due date is this week, this month, or between two weeks ago and next month. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}. |
| Iids
| *[]*f64
| Return only the issues having the given iid. |
| IssueType
| *string
| Filter to a given type of issue. Valid values are [issue incident test_case]. (Introduced in GitLab 13.12). |
| Labels
| *[]*string
| Return issues with labels. |
@@ -1491,7 +1491,7 @@ Project *string
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
---
@@ -1507,7 +1507,7 @@ Return issues assigned to the given user id.
Mutually exclusive with assignee_username. None returns unassigned issues. Any returns issues with an assignee.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#assignee_id DataGitlabProjectIssues#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#assignee_id DataGitlabProjectIssues#assignee_id}
---
@@ -1523,7 +1523,7 @@ Return issues assigned to the given username.
Similar to assignee_id and mutually exclusive with assignee_id. In GitLab CE, the assignee_username array should only contain a single value. Otherwise, an invalid parameter error is returned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#assignee_username DataGitlabProjectIssues#assignee_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#assignee_username DataGitlabProjectIssues#assignee_username}
---
@@ -1537,7 +1537,7 @@ AuthorId *f64
Return issues created by the given user id. Combine with scope=all or scope=assigned_to_me.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#author_id DataGitlabProjectIssues#author_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#author_id DataGitlabProjectIssues#author_id}
---
@@ -1551,7 +1551,7 @@ Confidential interface{}
Filter confidential or public issues.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
---
@@ -1565,7 +1565,7 @@ CreatedAfter *string
Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#created_after DataGitlabProjectIssues#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#created_after DataGitlabProjectIssues#created_after}
---
@@ -1579,7 +1579,7 @@ CreatedBefore *string
Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#created_before DataGitlabProjectIssues#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#created_before DataGitlabProjectIssues#created_before}
---
@@ -1595,7 +1595,7 @@ Return issues that have no due date, are overdue, or whose due date is this week
Accepts: 0 (no due date), any, today, tomorrow, overdue, week, month, next_month_and_previous_two_weeks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#due_date DataGitlabProjectIssues#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#due_date DataGitlabProjectIssues#due_date}
---
@@ -1607,7 +1607,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1624,7 +1624,7 @@ Iids *[]*f64
Return only the issues having the given iid.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
---
@@ -1638,7 +1638,7 @@ IssueType *string
Filter to a given type of issue. Valid values are [issue incident test_case]. (Introduced in GitLab 13.12).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#issue_type DataGitlabProjectIssues#issue_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#issue_type DataGitlabProjectIssues#issue_type}
---
@@ -1654,7 +1654,7 @@ Return issues with labels.
Issues must have all labels to be returned. None lists all issues with no labels. Any lists all issues with at least one label. No+Label (Deprecated) lists all issues with no labels. Predefined names are case-insensitive.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
---
@@ -1668,7 +1668,7 @@ Milestone *string
The milestone title. None lists all issues with no milestone. Any lists all issues that have an assigned milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
---
@@ -1684,7 +1684,7 @@ Return issues reacted by the authenticated user by the given emoji.
None returns issues not given a reaction. Any returns issues given at least one reaction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#my_reaction_emoji DataGitlabProjectIssues#my_reaction_emoji}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#my_reaction_emoji DataGitlabProjectIssues#my_reaction_emoji}
---
@@ -1698,7 +1698,7 @@ NotAssigneeId *[]*f64
Return issues that do not match the assignee id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_assignee_id DataGitlabProjectIssues#not_assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_assignee_id DataGitlabProjectIssues#not_assignee_id}
---
@@ -1712,7 +1712,7 @@ NotAuthorId *[]*f64
Return issues that do not match the author id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_author_id DataGitlabProjectIssues#not_author_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_author_id DataGitlabProjectIssues#not_author_id}
---
@@ -1726,7 +1726,7 @@ NotLabels *[]*string
Return issues that do not match the labels.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_labels DataGitlabProjectIssues#not_labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_labels DataGitlabProjectIssues#not_labels}
---
@@ -1740,7 +1740,7 @@ NotMilestone *string
Return issues that do not match the milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_milestone DataGitlabProjectIssues#not_milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_milestone DataGitlabProjectIssues#not_milestone}
---
@@ -1754,7 +1754,7 @@ NotMyReactionEmoji *[]*string
Return issues not reacted by the authenticated user by the given emoji.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_my_reaction_emoji DataGitlabProjectIssues#not_my_reaction_emoji}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_my_reaction_emoji DataGitlabProjectIssues#not_my_reaction_emoji}
---
@@ -1768,7 +1768,7 @@ OrderBy *string
Return issues ordered by. Valid values are `created_at`, `updated_at`, `priority`, `due_date`, `relative_position`, `label_priority`, `milestone_due`, `popularity`, `weight`. Default is created_at.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#order_by DataGitlabProjectIssues#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#order_by DataGitlabProjectIssues#order_by}
---
@@ -1782,7 +1782,7 @@ Scope *string
Return issues for the given scope. Valid values are `created_by_me`, `assigned_to_me`, `all`. Defaults to all.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
---
@@ -1796,7 +1796,7 @@ Search *string
Search project issues against their title and description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
---
@@ -1810,7 +1810,7 @@ Sort *string
Return issues sorted in asc or desc order. Default is desc.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
---
@@ -1824,7 +1824,7 @@ UpdatedAfter *string
Return issues updated on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#updated_after DataGitlabProjectIssues#updated_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#updated_after DataGitlabProjectIssues#updated_after}
---
@@ -1838,7 +1838,7 @@ UpdatedBefore *string
Return issues updated on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#updated_before DataGitlabProjectIssues#updated_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#updated_before DataGitlabProjectIssues#updated_before}
---
@@ -1854,7 +1854,7 @@ Return issues with the specified weight.
None returns issues with no weight assigned. Any returns issues with a weight assigned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
---
@@ -1870,7 +1870,7 @@ If true, the response returns more details for each label in labels field: :name
Default is false. description_html was introduced in GitLab 12.7
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#with_labels_details DataGitlabProjectIssues#with_labels_details}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#with_labels_details DataGitlabProjectIssues#with_labels_details}
---
diff --git a/docs/dataGitlabProjectIssues.java.md b/docs/dataGitlabProjectIssues.java.md
index 9f87b2baa..463c820d0 100644
--- a/docs/dataGitlabProjectIssues.java.md
+++ b/docs/dataGitlabProjectIssues.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectIssues
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues gitlab_project_issues}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues gitlab_project_issues}.
#### Initializers
@@ -74,7 +74,7 @@ DataGitlabProjectIssues.Builder.create(Construct scope, java.lang.String id)
| createdAfter
| java.lang.String
| Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| createdBefore
| java.lang.String
| Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| dueDate
| java.lang.String
| Return issues that have no due date, are overdue, or whose due date is this week, this month, or between two weeks ago and next month. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}. |
| iids
| java.util.List
| Return only the issues having the given iid. |
| issueType
| java.lang.String
| Filter to a given type of issue. Valid values are [issue incident test_case]. (Introduced in GitLab 13.12). |
| labels
| java.util.List
| Return issues with labels. |
@@ -162,7 +162,7 @@ Must be unique amongst siblings in the same scope
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
---
@@ -174,7 +174,7 @@ Return issues assigned to the given user id.
Mutually exclusive with assignee_username. None returns unassigned issues. Any returns issues with an assignee.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#assignee_id DataGitlabProjectIssues#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#assignee_id DataGitlabProjectIssues#assignee_id}
---
@@ -186,7 +186,7 @@ Return issues assigned to the given username.
Similar to assignee_id and mutually exclusive with assignee_id. In GitLab CE, the assignee_username array should only contain a single value. Otherwise, an invalid parameter error is returned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#assignee_username DataGitlabProjectIssues#assignee_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#assignee_username DataGitlabProjectIssues#assignee_username}
---
@@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues created by the given user id. Combine with scope=all or scope=assigned_to_me.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#author_id DataGitlabProjectIssues#author_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#author_id DataGitlabProjectIssues#author_id}
---
@@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Filter confidential or public issues.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
---
@@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#created_after DataGitlabProjectIssues#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#created_after DataGitlabProjectIssues#created_after}
---
@@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#created_before DataGitlabProjectIssues#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#created_before DataGitlabProjectIssues#created_before}
---
@@ -238,7 +238,7 @@ Return issues that have no due date, are overdue, or whose due date is this week
Accepts: 0 (no due date), any, today, tomorrow, overdue, week, month, next_month_and_previous_two_weeks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#due_date DataGitlabProjectIssues#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#due_date DataGitlabProjectIssues#due_date}
---
@@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -259,7 +259,7 @@ If you experience problems setting this value it might not be settable. Please t
Return only the issues having the given iid.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
---
@@ -269,7 +269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Filter to a given type of issue. Valid values are [issue incident test_case]. (Introduced in GitLab 13.12).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#issue_type DataGitlabProjectIssues#issue_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#issue_type DataGitlabProjectIssues#issue_type}
---
@@ -281,7 +281,7 @@ Return issues with labels.
Issues must have all labels to be returned. None lists all issues with no labels. Any lists all issues with at least one label. No+Label (Deprecated) lists all issues with no labels. Predefined names are case-insensitive.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
---
@@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The milestone title. None lists all issues with no milestone. Any lists all issues that have an assigned milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
---
@@ -303,7 +303,7 @@ Return issues reacted by the authenticated user by the given emoji.
None returns issues not given a reaction. Any returns issues given at least one reaction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#my_reaction_emoji DataGitlabProjectIssues#my_reaction_emoji}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#my_reaction_emoji DataGitlabProjectIssues#my_reaction_emoji}
---
@@ -313,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues that do not match the assignee id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_assignee_id DataGitlabProjectIssues#not_assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_assignee_id DataGitlabProjectIssues#not_assignee_id}
---
@@ -323,7 +323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues that do not match the author id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_author_id DataGitlabProjectIssues#not_author_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_author_id DataGitlabProjectIssues#not_author_id}
---
@@ -333,7 +333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues that do not match the labels.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_labels DataGitlabProjectIssues#not_labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_labels DataGitlabProjectIssues#not_labels}
---
@@ -343,7 +343,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues that do not match the milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_milestone DataGitlabProjectIssues#not_milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_milestone DataGitlabProjectIssues#not_milestone}
---
@@ -353,7 +353,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues not reacted by the authenticated user by the given emoji.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_my_reaction_emoji DataGitlabProjectIssues#not_my_reaction_emoji}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_my_reaction_emoji DataGitlabProjectIssues#not_my_reaction_emoji}
---
@@ -363,7 +363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues ordered by. Valid values are `created_at`, `updated_at`, `priority`, `due_date`, `relative_position`, `label_priority`, `milestone_due`, `popularity`, `weight`. Default is created_at.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#order_by DataGitlabProjectIssues#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#order_by DataGitlabProjectIssues#order_by}
---
@@ -373,7 +373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues for the given scope. Valid values are `created_by_me`, `assigned_to_me`, `all`. Defaults to all.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
---
@@ -383,7 +383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Search project issues against their title and description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
---
@@ -393,7 +393,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues sorted in asc or desc order. Default is desc.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
---
@@ -403,7 +403,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues updated on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#updated_after DataGitlabProjectIssues#updated_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#updated_after DataGitlabProjectIssues#updated_after}
---
@@ -413,7 +413,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues updated on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#updated_before DataGitlabProjectIssues#updated_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#updated_before DataGitlabProjectIssues#updated_before}
---
@@ -425,7 +425,7 @@ Return issues with the specified weight.
None returns issues with no weight assigned. Any returns issues with a weight assigned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
---
@@ -437,7 +437,7 @@ If true, the response returns more details for each label in labels field: :name
Default is false. description_html was introduced in GitLab 12.7
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#with_labels_details DataGitlabProjectIssues#with_labels_details}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#with_labels_details DataGitlabProjectIssues#with_labels_details}
---
@@ -942,7 +942,7 @@ The construct id used in the generated config for the DataGitlabProjectIssues to
The id of the existing DataGitlabProjectIssues that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#import import section} in the documentation of this resource for the id to use
---
@@ -1790,7 +1790,7 @@ DataGitlabProjectIssuesConfig.builder()
| createdAfter
| java.lang.String
| Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| createdBefore
| java.lang.String
| Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| dueDate
| java.lang.String
| Return issues that have no due date, are overdue, or whose due date is this week, this month, or between two weeks ago and next month. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}. |
| iids
| java.util.List
| Return only the issues having the given iid. |
| issueType
| java.lang.String
| Filter to a given type of issue. Valid values are [issue incident test_case]. (Introduced in GitLab 13.12). |
| labels
| java.util.List
| Return issues with labels. |
@@ -1892,7 +1892,7 @@ public java.lang.String getProject();
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
---
@@ -1908,7 +1908,7 @@ Return issues assigned to the given user id.
Mutually exclusive with assignee_username. None returns unassigned issues. Any returns issues with an assignee.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#assignee_id DataGitlabProjectIssues#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#assignee_id DataGitlabProjectIssues#assignee_id}
---
@@ -1924,7 +1924,7 @@ Return issues assigned to the given username.
Similar to assignee_id and mutually exclusive with assignee_id. In GitLab CE, the assignee_username array should only contain a single value. Otherwise, an invalid parameter error is returned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#assignee_username DataGitlabProjectIssues#assignee_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#assignee_username DataGitlabProjectIssues#assignee_username}
---
@@ -1938,7 +1938,7 @@ public java.lang.Number getAuthorId();
Return issues created by the given user id. Combine with scope=all or scope=assigned_to_me.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#author_id DataGitlabProjectIssues#author_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#author_id DataGitlabProjectIssues#author_id}
---
@@ -1952,7 +1952,7 @@ public java.lang.Object getConfidential();
Filter confidential or public issues.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
---
@@ -1966,7 +1966,7 @@ public java.lang.String getCreatedAfter();
Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#created_after DataGitlabProjectIssues#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#created_after DataGitlabProjectIssues#created_after}
---
@@ -1980,7 +1980,7 @@ public java.lang.String getCreatedBefore();
Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#created_before DataGitlabProjectIssues#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#created_before DataGitlabProjectIssues#created_before}
---
@@ -1996,7 +1996,7 @@ Return issues that have no due date, are overdue, or whose due date is this week
Accepts: 0 (no due date), any, today, tomorrow, overdue, week, month, next_month_and_previous_two_weeks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#due_date DataGitlabProjectIssues#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#due_date DataGitlabProjectIssues#due_date}
---
@@ -2008,7 +2008,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -2025,7 +2025,7 @@ public java.util.List getIids();
Return only the issues having the given iid.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
---
@@ -2039,7 +2039,7 @@ public java.lang.String getIssueType();
Filter to a given type of issue. Valid values are [issue incident test_case]. (Introduced in GitLab 13.12).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#issue_type DataGitlabProjectIssues#issue_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#issue_type DataGitlabProjectIssues#issue_type}
---
@@ -2055,7 +2055,7 @@ Return issues with labels.
Issues must have all labels to be returned. None lists all issues with no labels. Any lists all issues with at least one label. No+Label (Deprecated) lists all issues with no labels. Predefined names are case-insensitive.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
---
@@ -2069,7 +2069,7 @@ public java.lang.String getMilestone();
The milestone title. None lists all issues with no milestone. Any lists all issues that have an assigned milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
---
@@ -2085,7 +2085,7 @@ Return issues reacted by the authenticated user by the given emoji.
None returns issues not given a reaction. Any returns issues given at least one reaction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#my_reaction_emoji DataGitlabProjectIssues#my_reaction_emoji}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#my_reaction_emoji DataGitlabProjectIssues#my_reaction_emoji}
---
@@ -2099,7 +2099,7 @@ public java.util.List getNotAssigneeId();
Return issues that do not match the assignee id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_assignee_id DataGitlabProjectIssues#not_assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_assignee_id DataGitlabProjectIssues#not_assignee_id}
---
@@ -2113,7 +2113,7 @@ public java.util.List getNotAuthorId();
Return issues that do not match the author id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_author_id DataGitlabProjectIssues#not_author_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_author_id DataGitlabProjectIssues#not_author_id}
---
@@ -2127,7 +2127,7 @@ public java.util.List getNotLabels();
Return issues that do not match the labels.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_labels DataGitlabProjectIssues#not_labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_labels DataGitlabProjectIssues#not_labels}
---
@@ -2141,7 +2141,7 @@ public java.lang.String getNotMilestone();
Return issues that do not match the milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_milestone DataGitlabProjectIssues#not_milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_milestone DataGitlabProjectIssues#not_milestone}
---
@@ -2155,7 +2155,7 @@ public java.util.List getNotMyReactionEmoji();
Return issues not reacted by the authenticated user by the given emoji.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_my_reaction_emoji DataGitlabProjectIssues#not_my_reaction_emoji}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_my_reaction_emoji DataGitlabProjectIssues#not_my_reaction_emoji}
---
@@ -2169,7 +2169,7 @@ public java.lang.String getOrderBy();
Return issues ordered by. Valid values are `created_at`, `updated_at`, `priority`, `due_date`, `relative_position`, `label_priority`, `milestone_due`, `popularity`, `weight`. Default is created_at.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#order_by DataGitlabProjectIssues#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#order_by DataGitlabProjectIssues#order_by}
---
@@ -2183,7 +2183,7 @@ public java.lang.String getScope();
Return issues for the given scope. Valid values are `created_by_me`, `assigned_to_me`, `all`. Defaults to all.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
---
@@ -2197,7 +2197,7 @@ public java.lang.String getSearch();
Search project issues against their title and description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
---
@@ -2211,7 +2211,7 @@ public java.lang.String getSort();
Return issues sorted in asc or desc order. Default is desc.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
---
@@ -2225,7 +2225,7 @@ public java.lang.String getUpdatedAfter();
Return issues updated on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#updated_after DataGitlabProjectIssues#updated_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#updated_after DataGitlabProjectIssues#updated_after}
---
@@ -2239,7 +2239,7 @@ public java.lang.String getUpdatedBefore();
Return issues updated on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#updated_before DataGitlabProjectIssues#updated_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#updated_before DataGitlabProjectIssues#updated_before}
---
@@ -2255,7 +2255,7 @@ Return issues with the specified weight.
None returns issues with no weight assigned. Any returns issues with a weight assigned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
---
@@ -2271,7 +2271,7 @@ If true, the response returns more details for each label in labels field: :name
Default is false. description_html was introduced in GitLab 12.7
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#with_labels_details DataGitlabProjectIssues#with_labels_details}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#with_labels_details DataGitlabProjectIssues#with_labels_details}
---
diff --git a/docs/dataGitlabProjectIssues.python.md b/docs/dataGitlabProjectIssues.python.md
index 3c3b83fd3..cd7803468 100644
--- a/docs/dataGitlabProjectIssues.python.md
+++ b/docs/dataGitlabProjectIssues.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectIssues
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues gitlab_project_issues}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues gitlab_project_issues}.
#### Initializers
@@ -70,7 +70,7 @@ dataGitlabProjectIssues.DataGitlabProjectIssues(
| created_after
| str
| Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| created_before
| str
| Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| due_date
| str
| Return issues that have no due date, are overdue, or whose due date is this week, this month, or between two weeks ago and next month. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}. |
| iids
| typing.List[typing.Union[int, float]]
| Return only the issues having the given iid. |
| issue_type
| str
| Filter to a given type of issue. Valid values are [issue incident test_case]. (Introduced in GitLab 13.12). |
| labels
| typing.List[str]
| Return issues with labels. |
@@ -158,7 +158,7 @@ Must be unique amongst siblings in the same scope
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
---
@@ -170,7 +170,7 @@ Return issues assigned to the given user id.
Mutually exclusive with assignee_username. None returns unassigned issues. Any returns issues with an assignee.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#assignee_id DataGitlabProjectIssues#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#assignee_id DataGitlabProjectIssues#assignee_id}
---
@@ -182,7 +182,7 @@ Return issues assigned to the given username.
Similar to assignee_id and mutually exclusive with assignee_id. In GitLab CE, the assignee_username array should only contain a single value. Otherwise, an invalid parameter error is returned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#assignee_username DataGitlabProjectIssues#assignee_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#assignee_username DataGitlabProjectIssues#assignee_username}
---
@@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues created by the given user id. Combine with scope=all or scope=assigned_to_me.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#author_id DataGitlabProjectIssues#author_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#author_id DataGitlabProjectIssues#author_id}
---
@@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Filter confidential or public issues.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
---
@@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#created_after DataGitlabProjectIssues#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#created_after DataGitlabProjectIssues#created_after}
---
@@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#created_before DataGitlabProjectIssues#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#created_before DataGitlabProjectIssues#created_before}
---
@@ -234,7 +234,7 @@ Return issues that have no due date, are overdue, or whose due date is this week
Accepts: 0 (no due date), any, today, tomorrow, overdue, week, month, next_month_and_previous_two_weeks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#due_date DataGitlabProjectIssues#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#due_date DataGitlabProjectIssues#due_date}
---
@@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -255,7 +255,7 @@ If you experience problems setting this value it might not be settable. Please t
Return only the issues having the given iid.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
---
@@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Filter to a given type of issue. Valid values are [issue incident test_case]. (Introduced in GitLab 13.12).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#issue_type DataGitlabProjectIssues#issue_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#issue_type DataGitlabProjectIssues#issue_type}
---
@@ -277,7 +277,7 @@ Return issues with labels.
Issues must have all labels to be returned. None lists all issues with no labels. Any lists all issues with at least one label. No+Label (Deprecated) lists all issues with no labels. Predefined names are case-insensitive.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
---
@@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The milestone title. None lists all issues with no milestone. Any lists all issues that have an assigned milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
---
@@ -299,7 +299,7 @@ Return issues reacted by the authenticated user by the given emoji.
None returns issues not given a reaction. Any returns issues given at least one reaction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#my_reaction_emoji DataGitlabProjectIssues#my_reaction_emoji}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#my_reaction_emoji DataGitlabProjectIssues#my_reaction_emoji}
---
@@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues that do not match the assignee id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_assignee_id DataGitlabProjectIssues#not_assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_assignee_id DataGitlabProjectIssues#not_assignee_id}
---
@@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues that do not match the author id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_author_id DataGitlabProjectIssues#not_author_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_author_id DataGitlabProjectIssues#not_author_id}
---
@@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues that do not match the labels.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_labels DataGitlabProjectIssues#not_labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_labels DataGitlabProjectIssues#not_labels}
---
@@ -339,7 +339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues that do not match the milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_milestone DataGitlabProjectIssues#not_milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_milestone DataGitlabProjectIssues#not_milestone}
---
@@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues not reacted by the authenticated user by the given emoji.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_my_reaction_emoji DataGitlabProjectIssues#not_my_reaction_emoji}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_my_reaction_emoji DataGitlabProjectIssues#not_my_reaction_emoji}
---
@@ -359,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues ordered by. Valid values are `created_at`, `updated_at`, `priority`, `due_date`, `relative_position`, `label_priority`, `milestone_due`, `popularity`, `weight`. Default is created_at.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#order_by DataGitlabProjectIssues#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#order_by DataGitlabProjectIssues#order_by}
---
@@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues for the given scope. Valid values are `created_by_me`, `assigned_to_me`, `all`. Defaults to all.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
---
@@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Search project issues against their title and description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
---
@@ -389,7 +389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues sorted in asc or desc order. Default is desc.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
---
@@ -399,7 +399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues updated on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#updated_after DataGitlabProjectIssues#updated_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#updated_after DataGitlabProjectIssues#updated_after}
---
@@ -409,7 +409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return issues updated on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#updated_before DataGitlabProjectIssues#updated_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#updated_before DataGitlabProjectIssues#updated_before}
---
@@ -421,7 +421,7 @@ Return issues with the specified weight.
None returns issues with no weight assigned. Any returns issues with a weight assigned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
---
@@ -433,7 +433,7 @@ If true, the response returns more details for each label in labels field: :name
Default is false. description_html was introduced in GitLab 12.7
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#with_labels_details DataGitlabProjectIssues#with_labels_details}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#with_labels_details DataGitlabProjectIssues#with_labels_details}
---
@@ -974,7 +974,7 @@ The construct id used in the generated config for the DataGitlabProjectIssues to
The id of the existing DataGitlabProjectIssues that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#import import section} in the documentation of this resource for the id to use
---
@@ -1816,7 +1816,7 @@ dataGitlabProjectIssues.DataGitlabProjectIssuesConfig(
| created_after
| str
| Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| created_before
| str
| Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| due_date
| str
| Return issues that have no due date, are overdue, or whose due date is this week, this month, or between two weeks ago and next month. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}. |
| iids
| typing.List[typing.Union[int, float]]
| Return only the issues having the given iid. |
| issue_type
| str
| Filter to a given type of issue. Valid values are [issue incident test_case]. (Introduced in GitLab 13.12). |
| labels
| typing.List[str]
| Return issues with labels. |
@@ -1918,7 +1918,7 @@ project: str
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
---
@@ -1934,7 +1934,7 @@ Return issues assigned to the given user id.
Mutually exclusive with assignee_username. None returns unassigned issues. Any returns issues with an assignee.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#assignee_id DataGitlabProjectIssues#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#assignee_id DataGitlabProjectIssues#assignee_id}
---
@@ -1950,7 +1950,7 @@ Return issues assigned to the given username.
Similar to assignee_id and mutually exclusive with assignee_id. In GitLab CE, the assignee_username array should only contain a single value. Otherwise, an invalid parameter error is returned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#assignee_username DataGitlabProjectIssues#assignee_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#assignee_username DataGitlabProjectIssues#assignee_username}
---
@@ -1964,7 +1964,7 @@ author_id: typing.Union[int, float]
Return issues created by the given user id. Combine with scope=all or scope=assigned_to_me.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#author_id DataGitlabProjectIssues#author_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#author_id DataGitlabProjectIssues#author_id}
---
@@ -1978,7 +1978,7 @@ confidential: typing.Union[bool, IResolvable]
Filter confidential or public issues.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
---
@@ -1992,7 +1992,7 @@ created_after: str
Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#created_after DataGitlabProjectIssues#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#created_after DataGitlabProjectIssues#created_after}
---
@@ -2006,7 +2006,7 @@ created_before: str
Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#created_before DataGitlabProjectIssues#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#created_before DataGitlabProjectIssues#created_before}
---
@@ -2022,7 +2022,7 @@ Return issues that have no due date, are overdue, or whose due date is this week
Accepts: 0 (no due date), any, today, tomorrow, overdue, week, month, next_month_and_previous_two_weeks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#due_date DataGitlabProjectIssues#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#due_date DataGitlabProjectIssues#due_date}
---
@@ -2034,7 +2034,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -2051,7 +2051,7 @@ iids: typing.List[typing.Union[int, float]]
Return only the issues having the given iid.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
---
@@ -2065,7 +2065,7 @@ issue_type: str
Filter to a given type of issue. Valid values are [issue incident test_case]. (Introduced in GitLab 13.12).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#issue_type DataGitlabProjectIssues#issue_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#issue_type DataGitlabProjectIssues#issue_type}
---
@@ -2081,7 +2081,7 @@ Return issues with labels.
Issues must have all labels to be returned. None lists all issues with no labels. Any lists all issues with at least one label. No+Label (Deprecated) lists all issues with no labels. Predefined names are case-insensitive.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
---
@@ -2095,7 +2095,7 @@ milestone: str
The milestone title. None lists all issues with no milestone. Any lists all issues that have an assigned milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
---
@@ -2111,7 +2111,7 @@ Return issues reacted by the authenticated user by the given emoji.
None returns issues not given a reaction. Any returns issues given at least one reaction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#my_reaction_emoji DataGitlabProjectIssues#my_reaction_emoji}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#my_reaction_emoji DataGitlabProjectIssues#my_reaction_emoji}
---
@@ -2125,7 +2125,7 @@ not_assignee_id: typing.List[typing.Union[int, float]]
Return issues that do not match the assignee id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_assignee_id DataGitlabProjectIssues#not_assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_assignee_id DataGitlabProjectIssues#not_assignee_id}
---
@@ -2139,7 +2139,7 @@ not_author_id: typing.List[typing.Union[int, float]]
Return issues that do not match the author id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_author_id DataGitlabProjectIssues#not_author_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_author_id DataGitlabProjectIssues#not_author_id}
---
@@ -2153,7 +2153,7 @@ not_labels: typing.List[str]
Return issues that do not match the labels.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_labels DataGitlabProjectIssues#not_labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_labels DataGitlabProjectIssues#not_labels}
---
@@ -2167,7 +2167,7 @@ not_milestone: str
Return issues that do not match the milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_milestone DataGitlabProjectIssues#not_milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_milestone DataGitlabProjectIssues#not_milestone}
---
@@ -2181,7 +2181,7 @@ not_my_reaction_emoji: typing.List[str]
Return issues not reacted by the authenticated user by the given emoji.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_my_reaction_emoji DataGitlabProjectIssues#not_my_reaction_emoji}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_my_reaction_emoji DataGitlabProjectIssues#not_my_reaction_emoji}
---
@@ -2195,7 +2195,7 @@ order_by: str
Return issues ordered by. Valid values are `created_at`, `updated_at`, `priority`, `due_date`, `relative_position`, `label_priority`, `milestone_due`, `popularity`, `weight`. Default is created_at.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#order_by DataGitlabProjectIssues#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#order_by DataGitlabProjectIssues#order_by}
---
@@ -2209,7 +2209,7 @@ scope: str
Return issues for the given scope. Valid values are `created_by_me`, `assigned_to_me`, `all`. Defaults to all.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
---
@@ -2223,7 +2223,7 @@ search: str
Search project issues against their title and description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
---
@@ -2237,7 +2237,7 @@ sort: str
Return issues sorted in asc or desc order. Default is desc.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
---
@@ -2251,7 +2251,7 @@ updated_after: str
Return issues updated on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#updated_after DataGitlabProjectIssues#updated_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#updated_after DataGitlabProjectIssues#updated_after}
---
@@ -2265,7 +2265,7 @@ updated_before: str
Return issues updated on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#updated_before DataGitlabProjectIssues#updated_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#updated_before DataGitlabProjectIssues#updated_before}
---
@@ -2281,7 +2281,7 @@ Return issues with the specified weight.
None returns issues with no weight assigned. Any returns issues with a weight assigned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
---
@@ -2297,7 +2297,7 @@ If true, the response returns more details for each label in labels field: :name
Default is false. description_html was introduced in GitLab 12.7
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#with_labels_details DataGitlabProjectIssues#with_labels_details}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#with_labels_details DataGitlabProjectIssues#with_labels_details}
---
diff --git a/docs/dataGitlabProjectIssues.typescript.md b/docs/dataGitlabProjectIssues.typescript.md
index a8acfa34a..a7404bf9f 100644
--- a/docs/dataGitlabProjectIssues.typescript.md
+++ b/docs/dataGitlabProjectIssues.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectIssues
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues gitlab_project_issues}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues gitlab_project_issues}.
#### Initializers
@@ -547,7 +547,7 @@ The construct id used in the generated config for the DataGitlabProjectIssues to
The id of the existing DataGitlabProjectIssues that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#import import section} in the documentation of this resource for the id to use
---
@@ -1354,7 +1354,7 @@ const dataGitlabProjectIssuesConfig: dataGitlabProjectIssues.DataGitlabProjectIs
| createdAfter
| string
| Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| createdBefore
| string
| Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| dueDate
| string
| Return issues that have no due date, are overdue, or whose due date is this week, this month, or between two weeks ago and next month. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}. |
| iids
| number[]
| Return only the issues having the given iid. |
| issueType
| string
| Filter to a given type of issue. Valid values are [issue incident test_case]. (Introduced in GitLab 13.12). |
| labels
| string[]
| Return issues with labels. |
@@ -1456,7 +1456,7 @@ public readonly project: string;
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#project DataGitlabProjectIssues#project}
---
@@ -1472,7 +1472,7 @@ Return issues assigned to the given user id.
Mutually exclusive with assignee_username. None returns unassigned issues. Any returns issues with an assignee.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#assignee_id DataGitlabProjectIssues#assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#assignee_id DataGitlabProjectIssues#assignee_id}
---
@@ -1488,7 +1488,7 @@ Return issues assigned to the given username.
Similar to assignee_id and mutually exclusive with assignee_id. In GitLab CE, the assignee_username array should only contain a single value. Otherwise, an invalid parameter error is returned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#assignee_username DataGitlabProjectIssues#assignee_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#assignee_username DataGitlabProjectIssues#assignee_username}
---
@@ -1502,7 +1502,7 @@ public readonly authorId: number;
Return issues created by the given user id. Combine with scope=all or scope=assigned_to_me.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#author_id DataGitlabProjectIssues#author_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#author_id DataGitlabProjectIssues#author_id}
---
@@ -1516,7 +1516,7 @@ public readonly confidential: boolean | IResolvable;
Filter confidential or public issues.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#confidential DataGitlabProjectIssues#confidential}
---
@@ -1530,7 +1530,7 @@ public readonly createdAfter: string;
Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#created_after DataGitlabProjectIssues#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#created_after DataGitlabProjectIssues#created_after}
---
@@ -1544,7 +1544,7 @@ public readonly createdBefore: string;
Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#created_before DataGitlabProjectIssues#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#created_before DataGitlabProjectIssues#created_before}
---
@@ -1560,7 +1560,7 @@ Return issues that have no due date, are overdue, or whose due date is this week
Accepts: 0 (no due date), any, today, tomorrow, overdue, week, month, next_month_and_previous_two_weeks.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#due_date DataGitlabProjectIssues#due_date}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#due_date DataGitlabProjectIssues#due_date}
---
@@ -1572,7 +1572,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#id DataGitlabProjectIssues#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1589,7 +1589,7 @@ public readonly iids: number[];
Return only the issues having the given iid.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#iids DataGitlabProjectIssues#iids}
---
@@ -1603,7 +1603,7 @@ public readonly issueType: string;
Filter to a given type of issue. Valid values are [issue incident test_case]. (Introduced in GitLab 13.12).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#issue_type DataGitlabProjectIssues#issue_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#issue_type DataGitlabProjectIssues#issue_type}
---
@@ -1619,7 +1619,7 @@ Return issues with labels.
Issues must have all labels to be returned. None lists all issues with no labels. Any lists all issues with at least one label. No+Label (Deprecated) lists all issues with no labels. Predefined names are case-insensitive.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#labels DataGitlabProjectIssues#labels}
---
@@ -1633,7 +1633,7 @@ public readonly milestone: string;
The milestone title. None lists all issues with no milestone. Any lists all issues that have an assigned milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#milestone DataGitlabProjectIssues#milestone}
---
@@ -1649,7 +1649,7 @@ Return issues reacted by the authenticated user by the given emoji.
None returns issues not given a reaction. Any returns issues given at least one reaction.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#my_reaction_emoji DataGitlabProjectIssues#my_reaction_emoji}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#my_reaction_emoji DataGitlabProjectIssues#my_reaction_emoji}
---
@@ -1663,7 +1663,7 @@ public readonly notAssigneeId: number[];
Return issues that do not match the assignee id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_assignee_id DataGitlabProjectIssues#not_assignee_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_assignee_id DataGitlabProjectIssues#not_assignee_id}
---
@@ -1677,7 +1677,7 @@ public readonly notAuthorId: number[];
Return issues that do not match the author id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_author_id DataGitlabProjectIssues#not_author_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_author_id DataGitlabProjectIssues#not_author_id}
---
@@ -1691,7 +1691,7 @@ public readonly notLabels: string[];
Return issues that do not match the labels.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_labels DataGitlabProjectIssues#not_labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_labels DataGitlabProjectIssues#not_labels}
---
@@ -1705,7 +1705,7 @@ public readonly notMilestone: string;
Return issues that do not match the milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_milestone DataGitlabProjectIssues#not_milestone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_milestone DataGitlabProjectIssues#not_milestone}
---
@@ -1719,7 +1719,7 @@ public readonly notMyReactionEmoji: string[];
Return issues not reacted by the authenticated user by the given emoji.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#not_my_reaction_emoji DataGitlabProjectIssues#not_my_reaction_emoji}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#not_my_reaction_emoji DataGitlabProjectIssues#not_my_reaction_emoji}
---
@@ -1733,7 +1733,7 @@ public readonly orderBy: string;
Return issues ordered by. Valid values are `created_at`, `updated_at`, `priority`, `due_date`, `relative_position`, `label_priority`, `milestone_due`, `popularity`, `weight`. Default is created_at.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#order_by DataGitlabProjectIssues#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#order_by DataGitlabProjectIssues#order_by}
---
@@ -1747,7 +1747,7 @@ public readonly scope: string;
Return issues for the given scope. Valid values are `created_by_me`, `assigned_to_me`, `all`. Defaults to all.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#scope DataGitlabProjectIssues#scope}
---
@@ -1761,7 +1761,7 @@ public readonly search: string;
Search project issues against their title and description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#search DataGitlabProjectIssues#search}
---
@@ -1775,7 +1775,7 @@ public readonly sort: string;
Return issues sorted in asc or desc order. Default is desc.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#sort DataGitlabProjectIssues#sort}
---
@@ -1789,7 +1789,7 @@ public readonly updatedAfter: string;
Return issues updated on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#updated_after DataGitlabProjectIssues#updated_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#updated_after DataGitlabProjectIssues#updated_after}
---
@@ -1803,7 +1803,7 @@ public readonly updatedBefore: string;
Return issues updated on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#updated_before DataGitlabProjectIssues#updated_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#updated_before DataGitlabProjectIssues#updated_before}
---
@@ -1819,7 +1819,7 @@ Return issues with the specified weight.
None returns issues with no weight assigned. Any returns issues with a weight assigned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#weight DataGitlabProjectIssues#weight}
---
@@ -1835,7 +1835,7 @@ If true, the response returns more details for each label in labels field: :name
Default is false. description_html was introduced in GitLab 12.7
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_issues#with_labels_details DataGitlabProjectIssues#with_labels_details}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_issues#with_labels_details DataGitlabProjectIssues#with_labels_details}
---
diff --git a/docs/dataGitlabProjectMembership.csharp.md b/docs/dataGitlabProjectMembership.csharp.md
index 9104048e0..14d41c812 100644
--- a/docs/dataGitlabProjectMembership.csharp.md
+++ b/docs/dataGitlabProjectMembership.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership gitlab_project_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership gitlab_project_membership}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataGitlabProjectMembershi
The id of the existing DataGitlabProjectMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#import import section} in the documentation of this resource for the id to use
---
@@ -729,7 +729,7 @@ new DataGitlabProjectMembershipConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| FullPath
| string
| The full path of the project. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}. |
| Inherited
| object
| Return all project members including members through ancestor groups. |
| ProjectId
| double
| The ID of the project. |
| Query
| string
| A query string to search for members. |
@@ -816,7 +816,7 @@ public string FullPath { get; set; }
The full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#full_path DataGitlabProjectMembership#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#full_path DataGitlabProjectMembership#full_path}
---
@@ -828,7 +828,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -845,7 +845,7 @@ public object Inherited { get; set; }
Return all project members including members through ancestor groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
---
@@ -859,7 +859,7 @@ public double ProjectId { get; set; }
The ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#project_id DataGitlabProjectMembership#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#project_id DataGitlabProjectMembership#project_id}
---
@@ -873,7 +873,7 @@ public string Query { get; set; }
A query string to search for members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
---
diff --git a/docs/dataGitlabProjectMembership.go.md b/docs/dataGitlabProjectMembership.go.md
index ba2ab35d3..93578a601 100644
--- a/docs/dataGitlabProjectMembership.go.md
+++ b/docs/dataGitlabProjectMembership.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership gitlab_project_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership gitlab_project_membership}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataGitlabProjectMembershi
The id of the existing DataGitlabProjectMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#import import section} in the documentation of this resource for the id to use
---
@@ -729,7 +729,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectme
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| FullPath
| *string
| The full path of the project. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}. |
| Inherited
| interface{}
| Return all project members including members through ancestor groups. |
| ProjectId
| *f64
| The ID of the project. |
| Query
| *string
| A query string to search for members. |
@@ -816,7 +816,7 @@ FullPath *string
The full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#full_path DataGitlabProjectMembership#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#full_path DataGitlabProjectMembership#full_path}
---
@@ -828,7 +828,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -845,7 +845,7 @@ Inherited interface{}
Return all project members including members through ancestor groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
---
@@ -859,7 +859,7 @@ ProjectId *f64
The ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#project_id DataGitlabProjectMembership#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#project_id DataGitlabProjectMembership#project_id}
---
@@ -873,7 +873,7 @@ Query *string
A query string to search for members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
---
diff --git a/docs/dataGitlabProjectMembership.java.md b/docs/dataGitlabProjectMembership.java.md
index bab877f2d..b35737e53 100644
--- a/docs/dataGitlabProjectMembership.java.md
+++ b/docs/dataGitlabProjectMembership.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership gitlab_project_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership gitlab_project_membership}.
#### Initializers
@@ -44,7 +44,7 @@ DataGitlabProjectMembership.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| fullPath
| java.lang.String
| The full path of the project. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}. |
| inherited
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Return all project members including members through ancestor groups. |
| projectId
| java.lang.Number
| The ID of the project. |
| query
| java.lang.String
| A query string to search for members. |
@@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope
The full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#full_path DataGitlabProjectMembership#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#full_path DataGitlabProjectMembership#full_path}
---
@@ -125,7 +125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -138,7 +138,7 @@ If you experience problems setting this value it might not be settable. Please t
Return all project members including members through ancestor groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#project_id DataGitlabProjectMembership#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#project_id DataGitlabProjectMembership#project_id}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A query string to search for members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
---
@@ -516,7 +516,7 @@ The construct id used in the generated config for the DataGitlabProjectMembershi
The id of the existing DataGitlabProjectMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#import import section} in the documentation of this resource for the id to use
---
@@ -850,7 +850,7 @@ DataGitlabProjectMembershipConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| fullPath
| java.lang.String
| The full path of the project. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}. |
| inherited
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Return all project members including members through ancestor groups. |
| projectId
| java.lang.Number
| The ID of the project. |
| query
| java.lang.String
| A query string to search for members. |
@@ -937,7 +937,7 @@ public java.lang.String getFullPath();
The full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#full_path DataGitlabProjectMembership#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#full_path DataGitlabProjectMembership#full_path}
---
@@ -949,7 +949,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -966,7 +966,7 @@ public java.lang.Object getInherited();
Return all project members including members through ancestor groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
---
@@ -980,7 +980,7 @@ public java.lang.Number getProjectId();
The ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#project_id DataGitlabProjectMembership#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#project_id DataGitlabProjectMembership#project_id}
---
@@ -994,7 +994,7 @@ public java.lang.String getQuery();
A query string to search for members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
---
diff --git a/docs/dataGitlabProjectMembership.python.md b/docs/dataGitlabProjectMembership.python.md
index 0f1fcfd0c..9e120109c 100644
--- a/docs/dataGitlabProjectMembership.python.md
+++ b/docs/dataGitlabProjectMembership.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership gitlab_project_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership gitlab_project_membership}.
#### Initializers
@@ -41,7 +41,7 @@ dataGitlabProjectMembership.DataGitlabProjectMembership(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| full_path
| str
| The full path of the project. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}. |
| inherited
| typing.Union[bool, cdktf.IResolvable]
| Return all project members including members through ancestor groups. |
| project_id
| typing.Union[int, float]
| The ID of the project. |
| query
| str
| A query string to search for members. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#full_path DataGitlabProjectMembership#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#full_path DataGitlabProjectMembership#full_path}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t
Return all project members including members through ancestor groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#project_id DataGitlabProjectMembership#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#project_id DataGitlabProjectMembership#project_id}
---
@@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A query string to search for members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
---
@@ -549,7 +549,7 @@ The construct id used in the generated config for the DataGitlabProjectMembershi
The id of the existing DataGitlabProjectMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#import import section} in the documentation of this resource for the id to use
---
@@ -878,7 +878,7 @@ dataGitlabProjectMembership.DataGitlabProjectMembershipConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| full_path
| str
| The full path of the project. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}. |
| inherited
| typing.Union[bool, cdktf.IResolvable]
| Return all project members including members through ancestor groups. |
| project_id
| typing.Union[int, float]
| The ID of the project. |
| query
| str
| A query string to search for members. |
@@ -965,7 +965,7 @@ full_path: str
The full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#full_path DataGitlabProjectMembership#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#full_path DataGitlabProjectMembership#full_path}
---
@@ -977,7 +977,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -994,7 +994,7 @@ inherited: typing.Union[bool, IResolvable]
Return all project members including members through ancestor groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
---
@@ -1008,7 +1008,7 @@ project_id: typing.Union[int, float]
The ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#project_id DataGitlabProjectMembership#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#project_id DataGitlabProjectMembership#project_id}
---
@@ -1022,7 +1022,7 @@ query: str
A query string to search for members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
---
diff --git a/docs/dataGitlabProjectMembership.typescript.md b/docs/dataGitlabProjectMembership.typescript.md
index 2e1eb438d..9fd64b9cb 100644
--- a/docs/dataGitlabProjectMembership.typescript.md
+++ b/docs/dataGitlabProjectMembership.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership gitlab_project_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership gitlab_project_membership}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataGitlabProjectMembershi
The id of the existing DataGitlabProjectMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#import import section} in the documentation of this resource for the id to use
---
@@ -716,7 +716,7 @@ const dataGitlabProjectMembershipConfig: dataGitlabProjectMembership.DataGitlabP
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| fullPath
| string
| The full path of the project. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}. |
| inherited
| boolean \| cdktf.IResolvable
| Return all project members including members through ancestor groups. |
| projectId
| number
| The ID of the project. |
| query
| string
| A query string to search for members. |
@@ -803,7 +803,7 @@ public readonly fullPath: string;
The full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#full_path DataGitlabProjectMembership#full_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#full_path DataGitlabProjectMembership#full_path}
---
@@ -815,7 +815,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#id DataGitlabProjectMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -832,7 +832,7 @@ public readonly inherited: boolean | IResolvable;
Return all project members including members through ancestor groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#inherited DataGitlabProjectMembership#inherited}
---
@@ -846,7 +846,7 @@ public readonly projectId: number;
The ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#project_id DataGitlabProjectMembership#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#project_id DataGitlabProjectMembership#project_id}
---
@@ -860,7 +860,7 @@ public readonly query: string;
A query string to search for members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_membership#query DataGitlabProjectMembership#query}
---
diff --git a/docs/dataGitlabProjectMergeRequest.csharp.md b/docs/dataGitlabProjectMergeRequest.csharp.md
index 22df55b9f..ddeba5536 100644
--- a/docs/dataGitlabProjectMergeRequest.csharp.md
+++ b/docs/dataGitlabProjectMergeRequest.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMergeRequest
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request gitlab_project_merge_request}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request gitlab_project_merge_request}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabProjectMergeRequ
The id of the existing DataGitlabProjectMergeRequest that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#import import section} in the documentation of this resource for the id to use
---
@@ -849,7 +849,7 @@ public double Iid { get; set; }
The unique project level ID of the merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
---
@@ -863,7 +863,7 @@ public string Project { get; set; }
The ID or path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
---
diff --git a/docs/dataGitlabProjectMergeRequest.go.md b/docs/dataGitlabProjectMergeRequest.go.md
index 482777e46..7f013914a 100644
--- a/docs/dataGitlabProjectMergeRequest.go.md
+++ b/docs/dataGitlabProjectMergeRequest.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMergeRequest
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request gitlab_project_merge_request}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request gitlab_project_merge_request}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabProjectMergeRequ
The id of the existing DataGitlabProjectMergeRequest that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#import import section} in the documentation of this resource for the id to use
---
@@ -849,7 +849,7 @@ Iid *f64
The unique project level ID of the merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
---
@@ -863,7 +863,7 @@ Project *string
The ID or path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
---
diff --git a/docs/dataGitlabProjectMergeRequest.java.md b/docs/dataGitlabProjectMergeRequest.java.md
index 7908ebec6..2cf2779f6 100644
--- a/docs/dataGitlabProjectMergeRequest.java.md
+++ b/docs/dataGitlabProjectMergeRequest.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMergeRequest
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request gitlab_project_merge_request}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request gitlab_project_merge_request}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The unique project level ID of the merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
---
@@ -443,7 +443,7 @@ The construct id used in the generated config for the DataGitlabProjectMergeRequ
The id of the existing DataGitlabProjectMergeRequest that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#import import section} in the documentation of this resource for the id to use
---
@@ -927,7 +927,7 @@ public java.lang.Number getIid();
The unique project level ID of the merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
---
@@ -941,7 +941,7 @@ public java.lang.String getProject();
The ID or path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
---
diff --git a/docs/dataGitlabProjectMergeRequest.python.md b/docs/dataGitlabProjectMergeRequest.python.md
index 07f8ad151..b7a114e3f 100644
--- a/docs/dataGitlabProjectMergeRequest.python.md
+++ b/docs/dataGitlabProjectMergeRequest.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMergeRequest
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request gitlab_project_merge_request}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request gitlab_project_merge_request}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The unique project level ID of the merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
---
@@ -477,7 +477,7 @@ The construct id used in the generated config for the DataGitlabProjectMergeRequ
The id of the existing DataGitlabProjectMergeRequest that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#import import section} in the documentation of this resource for the id to use
---
@@ -953,7 +953,7 @@ iid: typing.Union[int, float]
The unique project level ID of the merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
---
@@ -967,7 +967,7 @@ project: str
The ID or path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
---
diff --git a/docs/dataGitlabProjectMergeRequest.typescript.md b/docs/dataGitlabProjectMergeRequest.typescript.md
index a1155b3a3..11b7d2adb 100644
--- a/docs/dataGitlabProjectMergeRequest.typescript.md
+++ b/docs/dataGitlabProjectMergeRequest.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMergeRequest
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request gitlab_project_merge_request}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request gitlab_project_merge_request}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabProjectMergeRequ
The id of the existing DataGitlabProjectMergeRequest that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#import import section} in the documentation of this resource for the id to use
---
@@ -831,7 +831,7 @@ public readonly iid: number;
The unique project level ID of the merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#iid DataGitlabProjectMergeRequest#iid}
---
@@ -845,7 +845,7 @@ public readonly project: string;
The ID or path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_merge_request#project DataGitlabProjectMergeRequest#project}
---
diff --git a/docs/dataGitlabProjectMilestone.csharp.md b/docs/dataGitlabProjectMilestone.csharp.md
index c0eb1abb9..662e77725 100644
--- a/docs/dataGitlabProjectMilestone.csharp.md
+++ b/docs/dataGitlabProjectMilestone.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMilestone
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone gitlab_project_milestone}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone gitlab_project_milestone}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectMilestone
The id of the existing DataGitlabProjectMilestone that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#import import section} in the documentation of this resource for the id to use
---
@@ -766,7 +766,7 @@ new DataGitlabProjectMilestoneConfig {
| Provisioners
| object[]
| *No description.* |
| MilestoneId
| double
| The instance-wide ID of the project’s milestone. |
| Project
| string
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}. |
---
@@ -850,7 +850,7 @@ public double MilestoneId { get; set; }
The instance-wide ID of the project’s milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#milestone_id DataGitlabProjectMilestone#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#milestone_id DataGitlabProjectMilestone#milestone_id}
---
@@ -864,7 +864,7 @@ public string Project { get; set; }
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
---
@@ -876,7 +876,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectMilestone.go.md b/docs/dataGitlabProjectMilestone.go.md
index e93f9c9fa..04f29ce69 100644
--- a/docs/dataGitlabProjectMilestone.go.md
+++ b/docs/dataGitlabProjectMilestone.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMilestone
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone gitlab_project_milestone}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone gitlab_project_milestone}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectMilestone
The id of the existing DataGitlabProjectMilestone that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#import import section} in the documentation of this resource for the id to use
---
@@ -766,7 +766,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectmi
| Provisioners
| *[]interface{}
| *No description.* |
| MilestoneId
| *f64
| The instance-wide ID of the project’s milestone. |
| Project
| *string
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}. |
---
@@ -850,7 +850,7 @@ MilestoneId *f64
The instance-wide ID of the project’s milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#milestone_id DataGitlabProjectMilestone#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#milestone_id DataGitlabProjectMilestone#milestone_id}
---
@@ -864,7 +864,7 @@ Project *string
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
---
@@ -876,7 +876,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectMilestone.java.md b/docs/dataGitlabProjectMilestone.java.md
index f1949d8d4..18f35cf17 100644
--- a/docs/dataGitlabProjectMilestone.java.md
+++ b/docs/dataGitlabProjectMilestone.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMilestone
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone gitlab_project_milestone}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone gitlab_project_milestone}.
#### Initializers
@@ -42,7 +42,7 @@ DataGitlabProjectMilestone.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| milestoneId
| java.lang.Number
| The instance-wide ID of the project’s milestone. |
| project
| java.lang.String
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The instance-wide ID of the project’s milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#milestone_id DataGitlabProjectMilestone#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#milestone_id DataGitlabProjectMilestone#milestone_id}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataGitlabProjectMilestone
The id of the existing DataGitlabProjectMilestone that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#import import section} in the documentation of this resource for the id to use
---
@@ -861,7 +861,7 @@ DataGitlabProjectMilestoneConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| milestoneId
| java.lang.Number
| The instance-wide ID of the project’s milestone. |
| project
| java.lang.String
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}. |
---
@@ -945,7 +945,7 @@ public java.lang.Number getMilestoneId();
The instance-wide ID of the project’s milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#milestone_id DataGitlabProjectMilestone#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#milestone_id DataGitlabProjectMilestone#milestone_id}
---
@@ -959,7 +959,7 @@ public java.lang.String getProject();
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
---
@@ -971,7 +971,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectMilestone.python.md b/docs/dataGitlabProjectMilestone.python.md
index 4f375f858..3581e29a1 100644
--- a/docs/dataGitlabProjectMilestone.python.md
+++ b/docs/dataGitlabProjectMilestone.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMilestone
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone gitlab_project_milestone}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone gitlab_project_milestone}.
#### Initializers
@@ -40,7 +40,7 @@ dataGitlabProjectMilestone.DataGitlabProjectMilestone(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| milestone_id
| typing.Union[int, float]
| The instance-wide ID of the project’s milestone. |
| project
| str
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The instance-wide ID of the project’s milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#milestone_id DataGitlabProjectMilestone#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#milestone_id DataGitlabProjectMilestone#milestone_id}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataGitlabProjectMilestone
The id of the existing DataGitlabProjectMilestone that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#import import section} in the documentation of this resource for the id to use
---
@@ -891,7 +891,7 @@ dataGitlabProjectMilestone.DataGitlabProjectMilestoneConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| milestone_id
| typing.Union[int, float]
| The instance-wide ID of the project’s milestone. |
| project
| str
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}. |
---
@@ -975,7 +975,7 @@ milestone_id: typing.Union[int, float]
The instance-wide ID of the project’s milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#milestone_id DataGitlabProjectMilestone#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#milestone_id DataGitlabProjectMilestone#milestone_id}
---
@@ -989,7 +989,7 @@ project: str
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
---
@@ -1001,7 +1001,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectMilestone.typescript.md b/docs/dataGitlabProjectMilestone.typescript.md
index 5ae075a01..933e2c415 100644
--- a/docs/dataGitlabProjectMilestone.typescript.md
+++ b/docs/dataGitlabProjectMilestone.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMilestone
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone gitlab_project_milestone}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone gitlab_project_milestone}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectMilestone
The id of the existing DataGitlabProjectMilestone that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#import import section} in the documentation of this resource for the id to use
---
@@ -755,7 +755,7 @@ const dataGitlabProjectMilestoneConfig: dataGitlabProjectMilestone.DataGitlabPro
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| milestoneId
| number
| The instance-wide ID of the project’s milestone. |
| project
| string
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}. |
---
@@ -839,7 +839,7 @@ public readonly milestoneId: number;
The instance-wide ID of the project’s milestone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#milestone_id DataGitlabProjectMilestone#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#milestone_id DataGitlabProjectMilestone#milestone_id}
---
@@ -853,7 +853,7 @@ public readonly project: string;
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#project DataGitlabProjectMilestone#project}
---
@@ -865,7 +865,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestone#id DataGitlabProjectMilestone#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectMilestones.csharp.md b/docs/dataGitlabProjectMilestones.csharp.md
index 31af73e6e..b17b4bb59 100644
--- a/docs/dataGitlabProjectMilestones.csharp.md
+++ b/docs/dataGitlabProjectMilestones.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMilestones
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones gitlab_project_milestones}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones gitlab_project_milestones}.
#### Initializers
@@ -407,7 +407,7 @@ The construct id used in the generated config for the DataGitlabProjectMilestone
The id of the existing DataGitlabProjectMilestones that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#import import section} in the documentation of this resource for the id to use
---
@@ -782,7 +782,7 @@ new DataGitlabProjectMilestonesConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| Project
| string
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}. |
| Iids
| double[]
| Return only the milestones having the given `iid` (Note: ignored if `include_parent_milestones` is set as `true`). |
| IncludeParentMilestones
| object
| Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4. |
| Search
| string
| Return only milestones with a title or description matching the provided string. |
@@ -871,7 +871,7 @@ public string Project { get; set; }
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
---
@@ -883,7 +883,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -900,7 +900,7 @@ public double[] Iids { get; set; }
Return only the milestones having the given `iid` (Note: ignored if `include_parent_milestones` is set as `true`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
---
@@ -914,7 +914,7 @@ public object IncludeParentMilestones { get; set; }
Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#include_parent_milestones DataGitlabProjectMilestones#include_parent_milestones}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#include_parent_milestones DataGitlabProjectMilestones#include_parent_milestones}
---
@@ -928,7 +928,7 @@ public string Search { get; set; }
Return only milestones with a title or description matching the provided string.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
---
@@ -942,7 +942,7 @@ public string State { get; set; }
Return only `active` or `closed` milestones.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
---
@@ -956,7 +956,7 @@ public string Title { get; set; }
Return only the milestones having the given `title`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
---
diff --git a/docs/dataGitlabProjectMilestones.go.md b/docs/dataGitlabProjectMilestones.go.md
index 11095d769..8fcd34fc5 100644
--- a/docs/dataGitlabProjectMilestones.go.md
+++ b/docs/dataGitlabProjectMilestones.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMilestones
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones gitlab_project_milestones}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones gitlab_project_milestones}.
#### Initializers
@@ -407,7 +407,7 @@ The construct id used in the generated config for the DataGitlabProjectMilestone
The id of the existing DataGitlabProjectMilestones that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#import import section} in the documentation of this resource for the id to use
---
@@ -782,7 +782,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectmi
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| Project
| *string
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}. |
| Iids
| *[]*f64
| Return only the milestones having the given `iid` (Note: ignored if `include_parent_milestones` is set as `true`). |
| IncludeParentMilestones
| interface{}
| Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4. |
| Search
| *string
| Return only milestones with a title or description matching the provided string. |
@@ -871,7 +871,7 @@ Project *string
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
---
@@ -883,7 +883,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -900,7 +900,7 @@ Iids *[]*f64
Return only the milestones having the given `iid` (Note: ignored if `include_parent_milestones` is set as `true`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
---
@@ -914,7 +914,7 @@ IncludeParentMilestones interface{}
Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#include_parent_milestones DataGitlabProjectMilestones#include_parent_milestones}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#include_parent_milestones DataGitlabProjectMilestones#include_parent_milestones}
---
@@ -928,7 +928,7 @@ Search *string
Return only milestones with a title or description matching the provided string.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
---
@@ -942,7 +942,7 @@ State *string
Return only `active` or `closed` milestones.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
---
@@ -956,7 +956,7 @@ Title *string
Return only the milestones having the given `title`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
---
diff --git a/docs/dataGitlabProjectMilestones.java.md b/docs/dataGitlabProjectMilestones.java.md
index ee9fda680..c293b381f 100644
--- a/docs/dataGitlabProjectMilestones.java.md
+++ b/docs/dataGitlabProjectMilestones.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMilestones
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones gitlab_project_milestones}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones gitlab_project_milestones}.
#### Initializers
@@ -46,7 +46,7 @@ DataGitlabProjectMilestones.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}. |
| iids
| java.util.List
| Return only the milestones having the given `iid` (Note: ignored if `include_parent_milestones` is set as `true`). |
| includeParentMilestones
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4. |
| search
| java.lang.String
| Return only milestones with a title or description matching the provided string. |
@@ -121,7 +121,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
---
@@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -142,7 +142,7 @@ If you experience problems setting this value it might not be settable. Please t
Return only the milestones having the given `iid` (Note: ignored if `include_parent_milestones` is set as `true`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#include_parent_milestones DataGitlabProjectMilestones#include_parent_milestones}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#include_parent_milestones DataGitlabProjectMilestones#include_parent_milestones}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return only milestones with a title or description matching the provided string.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return only `active` or `closed` milestones.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return only the milestones having the given `title`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
---
@@ -547,7 +547,7 @@ The construct id used in the generated config for the DataGitlabProjectMilestone
The id of the existing DataGitlabProjectMilestones that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#import import section} in the documentation of this resource for the id to use
---
@@ -927,7 +927,7 @@ DataGitlabProjectMilestonesConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}. |
| iids
| java.util.List
| Return only the milestones having the given `iid` (Note: ignored if `include_parent_milestones` is set as `true`). |
| includeParentMilestones
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4. |
| search
| java.lang.String
| Return only milestones with a title or description matching the provided string. |
@@ -1016,7 +1016,7 @@ public java.lang.String getProject();
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
---
@@ -1028,7 +1028,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1045,7 +1045,7 @@ public java.util.List getIids();
Return only the milestones having the given `iid` (Note: ignored if `include_parent_milestones` is set as `true`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
---
@@ -1059,7 +1059,7 @@ public java.lang.Object getIncludeParentMilestones();
Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#include_parent_milestones DataGitlabProjectMilestones#include_parent_milestones}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#include_parent_milestones DataGitlabProjectMilestones#include_parent_milestones}
---
@@ -1073,7 +1073,7 @@ public java.lang.String getSearch();
Return only milestones with a title or description matching the provided string.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
---
@@ -1087,7 +1087,7 @@ public java.lang.String getState();
Return only `active` or `closed` milestones.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
---
@@ -1101,7 +1101,7 @@ public java.lang.String getTitle();
Return only the milestones having the given `title`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
---
diff --git a/docs/dataGitlabProjectMilestones.python.md b/docs/dataGitlabProjectMilestones.python.md
index eda2aaf06..6a42a1e7c 100644
--- a/docs/dataGitlabProjectMilestones.python.md
+++ b/docs/dataGitlabProjectMilestones.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMilestones
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones gitlab_project_milestones}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones gitlab_project_milestones}.
#### Initializers
@@ -43,7 +43,7 @@ dataGitlabProjectMilestones.DataGitlabProjectMilestones(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}. |
| iids
| typing.List[typing.Union[int, float]]
| Return only the milestones having the given `iid` (Note: ignored if `include_parent_milestones` is set as `true`). |
| include_parent_milestones
| typing.Union[bool, cdktf.IResolvable]
| Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4. |
| search
| str
| Return only milestones with a title or description matching the provided string. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -139,7 +139,7 @@ If you experience problems setting this value it might not be settable. Please t
Return only the milestones having the given `iid` (Note: ignored if `include_parent_milestones` is set as `true`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#include_parent_milestones DataGitlabProjectMilestones#include_parent_milestones}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#include_parent_milestones DataGitlabProjectMilestones#include_parent_milestones}
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return only milestones with a title or description matching the provided string.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
---
@@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return only `active` or `closed` milestones.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
---
@@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return only the milestones having the given `title`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
---
@@ -580,7 +580,7 @@ The construct id used in the generated config for the DataGitlabProjectMilestone
The id of the existing DataGitlabProjectMilestones that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#import import section} in the documentation of this resource for the id to use
---
@@ -955,7 +955,7 @@ dataGitlabProjectMilestones.DataGitlabProjectMilestonesConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}. |
| iids
| typing.List[typing.Union[int, float]]
| Return only the milestones having the given `iid` (Note: ignored if `include_parent_milestones` is set as `true`). |
| include_parent_milestones
| typing.Union[bool, cdktf.IResolvable]
| Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4. |
| search
| str
| Return only milestones with a title or description matching the provided string. |
@@ -1044,7 +1044,7 @@ project: str
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
---
@@ -1056,7 +1056,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1073,7 +1073,7 @@ iids: typing.List[typing.Union[int, float]]
Return only the milestones having the given `iid` (Note: ignored if `include_parent_milestones` is set as `true`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
---
@@ -1087,7 +1087,7 @@ include_parent_milestones: typing.Union[bool, IResolvable]
Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#include_parent_milestones DataGitlabProjectMilestones#include_parent_milestones}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#include_parent_milestones DataGitlabProjectMilestones#include_parent_milestones}
---
@@ -1101,7 +1101,7 @@ search: str
Return only milestones with a title or description matching the provided string.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
---
@@ -1115,7 +1115,7 @@ state: str
Return only `active` or `closed` milestones.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
---
@@ -1129,7 +1129,7 @@ title: str
Return only the milestones having the given `title`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
---
diff --git a/docs/dataGitlabProjectMilestones.typescript.md b/docs/dataGitlabProjectMilestones.typescript.md
index 29d2cc24b..c8fbbe9c0 100644
--- a/docs/dataGitlabProjectMilestones.typescript.md
+++ b/docs/dataGitlabProjectMilestones.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectMilestones
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones gitlab_project_milestones}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones gitlab_project_milestones}.
#### Initializers
@@ -407,7 +407,7 @@ The construct id used in the generated config for the DataGitlabProjectMilestone
The id of the existing DataGitlabProjectMilestones that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#import import section} in the documentation of this resource for the id to use
---
@@ -767,7 +767,7 @@ const dataGitlabProjectMilestonesConfig: dataGitlabProjectMilestones.DataGitlabP
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| project
| string
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}. |
| iids
| number[]
| Return only the milestones having the given `iid` (Note: ignored if `include_parent_milestones` is set as `true`). |
| includeParentMilestones
| boolean \| cdktf.IResolvable
| Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4. |
| search
| string
| Return only milestones with a title or description matching the provided string. |
@@ -856,7 +856,7 @@ public readonly project: string;
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#project DataGitlabProjectMilestones#project}
---
@@ -868,7 +868,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#id DataGitlabProjectMilestones#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -885,7 +885,7 @@ public readonly iids: number[];
Return only the milestones having the given `iid` (Note: ignored if `include_parent_milestones` is set as `true`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#iids DataGitlabProjectMilestones#iids}
---
@@ -899,7 +899,7 @@ public readonly includeParentMilestones: boolean | IResolvable;
Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#include_parent_milestones DataGitlabProjectMilestones#include_parent_milestones}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#include_parent_milestones DataGitlabProjectMilestones#include_parent_milestones}
---
@@ -913,7 +913,7 @@ public readonly search: string;
Return only milestones with a title or description matching the provided string.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#search DataGitlabProjectMilestones#search}
---
@@ -927,7 +927,7 @@ public readonly state: string;
Return only `active` or `closed` milestones.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#state DataGitlabProjectMilestones#state}
---
@@ -941,7 +941,7 @@ public readonly title: string;
Return only the milestones having the given `title`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_milestones#title DataGitlabProjectMilestones#title}
---
diff --git a/docs/dataGitlabProjectProtectedBranch.csharp.md b/docs/dataGitlabProjectProtectedBranch.csharp.md
index 230bef444..8c3cef45c 100644
--- a/docs/dataGitlabProjectProtectedBranch.csharp.md
+++ b/docs/dataGitlabProjectProtectedBranch.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedBranch
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}.
#### Initializers
@@ -405,7 +405,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedBranch that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#import import section} in the documentation of this resource for the id to use
---
@@ -819,7 +819,7 @@ public string Name { get; set; }
The name of the protected branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
---
@@ -833,7 +833,7 @@ public string ProjectId { get; set; }
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#project_id DataGitlabProjectProtectedBranch#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#project_id DataGitlabProjectProtectedBranch#project_id}
---
@@ -847,7 +847,7 @@ public object MergeAccessLevels { get; set; }
merge_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#merge_access_levels DataGitlabProjectProtectedBranch#merge_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#merge_access_levels DataGitlabProjectProtectedBranch#merge_access_levels}
---
@@ -861,7 +861,7 @@ public object PushAccessLevels { get; set; }
push_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#push_access_levels DataGitlabProjectProtectedBranch#push_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#push_access_levels DataGitlabProjectProtectedBranch#push_access_levels}
---
@@ -897,7 +897,7 @@ public double GroupId { get; set; }
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
---
@@ -911,7 +911,7 @@ public double UserId { get; set; }
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
@@ -923,6 +923,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
using HashiCorp.Cdktf.Providers.Gitlab;
new DataGitlabProjectProtectedBranchPushAccessLevels {
+ double DeployKeyId = null,
double GroupId = null,
double UserId = null
};
@@ -932,8 +933,25 @@ new DataGitlabProjectProtectedBranchPushAccessLevels {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| GroupId
| double
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`. |
-| UserId
| double
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`. |
+| DeployKeyId
| double
| The ID of a GitLab deploy key allowed to perform the relevant action. |
+| GroupId
| double
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`. |
+| UserId
| double
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`. |
+
+---
+
+##### `DeployKeyId`Optional
+
+```csharp
+public double DeployKeyId { get; set; }
+```
+
+- *Type:* double
+
+The ID of a GitLab deploy key allowed to perform the relevant action.
+
+Mutually exclusive with `group_id` and `user_id`. This field is read-only until Gitlab 17.5.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#deploy_key_id DataGitlabProjectProtectedBranch#deploy_key_id}
---
@@ -945,9 +963,9 @@ public double GroupId { get; set; }
- *Type:* double
-The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
+The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
---
@@ -959,9 +977,9 @@ public double UserId { get; set; }
- *Type:* double
-The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
+The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
@@ -1702,6 +1720,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it
| InterpolationForAttribute
| *No description.* |
| Resolve
| Produce the Token's value at resolution time. |
| ToString
| Return a string representation of this resolvable object. |
+| ResetDeployKeyId
| *No description.* |
| ResetGroupId
| *No description.* |
| ResetUserId
| *No description.* |
@@ -1857,6 +1876,12 @@ Return a string representation of this resolvable object.
Returns a reversible string representation.
+##### `ResetDeployKeyId`
+
+```csharp
+private void ResetDeployKeyId()
+```
+
##### `ResetGroupId`
```csharp
@@ -1878,8 +1903,10 @@ private void ResetUserId()
| Fqn
| string
| *No description.* |
| AccessLevel
| string
| *No description.* |
| AccessLevelDescription
| string
| *No description.* |
+| DeployKeyIdInput
| double
| *No description.* |
| GroupIdInput
| double
| *No description.* |
| UserIdInput
| double
| *No description.* |
+| DeployKeyId
| double
| *No description.* |
| GroupId
| double
| *No description.* |
| UserId
| double
| *No description.* |
| InternalValue
| object
| *No description.* |
@@ -1930,6 +1957,16 @@ public string AccessLevelDescription { get; }
---
+##### `DeployKeyIdInput`Optional
+
+```csharp
+public double DeployKeyIdInput { get; }
+```
+
+- *Type:* double
+
+---
+
##### `GroupIdInput`Optional
```csharp
@@ -1950,6 +1987,16 @@ public double UserIdInput { get; }
---
+##### `DeployKeyId`Required
+
+```csharp
+public double DeployKeyId { get; }
+```
+
+- *Type:* double
+
+---
+
##### `GroupId`Required
```csharp
diff --git a/docs/dataGitlabProjectProtectedBranch.go.md b/docs/dataGitlabProjectProtectedBranch.go.md
index ec710e304..956bd42eb 100644
--- a/docs/dataGitlabProjectProtectedBranch.go.md
+++ b/docs/dataGitlabProjectProtectedBranch.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedBranch
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}.
#### Initializers
@@ -405,7 +405,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedBranch that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#import import section} in the documentation of this resource for the id to use
---
@@ -819,7 +819,7 @@ Name *string
The name of the protected branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
---
@@ -833,7 +833,7 @@ ProjectId *string
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#project_id DataGitlabProjectProtectedBranch#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#project_id DataGitlabProjectProtectedBranch#project_id}
---
@@ -847,7 +847,7 @@ MergeAccessLevels interface{}
merge_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#merge_access_levels DataGitlabProjectProtectedBranch#merge_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#merge_access_levels DataGitlabProjectProtectedBranch#merge_access_levels}
---
@@ -861,7 +861,7 @@ PushAccessLevels interface{}
push_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#push_access_levels DataGitlabProjectProtectedBranch#push_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#push_access_levels DataGitlabProjectProtectedBranch#push_access_levels}
---
@@ -897,7 +897,7 @@ GroupId *f64
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
---
@@ -911,7 +911,7 @@ UserId *f64
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
@@ -923,6 +923,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectprotectedbranch"
&datagitlabprojectprotectedbranch.DataGitlabProjectProtectedBranchPushAccessLevels {
+ DeployKeyId: *f64,
GroupId: *f64,
UserId: *f64,
}
@@ -932,8 +933,25 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectpr
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| GroupId
| *f64
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`. |
-| UserId
| *f64
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`. |
+| DeployKeyId
| *f64
| The ID of a GitLab deploy key allowed to perform the relevant action. |
+| GroupId
| *f64
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`. |
+| UserId
| *f64
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`. |
+
+---
+
+##### `DeployKeyId`Optional
+
+```go
+DeployKeyId *f64
+```
+
+- *Type:* *f64
+
+The ID of a GitLab deploy key allowed to perform the relevant action.
+
+Mutually exclusive with `group_id` and `user_id`. This field is read-only until Gitlab 17.5.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#deploy_key_id DataGitlabProjectProtectedBranch#deploy_key_id}
---
@@ -945,9 +963,9 @@ GroupId *f64
- *Type:* *f64
-The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
+The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
---
@@ -959,9 +977,9 @@ UserId *f64
- *Type:* *f64
-The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
+The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
@@ -1702,6 +1720,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it
| InterpolationForAttribute
| *No description.* |
| Resolve
| Produce the Token's value at resolution time. |
| ToString
| Return a string representation of this resolvable object. |
+| ResetDeployKeyId
| *No description.* |
| ResetGroupId
| *No description.* |
| ResetUserId
| *No description.* |
@@ -1857,6 +1876,12 @@ Return a string representation of this resolvable object.
Returns a reversible string representation.
+##### `ResetDeployKeyId`
+
+```go
+func ResetDeployKeyId()
+```
+
##### `ResetGroupId`
```go
@@ -1878,8 +1903,10 @@ func ResetUserId()
| Fqn
| *string
| *No description.* |
| AccessLevel
| *string
| *No description.* |
| AccessLevelDescription
| *string
| *No description.* |
+| DeployKeyIdInput
| *f64
| *No description.* |
| GroupIdInput
| *f64
| *No description.* |
| UserIdInput
| *f64
| *No description.* |
+| DeployKeyId
| *f64
| *No description.* |
| GroupId
| *f64
| *No description.* |
| UserId
| *f64
| *No description.* |
| InternalValue
| interface{}
| *No description.* |
@@ -1930,6 +1957,16 @@ func AccessLevelDescription() *string
---
+##### `DeployKeyIdInput`Optional
+
+```go
+func DeployKeyIdInput() *f64
+```
+
+- *Type:* *f64
+
+---
+
##### `GroupIdInput`Optional
```go
@@ -1950,6 +1987,16 @@ func UserIdInput() *f64
---
+##### `DeployKeyId`Required
+
+```go
+func DeployKeyId() *f64
+```
+
+- *Type:* *f64
+
+---
+
##### `GroupId`Required
```go
diff --git a/docs/dataGitlabProjectProtectedBranch.java.md b/docs/dataGitlabProjectProtectedBranch.java.md
index dd9d5e0f4..b8942ce0a 100644
--- a/docs/dataGitlabProjectProtectedBranch.java.md
+++ b/docs/dataGitlabProjectProtectedBranch.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedBranch
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}.
#### Initializers
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The name of the protected branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#project_id DataGitlabProjectProtectedBranch#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#project_id DataGitlabProjectProtectedBranch#project_id}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
merge_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#merge_access_levels DataGitlabProjectProtectedBranch#merge_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#merge_access_levels DataGitlabProjectProtectedBranch#merge_access_levels}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
push_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#push_access_levels DataGitlabProjectProtectedBranch#push_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#push_access_levels DataGitlabProjectProtectedBranch#push_access_levels}
---
@@ -509,7 +509,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedBranch that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#import import section} in the documentation of this resource for the id to use
---
@@ -929,7 +929,7 @@ public java.lang.String getName();
The name of the protected branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
---
@@ -943,7 +943,7 @@ public java.lang.String getProjectId();
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#project_id DataGitlabProjectProtectedBranch#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#project_id DataGitlabProjectProtectedBranch#project_id}
---
@@ -957,7 +957,7 @@ public java.lang.Object getMergeAccessLevels();
merge_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#merge_access_levels DataGitlabProjectProtectedBranch#merge_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#merge_access_levels DataGitlabProjectProtectedBranch#merge_access_levels}
---
@@ -971,7 +971,7 @@ public java.lang.Object getPushAccessLevels();
push_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#push_access_levels DataGitlabProjectProtectedBranch#push_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#push_access_levels DataGitlabProjectProtectedBranch#push_access_levels}
---
@@ -1007,7 +1007,7 @@ public java.lang.Number getGroupId();
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
---
@@ -1021,7 +1021,7 @@ public java.lang.Number getUserId();
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
@@ -1033,6 +1033,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
import com.hashicorp.cdktf.providers.gitlab.data_gitlab_project_protected_branch.DataGitlabProjectProtectedBranchPushAccessLevels;
DataGitlabProjectProtectedBranchPushAccessLevels.builder()
+// .deployKeyId(java.lang.Number)
// .groupId(java.lang.Number)
// .userId(java.lang.Number)
.build();
@@ -1042,8 +1043,25 @@ DataGitlabProjectProtectedBranchPushAccessLevels.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| groupId
| java.lang.Number
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`. |
-| userId
| java.lang.Number
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`. |
+| deployKeyId
| java.lang.Number
| The ID of a GitLab deploy key allowed to perform the relevant action. |
+| groupId
| java.lang.Number
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`. |
+| userId
| java.lang.Number
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`. |
+
+---
+
+##### `deployKeyId`Optional
+
+```java
+public java.lang.Number getDeployKeyId();
+```
+
+- *Type:* java.lang.Number
+
+The ID of a GitLab deploy key allowed to perform the relevant action.
+
+Mutually exclusive with `group_id` and `user_id`. This field is read-only until Gitlab 17.5.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#deploy_key_id DataGitlabProjectProtectedBranch#deploy_key_id}
---
@@ -1055,9 +1073,9 @@ public java.lang.Number getGroupId();
- *Type:* java.lang.Number
-The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
+The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
---
@@ -1069,9 +1087,9 @@ public java.lang.Number getUserId();
- *Type:* java.lang.Number
-The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
+The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
@@ -1812,6 +1830,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it
| interpolationForAttribute
| *No description.* |
| resolve
| Produce the Token's value at resolution time. |
| toString
| Return a string representation of this resolvable object. |
+| resetDeployKeyId
| *No description.* |
| resetGroupId
| *No description.* |
| resetUserId
| *No description.* |
@@ -1967,6 +1986,12 @@ Return a string representation of this resolvable object.
Returns a reversible string representation.
+##### `resetDeployKeyId`
+
+```java
+public void resetDeployKeyId()
+```
+
##### `resetGroupId`
```java
@@ -1988,8 +2013,10 @@ public void resetUserId()
| fqn
| java.lang.String
| *No description.* |
| accessLevel
| java.lang.String
| *No description.* |
| accessLevelDescription
| java.lang.String
| *No description.* |
+| deployKeyIdInput
| java.lang.Number
| *No description.* |
| groupIdInput
| java.lang.Number
| *No description.* |
| userIdInput
| java.lang.Number
| *No description.* |
+| deployKeyId
| java.lang.Number
| *No description.* |
| groupId
| java.lang.Number
| *No description.* |
| userId
| java.lang.Number
| *No description.* |
| internalValue
| com.hashicorp.cdktf.IResolvable OR DataGitlabProjectProtectedBranchPushAccessLevels
| *No description.* |
@@ -2040,6 +2067,16 @@ public java.lang.String getAccessLevelDescription();
---
+##### `deployKeyIdInput`Optional
+
+```java
+public java.lang.Number getDeployKeyIdInput();
+```
+
+- *Type:* java.lang.Number
+
+---
+
##### `groupIdInput`Optional
```java
@@ -2060,6 +2097,16 @@ public java.lang.Number getUserIdInput();
---
+##### `deployKeyId`Required
+
+```java
+public java.lang.Number getDeployKeyId();
+```
+
+- *Type:* java.lang.Number
+
+---
+
##### `groupId`Required
```java
diff --git a/docs/dataGitlabProjectProtectedBranch.python.md b/docs/dataGitlabProjectProtectedBranch.python.md
index 60b1a2540..f6b1417ab 100644
--- a/docs/dataGitlabProjectProtectedBranch.python.md
+++ b/docs/dataGitlabProjectProtectedBranch.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedBranch
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The name of the protected branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#project_id DataGitlabProjectProtectedBranch#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#project_id DataGitlabProjectProtectedBranch#project_id}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
merge_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#merge_access_levels DataGitlabProjectProtectedBranch#merge_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#merge_access_levels DataGitlabProjectProtectedBranch#merge_access_levels}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
push_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#push_access_levels DataGitlabProjectProtectedBranch#push_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#push_access_levels DataGitlabProjectProtectedBranch#push_access_levels}
---
@@ -545,7 +545,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedBranch that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#import import section} in the documentation of this resource for the id to use
---
@@ -959,7 +959,7 @@ name: str
The name of the protected branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
---
@@ -973,7 +973,7 @@ project_id: str
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#project_id DataGitlabProjectProtectedBranch#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#project_id DataGitlabProjectProtectedBranch#project_id}
---
@@ -987,7 +987,7 @@ merge_access_levels: typing.Union[IResolvable, typing.List[DataGitlabProjectProt
merge_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#merge_access_levels DataGitlabProjectProtectedBranch#merge_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#merge_access_levels DataGitlabProjectProtectedBranch#merge_access_levels}
---
@@ -1001,7 +1001,7 @@ push_access_levels: typing.Union[IResolvable, typing.List[DataGitlabProjectProte
push_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#push_access_levels DataGitlabProjectProtectedBranch#push_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#push_access_levels DataGitlabProjectProtectedBranch#push_access_levels}
---
@@ -1037,7 +1037,7 @@ group_id: typing.Union[int, float]
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
---
@@ -1051,7 +1051,7 @@ user_id: typing.Union[int, float]
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
@@ -1063,6 +1063,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
from cdktf_cdktf_provider_gitlab import data_gitlab_project_protected_branch
dataGitlabProjectProtectedBranch.DataGitlabProjectProtectedBranchPushAccessLevels(
+ deploy_key_id: typing.Union[int, float] = None,
group_id: typing.Union[int, float] = None,
user_id: typing.Union[int, float] = None
)
@@ -1072,8 +1073,25 @@ dataGitlabProjectProtectedBranch.DataGitlabProjectProtectedBranchPushAccessLevel
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| group_id
| typing.Union[int, float]
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`. |
-| user_id
| typing.Union[int, float]
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`. |
+| deploy_key_id
| typing.Union[int, float]
| The ID of a GitLab deploy key allowed to perform the relevant action. |
+| group_id
| typing.Union[int, float]
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`. |
+| user_id
| typing.Union[int, float]
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`. |
+
+---
+
+##### `deploy_key_id`Optional
+
+```python
+deploy_key_id: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+The ID of a GitLab deploy key allowed to perform the relevant action.
+
+Mutually exclusive with `group_id` and `user_id`. This field is read-only until Gitlab 17.5.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#deploy_key_id DataGitlabProjectProtectedBranch#deploy_key_id}
---
@@ -1085,9 +1103,9 @@ group_id: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
+The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
---
@@ -1099,9 +1117,9 @@ user_id: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
+The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
@@ -1894,6 +1912,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it
| interpolation_for_attribute
| *No description.* |
| resolve
| Produce the Token's value at resolution time. |
| to_string
| Return a string representation of this resolvable object. |
+| reset_deploy_key_id
| *No description.* |
| reset_group_id
| *No description.* |
| reset_user_id
| *No description.* |
@@ -2071,6 +2090,12 @@ Return a string representation of this resolvable object.
Returns a reversible string representation.
+##### `reset_deploy_key_id`
+
+```python
+def reset_deploy_key_id() -> None
+```
+
##### `reset_group_id`
```python
@@ -2092,8 +2117,10 @@ def reset_user_id() -> None
| fqn
| str
| *No description.* |
| access_level
| str
| *No description.* |
| access_level_description
| str
| *No description.* |
+| deploy_key_id_input
| typing.Union[int, float]
| *No description.* |
| group_id_input
| typing.Union[int, float]
| *No description.* |
| user_id_input
| typing.Union[int, float]
| *No description.* |
+| deploy_key_id
| typing.Union[int, float]
| *No description.* |
| group_id
| typing.Union[int, float]
| *No description.* |
| user_id
| typing.Union[int, float]
| *No description.* |
| internal_value
| typing.Union[cdktf.IResolvable, DataGitlabProjectProtectedBranchPushAccessLevels]
| *No description.* |
@@ -2144,6 +2171,16 @@ access_level_description: str
---
+##### `deploy_key_id_input`Optional
+
+```python
+deploy_key_id_input: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+---
+
##### `group_id_input`Optional
```python
@@ -2164,6 +2201,16 @@ user_id_input: typing.Union[int, float]
---
+##### `deploy_key_id`Required
+
+```python
+deploy_key_id: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+---
+
##### `group_id`Required
```python
diff --git a/docs/dataGitlabProjectProtectedBranch.typescript.md b/docs/dataGitlabProjectProtectedBranch.typescript.md
index 9ba95e6d5..91a9b84b9 100644
--- a/docs/dataGitlabProjectProtectedBranch.typescript.md
+++ b/docs/dataGitlabProjectProtectedBranch.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedBranch
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch gitlab_project_protected_branch}.
#### Initializers
@@ -405,7 +405,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedBranch that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#import import section} in the documentation of this resource for the id to use
---
@@ -807,7 +807,7 @@ public readonly name: string;
The name of the protected branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#name DataGitlabProjectProtectedBranch#name}
---
@@ -821,7 +821,7 @@ public readonly projectId: string;
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#project_id DataGitlabProjectProtectedBranch#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#project_id DataGitlabProjectProtectedBranch#project_id}
---
@@ -835,7 +835,7 @@ public readonly mergeAccessLevels: IResolvable | DataGitlabProjectProtectedBranc
merge_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#merge_access_levels DataGitlabProjectProtectedBranch#merge_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#merge_access_levels DataGitlabProjectProtectedBranch#merge_access_levels}
---
@@ -849,7 +849,7 @@ public readonly pushAccessLevels: IResolvable | DataGitlabProjectProtectedBranch
push_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#push_access_levels DataGitlabProjectProtectedBranch#push_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#push_access_levels DataGitlabProjectProtectedBranch#push_access_levels}
---
@@ -882,7 +882,7 @@ public readonly groupId: number;
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
---
@@ -896,7 +896,7 @@ public readonly userId: number;
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
@@ -914,8 +914,25 @@ const dataGitlabProjectProtectedBranchPushAccessLevels: dataGitlabProjectProtect
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| groupId
| number
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`. |
-| userId
| number
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`. |
+| deployKeyId
| number
| The ID of a GitLab deploy key allowed to perform the relevant action. |
+| groupId
| number
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`. |
+| userId
| number
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`. |
+
+---
+
+##### `deployKeyId`Optional
+
+```typescript
+public readonly deployKeyId: number;
+```
+
+- *Type:* number
+
+The ID of a GitLab deploy key allowed to perform the relevant action.
+
+Mutually exclusive with `group_id` and `user_id`. This field is read-only until Gitlab 17.5.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#deploy_key_id DataGitlabProjectProtectedBranch#deploy_key_id}
---
@@ -927,9 +944,9 @@ public readonly groupId: number;
- *Type:* number
-The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
+The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#group_id DataGitlabProjectProtectedBranch#group_id}
---
@@ -941,9 +958,9 @@ public readonly userId: number;
- *Type:* number
-The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
+The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branch#user_id DataGitlabProjectProtectedBranch#user_id}
---
@@ -1684,6 +1701,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it
| interpolationForAttribute
| *No description.* |
| resolve
| Produce the Token's value at resolution time. |
| toString
| Return a string representation of this resolvable object. |
+| resetDeployKeyId
| *No description.* |
| resetGroupId
| *No description.* |
| resetUserId
| *No description.* |
@@ -1839,6 +1857,12 @@ Return a string representation of this resolvable object.
Returns a reversible string representation.
+##### `resetDeployKeyId`
+
+```typescript
+public resetDeployKeyId(): void
+```
+
##### `resetGroupId`
```typescript
@@ -1860,8 +1884,10 @@ public resetUserId(): void
| fqn
| string
| *No description.* |
| accessLevel
| string
| *No description.* |
| accessLevelDescription
| string
| *No description.* |
+| deployKeyIdInput
| number
| *No description.* |
| groupIdInput
| number
| *No description.* |
| userIdInput
| number
| *No description.* |
+| deployKeyId
| number
| *No description.* |
| groupId
| number
| *No description.* |
| userId
| number
| *No description.* |
| internalValue
| cdktf.IResolvable \| DataGitlabProjectProtectedBranchPushAccessLevels
| *No description.* |
@@ -1912,6 +1938,16 @@ public readonly accessLevelDescription: string;
---
+##### `deployKeyIdInput`Optional
+
+```typescript
+public readonly deployKeyIdInput: number;
+```
+
+- *Type:* number
+
+---
+
##### `groupIdInput`Optional
```typescript
@@ -1932,6 +1968,16 @@ public readonly userIdInput: number;
---
+##### `deployKeyId`Required
+
+```typescript
+public readonly deployKeyId: number;
+```
+
+- *Type:* number
+
+---
+
##### `groupId`Required
```typescript
diff --git a/docs/dataGitlabProjectProtectedBranches.csharp.md b/docs/dataGitlabProjectProtectedBranches.csharp.md
index bd5d80839..381b4a9d5 100644
--- a/docs/dataGitlabProjectProtectedBranches.csharp.md
+++ b/docs/dataGitlabProjectProtectedBranches.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedBranches
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}.
#### Initializers
@@ -385,7 +385,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedBranches that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#import import section} in the documentation of this resource for the id to use
---
@@ -729,7 +729,7 @@ public string ProjectId { get; set; }
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#project_id DataGitlabProjectProtectedBranches#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#project_id DataGitlabProjectProtectedBranches#project_id}
---
@@ -743,7 +743,7 @@ public object ProtectedBranches { get; set; }
protected_branches block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#protected_branches DataGitlabProjectProtectedBranches#protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#protected_branches DataGitlabProjectProtectedBranches#protected_branches}
---
@@ -779,7 +779,7 @@ public object MergeAccessLevels { get; set; }
merge_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#merge_access_levels DataGitlabProjectProtectedBranches#merge_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#merge_access_levels DataGitlabProjectProtectedBranches#merge_access_levels}
---
@@ -793,7 +793,7 @@ public object PushAccessLevels { get; set; }
push_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#push_access_levels DataGitlabProjectProtectedBranches#push_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#push_access_levels DataGitlabProjectProtectedBranches#push_access_levels}
---
@@ -829,7 +829,7 @@ public double GroupId { get; set; }
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
---
@@ -843,7 +843,7 @@ public double UserId { get; set; }
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
@@ -855,6 +855,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
using HashiCorp.Cdktf.Providers.Gitlab;
new DataGitlabProjectProtectedBranchesProtectedBranchesPushAccessLevels {
+ double DeployKeyId = null,
double GroupId = null,
double UserId = null
};
@@ -864,8 +865,25 @@ new DataGitlabProjectProtectedBranchesProtectedBranchesPushAccessLevels {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| GroupId
| double
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`. |
-| UserId
| double
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`. |
+| DeployKeyId
| double
| The ID of a GitLab deploy key allowed to perform the relevant action. |
+| GroupId
| double
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`. |
+| UserId
| double
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`. |
+
+---
+
+##### `DeployKeyId`Optional
+
+```csharp
+public double DeployKeyId { get; set; }
+```
+
+- *Type:* double
+
+The ID of a GitLab deploy key allowed to perform the relevant action.
+
+Mutually exclusive with `group_id` and `user_id`. This field is read-only until Gitlab 17.5.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#deploy_key_id DataGitlabProjectProtectedBranches#deploy_key_id}
---
@@ -877,9 +895,9 @@ public double GroupId { get; set; }
- *Type:* double
-The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
+The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
---
@@ -891,9 +909,9 @@ public double UserId { get; set; }
- *Type:* double
-The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
+The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
@@ -2189,6 +2207,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it
| InterpolationForAttribute
| *No description.* |
| Resolve
| Produce the Token's value at resolution time. |
| ToString
| Return a string representation of this resolvable object. |
+| ResetDeployKeyId
| *No description.* |
| ResetGroupId
| *No description.* |
| ResetUserId
| *No description.* |
@@ -2344,6 +2363,12 @@ Return a string representation of this resolvable object.
Returns a reversible string representation.
+##### `ResetDeployKeyId`
+
+```csharp
+private void ResetDeployKeyId()
+```
+
##### `ResetGroupId`
```csharp
@@ -2365,8 +2390,10 @@ private void ResetUserId()
| Fqn
| string
| *No description.* |
| AccessLevel
| string
| *No description.* |
| AccessLevelDescription
| string
| *No description.* |
+| DeployKeyIdInput
| double
| *No description.* |
| GroupIdInput
| double
| *No description.* |
| UserIdInput
| double
| *No description.* |
+| DeployKeyId
| double
| *No description.* |
| GroupId
| double
| *No description.* |
| UserId
| double
| *No description.* |
| InternalValue
| object
| *No description.* |
@@ -2417,6 +2444,16 @@ public string AccessLevelDescription { get; }
---
+##### `DeployKeyIdInput`Optional
+
+```csharp
+public double DeployKeyIdInput { get; }
+```
+
+- *Type:* double
+
+---
+
##### `GroupIdInput`Optional
```csharp
@@ -2437,6 +2474,16 @@ public double UserIdInput { get; }
---
+##### `DeployKeyId`Required
+
+```csharp
+public double DeployKeyId { get; }
+```
+
+- *Type:* double
+
+---
+
##### `GroupId`Required
```csharp
diff --git a/docs/dataGitlabProjectProtectedBranches.go.md b/docs/dataGitlabProjectProtectedBranches.go.md
index 8bb51f9ad..3daf7791f 100644
--- a/docs/dataGitlabProjectProtectedBranches.go.md
+++ b/docs/dataGitlabProjectProtectedBranches.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedBranches
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}.
#### Initializers
@@ -385,7 +385,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedBranches that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#import import section} in the documentation of this resource for the id to use
---
@@ -729,7 +729,7 @@ ProjectId *string
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#project_id DataGitlabProjectProtectedBranches#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#project_id DataGitlabProjectProtectedBranches#project_id}
---
@@ -743,7 +743,7 @@ ProtectedBranches interface{}
protected_branches block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#protected_branches DataGitlabProjectProtectedBranches#protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#protected_branches DataGitlabProjectProtectedBranches#protected_branches}
---
@@ -779,7 +779,7 @@ MergeAccessLevels interface{}
merge_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#merge_access_levels DataGitlabProjectProtectedBranches#merge_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#merge_access_levels DataGitlabProjectProtectedBranches#merge_access_levels}
---
@@ -793,7 +793,7 @@ PushAccessLevels interface{}
push_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#push_access_levels DataGitlabProjectProtectedBranches#push_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#push_access_levels DataGitlabProjectProtectedBranches#push_access_levels}
---
@@ -829,7 +829,7 @@ GroupId *f64
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
---
@@ -843,7 +843,7 @@ UserId *f64
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
@@ -855,6 +855,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectprotectedbranches"
&datagitlabprojectprotectedbranches.DataGitlabProjectProtectedBranchesProtectedBranchesPushAccessLevels {
+ DeployKeyId: *f64,
GroupId: *f64,
UserId: *f64,
}
@@ -864,8 +865,25 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectpr
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| GroupId
| *f64
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`. |
-| UserId
| *f64
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`. |
+| DeployKeyId
| *f64
| The ID of a GitLab deploy key allowed to perform the relevant action. |
+| GroupId
| *f64
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`. |
+| UserId
| *f64
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`. |
+
+---
+
+##### `DeployKeyId`Optional
+
+```go
+DeployKeyId *f64
+```
+
+- *Type:* *f64
+
+The ID of a GitLab deploy key allowed to perform the relevant action.
+
+Mutually exclusive with `group_id` and `user_id`. This field is read-only until Gitlab 17.5.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#deploy_key_id DataGitlabProjectProtectedBranches#deploy_key_id}
---
@@ -877,9 +895,9 @@ GroupId *f64
- *Type:* *f64
-The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
+The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
---
@@ -891,9 +909,9 @@ UserId *f64
- *Type:* *f64
-The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
+The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
@@ -2189,6 +2207,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it
| InterpolationForAttribute
| *No description.* |
| Resolve
| Produce the Token's value at resolution time. |
| ToString
| Return a string representation of this resolvable object. |
+| ResetDeployKeyId
| *No description.* |
| ResetGroupId
| *No description.* |
| ResetUserId
| *No description.* |
@@ -2344,6 +2363,12 @@ Return a string representation of this resolvable object.
Returns a reversible string representation.
+##### `ResetDeployKeyId`
+
+```go
+func ResetDeployKeyId()
+```
+
##### `ResetGroupId`
```go
@@ -2365,8 +2390,10 @@ func ResetUserId()
| Fqn
| *string
| *No description.* |
| AccessLevel
| *string
| *No description.* |
| AccessLevelDescription
| *string
| *No description.* |
+| DeployKeyIdInput
| *f64
| *No description.* |
| GroupIdInput
| *f64
| *No description.* |
| UserIdInput
| *f64
| *No description.* |
+| DeployKeyId
| *f64
| *No description.* |
| GroupId
| *f64
| *No description.* |
| UserId
| *f64
| *No description.* |
| InternalValue
| interface{}
| *No description.* |
@@ -2417,6 +2444,16 @@ func AccessLevelDescription() *string
---
+##### `DeployKeyIdInput`Optional
+
+```go
+func DeployKeyIdInput() *f64
+```
+
+- *Type:* *f64
+
+---
+
##### `GroupIdInput`Optional
```go
@@ -2437,6 +2474,16 @@ func UserIdInput() *f64
---
+##### `DeployKeyId`Required
+
+```go
+func DeployKeyId() *f64
+```
+
+- *Type:* *f64
+
+---
+
##### `GroupId`Required
```go
diff --git a/docs/dataGitlabProjectProtectedBranches.java.md b/docs/dataGitlabProjectProtectedBranches.java.md
index 1cc1b75f5..3fd6b0e3e 100644
--- a/docs/dataGitlabProjectProtectedBranches.java.md
+++ b/docs/dataGitlabProjectProtectedBranches.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedBranches
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}.
#### Initializers
@@ -111,7 +111,7 @@ Must be unique amongst siblings in the same scope
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#project_id DataGitlabProjectProtectedBranches#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#project_id DataGitlabProjectProtectedBranches#project_id}
---
@@ -121,7 +121,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
protected_branches block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#protected_branches DataGitlabProjectProtectedBranches#protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#protected_branches DataGitlabProjectProtectedBranches#protected_branches}
---
@@ -464,7 +464,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedBranches that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#import import section} in the documentation of this resource for the id to use
---
@@ -813,7 +813,7 @@ public java.lang.String getProjectId();
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#project_id DataGitlabProjectProtectedBranches#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#project_id DataGitlabProjectProtectedBranches#project_id}
---
@@ -827,7 +827,7 @@ public java.lang.Object getProtectedBranches();
protected_branches block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#protected_branches DataGitlabProjectProtectedBranches#protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#protected_branches DataGitlabProjectProtectedBranches#protected_branches}
---
@@ -865,7 +865,7 @@ public java.lang.Object getMergeAccessLevels();
merge_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#merge_access_levels DataGitlabProjectProtectedBranches#merge_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#merge_access_levels DataGitlabProjectProtectedBranches#merge_access_levels}
---
@@ -879,7 +879,7 @@ public java.lang.Object getPushAccessLevels();
push_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#push_access_levels DataGitlabProjectProtectedBranches#push_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#push_access_levels DataGitlabProjectProtectedBranches#push_access_levels}
---
@@ -915,7 +915,7 @@ public java.lang.Number getGroupId();
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
---
@@ -929,7 +929,7 @@ public java.lang.Number getUserId();
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
@@ -941,6 +941,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
import com.hashicorp.cdktf.providers.gitlab.data_gitlab_project_protected_branches.DataGitlabProjectProtectedBranchesProtectedBranchesPushAccessLevels;
DataGitlabProjectProtectedBranchesProtectedBranchesPushAccessLevels.builder()
+// .deployKeyId(java.lang.Number)
// .groupId(java.lang.Number)
// .userId(java.lang.Number)
.build();
@@ -950,8 +951,25 @@ DataGitlabProjectProtectedBranchesProtectedBranchesPushAccessLevels.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| groupId
| java.lang.Number
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`. |
-| userId
| java.lang.Number
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`. |
+| deployKeyId
| java.lang.Number
| The ID of a GitLab deploy key allowed to perform the relevant action. |
+| groupId
| java.lang.Number
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`. |
+| userId
| java.lang.Number
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`. |
+
+---
+
+##### `deployKeyId`Optional
+
+```java
+public java.lang.Number getDeployKeyId();
+```
+
+- *Type:* java.lang.Number
+
+The ID of a GitLab deploy key allowed to perform the relevant action.
+
+Mutually exclusive with `group_id` and `user_id`. This field is read-only until Gitlab 17.5.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#deploy_key_id DataGitlabProjectProtectedBranches#deploy_key_id}
---
@@ -963,9 +981,9 @@ public java.lang.Number getGroupId();
- *Type:* java.lang.Number
-The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
+The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
---
@@ -977,9 +995,9 @@ public java.lang.Number getUserId();
- *Type:* java.lang.Number
-The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
+The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
@@ -2275,6 +2293,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it
| interpolationForAttribute
| *No description.* |
| resolve
| Produce the Token's value at resolution time. |
| toString
| Return a string representation of this resolvable object. |
+| resetDeployKeyId
| *No description.* |
| resetGroupId
| *No description.* |
| resetUserId
| *No description.* |
@@ -2430,6 +2449,12 @@ Return a string representation of this resolvable object.
Returns a reversible string representation.
+##### `resetDeployKeyId`
+
+```java
+public void resetDeployKeyId()
+```
+
##### `resetGroupId`
```java
@@ -2451,8 +2476,10 @@ public void resetUserId()
| fqn
| java.lang.String
| *No description.* |
| accessLevel
| java.lang.String
| *No description.* |
| accessLevelDescription
| java.lang.String
| *No description.* |
+| deployKeyIdInput
| java.lang.Number
| *No description.* |
| groupIdInput
| java.lang.Number
| *No description.* |
| userIdInput
| java.lang.Number
| *No description.* |
+| deployKeyId
| java.lang.Number
| *No description.* |
| groupId
| java.lang.Number
| *No description.* |
| userId
| java.lang.Number
| *No description.* |
| internalValue
| com.hashicorp.cdktf.IResolvable OR DataGitlabProjectProtectedBranchesProtectedBranchesPushAccessLevels
| *No description.* |
@@ -2503,6 +2530,16 @@ public java.lang.String getAccessLevelDescription();
---
+##### `deployKeyIdInput`Optional
+
+```java
+public java.lang.Number getDeployKeyIdInput();
+```
+
+- *Type:* java.lang.Number
+
+---
+
##### `groupIdInput`Optional
```java
@@ -2523,6 +2560,16 @@ public java.lang.Number getUserIdInput();
---
+##### `deployKeyId`Required
+
+```java
+public java.lang.Number getDeployKeyId();
+```
+
+- *Type:* java.lang.Number
+
+---
+
##### `groupId`Required
```java
diff --git a/docs/dataGitlabProjectProtectedBranches.python.md b/docs/dataGitlabProjectProtectedBranches.python.md
index da4ce4fd3..c633c5387 100644
--- a/docs/dataGitlabProjectProtectedBranches.python.md
+++ b/docs/dataGitlabProjectProtectedBranches.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedBranches
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#project_id DataGitlabProjectProtectedBranches#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#project_id DataGitlabProjectProtectedBranches#project_id}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
protected_branches block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#protected_branches DataGitlabProjectProtectedBranches#protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#protected_branches DataGitlabProjectProtectedBranches#protected_branches}
---
@@ -499,7 +499,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedBranches that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#import import section} in the documentation of this resource for the id to use
---
@@ -843,7 +843,7 @@ project_id: str
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#project_id DataGitlabProjectProtectedBranches#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#project_id DataGitlabProjectProtectedBranches#project_id}
---
@@ -857,7 +857,7 @@ protected_branches: typing.Union[IResolvable, typing.List[DataGitlabProjectProte
protected_branches block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#protected_branches DataGitlabProjectProtectedBranches#protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#protected_branches DataGitlabProjectProtectedBranches#protected_branches}
---
@@ -893,7 +893,7 @@ merge_access_levels: typing.Union[IResolvable, typing.List[DataGitlabProjectProt
merge_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#merge_access_levels DataGitlabProjectProtectedBranches#merge_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#merge_access_levels DataGitlabProjectProtectedBranches#merge_access_levels}
---
@@ -907,7 +907,7 @@ push_access_levels: typing.Union[IResolvable, typing.List[DataGitlabProjectProte
push_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#push_access_levels DataGitlabProjectProtectedBranches#push_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#push_access_levels DataGitlabProjectProtectedBranches#push_access_levels}
---
@@ -943,7 +943,7 @@ group_id: typing.Union[int, float]
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
---
@@ -957,7 +957,7 @@ user_id: typing.Union[int, float]
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
@@ -969,6 +969,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
from cdktf_cdktf_provider_gitlab import data_gitlab_project_protected_branches
dataGitlabProjectProtectedBranches.DataGitlabProjectProtectedBranchesProtectedBranchesPushAccessLevels(
+ deploy_key_id: typing.Union[int, float] = None,
group_id: typing.Union[int, float] = None,
user_id: typing.Union[int, float] = None
)
@@ -978,8 +979,25 @@ dataGitlabProjectProtectedBranches.DataGitlabProjectProtectedBranchesProtectedBr
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| group_id
| typing.Union[int, float]
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`. |
-| user_id
| typing.Union[int, float]
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`. |
+| deploy_key_id
| typing.Union[int, float]
| The ID of a GitLab deploy key allowed to perform the relevant action. |
+| group_id
| typing.Union[int, float]
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`. |
+| user_id
| typing.Union[int, float]
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`. |
+
+---
+
+##### `deploy_key_id`Optional
+
+```python
+deploy_key_id: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+The ID of a GitLab deploy key allowed to perform the relevant action.
+
+Mutually exclusive with `group_id` and `user_id`. This field is read-only until Gitlab 17.5.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#deploy_key_id DataGitlabProjectProtectedBranches#deploy_key_id}
---
@@ -991,9 +1009,9 @@ group_id: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
+The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
---
@@ -1005,9 +1023,9 @@ user_id: typing.Union[int, float]
- *Type:* typing.Union[int, float]
-The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
+The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
@@ -2396,6 +2414,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it
| interpolation_for_attribute
| *No description.* |
| resolve
| Produce the Token's value at resolution time. |
| to_string
| Return a string representation of this resolvable object. |
+| reset_deploy_key_id
| *No description.* |
| reset_group_id
| *No description.* |
| reset_user_id
| *No description.* |
@@ -2573,6 +2592,12 @@ Return a string representation of this resolvable object.
Returns a reversible string representation.
+##### `reset_deploy_key_id`
+
+```python
+def reset_deploy_key_id() -> None
+```
+
##### `reset_group_id`
```python
@@ -2594,8 +2619,10 @@ def reset_user_id() -> None
| fqn
| str
| *No description.* |
| access_level
| str
| *No description.* |
| access_level_description
| str
| *No description.* |
+| deploy_key_id_input
| typing.Union[int, float]
| *No description.* |
| group_id_input
| typing.Union[int, float]
| *No description.* |
| user_id_input
| typing.Union[int, float]
| *No description.* |
+| deploy_key_id
| typing.Union[int, float]
| *No description.* |
| group_id
| typing.Union[int, float]
| *No description.* |
| user_id
| typing.Union[int, float]
| *No description.* |
| internal_value
| typing.Union[cdktf.IResolvable, DataGitlabProjectProtectedBranchesProtectedBranchesPushAccessLevels]
| *No description.* |
@@ -2646,6 +2673,16 @@ access_level_description: str
---
+##### `deploy_key_id_input`Optional
+
+```python
+deploy_key_id_input: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+---
+
##### `group_id_input`Optional
```python
@@ -2666,6 +2703,16 @@ user_id_input: typing.Union[int, float]
---
+##### `deploy_key_id`Required
+
+```python
+deploy_key_id: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+---
+
##### `group_id`Required
```python
diff --git a/docs/dataGitlabProjectProtectedBranches.typescript.md b/docs/dataGitlabProjectProtectedBranches.typescript.md
index 8343d8719..dbfedc2cf 100644
--- a/docs/dataGitlabProjectProtectedBranches.typescript.md
+++ b/docs/dataGitlabProjectProtectedBranches.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedBranches
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches gitlab_project_protected_branches}.
#### Initializers
@@ -385,7 +385,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedBranches that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#import import section} in the documentation of this resource for the id to use
---
@@ -719,7 +719,7 @@ public readonly projectId: string;
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#project_id DataGitlabProjectProtectedBranches#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#project_id DataGitlabProjectProtectedBranches#project_id}
---
@@ -733,7 +733,7 @@ public readonly protectedBranches: IResolvable | DataGitlabProjectProtectedBranc
protected_branches block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#protected_branches DataGitlabProjectProtectedBranches#protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#protected_branches DataGitlabProjectProtectedBranches#protected_branches}
---
@@ -766,7 +766,7 @@ public readonly mergeAccessLevels: IResolvable | DataGitlabProjectProtectedBranc
merge_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#merge_access_levels DataGitlabProjectProtectedBranches#merge_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#merge_access_levels DataGitlabProjectProtectedBranches#merge_access_levels}
---
@@ -780,7 +780,7 @@ public readonly pushAccessLevels: IResolvable | DataGitlabProjectProtectedBranch
push_access_levels block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#push_access_levels DataGitlabProjectProtectedBranches#push_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#push_access_levels DataGitlabProjectProtectedBranches#push_access_levels}
---
@@ -813,7 +813,7 @@ public readonly groupId: number;
The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
---
@@ -827,7 +827,7 @@ public readonly userId: number;
The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
@@ -845,8 +845,25 @@ const dataGitlabProjectProtectedBranchesProtectedBranchesPushAccessLevels: dataG
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| groupId
| number
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`. |
-| userId
| number
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`. |
+| deployKeyId
| number
| The ID of a GitLab deploy key allowed to perform the relevant action. |
+| groupId
| number
| The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`. |
+| userId
| number
| The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`. |
+
+---
+
+##### `deployKeyId`Optional
+
+```typescript
+public readonly deployKeyId: number;
+```
+
+- *Type:* number
+
+The ID of a GitLab deploy key allowed to perform the relevant action.
+
+Mutually exclusive with `group_id` and `user_id`. This field is read-only until Gitlab 17.5.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#deploy_key_id DataGitlabProjectProtectedBranches#deploy_key_id}
---
@@ -858,9 +875,9 @@ public readonly groupId: number;
- *Type:* number
-The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `user_id`.
+The ID of a GitLab group allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#group_id DataGitlabProjectProtectedBranches#group_id}
---
@@ -872,9 +889,9 @@ public readonly userId: number;
- *Type:* number
-The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `group_id`.
+The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with `deploy_key_id` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_branches#user_id DataGitlabProjectProtectedBranches#user_id}
---
@@ -2170,6 +2187,7 @@ whether the list is wrapping a set (will add tolist() to be able to access an it
| interpolationForAttribute
| *No description.* |
| resolve
| Produce the Token's value at resolution time. |
| toString
| Return a string representation of this resolvable object. |
+| resetDeployKeyId
| *No description.* |
| resetGroupId
| *No description.* |
| resetUserId
| *No description.* |
@@ -2325,6 +2343,12 @@ Return a string representation of this resolvable object.
Returns a reversible string representation.
+##### `resetDeployKeyId`
+
+```typescript
+public resetDeployKeyId(): void
+```
+
##### `resetGroupId`
```typescript
@@ -2346,8 +2370,10 @@ public resetUserId(): void
| fqn
| string
| *No description.* |
| accessLevel
| string
| *No description.* |
| accessLevelDescription
| string
| *No description.* |
+| deployKeyIdInput
| number
| *No description.* |
| groupIdInput
| number
| *No description.* |
| userIdInput
| number
| *No description.* |
+| deployKeyId
| number
| *No description.* |
| groupId
| number
| *No description.* |
| userId
| number
| *No description.* |
| internalValue
| cdktf.IResolvable \| DataGitlabProjectProtectedBranchesProtectedBranchesPushAccessLevels
| *No description.* |
@@ -2398,6 +2424,16 @@ public readonly accessLevelDescription: string;
---
+##### `deployKeyIdInput`Optional
+
+```typescript
+public readonly deployKeyIdInput: number;
+```
+
+- *Type:* number
+
+---
+
##### `groupIdInput`Optional
```typescript
@@ -2418,6 +2454,16 @@ public readonly userIdInput: number;
---
+##### `deployKeyId`Required
+
+```typescript
+public readonly deployKeyId: number;
+```
+
+- *Type:* number
+
+---
+
##### `groupId`Required
```typescript
diff --git a/docs/dataGitlabProjectProtectedTag.csharp.md b/docs/dataGitlabProjectProtectedTag.csharp.md
index 8649f620b..e4d092f98 100644
--- a/docs/dataGitlabProjectProtectedTag.csharp.md
+++ b/docs/dataGitlabProjectProtectedTag.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedTag
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedTag that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#import import section} in the documentation of this resource for the id to use
---
@@ -720,7 +720,7 @@ public string Project { get; set; }
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
---
@@ -734,7 +734,7 @@ public string Tag { get; set; }
The name of the protected tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
---
@@ -770,7 +770,7 @@ public double GroupId { get; set; }
The ID of a GitLab group allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#group_id DataGitlabProjectProtectedTag#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#group_id DataGitlabProjectProtectedTag#group_id}
---
@@ -784,7 +784,7 @@ public double UserId { get; set; }
The ID of a GitLab user allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTag.go.md b/docs/dataGitlabProjectProtectedTag.go.md
index 46a7842b4..033fa26bd 100644
--- a/docs/dataGitlabProjectProtectedTag.go.md
+++ b/docs/dataGitlabProjectProtectedTag.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedTag
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedTag that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#import import section} in the documentation of this resource for the id to use
---
@@ -720,7 +720,7 @@ Project *string
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
---
@@ -734,7 +734,7 @@ Tag *string
The name of the protected tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
---
@@ -770,7 +770,7 @@ GroupId *f64
The ID of a GitLab group allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#group_id DataGitlabProjectProtectedTag#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#group_id DataGitlabProjectProtectedTag#group_id}
---
@@ -784,7 +784,7 @@ UserId *f64
The ID of a GitLab user allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTag.java.md b/docs/dataGitlabProjectProtectedTag.java.md
index 861146d2b..b87c30e26 100644
--- a/docs/dataGitlabProjectProtectedTag.java.md
+++ b/docs/dataGitlabProjectProtectedTag.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedTag
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the protected tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
---
@@ -443,7 +443,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedTag that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#import import section} in the documentation of this resource for the id to use
---
@@ -802,7 +802,7 @@ public java.lang.String getProject();
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
---
@@ -816,7 +816,7 @@ public java.lang.String getTag();
The name of the protected tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
---
@@ -852,7 +852,7 @@ public java.lang.Number getGroupId();
The ID of a GitLab group allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#group_id DataGitlabProjectProtectedTag#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#group_id DataGitlabProjectProtectedTag#group_id}
---
@@ -866,7 +866,7 @@ public java.lang.Number getUserId();
The ID of a GitLab user allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTag.python.md b/docs/dataGitlabProjectProtectedTag.python.md
index c07196236..55bd2101e 100644
--- a/docs/dataGitlabProjectProtectedTag.python.md
+++ b/docs/dataGitlabProjectProtectedTag.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedTag
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the protected tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
---
@@ -477,7 +477,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedTag that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#import import section} in the documentation of this resource for the id to use
---
@@ -832,7 +832,7 @@ project: str
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
---
@@ -846,7 +846,7 @@ tag: str
The name of the protected tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
---
@@ -882,7 +882,7 @@ group_id: typing.Union[int, float]
The ID of a GitLab group allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#group_id DataGitlabProjectProtectedTag#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#group_id DataGitlabProjectProtectedTag#group_id}
---
@@ -896,7 +896,7 @@ user_id: typing.Union[int, float]
The ID of a GitLab user allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTag.typescript.md b/docs/dataGitlabProjectProtectedTag.typescript.md
index 406b9a62b..b62b4b0f2 100644
--- a/docs/dataGitlabProjectProtectedTag.typescript.md
+++ b/docs/dataGitlabProjectProtectedTag.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedTag
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag gitlab_project_protected_tag}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedTag that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#import import section} in the documentation of this resource for the id to use
---
@@ -710,7 +710,7 @@ public readonly project: string;
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#project DataGitlabProjectProtectedTag#project}
---
@@ -724,7 +724,7 @@ public readonly tag: string;
The name of the protected tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#tag DataGitlabProjectProtectedTag#tag}
---
@@ -757,7 +757,7 @@ public readonly groupId: number;
The ID of a GitLab group allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#group_id DataGitlabProjectProtectedTag#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#group_id DataGitlabProjectProtectedTag#group_id}
---
@@ -771,7 +771,7 @@ public readonly userId: number;
The ID of a GitLab user allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tag#user_id DataGitlabProjectProtectedTag#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTags.csharp.md b/docs/dataGitlabProjectProtectedTags.csharp.md
index 5e52de2c6..722c58926 100644
--- a/docs/dataGitlabProjectProtectedTags.csharp.md
+++ b/docs/dataGitlabProjectProtectedTags.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedTags
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#import import section} in the documentation of this resource for the id to use
---
@@ -696,7 +696,7 @@ public string Project { get; set; }
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
---
@@ -745,7 +745,7 @@ public double GroupId { get; set; }
The ID of a GitLab group allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#group_id DataGitlabProjectProtectedTags#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#group_id DataGitlabProjectProtectedTags#group_id}
---
@@ -759,7 +759,7 @@ public double UserId { get; set; }
The ID of a GitLab user allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTags.go.md b/docs/dataGitlabProjectProtectedTags.go.md
index 21b907c17..58ec2735f 100644
--- a/docs/dataGitlabProjectProtectedTags.go.md
+++ b/docs/dataGitlabProjectProtectedTags.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedTags
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#import import section} in the documentation of this resource for the id to use
---
@@ -696,7 +696,7 @@ Project *string
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
---
@@ -745,7 +745,7 @@ GroupId *f64
The ID of a GitLab group allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#group_id DataGitlabProjectProtectedTags#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#group_id DataGitlabProjectProtectedTags#group_id}
---
@@ -759,7 +759,7 @@ UserId *f64
The ID of a GitLab user allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTags.java.md b/docs/dataGitlabProjectProtectedTags.java.md
index f07ca26cf..7a34c4af7 100644
--- a/docs/dataGitlabProjectProtectedTags.java.md
+++ b/docs/dataGitlabProjectProtectedTags.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedTags
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
---
@@ -431,7 +431,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#import import section} in the documentation of this resource for the id to use
---
@@ -766,7 +766,7 @@ public java.lang.String getProject();
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
---
@@ -814,7 +814,7 @@ public java.lang.Number getGroupId();
The ID of a GitLab group allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#group_id DataGitlabProjectProtectedTags#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#group_id DataGitlabProjectProtectedTags#group_id}
---
@@ -828,7 +828,7 @@ public java.lang.Number getUserId();
The ID of a GitLab user allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTags.python.md b/docs/dataGitlabProjectProtectedTags.python.md
index 7a30c537c..6fc2dc2ba 100644
--- a/docs/dataGitlabProjectProtectedTags.python.md
+++ b/docs/dataGitlabProjectProtectedTags.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedTags
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}.
#### Initializers
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
---
@@ -465,7 +465,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#import import section} in the documentation of this resource for the id to use
---
@@ -796,7 +796,7 @@ project: str
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
---
@@ -843,7 +843,7 @@ group_id: typing.Union[int, float]
The ID of a GitLab group allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#group_id DataGitlabProjectProtectedTags#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#group_id DataGitlabProjectProtectedTags#group_id}
---
@@ -857,7 +857,7 @@ user_id: typing.Union[int, float]
The ID of a GitLab user allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
---
diff --git a/docs/dataGitlabProjectProtectedTags.typescript.md b/docs/dataGitlabProjectProtectedTags.typescript.md
index 5ade64092..d4f57c139 100644
--- a/docs/dataGitlabProjectProtectedTags.typescript.md
+++ b/docs/dataGitlabProjectProtectedTags.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectProtectedTags
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags gitlab_project_protected_tags}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataGitlabProjectProtected
The id of the existing DataGitlabProjectProtectedTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#import import section} in the documentation of this resource for the id to use
---
@@ -687,7 +687,7 @@ public readonly project: string;
The integer or path with namespace that uniquely identifies the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#project DataGitlabProjectProtectedTags#project}
---
@@ -731,7 +731,7 @@ public readonly groupId: number;
The ID of a GitLab group allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#group_id DataGitlabProjectProtectedTags#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#group_id DataGitlabProjectProtectedTags#group_id}
---
@@ -745,7 +745,7 @@ public readonly userId: number;
The ID of a GitLab user allowed to perform the relevant action.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_protected_tags#user_id DataGitlabProjectProtectedTags#user_id}
---
diff --git a/docs/dataGitlabProjectTag.csharp.md b/docs/dataGitlabProjectTag.csharp.md
index 5bcc4065d..3b1000a37 100644
--- a/docs/dataGitlabProjectTag.csharp.md
+++ b/docs/dataGitlabProjectTag.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectTag
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag gitlab_project_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag gitlab_project_tag}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectTag to im
The id of the existing DataGitlabProjectTag that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#import import section} in the documentation of this resource for the id to use
---
@@ -713,7 +713,7 @@ new DataGitlabProjectTagConfig {
| Provisioners
| object[]
| *No description.* |
| Name
| string
| The name of a tag. |
| Project
| string
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}. |
---
@@ -797,7 +797,7 @@ public string Name { get; set; }
The name of a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
---
@@ -811,7 +811,7 @@ public string Project { get; set; }
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
---
@@ -823,7 +823,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectTag.go.md b/docs/dataGitlabProjectTag.go.md
index 2470cb9d8..3d4a72504 100644
--- a/docs/dataGitlabProjectTag.go.md
+++ b/docs/dataGitlabProjectTag.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectTag
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag gitlab_project_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag gitlab_project_tag}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectTag to im
The id of the existing DataGitlabProjectTag that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#import import section} in the documentation of this resource for the id to use
---
@@ -713,7 +713,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectta
| Provisioners
| *[]interface{}
| *No description.* |
| Name
| *string
| The name of a tag. |
| Project
| *string
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}. |
---
@@ -797,7 +797,7 @@ Name *string
The name of a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
---
@@ -811,7 +811,7 @@ Project *string
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
---
@@ -823,7 +823,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectTag.java.md b/docs/dataGitlabProjectTag.java.md
index e1c9f63ee..470046926 100644
--- a/docs/dataGitlabProjectTag.java.md
+++ b/docs/dataGitlabProjectTag.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectTag
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag gitlab_project_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag gitlab_project_tag}.
#### Initializers
@@ -42,7 +42,7 @@ DataGitlabProjectTag.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| name
| java.lang.String
| The name of a tag. |
| project
| java.lang.String
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The name of a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataGitlabProjectTag to im
The id of the existing DataGitlabProjectTag that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#import import section} in the documentation of this resource for the id to use
---
@@ -807,7 +807,7 @@ DataGitlabProjectTagConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| name
| java.lang.String
| The name of a tag. |
| project
| java.lang.String
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}. |
---
@@ -891,7 +891,7 @@ public java.lang.String getName();
The name of a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
---
@@ -905,7 +905,7 @@ public java.lang.String getProject();
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
---
@@ -917,7 +917,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectTag.python.md b/docs/dataGitlabProjectTag.python.md
index bf545584e..9d0f9add9 100644
--- a/docs/dataGitlabProjectTag.python.md
+++ b/docs/dataGitlabProjectTag.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectTag
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag gitlab_project_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag gitlab_project_tag}.
#### Initializers
@@ -40,7 +40,7 @@ dataGitlabProjectTag.DataGitlabProjectTag(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| name
| str
| The name of a tag. |
| project
| str
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The name of a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataGitlabProjectTag to im
The id of the existing DataGitlabProjectTag that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#import import section} in the documentation of this resource for the id to use
---
@@ -836,7 +836,7 @@ dataGitlabProjectTag.DataGitlabProjectTagConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| name
| str
| The name of a tag. |
| project
| str
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}. |
---
@@ -920,7 +920,7 @@ name: str
The name of a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
---
@@ -934,7 +934,7 @@ project: str
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
---
@@ -946,7 +946,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectTag.typescript.md b/docs/dataGitlabProjectTag.typescript.md
index 9ac23340c..06e96a7be 100644
--- a/docs/dataGitlabProjectTag.typescript.md
+++ b/docs/dataGitlabProjectTag.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectTag
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag gitlab_project_tag}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag gitlab_project_tag}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabProjectTag to im
The id of the existing DataGitlabProjectTag that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#import import section} in the documentation of this resource for the id to use
---
@@ -700,7 +700,7 @@ const dataGitlabProjectTagConfig: dataGitlabProjectTag.DataGitlabProjectTagConfi
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| name
| string
| The name of a tag. |
| project
| string
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}. |
---
@@ -784,7 +784,7 @@ public readonly name: string;
The name of a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#name DataGitlabProjectTag#name}
---
@@ -798,7 +798,7 @@ public readonly project: string;
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#project DataGitlabProjectTag#project}
---
@@ -810,7 +810,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tag#id DataGitlabProjectTag#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectTags.csharp.md b/docs/dataGitlabProjectTags.csharp.md
index 7cd3bed06..5c15263e9 100644
--- a/docs/dataGitlabProjectTags.csharp.md
+++ b/docs/dataGitlabProjectTags.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectTags
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags gitlab_project_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags gitlab_project_tags}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGitlabProjectTags to i
The id of the existing DataGitlabProjectTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#import import section} in the documentation of this resource for the id to use
---
@@ -722,7 +722,7 @@ new DataGitlabProjectTagsConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| Project
| string
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}. |
| OrderBy
| string
| Return tags ordered by `name` or `updated` fields. Default is `updated`. |
| Search
| string
| Return list of tags matching the search criteria. |
| Sort
| string
| Return tags sorted in `asc` or `desc` order. Default is `desc`. |
@@ -809,7 +809,7 @@ public string Project { get; set; }
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
---
@@ -821,7 +821,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -838,7 +838,7 @@ public string OrderBy { get; set; }
Return tags ordered by `name` or `updated` fields. Default is `updated`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#order_by DataGitlabProjectTags#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#order_by DataGitlabProjectTags#order_by}
---
@@ -854,7 +854,7 @@ Return list of tags matching the search criteria.
You can use `^term` and `term$` to find tags that begin and end with `term` respectively. No other regular expressions are supported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
---
@@ -868,7 +868,7 @@ public string Sort { get; set; }
Return tags sorted in `asc` or `desc` order. Default is `desc`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
---
diff --git a/docs/dataGitlabProjectTags.go.md b/docs/dataGitlabProjectTags.go.md
index 10c76516c..2ae7c7d70 100644
--- a/docs/dataGitlabProjectTags.go.md
+++ b/docs/dataGitlabProjectTags.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectTags
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags gitlab_project_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags gitlab_project_tags}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGitlabProjectTags to i
The id of the existing DataGitlabProjectTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#import import section} in the documentation of this resource for the id to use
---
@@ -722,7 +722,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectta
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| Project
| *string
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}. |
| OrderBy
| *string
| Return tags ordered by `name` or `updated` fields. Default is `updated`. |
| Search
| *string
| Return list of tags matching the search criteria. |
| Sort
| *string
| Return tags sorted in `asc` or `desc` order. Default is `desc`. |
@@ -809,7 +809,7 @@ Project *string
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
---
@@ -821,7 +821,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -838,7 +838,7 @@ OrderBy *string
Return tags ordered by `name` or `updated` fields. Default is `updated`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#order_by DataGitlabProjectTags#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#order_by DataGitlabProjectTags#order_by}
---
@@ -854,7 +854,7 @@ Return list of tags matching the search criteria.
You can use `^term` and `term$` to find tags that begin and end with `term` respectively. No other regular expressions are supported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
---
@@ -868,7 +868,7 @@ Sort *string
Return tags sorted in `asc` or `desc` order. Default is `desc`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
---
diff --git a/docs/dataGitlabProjectTags.java.md b/docs/dataGitlabProjectTags.java.md
index 6b34e544e..1f75c2c8f 100644
--- a/docs/dataGitlabProjectTags.java.md
+++ b/docs/dataGitlabProjectTags.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectTags
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags gitlab_project_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags gitlab_project_tags}.
#### Initializers
@@ -43,7 +43,7 @@ DataGitlabProjectTags.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}. |
| orderBy
| java.lang.String
| Return tags ordered by `name` or `updated` fields. Default is `updated`. |
| search
| java.lang.String
| Return list of tags matching the search criteria. |
| sort
| java.lang.String
| Return tags sorted in `asc` or `desc` order. Default is `desc`. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -137,7 +137,7 @@ If you experience problems setting this value it might not be settable. Please t
Return tags ordered by `name` or `updated` fields. Default is `updated`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#order_by DataGitlabProjectTags#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#order_by DataGitlabProjectTags#order_by}
---
@@ -149,7 +149,7 @@ Return list of tags matching the search criteria.
You can use `^term` and `term$` to find tags that begin and end with `term` respectively. No other regular expressions are supported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return tags sorted in `asc` or `desc` order. Default is `desc`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
---
@@ -510,7 +510,7 @@ The construct id used in the generated config for the DataGitlabProjectTags to i
The id of the existing DataGitlabProjectTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#import import section} in the documentation of this resource for the id to use
---
@@ -843,7 +843,7 @@ DataGitlabProjectTagsConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}. |
| orderBy
| java.lang.String
| Return tags ordered by `name` or `updated` fields. Default is `updated`. |
| search
| java.lang.String
| Return list of tags matching the search criteria. |
| sort
| java.lang.String
| Return tags sorted in `asc` or `desc` order. Default is `desc`. |
@@ -930,7 +930,7 @@ public java.lang.String getProject();
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
---
@@ -942,7 +942,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -959,7 +959,7 @@ public java.lang.String getOrderBy();
Return tags ordered by `name` or `updated` fields. Default is `updated`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#order_by DataGitlabProjectTags#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#order_by DataGitlabProjectTags#order_by}
---
@@ -975,7 +975,7 @@ Return list of tags matching the search criteria.
You can use `^term` and `term$` to find tags that begin and end with `term` respectively. No other regular expressions are supported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
---
@@ -989,7 +989,7 @@ public java.lang.String getSort();
Return tags sorted in `asc` or `desc` order. Default is `desc`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
---
diff --git a/docs/dataGitlabProjectTags.python.md b/docs/dataGitlabProjectTags.python.md
index 621020bd6..ddf9ada05 100644
--- a/docs/dataGitlabProjectTags.python.md
+++ b/docs/dataGitlabProjectTags.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectTags
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags gitlab_project_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags gitlab_project_tags}.
#### Initializers
@@ -41,7 +41,7 @@ dataGitlabProjectTags.DataGitlabProjectTags(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}. |
| order_by
| str
| Return tags ordered by `name` or `updated` fields. Default is `updated`. |
| search
| str
| Return list of tags matching the search criteria. |
| sort
| str
| Return tags sorted in `asc` or `desc` order. Default is `desc`. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t
Return tags ordered by `name` or `updated` fields. Default is `updated`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#order_by DataGitlabProjectTags#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#order_by DataGitlabProjectTags#order_by}
---
@@ -147,7 +147,7 @@ Return list of tags matching the search criteria.
You can use `^term` and `term$` to find tags that begin and end with `term` respectively. No other regular expressions are supported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
---
@@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return tags sorted in `asc` or `desc` order. Default is `desc`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
---
@@ -544,7 +544,7 @@ The construct id used in the generated config for the DataGitlabProjectTags to i
The id of the existing DataGitlabProjectTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#import import section} in the documentation of this resource for the id to use
---
@@ -873,7 +873,7 @@ dataGitlabProjectTags.DataGitlabProjectTagsConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}. |
| order_by
| str
| Return tags ordered by `name` or `updated` fields. Default is `updated`. |
| search
| str
| Return list of tags matching the search criteria. |
| sort
| str
| Return tags sorted in `asc` or `desc` order. Default is `desc`. |
@@ -960,7 +960,7 @@ project: str
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
---
@@ -972,7 +972,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -989,7 +989,7 @@ order_by: str
Return tags ordered by `name` or `updated` fields. Default is `updated`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#order_by DataGitlabProjectTags#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#order_by DataGitlabProjectTags#order_by}
---
@@ -1005,7 +1005,7 @@ Return list of tags matching the search criteria.
You can use `^term` and `term$` to find tags that begin and end with `term` respectively. No other regular expressions are supported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
---
@@ -1019,7 +1019,7 @@ sort: str
Return tags sorted in `asc` or `desc` order. Default is `desc`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
---
diff --git a/docs/dataGitlabProjectTags.typescript.md b/docs/dataGitlabProjectTags.typescript.md
index 95981546c..e339430e7 100644
--- a/docs/dataGitlabProjectTags.typescript.md
+++ b/docs/dataGitlabProjectTags.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectTags
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags gitlab_project_tags}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags gitlab_project_tags}.
#### Initializers
@@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGitlabProjectTags to i
The id of the existing DataGitlabProjectTags that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#import import section} in the documentation of this resource for the id to use
---
@@ -709,7 +709,7 @@ const dataGitlabProjectTagsConfig: dataGitlabProjectTags.DataGitlabProjectTagsCo
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| project
| string
| The ID or URL-encoded path of the project owned by the authenticated user. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}. |
| orderBy
| string
| Return tags ordered by `name` or `updated` fields. Default is `updated`. |
| search
| string
| Return list of tags matching the search criteria. |
| sort
| string
| Return tags sorted in `asc` or `desc` order. Default is `desc`. |
@@ -796,7 +796,7 @@ public readonly project: string;
The ID or URL-encoded path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#project DataGitlabProjectTags#project}
---
@@ -808,7 +808,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#id DataGitlabProjectTags#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -825,7 +825,7 @@ public readonly orderBy: string;
Return tags ordered by `name` or `updated` fields. Default is `updated`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#order_by DataGitlabProjectTags#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#order_by DataGitlabProjectTags#order_by}
---
@@ -841,7 +841,7 @@ Return list of tags matching the search criteria.
You can use `^term` and `term$` to find tags that begin and end with `term` respectively. No other regular expressions are supported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#search DataGitlabProjectTags#search}
---
@@ -855,7 +855,7 @@ public readonly sort: string;
Return tags sorted in `asc` or `desc` order. Default is `desc`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_tags#sort DataGitlabProjectTags#sort}
---
diff --git a/docs/dataGitlabProjectVariable.csharp.md b/docs/dataGitlabProjectVariable.csharp.md
index 2a6080ba7..0d446a127 100644
--- a/docs/dataGitlabProjectVariable.csharp.md
+++ b/docs/dataGitlabProjectVariable.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable gitlab_project_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable gitlab_project_variable}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabProjectVariable
The id of the existing DataGitlabProjectVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#import import section} in the documentation of this resource for the id to use
---
@@ -742,7 +742,7 @@ new DataGitlabProjectVariableConfig {
| Key
| string
| The name of the variable. |
| Project
| string
| The name or id of the project. |
| EnvironmentScope
| string
| The environment scope of the variable. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}. |
---
@@ -826,7 +826,7 @@ public string Key { get; set; }
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
---
@@ -840,7 +840,7 @@ public string Project { get; set; }
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
---
@@ -856,7 +856,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#environment_scope DataGitlabProjectVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#environment_scope DataGitlabProjectVariable#environment_scope}
---
@@ -868,7 +868,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectVariable.go.md b/docs/dataGitlabProjectVariable.go.md
index a7998bcc4..868c1e3bb 100644
--- a/docs/dataGitlabProjectVariable.go.md
+++ b/docs/dataGitlabProjectVariable.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable gitlab_project_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable gitlab_project_variable}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabProjectVariable
The id of the existing DataGitlabProjectVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#import import section} in the documentation of this resource for the id to use
---
@@ -742,7 +742,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectva
| Key
| *string
| The name of the variable. |
| Project
| *string
| The name or id of the project. |
| EnvironmentScope
| *string
| The environment scope of the variable. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}. |
---
@@ -826,7 +826,7 @@ Key *string
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
---
@@ -840,7 +840,7 @@ Project *string
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
---
@@ -856,7 +856,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#environment_scope DataGitlabProjectVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#environment_scope DataGitlabProjectVariable#environment_scope}
---
@@ -868,7 +868,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectVariable.java.md b/docs/dataGitlabProjectVariable.java.md
index 74c5bbafb..adbda0cc9 100644
--- a/docs/dataGitlabProjectVariable.java.md
+++ b/docs/dataGitlabProjectVariable.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable gitlab_project_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable gitlab_project_variable}.
#### Initializers
@@ -44,7 +44,7 @@ DataGitlabProjectVariable.Builder.create(Construct scope, java.lang.String id)
| key
| java.lang.String
| The name of the variable. |
| project
| java.lang.String
| The name or id of the project. |
| environmentScope
| java.lang.String
| The environment scope of the variable. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
---
@@ -136,7 +136,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#environment_scope DataGitlabProjectVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#environment_scope DataGitlabProjectVariable#environment_scope}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -484,7 +484,7 @@ The construct id used in the generated config for the DataGitlabProjectVariable
The id of the existing DataGitlabProjectVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#import import section} in the documentation of this resource for the id to use
---
@@ -851,7 +851,7 @@ DataGitlabProjectVariableConfig.builder()
| key
| java.lang.String
| The name of the variable. |
| project
| java.lang.String
| The name or id of the project. |
| environmentScope
| java.lang.String
| The environment scope of the variable. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}. |
---
@@ -935,7 +935,7 @@ public java.lang.String getKey();
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
---
@@ -949,7 +949,7 @@ public java.lang.String getProject();
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
---
@@ -965,7 +965,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#environment_scope DataGitlabProjectVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#environment_scope DataGitlabProjectVariable#environment_scope}
---
@@ -977,7 +977,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectVariable.python.md b/docs/dataGitlabProjectVariable.python.md
index a36ff03ee..c7bf524d3 100644
--- a/docs/dataGitlabProjectVariable.python.md
+++ b/docs/dataGitlabProjectVariable.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable gitlab_project_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable gitlab_project_variable}.
#### Initializers
@@ -42,7 +42,7 @@ dataGitlabProjectVariable.DataGitlabProjectVariable(
| key
| str
| The name of the variable. |
| project
| str
| The name or id of the project. |
| environment_scope
| str
| The environment scope of the variable. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
---
@@ -134,7 +134,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#environment_scope DataGitlabProjectVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#environment_scope DataGitlabProjectVariable#environment_scope}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -518,7 +518,7 @@ The construct id used in the generated config for the DataGitlabProjectVariable
The id of the existing DataGitlabProjectVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#import import section} in the documentation of this resource for the id to use
---
@@ -881,7 +881,7 @@ dataGitlabProjectVariable.DataGitlabProjectVariableConfig(
| key
| str
| The name of the variable. |
| project
| str
| The name or id of the project. |
| environment_scope
| str
| The environment scope of the variable. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}. |
---
@@ -965,7 +965,7 @@ key: str
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
---
@@ -979,7 +979,7 @@ project: str
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
---
@@ -995,7 +995,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#environment_scope DataGitlabProjectVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#environment_scope DataGitlabProjectVariable#environment_scope}
---
@@ -1007,7 +1007,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectVariable.typescript.md b/docs/dataGitlabProjectVariable.typescript.md
index 1034a22ce..78ea32fdb 100644
--- a/docs/dataGitlabProjectVariable.typescript.md
+++ b/docs/dataGitlabProjectVariable.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable gitlab_project_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable gitlab_project_variable}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabProjectVariable
The id of the existing DataGitlabProjectVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#import import section} in the documentation of this resource for the id to use
---
@@ -730,7 +730,7 @@ const dataGitlabProjectVariableConfig: dataGitlabProjectVariable.DataGitlabProje
| key
| string
| The name of the variable. |
| project
| string
| The name or id of the project. |
| environmentScope
| string
| The environment scope of the variable. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}. |
---
@@ -814,7 +814,7 @@ public readonly key: string;
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#key DataGitlabProjectVariable#key}
---
@@ -828,7 +828,7 @@ public readonly project: string;
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#project DataGitlabProjectVariable#project}
---
@@ -844,7 +844,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#environment_scope DataGitlabProjectVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#environment_scope DataGitlabProjectVariable#environment_scope}
---
@@ -856,7 +856,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variable#id DataGitlabProjectVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectVariables.csharp.md b/docs/dataGitlabProjectVariables.csharp.md
index 3ac442b18..daf6dfa6d 100644
--- a/docs/dataGitlabProjectVariables.csharp.md
+++ b/docs/dataGitlabProjectVariables.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjectVariables
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables gitlab_project_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables gitlab_project_variables}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabProjectVariables
The id of the existing DataGitlabProjectVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#import import section} in the documentation of this resource for the id to use
---
@@ -663,7 +663,7 @@ new DataGitlabProjectVariablesConfig {
| Provisioners
| object[]
| *No description.* |
| Project
| string
| The name or id of the project. |
| EnvironmentScope
| string
| The environment scope of the variable. Defaults to all environment (`*`). |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}. |
---
@@ -747,7 +747,7 @@ public string Project { get; set; }
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
---
@@ -761,7 +761,7 @@ public string EnvironmentScope { get; set; }
The environment scope of the variable. Defaults to all environment (`*`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#environment_scope DataGitlabProjectVariables#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#environment_scope DataGitlabProjectVariables#environment_scope}
---
@@ -773,7 +773,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectVariables.go.md b/docs/dataGitlabProjectVariables.go.md
index 2ca44ecc3..e4b3a7494 100644
--- a/docs/dataGitlabProjectVariables.go.md
+++ b/docs/dataGitlabProjectVariables.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjectVariables
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables gitlab_project_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables gitlab_project_variables}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabProjectVariables
The id of the existing DataGitlabProjectVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#import import section} in the documentation of this resource for the id to use
---
@@ -663,7 +663,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojectva
| Provisioners
| *[]interface{}
| *No description.* |
| Project
| *string
| The name or id of the project. |
| EnvironmentScope
| *string
| The environment scope of the variable. Defaults to all environment (`*`). |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}. |
---
@@ -747,7 +747,7 @@ Project *string
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
---
@@ -761,7 +761,7 @@ EnvironmentScope *string
The environment scope of the variable. Defaults to all environment (`*`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#environment_scope DataGitlabProjectVariables#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#environment_scope DataGitlabProjectVariables#environment_scope}
---
@@ -773,7 +773,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectVariables.java.md b/docs/dataGitlabProjectVariables.java.md
index 12fd35041..2fd1b49c9 100644
--- a/docs/dataGitlabProjectVariables.java.md
+++ b/docs/dataGitlabProjectVariables.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjectVariables
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables gitlab_project_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables gitlab_project_variables}.
#### Initializers
@@ -42,7 +42,7 @@ DataGitlabProjectVariables.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The name or id of the project. |
| environmentScope
| java.lang.String
| The environment scope of the variable. Defaults to all environment (`*`). |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The environment scope of the variable. Defaults to all environment (`*`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#environment_scope DataGitlabProjectVariables#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#environment_scope DataGitlabProjectVariables#environment_scope}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -470,7 +470,7 @@ The construct id used in the generated config for the DataGitlabProjectVariables
The id of the existing DataGitlabProjectVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#import import section} in the documentation of this resource for the id to use
---
@@ -758,7 +758,7 @@ DataGitlabProjectVariablesConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The name or id of the project. |
| environmentScope
| java.lang.String
| The environment scope of the variable. Defaults to all environment (`*`). |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}. |
---
@@ -842,7 +842,7 @@ public java.lang.String getProject();
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
---
@@ -856,7 +856,7 @@ public java.lang.String getEnvironmentScope();
The environment scope of the variable. Defaults to all environment (`*`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#environment_scope DataGitlabProjectVariables#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#environment_scope DataGitlabProjectVariables#environment_scope}
---
@@ -868,7 +868,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectVariables.python.md b/docs/dataGitlabProjectVariables.python.md
index e442ea06b..3e8b5977e 100644
--- a/docs/dataGitlabProjectVariables.python.md
+++ b/docs/dataGitlabProjectVariables.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjectVariables
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables gitlab_project_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables gitlab_project_variables}.
#### Initializers
@@ -40,7 +40,7 @@ dataGitlabProjectVariables.DataGitlabProjectVariables(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| The name or id of the project. |
| environment_scope
| str
| The environment scope of the variable. Defaults to all environment (`*`). |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The environment scope of the variable. Defaults to all environment (`*`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#environment_scope DataGitlabProjectVariables#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#environment_scope DataGitlabProjectVariables#environment_scope}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -504,7 +504,7 @@ The construct id used in the generated config for the DataGitlabProjectVariables
The id of the existing DataGitlabProjectVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#import import section} in the documentation of this resource for the id to use
---
@@ -788,7 +788,7 @@ dataGitlabProjectVariables.DataGitlabProjectVariablesConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| The name or id of the project. |
| environment_scope
| str
| The environment scope of the variable. Defaults to all environment (`*`). |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}. |
---
@@ -872,7 +872,7 @@ project: str
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
---
@@ -886,7 +886,7 @@ environment_scope: str
The environment scope of the variable. Defaults to all environment (`*`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#environment_scope DataGitlabProjectVariables#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#environment_scope DataGitlabProjectVariables#environment_scope}
---
@@ -898,7 +898,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjectVariables.typescript.md b/docs/dataGitlabProjectVariables.typescript.md
index 665ad1d90..9ed8d2a63 100644
--- a/docs/dataGitlabProjectVariables.typescript.md
+++ b/docs/dataGitlabProjectVariables.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjectVariables
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables gitlab_project_variables}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables gitlab_project_variables}.
#### Initializers
@@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGitlabProjectVariables
The id of the existing DataGitlabProjectVariables that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#import import section} in the documentation of this resource for the id to use
---
@@ -652,7 +652,7 @@ const dataGitlabProjectVariablesConfig: dataGitlabProjectVariables.DataGitlabPro
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| project
| string
| The name or id of the project. |
| environmentScope
| string
| The environment scope of the variable. Defaults to all environment (`*`). |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}. |
---
@@ -736,7 +736,7 @@ public readonly project: string;
The name or id of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#project DataGitlabProjectVariables#project}
---
@@ -750,7 +750,7 @@ public readonly environmentScope: string;
The environment scope of the variable. Defaults to all environment (`*`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#environment_scope DataGitlabProjectVariables#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#environment_scope DataGitlabProjectVariables#environment_scope}
---
@@ -762,7 +762,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/project_variables#id DataGitlabProjectVariables#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabProjects.csharp.md b/docs/dataGitlabProjects.csharp.md
index a838efb8a..25611a6f7 100644
--- a/docs/dataGitlabProjects.csharp.md
+++ b/docs/dataGitlabProjects.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabProjects
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects gitlab_projects}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects gitlab_projects}.
#### Initializers
@@ -526,7 +526,7 @@ The construct id used in the generated config for the DataGitlabProjects to impo
The id of the existing DataGitlabProjects that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
---
@@ -1270,7 +1270,7 @@ new DataGitlabProjectsConfig {
| Provisioners
| object[]
| *No description.* |
| Archived
| object
| Limit by archived status. |
| GroupId
| double
| The ID of the group owned by the authenticated user to look projects for within. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
| IncludeSubgroups
| object
| Include projects in subgroups of this group. Default is `false`. Needs `group_id`. |
| MaxQueryablePages
| double
| The maximum number of project results pages that may be queried. |
| Membership
| object
| Limit by projects that the current user is a member of. |
@@ -1374,7 +1374,7 @@ public object Archived { get; set; }
Limit by archived status.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
---
@@ -1390,7 +1390,7 @@ The ID of the group owned by the authenticated user to look projects for within.
Cannot be used with `min_access_level`, `with_programming_language` or `statistics`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
---
@@ -1402,7 +1402,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#id DataGitlabProjects#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#id DataGitlabProjects#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1419,7 +1419,7 @@ public object IncludeSubgroups { get; set; }
Include projects in subgroups of this group. Default is `false`. Needs `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
---
@@ -1435,7 +1435,7 @@ The maximum number of project results pages that may be queried.
Prevents overloading your Gitlab instance in case of a misconfiguration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#max_queryable_pages DataGitlabProjects#max_queryable_pages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#max_queryable_pages DataGitlabProjects#max_queryable_pages}
---
@@ -1449,7 +1449,7 @@ public object Membership { get; set; }
Limit by projects that the current user is a member of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
---
@@ -1463,7 +1463,7 @@ public double MinAccessLevel { get; set; }
Limit to projects where current user has at least this access level, refer to the [official documentation](https://docs.gitlab.com/ee/api/members.html) for values. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#min_access_level DataGitlabProjects#min_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#min_access_level DataGitlabProjects#min_access_level}
---
@@ -1479,7 +1479,7 @@ Return projects ordered ordered by: `id`, `name`, `path`, `created_at`, `updated
Some values or only available in certain circumstances. See [upstream docs](https://docs.gitlab.com/ee/api/projects.html#list-all-projects) for details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
---
@@ -1493,7 +1493,7 @@ public object Owned { get; set; }
Limit by projects owned by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
---
@@ -1507,7 +1507,7 @@ public double Page { get; set; }
The first page to begin the query on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#page DataGitlabProjects#page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#page DataGitlabProjects#page}
---
@@ -1521,7 +1521,7 @@ public double PerPage { get; set; }
The number of results to return per page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
---
@@ -1535,7 +1535,7 @@ public string Search { get; set; }
Return list of authorized projects matching the search criteria.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#search DataGitlabProjects#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#search DataGitlabProjects#search}
---
@@ -1549,7 +1549,7 @@ public object Simple { get; set; }
Return only the ID, URL, name, and path of each project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
---
@@ -1563,7 +1563,7 @@ public string Sort { get; set; }
Return projects sorted in `asc` or `desc` order. Default is `desc`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
---
@@ -1577,7 +1577,7 @@ public object Starred { get; set; }
Limit by projects starred by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
---
@@ -1591,7 +1591,7 @@ public object Statistics { get; set; }
Include project statistics. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
---
@@ -1605,7 +1605,7 @@ public string[] Topic { get; set; }
Limit by projects that have all of the given topics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
---
@@ -1619,7 +1619,7 @@ public string Visibility { get; set; }
Limit by visibility `public`, `internal`, or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
---
@@ -1633,7 +1633,7 @@ public object WithCustomAttributes { get; set; }
Include custom attributes in response _(admins only)_.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_custom_attributes DataGitlabProjects#with_custom_attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_custom_attributes DataGitlabProjects#with_custom_attributes}
---
@@ -1647,7 +1647,7 @@ public object WithIssuesEnabled { get; set; }
Limit by projects with issues feature enabled. Default is `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_issues_enabled DataGitlabProjects#with_issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_issues_enabled DataGitlabProjects#with_issues_enabled}
---
@@ -1661,7 +1661,7 @@ public object WithMergeRequestsEnabled { get; set; }
Limit by projects with merge requests feature enabled. Default is `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_merge_requests_enabled DataGitlabProjects#with_merge_requests_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_merge_requests_enabled DataGitlabProjects#with_merge_requests_enabled}
---
@@ -1675,7 +1675,7 @@ public string WithProgrammingLanguage { get; set; }
Limit by projects which use the given programming language. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_programming_language DataGitlabProjects#with_programming_language}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_programming_language DataGitlabProjects#with_programming_language}
---
@@ -1689,7 +1689,7 @@ public object WithShared { get; set; }
Include projects shared to this group. Default is `true`. Needs `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
---
@@ -3648,6 +3648,7 @@ Returns a reversible string representation.
| CiConfigPath
| string
| *No description.* |
| CiDefaultGitDepth
| double
| *No description.* |
| CiForwardDeploymentEnabled
| HashiCorp.Cdktf.IResolvable
| *No description.* |
+| CiPipelineVariablesMinimumOverrideRole
| string
| *No description.* |
| CiRestrictPipelineCancellationRole
| string
| *No description.* |
| ContainerExpirationPolicy
| DataGitlabProjectsProjectsContainerExpirationPolicyList
| *No description.* |
| ContainerRegistryAccessLevel
| string
| *No description.* |
@@ -3928,6 +3929,16 @@ public IResolvable CiForwardDeploymentEnabled { get; }
---
+##### `CiPipelineVariablesMinimumOverrideRole`Required
+
+```csharp
+public string CiPipelineVariablesMinimumOverrideRole { get; }
+```
+
+- *Type:* string
+
+---
+
##### `CiRestrictPipelineCancellationRole`Required
```csharp
diff --git a/docs/dataGitlabProjects.go.md b/docs/dataGitlabProjects.go.md
index bc943819a..ad2000826 100644
--- a/docs/dataGitlabProjects.go.md
+++ b/docs/dataGitlabProjects.go.md
@@ -4,7 +4,7 @@
### DataGitlabProjects
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects gitlab_projects}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects gitlab_projects}.
#### Initializers
@@ -526,7 +526,7 @@ The construct id used in the generated config for the DataGitlabProjects to impo
The id of the existing DataGitlabProjects that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
---
@@ -1270,7 +1270,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabprojects"
| Provisioners
| *[]interface{}
| *No description.* |
| Archived
| interface{}
| Limit by archived status. |
| GroupId
| *f64
| The ID of the group owned by the authenticated user to look projects for within. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
| IncludeSubgroups
| interface{}
| Include projects in subgroups of this group. Default is `false`. Needs `group_id`. |
| MaxQueryablePages
| *f64
| The maximum number of project results pages that may be queried. |
| Membership
| interface{}
| Limit by projects that the current user is a member of. |
@@ -1374,7 +1374,7 @@ Archived interface{}
Limit by archived status.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
---
@@ -1390,7 +1390,7 @@ The ID of the group owned by the authenticated user to look projects for within.
Cannot be used with `min_access_level`, `with_programming_language` or `statistics`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
---
@@ -1402,7 +1402,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#id DataGitlabProjects#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#id DataGitlabProjects#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1419,7 +1419,7 @@ IncludeSubgroups interface{}
Include projects in subgroups of this group. Default is `false`. Needs `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
---
@@ -1435,7 +1435,7 @@ The maximum number of project results pages that may be queried.
Prevents overloading your Gitlab instance in case of a misconfiguration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#max_queryable_pages DataGitlabProjects#max_queryable_pages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#max_queryable_pages DataGitlabProjects#max_queryable_pages}
---
@@ -1449,7 +1449,7 @@ Membership interface{}
Limit by projects that the current user is a member of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
---
@@ -1463,7 +1463,7 @@ MinAccessLevel *f64
Limit to projects where current user has at least this access level, refer to the [official documentation](https://docs.gitlab.com/ee/api/members.html) for values. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#min_access_level DataGitlabProjects#min_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#min_access_level DataGitlabProjects#min_access_level}
---
@@ -1479,7 +1479,7 @@ Return projects ordered ordered by: `id`, `name`, `path`, `created_at`, `updated
Some values or only available in certain circumstances. See [upstream docs](https://docs.gitlab.com/ee/api/projects.html#list-all-projects) for details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
---
@@ -1493,7 +1493,7 @@ Owned interface{}
Limit by projects owned by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
---
@@ -1507,7 +1507,7 @@ Page *f64
The first page to begin the query on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#page DataGitlabProjects#page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#page DataGitlabProjects#page}
---
@@ -1521,7 +1521,7 @@ PerPage *f64
The number of results to return per page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
---
@@ -1535,7 +1535,7 @@ Search *string
Return list of authorized projects matching the search criteria.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#search DataGitlabProjects#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#search DataGitlabProjects#search}
---
@@ -1549,7 +1549,7 @@ Simple interface{}
Return only the ID, URL, name, and path of each project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
---
@@ -1563,7 +1563,7 @@ Sort *string
Return projects sorted in `asc` or `desc` order. Default is `desc`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
---
@@ -1577,7 +1577,7 @@ Starred interface{}
Limit by projects starred by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
---
@@ -1591,7 +1591,7 @@ Statistics interface{}
Include project statistics. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
---
@@ -1605,7 +1605,7 @@ Topic *[]*string
Limit by projects that have all of the given topics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
---
@@ -1619,7 +1619,7 @@ Visibility *string
Limit by visibility `public`, `internal`, or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
---
@@ -1633,7 +1633,7 @@ WithCustomAttributes interface{}
Include custom attributes in response _(admins only)_.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_custom_attributes DataGitlabProjects#with_custom_attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_custom_attributes DataGitlabProjects#with_custom_attributes}
---
@@ -1647,7 +1647,7 @@ WithIssuesEnabled interface{}
Limit by projects with issues feature enabled. Default is `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_issues_enabled DataGitlabProjects#with_issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_issues_enabled DataGitlabProjects#with_issues_enabled}
---
@@ -1661,7 +1661,7 @@ WithMergeRequestsEnabled interface{}
Limit by projects with merge requests feature enabled. Default is `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_merge_requests_enabled DataGitlabProjects#with_merge_requests_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_merge_requests_enabled DataGitlabProjects#with_merge_requests_enabled}
---
@@ -1675,7 +1675,7 @@ WithProgrammingLanguage *string
Limit by projects which use the given programming language. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_programming_language DataGitlabProjects#with_programming_language}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_programming_language DataGitlabProjects#with_programming_language}
---
@@ -1689,7 +1689,7 @@ WithShared interface{}
Include projects shared to this group. Default is `true`. Needs `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
---
@@ -3648,6 +3648,7 @@ Returns a reversible string representation.
| CiConfigPath
| *string
| *No description.* |
| CiDefaultGitDepth
| *f64
| *No description.* |
| CiForwardDeploymentEnabled
| github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
| *No description.* |
+| CiPipelineVariablesMinimumOverrideRole
| *string
| *No description.* |
| CiRestrictPipelineCancellationRole
| *string
| *No description.* |
| ContainerExpirationPolicy
| DataGitlabProjectsProjectsContainerExpirationPolicyList
| *No description.* |
| ContainerRegistryAccessLevel
| *string
| *No description.* |
@@ -3928,6 +3929,16 @@ func CiForwardDeploymentEnabled() IResolvable
---
+##### `CiPipelineVariablesMinimumOverrideRole`Required
+
+```go
+func CiPipelineVariablesMinimumOverrideRole() *string
+```
+
+- *Type:* *string
+
+---
+
##### `CiRestrictPipelineCancellationRole`Required
```go
diff --git a/docs/dataGitlabProjects.java.md b/docs/dataGitlabProjects.java.md
index 3c31382e0..4216d4c35 100644
--- a/docs/dataGitlabProjects.java.md
+++ b/docs/dataGitlabProjects.java.md
@@ -4,7 +4,7 @@
### DataGitlabProjects
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects gitlab_projects}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects gitlab_projects}.
#### Initializers
@@ -73,7 +73,7 @@ DataGitlabProjects.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| archived
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Limit by archived status. |
| groupId
| java.lang.Number
| The ID of the group owned by the authenticated user to look projects for within. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
| includeSubgroups
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Include projects in subgroups of this group. Default is `false`. Needs `group_id`. |
| maxQueryablePages
| java.lang.Number
| The maximum number of project results pages that may be queried. |
| membership
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Limit by projects that the current user is a member of. |
@@ -163,7 +163,7 @@ Must be unique amongst siblings in the same scope
Limit by archived status.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
---
@@ -175,7 +175,7 @@ The ID of the group owned by the authenticated user to look projects for within.
Cannot be used with `min_access_level`, `with_programming_language` or `statistics`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
---
@@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#id DataGitlabProjects#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#id DataGitlabProjects#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -196,7 +196,7 @@ If you experience problems setting this value it might not be settable. Please t
Include projects in subgroups of this group. Default is `false`. Needs `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
---
@@ -208,7 +208,7 @@ The maximum number of project results pages that may be queried.
Prevents overloading your Gitlab instance in case of a misconfiguration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#max_queryable_pages DataGitlabProjects#max_queryable_pages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#max_queryable_pages DataGitlabProjects#max_queryable_pages}
---
@@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by projects that the current user is a member of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
---
@@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit to projects where current user has at least this access level, refer to the [official documentation](https://docs.gitlab.com/ee/api/members.html) for values. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#min_access_level DataGitlabProjects#min_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#min_access_level DataGitlabProjects#min_access_level}
---
@@ -240,7 +240,7 @@ Return projects ordered ordered by: `id`, `name`, `path`, `created_at`, `updated
Some values or only available in certain circumstances. See [upstream docs](https://docs.gitlab.com/ee/api/projects.html#list-all-projects) for details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
---
@@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by projects owned by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
---
@@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The first page to begin the query on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#page DataGitlabProjects#page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#page DataGitlabProjects#page}
---
@@ -270,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The number of results to return per page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
---
@@ -280,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return list of authorized projects matching the search criteria.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#search DataGitlabProjects#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#search DataGitlabProjects#search}
---
@@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return only the ID, URL, name, and path of each project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
---
@@ -300,7 +300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return projects sorted in `asc` or `desc` order. Default is `desc`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
---
@@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by projects starred by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
---
@@ -320,7 +320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Include project statistics. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
---
@@ -330,7 +330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by projects that have all of the given topics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
---
@@ -340,7 +340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by visibility `public`, `internal`, or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
---
@@ -350,7 +350,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Include custom attributes in response _(admins only)_.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_custom_attributes DataGitlabProjects#with_custom_attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_custom_attributes DataGitlabProjects#with_custom_attributes}
---
@@ -360,7 +360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by projects with issues feature enabled. Default is `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_issues_enabled DataGitlabProjects#with_issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_issues_enabled DataGitlabProjects#with_issues_enabled}
---
@@ -370,7 +370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by projects with merge requests feature enabled. Default is `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_merge_requests_enabled DataGitlabProjects#with_merge_requests_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_merge_requests_enabled DataGitlabProjects#with_merge_requests_enabled}
---
@@ -380,7 +380,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by projects which use the given programming language. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_programming_language DataGitlabProjects#with_programming_language}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_programming_language DataGitlabProjects#with_programming_language}
---
@@ -390,7 +390,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Include projects shared to this group. Default is `true`. Needs `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
---
@@ -874,7 +874,7 @@ The construct id used in the generated config for the DataGitlabProjects to impo
The id of the existing DataGitlabProjects that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
---
@@ -1633,7 +1633,7 @@ DataGitlabProjectsConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| archived
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Limit by archived status. |
| groupId
| java.lang.Number
| The ID of the group owned by the authenticated user to look projects for within. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
| includeSubgroups
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Include projects in subgroups of this group. Default is `false`. Needs `group_id`. |
| maxQueryablePages
| java.lang.Number
| The maximum number of project results pages that may be queried. |
| membership
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Limit by projects that the current user is a member of. |
@@ -1737,7 +1737,7 @@ public java.lang.Object getArchived();
Limit by archived status.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
---
@@ -1753,7 +1753,7 @@ The ID of the group owned by the authenticated user to look projects for within.
Cannot be used with `min_access_level`, `with_programming_language` or `statistics`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
---
@@ -1765,7 +1765,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#id DataGitlabProjects#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#id DataGitlabProjects#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1782,7 +1782,7 @@ public java.lang.Object getIncludeSubgroups();
Include projects in subgroups of this group. Default is `false`. Needs `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
---
@@ -1798,7 +1798,7 @@ The maximum number of project results pages that may be queried.
Prevents overloading your Gitlab instance in case of a misconfiguration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#max_queryable_pages DataGitlabProjects#max_queryable_pages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#max_queryable_pages DataGitlabProjects#max_queryable_pages}
---
@@ -1812,7 +1812,7 @@ public java.lang.Object getMembership();
Limit by projects that the current user is a member of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
---
@@ -1826,7 +1826,7 @@ public java.lang.Number getMinAccessLevel();
Limit to projects where current user has at least this access level, refer to the [official documentation](https://docs.gitlab.com/ee/api/members.html) for values. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#min_access_level DataGitlabProjects#min_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#min_access_level DataGitlabProjects#min_access_level}
---
@@ -1842,7 +1842,7 @@ Return projects ordered ordered by: `id`, `name`, `path`, `created_at`, `updated
Some values or only available in certain circumstances. See [upstream docs](https://docs.gitlab.com/ee/api/projects.html#list-all-projects) for details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
---
@@ -1856,7 +1856,7 @@ public java.lang.Object getOwned();
Limit by projects owned by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
---
@@ -1870,7 +1870,7 @@ public java.lang.Number getPage();
The first page to begin the query on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#page DataGitlabProjects#page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#page DataGitlabProjects#page}
---
@@ -1884,7 +1884,7 @@ public java.lang.Number getPerPage();
The number of results to return per page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
---
@@ -1898,7 +1898,7 @@ public java.lang.String getSearch();
Return list of authorized projects matching the search criteria.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#search DataGitlabProjects#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#search DataGitlabProjects#search}
---
@@ -1912,7 +1912,7 @@ public java.lang.Object getSimple();
Return only the ID, URL, name, and path of each project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
---
@@ -1926,7 +1926,7 @@ public java.lang.String getSort();
Return projects sorted in `asc` or `desc` order. Default is `desc`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
---
@@ -1940,7 +1940,7 @@ public java.lang.Object getStarred();
Limit by projects starred by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
---
@@ -1954,7 +1954,7 @@ public java.lang.Object getStatistics();
Include project statistics. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
---
@@ -1968,7 +1968,7 @@ public java.util.List getTopic();
Limit by projects that have all of the given topics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
---
@@ -1982,7 +1982,7 @@ public java.lang.String getVisibility();
Limit by visibility `public`, `internal`, or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
---
@@ -1996,7 +1996,7 @@ public java.lang.Object getWithCustomAttributes();
Include custom attributes in response _(admins only)_.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_custom_attributes DataGitlabProjects#with_custom_attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_custom_attributes DataGitlabProjects#with_custom_attributes}
---
@@ -2010,7 +2010,7 @@ public java.lang.Object getWithIssuesEnabled();
Limit by projects with issues feature enabled. Default is `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_issues_enabled DataGitlabProjects#with_issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_issues_enabled DataGitlabProjects#with_issues_enabled}
---
@@ -2024,7 +2024,7 @@ public java.lang.Object getWithMergeRequestsEnabled();
Limit by projects with merge requests feature enabled. Default is `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_merge_requests_enabled DataGitlabProjects#with_merge_requests_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_merge_requests_enabled DataGitlabProjects#with_merge_requests_enabled}
---
@@ -2038,7 +2038,7 @@ public java.lang.String getWithProgrammingLanguage();
Limit by projects which use the given programming language. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_programming_language DataGitlabProjects#with_programming_language}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_programming_language DataGitlabProjects#with_programming_language}
---
@@ -2052,7 +2052,7 @@ public java.lang.Object getWithShared();
Include projects shared to this group. Default is `true`. Needs `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
---
@@ -4004,6 +4004,7 @@ Returns a reversible string representation.
| ciConfigPath
| java.lang.String
| *No description.* |
| ciDefaultGitDepth
| java.lang.Number
| *No description.* |
| ciForwardDeploymentEnabled
| com.hashicorp.cdktf.IResolvable
| *No description.* |
+| ciPipelineVariablesMinimumOverrideRole
| java.lang.String
| *No description.* |
| ciRestrictPipelineCancellationRole
| java.lang.String
| *No description.* |
| containerExpirationPolicy
| DataGitlabProjectsProjectsContainerExpirationPolicyList
| *No description.* |
| containerRegistryAccessLevel
| java.lang.String
| *No description.* |
@@ -4284,6 +4285,16 @@ public IResolvable getCiForwardDeploymentEnabled();
---
+##### `ciPipelineVariablesMinimumOverrideRole`Required
+
+```java
+public java.lang.String getCiPipelineVariablesMinimumOverrideRole();
+```
+
+- *Type:* java.lang.String
+
+---
+
##### `ciRestrictPipelineCancellationRole`Required
```java
diff --git a/docs/dataGitlabProjects.python.md b/docs/dataGitlabProjects.python.md
index 90716de9f..2e7fc8ac5 100644
--- a/docs/dataGitlabProjects.python.md
+++ b/docs/dataGitlabProjects.python.md
@@ -4,7 +4,7 @@
### DataGitlabProjects
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects gitlab_projects}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects gitlab_projects}.
#### Initializers
@@ -60,7 +60,7 @@ dataGitlabProjects.DataGitlabProjects(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| archived
| typing.Union[bool, cdktf.IResolvable]
| Limit by archived status. |
| group_id
| typing.Union[int, float]
| The ID of the group owned by the authenticated user to look projects for within. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
| include_subgroups
| typing.Union[bool, cdktf.IResolvable]
| Include projects in subgroups of this group. Default is `false`. Needs `group_id`. |
| max_queryable_pages
| typing.Union[int, float]
| The maximum number of project results pages that may be queried. |
| membership
| typing.Union[bool, cdktf.IResolvable]
| Limit by projects that the current user is a member of. |
@@ -150,7 +150,7 @@ Must be unique amongst siblings in the same scope
Limit by archived status.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
---
@@ -162,7 +162,7 @@ The ID of the group owned by the authenticated user to look projects for within.
Cannot be used with `min_access_level`, `with_programming_language` or `statistics`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#id DataGitlabProjects#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#id DataGitlabProjects#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -183,7 +183,7 @@ If you experience problems setting this value it might not be settable. Please t
Include projects in subgroups of this group. Default is `false`. Needs `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
---
@@ -195,7 +195,7 @@ The maximum number of project results pages that may be queried.
Prevents overloading your Gitlab instance in case of a misconfiguration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#max_queryable_pages DataGitlabProjects#max_queryable_pages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#max_queryable_pages DataGitlabProjects#max_queryable_pages}
---
@@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by projects that the current user is a member of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
---
@@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit to projects where current user has at least this access level, refer to the [official documentation](https://docs.gitlab.com/ee/api/members.html) for values. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#min_access_level DataGitlabProjects#min_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#min_access_level DataGitlabProjects#min_access_level}
---
@@ -227,7 +227,7 @@ Return projects ordered ordered by: `id`, `name`, `path`, `created_at`, `updated
Some values or only available in certain circumstances. See [upstream docs](https://docs.gitlab.com/ee/api/projects.html#list-all-projects) for details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
---
@@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by projects owned by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
---
@@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The first page to begin the query on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#page DataGitlabProjects#page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#page DataGitlabProjects#page}
---
@@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The number of results to return per page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
---
@@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return list of authorized projects matching the search criteria.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#search DataGitlabProjects#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#search DataGitlabProjects#search}
---
@@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return only the ID, URL, name, and path of each project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
---
@@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Return projects sorted in `asc` or `desc` order. Default is `desc`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
---
@@ -297,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by projects starred by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
---
@@ -307,7 +307,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Include project statistics. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
---
@@ -317,7 +317,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by projects that have all of the given topics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
---
@@ -327,7 +327,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by visibility `public`, `internal`, or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
---
@@ -337,7 +337,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Include custom attributes in response _(admins only)_.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_custom_attributes DataGitlabProjects#with_custom_attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_custom_attributes DataGitlabProjects#with_custom_attributes}
---
@@ -347,7 +347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by projects with issues feature enabled. Default is `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_issues_enabled DataGitlabProjects#with_issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_issues_enabled DataGitlabProjects#with_issues_enabled}
---
@@ -357,7 +357,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by projects with merge requests feature enabled. Default is `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_merge_requests_enabled DataGitlabProjects#with_merge_requests_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_merge_requests_enabled DataGitlabProjects#with_merge_requests_enabled}
---
@@ -367,7 +367,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Limit by projects which use the given programming language. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_programming_language DataGitlabProjects#with_programming_language}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_programming_language DataGitlabProjects#with_programming_language}
---
@@ -377,7 +377,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Include projects shared to this group. Default is `true`. Needs `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
---
@@ -897,7 +897,7 @@ The construct id used in the generated config for the DataGitlabProjects to impo
The id of the existing DataGitlabProjects that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
---
@@ -1641,7 +1641,7 @@ dataGitlabProjects.DataGitlabProjectsConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| archived
| typing.Union[bool, cdktf.IResolvable]
| Limit by archived status. |
| group_id
| typing.Union[int, float]
| The ID of the group owned by the authenticated user to look projects for within. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
| include_subgroups
| typing.Union[bool, cdktf.IResolvable]
| Include projects in subgroups of this group. Default is `false`. Needs `group_id`. |
| max_queryable_pages
| typing.Union[int, float]
| The maximum number of project results pages that may be queried. |
| membership
| typing.Union[bool, cdktf.IResolvable]
| Limit by projects that the current user is a member of. |
@@ -1745,7 +1745,7 @@ archived: typing.Union[bool, IResolvable]
Limit by archived status.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
---
@@ -1761,7 +1761,7 @@ The ID of the group owned by the authenticated user to look projects for within.
Cannot be used with `min_access_level`, `with_programming_language` or `statistics`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
---
@@ -1773,7 +1773,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#id DataGitlabProjects#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#id DataGitlabProjects#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1790,7 +1790,7 @@ include_subgroups: typing.Union[bool, IResolvable]
Include projects in subgroups of this group. Default is `false`. Needs `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
---
@@ -1806,7 +1806,7 @@ The maximum number of project results pages that may be queried.
Prevents overloading your Gitlab instance in case of a misconfiguration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#max_queryable_pages DataGitlabProjects#max_queryable_pages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#max_queryable_pages DataGitlabProjects#max_queryable_pages}
---
@@ -1820,7 +1820,7 @@ membership: typing.Union[bool, IResolvable]
Limit by projects that the current user is a member of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
---
@@ -1834,7 +1834,7 @@ min_access_level: typing.Union[int, float]
Limit to projects where current user has at least this access level, refer to the [official documentation](https://docs.gitlab.com/ee/api/members.html) for values. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#min_access_level DataGitlabProjects#min_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#min_access_level DataGitlabProjects#min_access_level}
---
@@ -1850,7 +1850,7 @@ Return projects ordered ordered by: `id`, `name`, `path`, `created_at`, `updated
Some values or only available in certain circumstances. See [upstream docs](https://docs.gitlab.com/ee/api/projects.html#list-all-projects) for details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
---
@@ -1864,7 +1864,7 @@ owned: typing.Union[bool, IResolvable]
Limit by projects owned by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
---
@@ -1878,7 +1878,7 @@ page: typing.Union[int, float]
The first page to begin the query on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#page DataGitlabProjects#page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#page DataGitlabProjects#page}
---
@@ -1892,7 +1892,7 @@ per_page: typing.Union[int, float]
The number of results to return per page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
---
@@ -1906,7 +1906,7 @@ search: str
Return list of authorized projects matching the search criteria.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#search DataGitlabProjects#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#search DataGitlabProjects#search}
---
@@ -1920,7 +1920,7 @@ simple: typing.Union[bool, IResolvable]
Return only the ID, URL, name, and path of each project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
---
@@ -1934,7 +1934,7 @@ sort: str
Return projects sorted in `asc` or `desc` order. Default is `desc`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
---
@@ -1948,7 +1948,7 @@ starred: typing.Union[bool, IResolvable]
Limit by projects starred by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
---
@@ -1962,7 +1962,7 @@ statistics: typing.Union[bool, IResolvable]
Include project statistics. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
---
@@ -1976,7 +1976,7 @@ topic: typing.List[str]
Limit by projects that have all of the given topics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
---
@@ -1990,7 +1990,7 @@ visibility: str
Limit by visibility `public`, `internal`, or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
---
@@ -2004,7 +2004,7 @@ with_custom_attributes: typing.Union[bool, IResolvable]
Include custom attributes in response _(admins only)_.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_custom_attributes DataGitlabProjects#with_custom_attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_custom_attributes DataGitlabProjects#with_custom_attributes}
---
@@ -2018,7 +2018,7 @@ with_issues_enabled: typing.Union[bool, IResolvable]
Limit by projects with issues feature enabled. Default is `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_issues_enabled DataGitlabProjects#with_issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_issues_enabled DataGitlabProjects#with_issues_enabled}
---
@@ -2032,7 +2032,7 @@ with_merge_requests_enabled: typing.Union[bool, IResolvable]
Limit by projects with merge requests feature enabled. Default is `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_merge_requests_enabled DataGitlabProjects#with_merge_requests_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_merge_requests_enabled DataGitlabProjects#with_merge_requests_enabled}
---
@@ -2046,7 +2046,7 @@ with_programming_language: str
Limit by projects which use the given programming language. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_programming_language DataGitlabProjects#with_programming_language}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_programming_language DataGitlabProjects#with_programming_language}
---
@@ -2060,7 +2060,7 @@ with_shared: typing.Union[bool, IResolvable]
Include projects shared to this group. Default is `true`. Needs `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
---
@@ -4153,6 +4153,7 @@ Returns a reversible string representation.
| ci_config_path
| str
| *No description.* |
| ci_default_git_depth
| typing.Union[int, float]
| *No description.* |
| ci_forward_deployment_enabled
| cdktf.IResolvable
| *No description.* |
+| ci_pipeline_variables_minimum_override_role
| str
| *No description.* |
| ci_restrict_pipeline_cancellation_role
| str
| *No description.* |
| container_expiration_policy
| DataGitlabProjectsProjectsContainerExpirationPolicyList
| *No description.* |
| container_registry_access_level
| str
| *No description.* |
@@ -4433,6 +4434,16 @@ ci_forward_deployment_enabled: IResolvable
---
+##### `ci_pipeline_variables_minimum_override_role`Required
+
+```python
+ci_pipeline_variables_minimum_override_role: str
+```
+
+- *Type:* str
+
+---
+
##### `ci_restrict_pipeline_cancellation_role`Required
```python
diff --git a/docs/dataGitlabProjects.typescript.md b/docs/dataGitlabProjects.typescript.md
index 7595823b6..a54db3391 100644
--- a/docs/dataGitlabProjects.typescript.md
+++ b/docs/dataGitlabProjects.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabProjects
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects gitlab_projects}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects gitlab_projects}.
#### Initializers
@@ -526,7 +526,7 @@ The construct id used in the generated config for the DataGitlabProjects to impo
The id of the existing DataGitlabProjects that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#import import section} in the documentation of this resource for the id to use
---
@@ -1239,7 +1239,7 @@ const dataGitlabProjectsConfig: dataGitlabProjects.DataGitlabProjectsConfig = {
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| archived
| boolean \| cdktf.IResolvable
| Limit by archived status. |
| groupId
| number
| The ID of the group owned by the authenticated user to look projects for within. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#id DataGitlabProjects#id}. |
| includeSubgroups
| boolean \| cdktf.IResolvable
| Include projects in subgroups of this group. Default is `false`. Needs `group_id`. |
| maxQueryablePages
| number
| The maximum number of project results pages that may be queried. |
| membership
| boolean \| cdktf.IResolvable
| Limit by projects that the current user is a member of. |
@@ -1343,7 +1343,7 @@ public readonly archived: boolean | IResolvable;
Limit by archived status.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#archived DataGitlabProjects#archived}
---
@@ -1359,7 +1359,7 @@ The ID of the group owned by the authenticated user to look projects for within.
Cannot be used with `min_access_level`, `with_programming_language` or `statistics`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#group_id DataGitlabProjects#group_id}
---
@@ -1371,7 +1371,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#id DataGitlabProjects#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#id DataGitlabProjects#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1388,7 +1388,7 @@ public readonly includeSubgroups: boolean | IResolvable;
Include projects in subgroups of this group. Default is `false`. Needs `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#include_subgroups DataGitlabProjects#include_subgroups}
---
@@ -1404,7 +1404,7 @@ The maximum number of project results pages that may be queried.
Prevents overloading your Gitlab instance in case of a misconfiguration.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#max_queryable_pages DataGitlabProjects#max_queryable_pages}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#max_queryable_pages DataGitlabProjects#max_queryable_pages}
---
@@ -1418,7 +1418,7 @@ public readonly membership: boolean | IResolvable;
Limit by projects that the current user is a member of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#membership DataGitlabProjects#membership}
---
@@ -1432,7 +1432,7 @@ public readonly minAccessLevel: number;
Limit to projects where current user has at least this access level, refer to the [official documentation](https://docs.gitlab.com/ee/api/members.html) for values. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#min_access_level DataGitlabProjects#min_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#min_access_level DataGitlabProjects#min_access_level}
---
@@ -1448,7 +1448,7 @@ Return projects ordered ordered by: `id`, `name`, `path`, `created_at`, `updated
Some values or only available in certain circumstances. See [upstream docs](https://docs.gitlab.com/ee/api/projects.html#list-all-projects) for details.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#order_by DataGitlabProjects#order_by}
---
@@ -1462,7 +1462,7 @@ public readonly owned: boolean | IResolvable;
Limit by projects owned by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#owned DataGitlabProjects#owned}
---
@@ -1476,7 +1476,7 @@ public readonly page: number;
The first page to begin the query on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#page DataGitlabProjects#page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#page DataGitlabProjects#page}
---
@@ -1490,7 +1490,7 @@ public readonly perPage: number;
The number of results to return per page.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#per_page DataGitlabProjects#per_page}
---
@@ -1504,7 +1504,7 @@ public readonly search: string;
Return list of authorized projects matching the search criteria.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#search DataGitlabProjects#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#search DataGitlabProjects#search}
---
@@ -1518,7 +1518,7 @@ public readonly simple: boolean | IResolvable;
Return only the ID, URL, name, and path of each project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#simple DataGitlabProjects#simple}
---
@@ -1532,7 +1532,7 @@ public readonly sort: string;
Return projects sorted in `asc` or `desc` order. Default is `desc`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#sort DataGitlabProjects#sort}
---
@@ -1546,7 +1546,7 @@ public readonly starred: boolean | IResolvable;
Limit by projects starred by the current user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#starred DataGitlabProjects#starred}
---
@@ -1560,7 +1560,7 @@ public readonly statistics: boolean | IResolvable;
Include project statistics. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#statistics DataGitlabProjects#statistics}
---
@@ -1574,7 +1574,7 @@ public readonly topic: string[];
Limit by projects that have all of the given topics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#topic DataGitlabProjects#topic}
---
@@ -1588,7 +1588,7 @@ public readonly visibility: string;
Limit by visibility `public`, `internal`, or `private`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#visibility DataGitlabProjects#visibility}
---
@@ -1602,7 +1602,7 @@ public readonly withCustomAttributes: boolean | IResolvable;
Include custom attributes in response _(admins only)_.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_custom_attributes DataGitlabProjects#with_custom_attributes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_custom_attributes DataGitlabProjects#with_custom_attributes}
---
@@ -1616,7 +1616,7 @@ public readonly withIssuesEnabled: boolean | IResolvable;
Limit by projects with issues feature enabled. Default is `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_issues_enabled DataGitlabProjects#with_issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_issues_enabled DataGitlabProjects#with_issues_enabled}
---
@@ -1630,7 +1630,7 @@ public readonly withMergeRequestsEnabled: boolean | IResolvable;
Limit by projects with merge requests feature enabled. Default is `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_merge_requests_enabled DataGitlabProjects#with_merge_requests_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_merge_requests_enabled DataGitlabProjects#with_merge_requests_enabled}
---
@@ -1644,7 +1644,7 @@ public readonly withProgrammingLanguage: string;
Limit by projects which use the given programming language. Cannot be used with `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_programming_language DataGitlabProjects#with_programming_language}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_programming_language DataGitlabProjects#with_programming_language}
---
@@ -1658,7 +1658,7 @@ public readonly withShared: boolean | IResolvable;
Include projects shared to this group. Default is `true`. Needs `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/projects#with_shared DataGitlabProjects#with_shared}
---
@@ -3603,6 +3603,7 @@ Returns a reversible string representation.
| ciConfigPath
| string
| *No description.* |
| ciDefaultGitDepth
| number
| *No description.* |
| ciForwardDeploymentEnabled
| cdktf.IResolvable
| *No description.* |
+| ciPipelineVariablesMinimumOverrideRole
| string
| *No description.* |
| ciRestrictPipelineCancellationRole
| string
| *No description.* |
| containerExpirationPolicy
| DataGitlabProjectsProjectsContainerExpirationPolicyList
| *No description.* |
| containerRegistryAccessLevel
| string
| *No description.* |
@@ -3883,6 +3884,16 @@ public readonly ciForwardDeploymentEnabled: IResolvable;
---
+##### `ciPipelineVariablesMinimumOverrideRole`Required
+
+```typescript
+public readonly ciPipelineVariablesMinimumOverrideRole: string;
+```
+
+- *Type:* string
+
+---
+
##### `ciRestrictPipelineCancellationRole`Required
```typescript
diff --git a/docs/dataGitlabRelease.csharp.md b/docs/dataGitlabRelease.csharp.md
index 6d11e0f9a..09ff99e37 100644
--- a/docs/dataGitlabRelease.csharp.md
+++ b/docs/dataGitlabRelease.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabRelease
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release gitlab_release}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release gitlab_release}.
#### Initializers
@@ -385,7 +385,7 @@ The construct id used in the generated config for the DataGitlabRelease to impor
The id of the existing DataGitlabRelease that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#import import section} in the documentation of this resource for the id to use
---
@@ -711,7 +711,7 @@ public object Links { get; set; }
links block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#links DataGitlabRelease#links}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#links DataGitlabRelease#links}
---
@@ -725,7 +725,7 @@ public object Sources { get; set; }
sources block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#sources DataGitlabRelease#sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#sources DataGitlabRelease#sources}
---
@@ -873,7 +873,7 @@ public string ProjectId { get; set; }
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
---
@@ -887,7 +887,7 @@ public string TagName { get; set; }
The Git tag the release is associated with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
---
@@ -901,7 +901,7 @@ public DataGitlabReleaseAssets Assets { get; set; }
assets block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#assets DataGitlabRelease#assets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#assets DataGitlabRelease#assets}
---
diff --git a/docs/dataGitlabRelease.go.md b/docs/dataGitlabRelease.go.md
index add0620ef..521fafe43 100644
--- a/docs/dataGitlabRelease.go.md
+++ b/docs/dataGitlabRelease.go.md
@@ -4,7 +4,7 @@
### DataGitlabRelease
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release gitlab_release}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release gitlab_release}.
#### Initializers
@@ -385,7 +385,7 @@ The construct id used in the generated config for the DataGitlabRelease to impor
The id of the existing DataGitlabRelease that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#import import section} in the documentation of this resource for the id to use
---
@@ -711,7 +711,7 @@ Links interface{}
links block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#links DataGitlabRelease#links}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#links DataGitlabRelease#links}
---
@@ -725,7 +725,7 @@ Sources interface{}
sources block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#sources DataGitlabRelease#sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#sources DataGitlabRelease#sources}
---
@@ -873,7 +873,7 @@ ProjectId *string
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
---
@@ -887,7 +887,7 @@ TagName *string
The Git tag the release is associated with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
---
@@ -901,7 +901,7 @@ Assets DataGitlabReleaseAssets
assets block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#assets DataGitlabRelease#assets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#assets DataGitlabRelease#assets}
---
diff --git a/docs/dataGitlabRelease.java.md b/docs/dataGitlabRelease.java.md
index 900fdd7a5..57299e7bf 100644
--- a/docs/dataGitlabRelease.java.md
+++ b/docs/dataGitlabRelease.java.md
@@ -4,7 +4,7 @@
### DataGitlabRelease
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release gitlab_release}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release gitlab_release}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Git tag the release is associated with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
assets block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#assets DataGitlabRelease#assets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#assets DataGitlabRelease#assets}
---
@@ -475,7 +475,7 @@ The construct id used in the generated config for the DataGitlabRelease to impor
The id of the existing DataGitlabRelease that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#import import section} in the documentation of this resource for the id to use
---
@@ -803,7 +803,7 @@ public java.lang.Object getLinks();
links block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#links DataGitlabRelease#links}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#links DataGitlabRelease#links}
---
@@ -817,7 +817,7 @@ public java.lang.Object getSources();
sources block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#sources DataGitlabRelease#sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#sources DataGitlabRelease#sources}
---
@@ -967,7 +967,7 @@ public java.lang.String getProjectId();
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
---
@@ -981,7 +981,7 @@ public java.lang.String getTagName();
The Git tag the release is associated with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
---
@@ -995,7 +995,7 @@ public DataGitlabReleaseAssets getAssets();
assets block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#assets DataGitlabRelease#assets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#assets DataGitlabRelease#assets}
---
diff --git a/docs/dataGitlabRelease.python.md b/docs/dataGitlabRelease.python.md
index 41990ba97..b56b456d6 100644
--- a/docs/dataGitlabRelease.python.md
+++ b/docs/dataGitlabRelease.python.md
@@ -4,7 +4,7 @@
### DataGitlabRelease
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release gitlab_release}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release gitlab_release}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Git tag the release is associated with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
assets block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#assets DataGitlabRelease#assets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#assets DataGitlabRelease#assets}
---
@@ -392,7 +392,7 @@ def put_assets(
links block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#links DataGitlabRelease#links}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#links DataGitlabRelease#links}
---
@@ -402,7 +402,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
sources block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#sources DataGitlabRelease#sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#sources DataGitlabRelease#sources}
---
@@ -526,7 +526,7 @@ The construct id used in the generated config for the DataGitlabRelease to impor
The id of the existing DataGitlabRelease that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#import import section} in the documentation of this resource for the id to use
---
@@ -852,7 +852,7 @@ links: typing.Union[IResolvable, typing.List[DataGitlabReleaseAssetsLinks]]
links block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#links DataGitlabRelease#links}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#links DataGitlabRelease#links}
---
@@ -866,7 +866,7 @@ sources: typing.Union[IResolvable, typing.List[DataGitlabReleaseAssetsSources]]
sources block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#sources DataGitlabRelease#sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#sources DataGitlabRelease#sources}
---
@@ -1010,7 +1010,7 @@ project_id: str
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
---
@@ -1024,7 +1024,7 @@ tag_name: str
The Git tag the release is associated with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
---
@@ -1038,7 +1038,7 @@ assets: DataGitlabReleaseAssets
assets block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#assets DataGitlabRelease#assets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#assets DataGitlabRelease#assets}
---
diff --git a/docs/dataGitlabRelease.typescript.md b/docs/dataGitlabRelease.typescript.md
index 7a6d4c447..d5b17152f 100644
--- a/docs/dataGitlabRelease.typescript.md
+++ b/docs/dataGitlabRelease.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabRelease
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release gitlab_release}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release gitlab_release}.
#### Initializers
@@ -385,7 +385,7 @@ The construct id used in the generated config for the DataGitlabRelease to impor
The id of the existing DataGitlabRelease that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#import import section} in the documentation of this resource for the id to use
---
@@ -708,7 +708,7 @@ public readonly links: IResolvable | DataGitlabReleaseAssetsLinks[];
links block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#links DataGitlabRelease#links}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#links DataGitlabRelease#links}
---
@@ -722,7 +722,7 @@ public readonly sources: IResolvable | DataGitlabReleaseAssetsSources[];
sources block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#sources DataGitlabRelease#sources}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#sources DataGitlabRelease#sources}
---
@@ -855,7 +855,7 @@ public readonly projectId: string;
The ID or URL-encoded path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#project_id DataGitlabRelease#project_id}
---
@@ -869,7 +869,7 @@ public readonly tagName: string;
The Git tag the release is associated with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#tag_name DataGitlabRelease#tag_name}
---
@@ -883,7 +883,7 @@ public readonly assets: DataGitlabReleaseAssets;
assets block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release#assets DataGitlabRelease#assets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release#assets DataGitlabRelease#assets}
---
diff --git a/docs/dataGitlabReleaseLink.csharp.md b/docs/dataGitlabReleaseLink.csharp.md
index ae355473a..9dd0576f5 100644
--- a/docs/dataGitlabReleaseLink.csharp.md
+++ b/docs/dataGitlabReleaseLink.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabReleaseLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link gitlab_release_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link gitlab_release_link}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabReleaseLink to i
The id of the existing DataGitlabReleaseLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#import import section} in the documentation of this resource for the id to use
---
@@ -735,7 +735,7 @@ new DataGitlabReleaseLinkConfig {
| LinkId
| double
| The ID of the link. |
| Project
| string
| The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding). |
| TagName
| string
| The tag associated with the Release. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}. |
---
@@ -819,7 +819,7 @@ public double LinkId { get; set; }
The ID of the link.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#link_id DataGitlabReleaseLink#link_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#link_id DataGitlabReleaseLink#link_id}
---
@@ -833,7 +833,7 @@ public string Project { get; set; }
The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
---
@@ -847,7 +847,7 @@ public string TagName { get; set; }
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#tag_name DataGitlabReleaseLink#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#tag_name DataGitlabReleaseLink#tag_name}
---
@@ -859,7 +859,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabReleaseLink.go.md b/docs/dataGitlabReleaseLink.go.md
index 988735580..a485047c0 100644
--- a/docs/dataGitlabReleaseLink.go.md
+++ b/docs/dataGitlabReleaseLink.go.md
@@ -4,7 +4,7 @@
### DataGitlabReleaseLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link gitlab_release_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link gitlab_release_link}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabReleaseLink to i
The id of the existing DataGitlabReleaseLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#import import section} in the documentation of this resource for the id to use
---
@@ -735,7 +735,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabreleaseli
| LinkId
| *f64
| The ID of the link. |
| Project
| *string
| The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding). |
| TagName
| *string
| The tag associated with the Release. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}. |
---
@@ -819,7 +819,7 @@ LinkId *f64
The ID of the link.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#link_id DataGitlabReleaseLink#link_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#link_id DataGitlabReleaseLink#link_id}
---
@@ -833,7 +833,7 @@ Project *string
The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
---
@@ -847,7 +847,7 @@ TagName *string
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#tag_name DataGitlabReleaseLink#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#tag_name DataGitlabReleaseLink#tag_name}
---
@@ -859,7 +859,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabReleaseLink.java.md b/docs/dataGitlabReleaseLink.java.md
index a528b81d1..a271acef3 100644
--- a/docs/dataGitlabReleaseLink.java.md
+++ b/docs/dataGitlabReleaseLink.java.md
@@ -4,7 +4,7 @@
### DataGitlabReleaseLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link gitlab_release_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link gitlab_release_link}.
#### Initializers
@@ -44,7 +44,7 @@ DataGitlabReleaseLink.Builder.create(Construct scope, java.lang.String id)
| linkId
| java.lang.Number
| The ID of the link. |
| project
| java.lang.String
| The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding). |
| tagName
| java.lang.String
| The tag associated with the Release. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The ID of the link.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#link_id DataGitlabReleaseLink#link_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#link_id DataGitlabReleaseLink#link_id}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#tag_name DataGitlabReleaseLink#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#tag_name DataGitlabReleaseLink#tag_name}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -475,7 +475,7 @@ The construct id used in the generated config for the DataGitlabReleaseLink to i
The id of the existing DataGitlabReleaseLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#import import section} in the documentation of this resource for the id to use
---
@@ -842,7 +842,7 @@ DataGitlabReleaseLinkConfig.builder()
| linkId
| java.lang.Number
| The ID of the link. |
| project
| java.lang.String
| The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding). |
| tagName
| java.lang.String
| The tag associated with the Release. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}. |
---
@@ -926,7 +926,7 @@ public java.lang.Number getLinkId();
The ID of the link.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#link_id DataGitlabReleaseLink#link_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#link_id DataGitlabReleaseLink#link_id}
---
@@ -940,7 +940,7 @@ public java.lang.String getProject();
The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
---
@@ -954,7 +954,7 @@ public java.lang.String getTagName();
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#tag_name DataGitlabReleaseLink#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#tag_name DataGitlabReleaseLink#tag_name}
---
@@ -966,7 +966,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabReleaseLink.python.md b/docs/dataGitlabReleaseLink.python.md
index 76a30d678..43fdd7c0a 100644
--- a/docs/dataGitlabReleaseLink.python.md
+++ b/docs/dataGitlabReleaseLink.python.md
@@ -4,7 +4,7 @@
### DataGitlabReleaseLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link gitlab_release_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link gitlab_release_link}.
#### Initializers
@@ -42,7 +42,7 @@ dataGitlabReleaseLink.DataGitlabReleaseLink(
| link_id
| typing.Union[int, float]
| The ID of the link. |
| project
| str
| The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding). |
| tag_name
| str
| The tag associated with the Release. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The ID of the link.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#link_id DataGitlabReleaseLink#link_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#link_id DataGitlabReleaseLink#link_id}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#tag_name DataGitlabReleaseLink#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#tag_name DataGitlabReleaseLink#tag_name}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -509,7 +509,7 @@ The construct id used in the generated config for the DataGitlabReleaseLink to i
The id of the existing DataGitlabReleaseLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#import import section} in the documentation of this resource for the id to use
---
@@ -872,7 +872,7 @@ dataGitlabReleaseLink.DataGitlabReleaseLinkConfig(
| link_id
| typing.Union[int, float]
| The ID of the link. |
| project
| str
| The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding). |
| tag_name
| str
| The tag associated with the Release. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}. |
---
@@ -956,7 +956,7 @@ link_id: typing.Union[int, float]
The ID of the link.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#link_id DataGitlabReleaseLink#link_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#link_id DataGitlabReleaseLink#link_id}
---
@@ -970,7 +970,7 @@ project: str
The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
---
@@ -984,7 +984,7 @@ tag_name: str
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#tag_name DataGitlabReleaseLink#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#tag_name DataGitlabReleaseLink#tag_name}
---
@@ -996,7 +996,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabReleaseLink.typescript.md b/docs/dataGitlabReleaseLink.typescript.md
index 254373404..d79542c3b 100644
--- a/docs/dataGitlabReleaseLink.typescript.md
+++ b/docs/dataGitlabReleaseLink.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabReleaseLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link gitlab_release_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link gitlab_release_link}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabReleaseLink to i
The id of the existing DataGitlabReleaseLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#import import section} in the documentation of this resource for the id to use
---
@@ -723,7 +723,7 @@ const dataGitlabReleaseLinkConfig: dataGitlabReleaseLink.DataGitlabReleaseLinkCo
| linkId
| number
| The ID of the link. |
| project
| string
| The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding). |
| tagName
| string
| The tag associated with the Release. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}. |
---
@@ -807,7 +807,7 @@ public readonly linkId: number;
The ID of the link.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#link_id DataGitlabReleaseLink#link_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#link_id DataGitlabReleaseLink#link_id}
---
@@ -821,7 +821,7 @@ public readonly project: string;
The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#project DataGitlabReleaseLink#project}
---
@@ -835,7 +835,7 @@ public readonly tagName: string;
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#tag_name DataGitlabReleaseLink#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#tag_name DataGitlabReleaseLink#tag_name}
---
@@ -847,7 +847,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_link#id DataGitlabReleaseLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabReleaseLinks.csharp.md b/docs/dataGitlabReleaseLinks.csharp.md
index 4979a6220..52a22b394 100644
--- a/docs/dataGitlabReleaseLinks.csharp.md
+++ b/docs/dataGitlabReleaseLinks.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabReleaseLinks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links gitlab_release_links}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links gitlab_release_links}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabReleaseLinks to
The id of the existing DataGitlabReleaseLinks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ new DataGitlabReleaseLinksConfig {
| Provisioners
| object[]
| *No description.* |
| Project
| string
| The ID or full path to the project. |
| TagName
| string
| The tag associated with the Release. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}. |
---
@@ -740,7 +740,7 @@ public string Project { get; set; }
The ID or full path to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
---
@@ -754,7 +754,7 @@ public string TagName { get; set; }
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#tag_name DataGitlabReleaseLinks#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#tag_name DataGitlabReleaseLinks#tag_name}
---
@@ -766,7 +766,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabReleaseLinks.go.md b/docs/dataGitlabReleaseLinks.go.md
index 461958c6a..e82ddb740 100644
--- a/docs/dataGitlabReleaseLinks.go.md
+++ b/docs/dataGitlabReleaseLinks.go.md
@@ -4,7 +4,7 @@
### DataGitlabReleaseLinks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links gitlab_release_links}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links gitlab_release_links}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabReleaseLinks to
The id of the existing DataGitlabReleaseLinks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#import import section} in the documentation of this resource for the id to use
---
@@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabreleaseli
| Provisioners
| *[]interface{}
| *No description.* |
| Project
| *string
| The ID or full path to the project. |
| TagName
| *string
| The tag associated with the Release. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}. |
---
@@ -740,7 +740,7 @@ Project *string
The ID or full path to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
---
@@ -754,7 +754,7 @@ TagName *string
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#tag_name DataGitlabReleaseLinks#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#tag_name DataGitlabReleaseLinks#tag_name}
---
@@ -766,7 +766,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabReleaseLinks.java.md b/docs/dataGitlabReleaseLinks.java.md
index 58315912b..2b516421a 100644
--- a/docs/dataGitlabReleaseLinks.java.md
+++ b/docs/dataGitlabReleaseLinks.java.md
@@ -4,7 +4,7 @@
### DataGitlabReleaseLinks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links gitlab_release_links}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links gitlab_release_links}.
#### Initializers
@@ -42,7 +42,7 @@ DataGitlabReleaseLinks.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The ID or full path to the project. |
| tagName
| java.lang.String
| The tag associated with the Release. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The ID or full path to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#tag_name DataGitlabReleaseLinks#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#tag_name DataGitlabReleaseLinks#tag_name}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -463,7 +463,7 @@ The construct id used in the generated config for the DataGitlabReleaseLinks to
The id of the existing DataGitlabReleaseLinks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#import import section} in the documentation of this resource for the id to use
---
@@ -751,7 +751,7 @@ DataGitlabReleaseLinksConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The ID or full path to the project. |
| tagName
| java.lang.String
| The tag associated with the Release. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}. |
---
@@ -835,7 +835,7 @@ public java.lang.String getProject();
The ID or full path to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
---
@@ -849,7 +849,7 @@ public java.lang.String getTagName();
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#tag_name DataGitlabReleaseLinks#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#tag_name DataGitlabReleaseLinks#tag_name}
---
@@ -861,7 +861,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabReleaseLinks.python.md b/docs/dataGitlabReleaseLinks.python.md
index 3b5c7b06c..393db969c 100644
--- a/docs/dataGitlabReleaseLinks.python.md
+++ b/docs/dataGitlabReleaseLinks.python.md
@@ -4,7 +4,7 @@
### DataGitlabReleaseLinks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links gitlab_release_links}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links gitlab_release_links}.
#### Initializers
@@ -40,7 +40,7 @@ dataGitlabReleaseLinks.DataGitlabReleaseLinks(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| The ID or full path to the project. |
| tag_name
| str
| The tag associated with the Release. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The ID or full path to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#tag_name DataGitlabReleaseLinks#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#tag_name DataGitlabReleaseLinks#tag_name}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -497,7 +497,7 @@ The construct id used in the generated config for the DataGitlabReleaseLinks to
The id of the existing DataGitlabReleaseLinks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#import import section} in the documentation of this resource for the id to use
---
@@ -781,7 +781,7 @@ dataGitlabReleaseLinks.DataGitlabReleaseLinksConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| The ID or full path to the project. |
| tag_name
| str
| The tag associated with the Release. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}. |
---
@@ -865,7 +865,7 @@ project: str
The ID or full path to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
---
@@ -879,7 +879,7 @@ tag_name: str
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#tag_name DataGitlabReleaseLinks#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#tag_name DataGitlabReleaseLinks#tag_name}
---
@@ -891,7 +891,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabReleaseLinks.typescript.md b/docs/dataGitlabReleaseLinks.typescript.md
index 2752ffbca..c389d3255 100644
--- a/docs/dataGitlabReleaseLinks.typescript.md
+++ b/docs/dataGitlabReleaseLinks.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabReleaseLinks
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links gitlab_release_links}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links gitlab_release_links}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabReleaseLinks to
The id of the existing DataGitlabReleaseLinks that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#import import section} in the documentation of this resource for the id to use
---
@@ -645,7 +645,7 @@ const dataGitlabReleaseLinksConfig: dataGitlabReleaseLinks.DataGitlabReleaseLink
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| project
| string
| The ID or full path to the project. |
| tagName
| string
| The tag associated with the Release. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}. |
---
@@ -729,7 +729,7 @@ public readonly project: string;
The ID or full path to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#project DataGitlabReleaseLinks#project}
---
@@ -743,7 +743,7 @@ public readonly tagName: string;
The tag associated with the Release.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#tag_name DataGitlabReleaseLinks#tag_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#tag_name DataGitlabReleaseLinks#tag_name}
---
@@ -755,7 +755,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/release_links#id DataGitlabReleaseLinks#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabRepositoryFile.csharp.md b/docs/dataGitlabRepositoryFile.csharp.md
index 27ad51a5c..8cebcdaef 100644
--- a/docs/dataGitlabRepositoryFile.csharp.md
+++ b/docs/dataGitlabRepositoryFile.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabRepositoryFile
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file gitlab_repository_file}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file gitlab_repository_file}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabRepositoryFile t
The id of the existing DataGitlabRepositoryFile that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use
---
@@ -768,7 +768,7 @@ new DataGitlabRepositoryFileConfig {
| FilePath
| string
| The full path of the file. |
| Project
| string
| The name or ID of the project. |
| Ref
| string
| The name of branch, tag or commit. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}. |
---
@@ -854,7 +854,7 @@ The full path of the file.
It must be relative to the root of the project without a leading slash `/` or `./`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#file_path DataGitlabRepositoryFile#file_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#file_path DataGitlabRepositoryFile#file_path}
---
@@ -868,7 +868,7 @@ public string Project { get; set; }
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
---
@@ -882,7 +882,7 @@ public string Ref { get; set; }
The name of branch, tag or commit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
---
@@ -894,7 +894,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabRepositoryFile.go.md b/docs/dataGitlabRepositoryFile.go.md
index e0e52cfb2..5129d56ea 100644
--- a/docs/dataGitlabRepositoryFile.go.md
+++ b/docs/dataGitlabRepositoryFile.go.md
@@ -4,7 +4,7 @@
### DataGitlabRepositoryFile
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file gitlab_repository_file}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file gitlab_repository_file}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabRepositoryFile t
The id of the existing DataGitlabRepositoryFile that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use
---
@@ -768,7 +768,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabrepositor
| FilePath
| *string
| The full path of the file. |
| Project
| *string
| The name or ID of the project. |
| Ref
| *string
| The name of branch, tag or commit. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}. |
---
@@ -854,7 +854,7 @@ The full path of the file.
It must be relative to the root of the project without a leading slash `/` or `./`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#file_path DataGitlabRepositoryFile#file_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#file_path DataGitlabRepositoryFile#file_path}
---
@@ -868,7 +868,7 @@ Project *string
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
---
@@ -882,7 +882,7 @@ Ref *string
The name of branch, tag or commit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
---
@@ -894,7 +894,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabRepositoryFile.java.md b/docs/dataGitlabRepositoryFile.java.md
index cc9080ce9..e953bea77 100644
--- a/docs/dataGitlabRepositoryFile.java.md
+++ b/docs/dataGitlabRepositoryFile.java.md
@@ -4,7 +4,7 @@
### DataGitlabRepositoryFile
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file gitlab_repository_file}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file gitlab_repository_file}.
#### Initializers
@@ -44,7 +44,7 @@ DataGitlabRepositoryFile.Builder.create(Construct scope, java.lang.String id)
| filePath
| java.lang.String
| The full path of the file. |
| project
| java.lang.String
| The name or ID of the project. |
| ref
| java.lang.String
| The name of branch, tag or commit. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}. |
---
@@ -116,7 +116,7 @@ The full path of the file.
It must be relative to the root of the project without a leading slash `/` or `./`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#file_path DataGitlabRepositoryFile#file_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#file_path DataGitlabRepositoryFile#file_path}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of branch, tag or commit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -477,7 +477,7 @@ The construct id used in the generated config for the DataGitlabRepositoryFile t
The id of the existing DataGitlabRepositoryFile that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use
---
@@ -877,7 +877,7 @@ DataGitlabRepositoryFileConfig.builder()
| filePath
| java.lang.String
| The full path of the file. |
| project
| java.lang.String
| The name or ID of the project. |
| ref
| java.lang.String
| The name of branch, tag or commit. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}. |
---
@@ -963,7 +963,7 @@ The full path of the file.
It must be relative to the root of the project without a leading slash `/` or `./`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#file_path DataGitlabRepositoryFile#file_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#file_path DataGitlabRepositoryFile#file_path}
---
@@ -977,7 +977,7 @@ public java.lang.String getProject();
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
---
@@ -991,7 +991,7 @@ public java.lang.String getRef();
The name of branch, tag or commit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
---
@@ -1003,7 +1003,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabRepositoryFile.python.md b/docs/dataGitlabRepositoryFile.python.md
index 459e7a709..f49eb3161 100644
--- a/docs/dataGitlabRepositoryFile.python.md
+++ b/docs/dataGitlabRepositoryFile.python.md
@@ -4,7 +4,7 @@
### DataGitlabRepositoryFile
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file gitlab_repository_file}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file gitlab_repository_file}.
#### Initializers
@@ -42,7 +42,7 @@ dataGitlabRepositoryFile.DataGitlabRepositoryFile(
| file_path
| str
| The full path of the file. |
| project
| str
| The name or ID of the project. |
| ref
| str
| The name of branch, tag or commit. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}. |
---
@@ -114,7 +114,7 @@ The full path of the file.
It must be relative to the root of the project without a leading slash `/` or `./`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#file_path DataGitlabRepositoryFile#file_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#file_path DataGitlabRepositoryFile#file_path}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of branch, tag or commit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -511,7 +511,7 @@ The construct id used in the generated config for the DataGitlabRepositoryFile t
The id of the existing DataGitlabRepositoryFile that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use
---
@@ -907,7 +907,7 @@ dataGitlabRepositoryFile.DataGitlabRepositoryFileConfig(
| file_path
| str
| The full path of the file. |
| project
| str
| The name or ID of the project. |
| ref
| str
| The name of branch, tag or commit. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}. |
---
@@ -993,7 +993,7 @@ The full path of the file.
It must be relative to the root of the project without a leading slash `/` or `./`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#file_path DataGitlabRepositoryFile#file_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#file_path DataGitlabRepositoryFile#file_path}
---
@@ -1007,7 +1007,7 @@ project: str
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
---
@@ -1021,7 +1021,7 @@ ref: str
The name of branch, tag or commit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
---
@@ -1033,7 +1033,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabRepositoryFile.typescript.md b/docs/dataGitlabRepositoryFile.typescript.md
index de1d8073d..082816de8 100644
--- a/docs/dataGitlabRepositoryFile.typescript.md
+++ b/docs/dataGitlabRepositoryFile.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabRepositoryFile
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file gitlab_repository_file}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file gitlab_repository_file}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGitlabRepositoryFile t
The id of the existing DataGitlabRepositoryFile that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use
---
@@ -756,7 +756,7 @@ const dataGitlabRepositoryFileConfig: dataGitlabRepositoryFile.DataGitlabReposit
| filePath
| string
| The full path of the file. |
| project
| string
| The name or ID of the project. |
| ref
| string
| The name of branch, tag or commit. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}. |
---
@@ -842,7 +842,7 @@ The full path of the file.
It must be relative to the root of the project without a leading slash `/` or `./`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#file_path DataGitlabRepositoryFile#file_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#file_path DataGitlabRepositoryFile#file_path}
---
@@ -856,7 +856,7 @@ public readonly project: string;
The name or ID of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#project DataGitlabRepositoryFile#project}
---
@@ -870,7 +870,7 @@ public readonly ref: string;
The name of branch, tag or commit.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#ref DataGitlabRepositoryFile#ref}
---
@@ -882,7 +882,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_file#id DataGitlabRepositoryFile#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataGitlabRepositoryTree.csharp.md b/docs/dataGitlabRepositoryTree.csharp.md
index 7f652ad61..9a95c6fc1 100644
--- a/docs/dataGitlabRepositoryTree.csharp.md
+++ b/docs/dataGitlabRepositoryTree.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabRepositoryTree
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree gitlab_repository_tree}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree gitlab_repository_tree}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGitlabRepositoryTree t
The id of the existing DataGitlabRepositoryTree that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#import import section} in the documentation of this resource for the id to use
---
@@ -716,7 +716,7 @@ new DataGitlabRepositoryTreeConfig {
| Provisioners
| object[]
| *No description.* |
| Project
| string
| The ID or full path of the project owned by the authenticated user. |
| Ref
| string
| The name of a repository branch or tag. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}. |
| Path
| string
| The path inside repository. Used to get content of subdirectories. |
| Recursive
| object
| Boolean value used to get a recursive tree (false by default). |
@@ -802,7 +802,7 @@ public string Project { get; set; }
The ID or full path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
---
@@ -816,7 +816,7 @@ public string Ref { get; set; }
The name of a repository branch or tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
---
@@ -828,7 +828,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -845,7 +845,7 @@ public string Path { get; set; }
The path inside repository. Used to get content of subdirectories.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
---
@@ -859,7 +859,7 @@ public object Recursive { get; set; }
Boolean value used to get a recursive tree (false by default).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
---
diff --git a/docs/dataGitlabRepositoryTree.go.md b/docs/dataGitlabRepositoryTree.go.md
index 6561ee056..aded83738 100644
--- a/docs/dataGitlabRepositoryTree.go.md
+++ b/docs/dataGitlabRepositoryTree.go.md
@@ -4,7 +4,7 @@
### DataGitlabRepositoryTree
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree gitlab_repository_tree}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree gitlab_repository_tree}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGitlabRepositoryTree t
The id of the existing DataGitlabRepositoryTree that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#import import section} in the documentation of this resource for the id to use
---
@@ -716,7 +716,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabrepositor
| Provisioners
| *[]interface{}
| *No description.* |
| Project
| *string
| The ID or full path of the project owned by the authenticated user. |
| Ref
| *string
| The name of a repository branch or tag. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}. |
| Path
| *string
| The path inside repository. Used to get content of subdirectories. |
| Recursive
| interface{}
| Boolean value used to get a recursive tree (false by default). |
@@ -802,7 +802,7 @@ Project *string
The ID or full path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
---
@@ -816,7 +816,7 @@ Ref *string
The name of a repository branch or tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
---
@@ -828,7 +828,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -845,7 +845,7 @@ Path *string
The path inside repository. Used to get content of subdirectories.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
---
@@ -859,7 +859,7 @@ Recursive interface{}
Boolean value used to get a recursive tree (false by default).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
---
diff --git a/docs/dataGitlabRepositoryTree.java.md b/docs/dataGitlabRepositoryTree.java.md
index 14f9227e3..985532e49 100644
--- a/docs/dataGitlabRepositoryTree.java.md
+++ b/docs/dataGitlabRepositoryTree.java.md
@@ -4,7 +4,7 @@
### DataGitlabRepositoryTree
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree gitlab_repository_tree}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree gitlab_repository_tree}.
#### Initializers
@@ -45,7 +45,7 @@ DataGitlabRepositoryTree.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The ID or full path of the project owned by the authenticated user. |
| ref
| java.lang.String
| The name of a repository branch or tag. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}. |
| path
| java.lang.String
| The path inside repository. Used to get content of subdirectories. |
| recursive
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Boolean value used to get a recursive tree (false by default). |
@@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope
The ID or full path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
---
@@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of a repository branch or tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -148,7 +148,7 @@ If you experience problems setting this value it might not be settable. Please t
The path inside repository. Used to get content of subdirectories.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Boolean value used to get a recursive tree (false by default).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
---
@@ -502,7 +502,7 @@ The construct id used in the generated config for the DataGitlabRepositoryTree t
The id of the existing DataGitlabRepositoryTree that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#import import section} in the documentation of this resource for the id to use
---
@@ -837,7 +837,7 @@ DataGitlabRepositoryTreeConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| project
| java.lang.String
| The ID or full path of the project owned by the authenticated user. |
| ref
| java.lang.String
| The name of a repository branch or tag. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}. |
| path
| java.lang.String
| The path inside repository. Used to get content of subdirectories. |
| recursive
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Boolean value used to get a recursive tree (false by default). |
@@ -923,7 +923,7 @@ public java.lang.String getProject();
The ID or full path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
---
@@ -937,7 +937,7 @@ public java.lang.String getRef();
The name of a repository branch or tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
---
@@ -949,7 +949,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -966,7 +966,7 @@ public java.lang.String getPath();
The path inside repository. Used to get content of subdirectories.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
---
@@ -980,7 +980,7 @@ public java.lang.Object getRecursive();
Boolean value used to get a recursive tree (false by default).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
---
diff --git a/docs/dataGitlabRepositoryTree.python.md b/docs/dataGitlabRepositoryTree.python.md
index 634e2facc..84ae82003 100644
--- a/docs/dataGitlabRepositoryTree.python.md
+++ b/docs/dataGitlabRepositoryTree.python.md
@@ -4,7 +4,7 @@
### DataGitlabRepositoryTree
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree gitlab_repository_tree}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree gitlab_repository_tree}.
#### Initializers
@@ -42,7 +42,7 @@ dataGitlabRepositoryTree.DataGitlabRepositoryTree(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| The ID or full path of the project owned by the authenticated user. |
| ref
| str
| The name of a repository branch or tag. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}. |
| path
| str
| The path inside repository. Used to get content of subdirectories. |
| recursive
| typing.Union[bool, cdktf.IResolvable]
| Boolean value used to get a recursive tree (false by default). |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The ID or full path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of a repository branch or tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -145,7 +145,7 @@ If you experience problems setting this value it might not be settable. Please t
The path inside repository. Used to get content of subdirectories.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
---
@@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Boolean value used to get a recursive tree (false by default).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
---
@@ -535,7 +535,7 @@ The construct id used in the generated config for the DataGitlabRepositoryTree t
The id of the existing DataGitlabRepositoryTree that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#import import section} in the documentation of this resource for the id to use
---
@@ -865,7 +865,7 @@ dataGitlabRepositoryTree.DataGitlabRepositoryTreeConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| project
| str
| The ID or full path of the project owned by the authenticated user. |
| ref
| str
| The name of a repository branch or tag. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}. |
| path
| str
| The path inside repository. Used to get content of subdirectories. |
| recursive
| typing.Union[bool, cdktf.IResolvable]
| Boolean value used to get a recursive tree (false by default). |
@@ -951,7 +951,7 @@ project: str
The ID or full path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
---
@@ -965,7 +965,7 @@ ref: str
The name of a repository branch or tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
---
@@ -977,7 +977,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -994,7 +994,7 @@ path: str
The path inside repository. Used to get content of subdirectories.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
---
@@ -1008,7 +1008,7 @@ recursive: typing.Union[bool, IResolvable]
Boolean value used to get a recursive tree (false by default).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
---
diff --git a/docs/dataGitlabRepositoryTree.typescript.md b/docs/dataGitlabRepositoryTree.typescript.md
index d3c348bcf..472520ef0 100644
--- a/docs/dataGitlabRepositoryTree.typescript.md
+++ b/docs/dataGitlabRepositoryTree.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabRepositoryTree
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree gitlab_repository_tree}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree gitlab_repository_tree}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGitlabRepositoryTree t
The id of the existing DataGitlabRepositoryTree that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#import import section} in the documentation of this resource for the id to use
---
@@ -703,7 +703,7 @@ const dataGitlabRepositoryTreeConfig: dataGitlabRepositoryTree.DataGitlabReposit
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| project
| string
| The ID or full path of the project owned by the authenticated user. |
| ref
| string
| The name of a repository branch or tag. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}. |
| path
| string
| The path inside repository. Used to get content of subdirectories. |
| recursive
| boolean \| cdktf.IResolvable
| Boolean value used to get a recursive tree (false by default). |
@@ -789,7 +789,7 @@ public readonly project: string;
The ID or full path of the project owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#project DataGitlabRepositoryTree#project}
---
@@ -803,7 +803,7 @@ public readonly ref: string;
The name of a repository branch or tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#ref DataGitlabRepositoryTree#ref}
---
@@ -815,7 +815,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#id DataGitlabRepositoryTree#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -832,7 +832,7 @@ public readonly path: string;
The path inside repository. Used to get content of subdirectories.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#path DataGitlabRepositoryTree#path}
---
@@ -846,7 +846,7 @@ public readonly recursive: boolean | IResolvable;
Boolean value used to get a recursive tree (false by default).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/repository_tree#recursive DataGitlabRepositoryTree#recursive}
---
diff --git a/docs/dataGitlabRunners.csharp.md b/docs/dataGitlabRunners.csharp.md
new file mode 100644
index 000000000..3c34d9d85
--- /dev/null
+++ b/docs/dataGitlabRunners.csharp.md
@@ -0,0 +1,1353 @@
+# `dataGitlabRunners` Submodule
+
+## Constructs
+
+### DataGitlabRunners
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners gitlab_runners}.
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new DataGitlabRunners(Construct Scope, string Id, DataGitlabRunnersConfig Config = null);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Scope
| Constructs.Construct
| The scope in which to define this construct. |
+| Id
| string
| The scoped construct ID. |
+| Config
| DataGitlabRunnersConfig
| *No description.* |
+
+---
+
+##### `Scope`Required
+
+- *Type:* Constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `Id`Required
+
+- *Type:* string
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `Config`Optional
+
+- *Type:* DataGitlabRunnersConfig
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ToString
| Returns a string representation of this construct. |
+| AddOverride
| *No description.* |
+| OverrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| ResetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| ToHclTerraform
| Adds this resource to the terraform JSON output. |
+| ToMetadata
| *No description.* |
+| ToTerraform
| Adds this resource to the terraform JSON output. |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| ResetPaused
| *No description.* |
+| ResetStatus
| *No description.* |
+| ResetTagList
| *No description.* |
+| ResetType
| *No description.* |
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Returns a string representation of this construct.
+
+##### `AddOverride`
+
+```csharp
+private void AddOverride(string Path, object Value)
+```
+
+###### `Path`Required
+
+- *Type:* string
+
+---
+
+###### `Value`Required
+
+- *Type:* object
+
+---
+
+##### `OverrideLogicalId`
+
+```csharp
+private void OverrideLogicalId(string NewLogicalId)
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `NewLogicalId`Required
+
+- *Type:* string
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `ResetOverrideLogicalId`
+
+```csharp
+private void ResetOverrideLogicalId()
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `ToHclTerraform`
+
+```csharp
+private object ToHclTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `ToMetadata`
+
+```csharp
+private object ToMetadata()
+```
+
+##### `ToTerraform`
+
+```csharp
+private object ToTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `GetAnyMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanAttribute`
+
+```csharp
+private IResolvable GetBooleanAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetListAttribute`
+
+```csharp
+private string[] GetListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberAttribute`
+
+```csharp
+private double GetNumberAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberListAttribute`
+
+```csharp
+private double[] GetNumberListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringAttribute`
+
+```csharp
+private string GetStringAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `InterpolationForAttribute`
+
+```csharp
+private IResolvable InterpolationForAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `ResetPaused`
+
+```csharp
+private void ResetPaused()
+```
+
+##### `ResetStatus`
+
+```csharp
+private void ResetStatus()
+```
+
+##### `ResetTagList`
+
+```csharp
+private void ResetTagList()
+```
+
+##### `ResetType`
+
+```csharp
+private void ResetType()
+```
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| IsConstruct
| Checks if `x` is a construct. |
+| IsTerraformElement
| *No description.* |
+| IsTerraformDataSource
| *No description.* |
+| GenerateConfigForImport
| Generates CDKTF code for importing a DataGitlabRunners resource upon running "cdktf plan ". |
+
+---
+
+##### `IsConstruct`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+DataGitlabRunners.IsConstruct(object X);
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `X`Required
+
+- *Type:* object
+
+Any object.
+
+---
+
+##### `IsTerraformElement`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+DataGitlabRunners.IsTerraformElement(object X);
+```
+
+###### `X`Required
+
+- *Type:* object
+
+---
+
+##### `IsTerraformDataSource`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+DataGitlabRunners.IsTerraformDataSource(object X);
+```
+
+###### `X`Required
+
+- *Type:* object
+
+---
+
+##### `GenerateConfigForImport`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+DataGitlabRunners.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);
+```
+
+Generates CDKTF code for importing a DataGitlabRunners resource upon running "cdktf plan ".
+
+###### `Scope`Required
+
+- *Type:* Constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `ImportToId`Required
+
+- *Type:* string
+
+The construct id used in the generated config for the DataGitlabRunners to import.
+
+---
+
+###### `ImportFromId`Required
+
+- *Type:* string
+
+The id of the existing DataGitlabRunners that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `Provider`Optional
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+? Optional instance of the provider where the DataGitlabRunners to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Node
| Constructs.Node
| The tree node. |
+| CdktfStack
| HashiCorp.Cdktf.TerraformStack
| *No description.* |
+| Fqn
| string
| *No description.* |
+| FriendlyUniqueId
| string
| *No description.* |
+| TerraformMetaArguments
| System.Collections.Generic.IDictionary
| *No description.* |
+| TerraformResourceType
| string
| *No description.* |
+| TerraformGeneratorMetadata
| HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| Count
| object
| *No description.* |
+| DependsOn
| string[]
| *No description.* |
+| ForEach
| HashiCorp.Cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
+| Id
| string
| *No description.* |
+| Runners
| DataGitlabRunnersRunnersList
| *No description.* |
+| PausedInput
| object
| *No description.* |
+| StatusInput
| string
| *No description.* |
+| TagListInput
| string[]
| *No description.* |
+| TypeInput
| string
| *No description.* |
+| Paused
| object
| *No description.* |
+| Status
| string
| *No description.* |
+| TagList
| string[]
| *No description.* |
+| Type
| string
| *No description.* |
+
+---
+
+##### `Node`Required
+
+```csharp
+public Node Node { get; }
+```
+
+- *Type:* Constructs.Node
+
+The tree node.
+
+---
+
+##### `CdktfStack`Required
+
+```csharp
+public TerraformStack CdktfStack { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformStack
+
+---
+
+##### `Fqn`Required
+
+```csharp
+public string Fqn { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `FriendlyUniqueId`Required
+
+```csharp
+public string FriendlyUniqueId { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `TerraformMetaArguments`Required
+
+```csharp
+public System.Collections.Generic.IDictionary TerraformMetaArguments { get; }
+```
+
+- *Type:* System.Collections.Generic.IDictionary
+
+---
+
+##### `TerraformResourceType`Required
+
+```csharp
+public string TerraformResourceType { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `TerraformGeneratorMetadata`Optional
+
+```csharp
+public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `Count`Optional
+
+```csharp
+public object Count { get; }
+```
+
+- *Type:* object
+
+---
+
+##### `DependsOn`Optional
+
+```csharp
+public string[] DependsOn { get; }
+```
+
+- *Type:* string[]
+
+---
+
+##### `ForEach`Optional
+
+```csharp
+public ITerraformIterator ForEach { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```csharp
+public TerraformResourceLifecycle Lifecycle { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```csharp
+public TerraformProvider Provider { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+---
+
+##### `Id`Required
+
+```csharp
+public string Id { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Runners`Required
+
+```csharp
+public DataGitlabRunnersRunnersList Runners { get; }
+```
+
+- *Type:* DataGitlabRunnersRunnersList
+
+---
+
+##### `PausedInput`Optional
+
+```csharp
+public object PausedInput { get; }
+```
+
+- *Type:* object
+
+---
+
+##### `StatusInput`Optional
+
+```csharp
+public string StatusInput { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `TagListInput`Optional
+
+```csharp
+public string[] TagListInput { get; }
+```
+
+- *Type:* string[]
+
+---
+
+##### `TypeInput`Optional
+
+```csharp
+public string TypeInput { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Paused`Required
+
+```csharp
+public object Paused { get; }
+```
+
+- *Type:* object
+
+---
+
+##### `Status`Required
+
+```csharp
+public string Status { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `TagList`Required
+
+```csharp
+public string[] TagList { get; }
+```
+
+- *Type:* string[]
+
+---
+
+##### `Type`Required
+
+```csharp
+public string Type { get; }
+```
+
+- *Type:* string
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TfResourceType
| string
| *No description.* |
+
+---
+
+##### `TfResourceType`Required
+
+```csharp
+public string TfResourceType { get; }
+```
+
+- *Type:* string
+
+---
+
+## Structs
+
+### DataGitlabRunnersConfig
+
+#### Initializer
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new DataGitlabRunnersConfig {
+ object Connection = null,
+ object Count = null,
+ ITerraformDependable[] DependsOn = null,
+ ITerraformIterator ForEach = null,
+ TerraformResourceLifecycle Lifecycle = null,
+ TerraformProvider Provider = null,
+ object[] Provisioners = null,
+ object Paused = null,
+ string Status = null,
+ string[] TagList = null,
+ string Type = null
+};
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Connection
| object
| *No description.* |
+| Count
| object
| *No description.* |
+| DependsOn
| HashiCorp.Cdktf.ITerraformDependable[]
| *No description.* |
+| ForEach
| HashiCorp.Cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
+| Provisioners
| object[]
| *No description.* |
+| Paused
| object
| Filters for runners with the given paused value. |
+| Status
| string
| Filters for runners with the given status. Valid Values are `online`, `offline`, `stale`, and `never_contacted`. |
+| TagList
| string[]
| Filters for runners with all of the given tags. |
+| Type
| string
| The type of runner to return. Valid values are `instance_type`, `group_type` and `project_type`. |
+
+---
+
+##### `Connection`Optional
+
+```csharp
+public object Connection { get; set; }
+```
+
+- *Type:* object
+
+---
+
+##### `Count`Optional
+
+```csharp
+public object Count { get; set; }
+```
+
+- *Type:* object
+
+---
+
+##### `DependsOn`Optional
+
+```csharp
+public ITerraformDependable[] DependsOn { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.ITerraformDependable[]
+
+---
+
+##### `ForEach`Optional
+
+```csharp
+public ITerraformIterator ForEach { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```csharp
+public TerraformResourceLifecycle Lifecycle { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```csharp
+public TerraformProvider Provider { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+---
+
+##### `Provisioners`Optional
+
+```csharp
+public object[] Provisioners { get; set; }
+```
+
+- *Type:* object[]
+
+---
+
+##### `Paused`Optional
+
+```csharp
+public object Paused { get; set; }
+```
+
+- *Type:* object
+
+Filters for runners with the given paused value.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#paused DataGitlabRunners#paused}
+
+---
+
+##### `Status`Optional
+
+```csharp
+public string Status { get; set; }
+```
+
+- *Type:* string
+
+Filters for runners with the given status. Valid Values are `online`, `offline`, `stale`, and `never_contacted`.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#status DataGitlabRunners#status}
+
+---
+
+##### `TagList`Optional
+
+```csharp
+public string[] TagList { get; set; }
+```
+
+- *Type:* string[]
+
+Filters for runners with all of the given tags.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#tag_list DataGitlabRunners#tag_list}
+
+---
+
+##### `Type`Optional
+
+```csharp
+public string Type { get; set; }
+```
+
+- *Type:* string
+
+The type of runner to return. Valid values are `instance_type`, `group_type` and `project_type`.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#type DataGitlabRunners#type}
+
+---
+
+### DataGitlabRunnersRunners
+
+#### Initializer
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new DataGitlabRunnersRunners {
+
+};
+```
+
+
+## Classes
+
+### DataGitlabRunnersRunnersList
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new DataGitlabRunnersRunnersList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TerraformResource
| HashiCorp.Cdktf.IInterpolatingParent
| The parent resource. |
+| TerraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| WrapsSet
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `TerraformResource`Required
+
+- *Type:* HashiCorp.Cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `TerraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `WrapsSet`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| AllWithMapKey
| Creating an iterator for this complex list. |
+| ComputeFqn
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+| Get
| *No description.* |
+
+---
+
+##### `AllWithMapKey`
+
+```csharp
+private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName)
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `MapKeyAttributeName`Required
+
+- *Type:* string
+
+---
+
+##### `ComputeFqn`
+
+```csharp
+private string ComputeFqn()
+```
+
+##### `Resolve`
+
+```csharp
+private object Resolve(IResolveContext Context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `Context`Required
+
+- *Type:* HashiCorp.Cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `Get`
+
+```csharp
+private DataGitlabRunnersRunnersOutputReference Get(double Index)
+```
+
+###### `Index`Required
+
+- *Type:* double
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| string
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```csharp
+public string[] CreationStack { get; }
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```csharp
+public string Fqn { get; }
+```
+
+- *Type:* string
+
+---
+
+
+### DataGitlabRunnersRunnersOutputReference
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new DataGitlabRunnersRunnersOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TerraformResource
| HashiCorp.Cdktf.IInterpolatingParent
| The parent resource. |
+| TerraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| ComplexObjectIndex
| double
| the index of this item in the list. |
+| ComplexObjectIsFromSet
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `TerraformResource`Required
+
+- *Type:* HashiCorp.Cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `TerraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `ComplexObjectIndex`Required
+
+- *Type:* double
+
+the index of this item in the list.
+
+---
+
+##### `ComplexObjectIsFromSet`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ComputeFqn
| *No description.* |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `ComputeFqn`
+
+```csharp
+private string ComputeFqn()
+```
+
+##### `GetAnyMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanAttribute`
+
+```csharp
+private IResolvable GetBooleanAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetListAttribute`
+
+```csharp
+private string[] GetListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberAttribute`
+
+```csharp
+private double GetNumberAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberListAttribute`
+
+```csharp
+private double[] GetNumberListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringAttribute`
+
+```csharp
+private string GetStringAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `InterpolationForAttribute`
+
+```csharp
+private IResolvable InterpolationForAttribute(string Property)
+```
+
+###### `Property`Required
+
+- *Type:* string
+
+---
+
+##### `Resolve`
+
+```csharp
+private object Resolve(IResolveContext Context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `Context`Required
+
+- *Type:* HashiCorp.Cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| string
| *No description.* |
+| Description
| string
| *No description.* |
+| Id
| double
| *No description.* |
+| IsShared
| HashiCorp.Cdktf.IResolvable
| *No description.* |
+| Online
| HashiCorp.Cdktf.IResolvable
| *No description.* |
+| Paused
| HashiCorp.Cdktf.IResolvable
| *No description.* |
+| RunnerType
| string
| *No description.* |
+| Status
| string
| *No description.* |
+| InternalValue
| DataGitlabRunnersRunners
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```csharp
+public string[] CreationStack { get; }
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```csharp
+public string Fqn { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Description`Required
+
+```csharp
+public string Description { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Id`Required
+
+```csharp
+public double Id { get; }
+```
+
+- *Type:* double
+
+---
+
+##### `IsShared`Required
+
+```csharp
+public IResolvable IsShared { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.IResolvable
+
+---
+
+##### `Online`Required
+
+```csharp
+public IResolvable Online { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.IResolvable
+
+---
+
+##### `Paused`Required
+
+```csharp
+public IResolvable Paused { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.IResolvable
+
+---
+
+##### `RunnerType`Required
+
+```csharp
+public string RunnerType { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Status`Required
+
+```csharp
+public string Status { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `InternalValue`Optional
+
+```csharp
+public DataGitlabRunnersRunners InternalValue { get; }
+```
+
+- *Type:* DataGitlabRunnersRunners
+
+---
+
+
+
diff --git a/docs/dataGitlabRunners.go.md b/docs/dataGitlabRunners.go.md
new file mode 100644
index 000000000..0b399d05a
--- /dev/null
+++ b/docs/dataGitlabRunners.go.md
@@ -0,0 +1,1353 @@
+# `dataGitlabRunners` Submodule
+
+## Constructs
+
+### DataGitlabRunners
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners gitlab_runners}.
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabrunners"
+
+datagitlabrunners.NewDataGitlabRunners(scope Construct, id *string, config DataGitlabRunnersConfig) DataGitlabRunners
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| github.com/aws/constructs-go/constructs/v10.Construct
| The scope in which to define this construct. |
+| id
| *string
| The scoped construct ID. |
+| config
| DataGitlabRunnersConfig
| *No description.* |
+
+---
+
+##### `scope`Required
+
+- *Type:* github.com/aws/constructs-go/constructs/v10.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* *string
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `config`Optional
+
+- *Type:* DataGitlabRunnersConfig
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ToString
| Returns a string representation of this construct. |
+| AddOverride
| *No description.* |
+| OverrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| ResetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| ToHclTerraform
| Adds this resource to the terraform JSON output. |
+| ToMetadata
| *No description.* |
+| ToTerraform
| Adds this resource to the terraform JSON output. |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| ResetPaused
| *No description.* |
+| ResetStatus
| *No description.* |
+| ResetTagList
| *No description.* |
+| ResetType
| *No description.* |
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Returns a string representation of this construct.
+
+##### `AddOverride`
+
+```go
+func AddOverride(path *string, value interface{})
+```
+
+###### `path`Required
+
+- *Type:* *string
+
+---
+
+###### `value`Required
+
+- *Type:* interface{}
+
+---
+
+##### `OverrideLogicalId`
+
+```go
+func OverrideLogicalId(newLogicalId *string)
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `newLogicalId`Required
+
+- *Type:* *string
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `ResetOverrideLogicalId`
+
+```go
+func ResetOverrideLogicalId()
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `ToHclTerraform`
+
+```go
+func ToHclTerraform() interface{}
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `ToMetadata`
+
+```go
+func ToMetadata() interface{}
+```
+
+##### `ToTerraform`
+
+```go
+func ToTerraform() interface{}
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `GetAnyMapAttribute`
+
+```go
+func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanAttribute`
+
+```go
+func GetBooleanAttribute(terraformAttribute *string) IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```go
+func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetListAttribute`
+
+```go
+func GetListAttribute(terraformAttribute *string) *[]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberAttribute`
+
+```go
+func GetNumberAttribute(terraformAttribute *string) *f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberListAttribute`
+
+```go
+func GetNumberListAttribute(terraformAttribute *string) *[]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```go
+func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringAttribute`
+
+```go
+func GetStringAttribute(terraformAttribute *string) *string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringMapAttribute`
+
+```go
+func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `InterpolationForAttribute`
+
+```go
+func InterpolationForAttribute(terraformAttribute *string) IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `ResetPaused`
+
+```go
+func ResetPaused()
+```
+
+##### `ResetStatus`
+
+```go
+func ResetStatus()
+```
+
+##### `ResetTagList`
+
+```go
+func ResetTagList()
+```
+
+##### `ResetType`
+
+```go
+func ResetType()
+```
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| IsConstruct
| Checks if `x` is a construct. |
+| IsTerraformElement
| *No description.* |
+| IsTerraformDataSource
| *No description.* |
+| GenerateConfigForImport
| Generates CDKTF code for importing a DataGitlabRunners resource upon running "cdktf plan ". |
+
+---
+
+##### `IsConstruct`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabrunners"
+
+datagitlabrunners.DataGitlabRunners_IsConstruct(x interface{}) *bool
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* interface{}
+
+Any object.
+
+---
+
+##### `IsTerraformElement`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabrunners"
+
+datagitlabrunners.DataGitlabRunners_IsTerraformElement(x interface{}) *bool
+```
+
+###### `x`Required
+
+- *Type:* interface{}
+
+---
+
+##### `IsTerraformDataSource`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabrunners"
+
+datagitlabrunners.DataGitlabRunners_IsTerraformDataSource(x interface{}) *bool
+```
+
+###### `x`Required
+
+- *Type:* interface{}
+
+---
+
+##### `GenerateConfigForImport`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabrunners"
+
+datagitlabrunners.DataGitlabRunners_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
+```
+
+Generates CDKTF code for importing a DataGitlabRunners resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* github.com/aws/constructs-go/constructs/v10.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `importToId`Required
+
+- *Type:* *string
+
+The construct id used in the generated config for the DataGitlabRunners to import.
+
+---
+
+###### `importFromId`Required
+
+- *Type:* *string
+
+The id of the existing DataGitlabRunners that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+? Optional instance of the provider where the DataGitlabRunners to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Node
| github.com/aws/constructs-go/constructs/v10.Node
| The tree node. |
+| CdktfStack
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack
| *No description.* |
+| Fqn
| *string
| *No description.* |
+| FriendlyUniqueId
| *string
| *No description.* |
+| TerraformMetaArguments
| *map[string]interface{}
| *No description.* |
+| TerraformResourceType
| *string
| *No description.* |
+| TerraformGeneratorMetadata
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| Count
| interface{}
| *No description.* |
+| DependsOn
| *[]*string
| *No description.* |
+| ForEach
| github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
+| Id
| *string
| *No description.* |
+| Runners
| DataGitlabRunnersRunnersList
| *No description.* |
+| PausedInput
| interface{}
| *No description.* |
+| StatusInput
| *string
| *No description.* |
+| TagListInput
| *[]*string
| *No description.* |
+| TypeInput
| *string
| *No description.* |
+| Paused
| interface{}
| *No description.* |
+| Status
| *string
| *No description.* |
+| TagList
| *[]*string
| *No description.* |
+| Type
| *string
| *No description.* |
+
+---
+
+##### `Node`Required
+
+```go
+func Node() Node
+```
+
+- *Type:* github.com/aws/constructs-go/constructs/v10.Node
+
+The tree node.
+
+---
+
+##### `CdktfStack`Required
+
+```go
+func CdktfStack() TerraformStack
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack
+
+---
+
+##### `Fqn`Required
+
+```go
+func Fqn() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `FriendlyUniqueId`Required
+
+```go
+func FriendlyUniqueId() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `TerraformMetaArguments`Required
+
+```go
+func TerraformMetaArguments() *map[string]interface{}
+```
+
+- *Type:* *map[string]interface{}
+
+---
+
+##### `TerraformResourceType`Required
+
+```go
+func TerraformResourceType() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `TerraformGeneratorMetadata`Optional
+
+```go
+func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `Count`Optional
+
+```go
+func Count() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `DependsOn`Optional
+
+```go
+func DependsOn() *[]*string
+```
+
+- *Type:* *[]*string
+
+---
+
+##### `ForEach`Optional
+
+```go
+func ForEach() ITerraformIterator
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```go
+func Lifecycle() TerraformResourceLifecycle
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```go
+func Provider() TerraformProvider
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+---
+
+##### `Id`Required
+
+```go
+func Id() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Runners`Required
+
+```go
+func Runners() DataGitlabRunnersRunnersList
+```
+
+- *Type:* DataGitlabRunnersRunnersList
+
+---
+
+##### `PausedInput`Optional
+
+```go
+func PausedInput() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `StatusInput`Optional
+
+```go
+func StatusInput() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `TagListInput`Optional
+
+```go
+func TagListInput() *[]*string
+```
+
+- *Type:* *[]*string
+
+---
+
+##### `TypeInput`Optional
+
+```go
+func TypeInput() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Paused`Required
+
+```go
+func Paused() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `Status`Required
+
+```go
+func Status() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `TagList`Required
+
+```go
+func TagList() *[]*string
+```
+
+- *Type:* *[]*string
+
+---
+
+##### `Type`Required
+
+```go
+func Type() *string
+```
+
+- *Type:* *string
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TfResourceType
| *string
| *No description.* |
+
+---
+
+##### `TfResourceType`Required
+
+```go
+func TfResourceType() *string
+```
+
+- *Type:* *string
+
+---
+
+## Structs
+
+### DataGitlabRunnersConfig
+
+#### Initializer
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabrunners"
+
+&datagitlabrunners.DataGitlabRunnersConfig {
+ Connection: interface{},
+ Count: interface{},
+ DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable,
+ ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator,
+ Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
+ Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
+ Provisioners: *[]interface{},
+ Paused: interface{},
+ Status: *string,
+ TagList: *[]*string,
+ Type: *string,
+}
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Connection
| interface{}
| *No description.* |
+| Count
| interface{}
| *No description.* |
+| DependsOn
| *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable
| *No description.* |
+| ForEach
| github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
+| Provisioners
| *[]interface{}
| *No description.* |
+| Paused
| interface{}
| Filters for runners with the given paused value. |
+| Status
| *string
| Filters for runners with the given status. Valid Values are `online`, `offline`, `stale`, and `never_contacted`. |
+| TagList
| *[]*string
| Filters for runners with all of the given tags. |
+| Type
| *string
| The type of runner to return. Valid values are `instance_type`, `group_type` and `project_type`. |
+
+---
+
+##### `Connection`Optional
+
+```go
+Connection interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `Count`Optional
+
+```go
+Count interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `DependsOn`Optional
+
+```go
+DependsOn *[]ITerraformDependable
+```
+
+- *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable
+
+---
+
+##### `ForEach`Optional
+
+```go
+ForEach ITerraformIterator
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```go
+Lifecycle TerraformResourceLifecycle
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```go
+Provider TerraformProvider
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+---
+
+##### `Provisioners`Optional
+
+```go
+Provisioners *[]interface{}
+```
+
+- *Type:* *[]interface{}
+
+---
+
+##### `Paused`Optional
+
+```go
+Paused interface{}
+```
+
+- *Type:* interface{}
+
+Filters for runners with the given paused value.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#paused DataGitlabRunners#paused}
+
+---
+
+##### `Status`Optional
+
+```go
+Status *string
+```
+
+- *Type:* *string
+
+Filters for runners with the given status. Valid Values are `online`, `offline`, `stale`, and `never_contacted`.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#status DataGitlabRunners#status}
+
+---
+
+##### `TagList`Optional
+
+```go
+TagList *[]*string
+```
+
+- *Type:* *[]*string
+
+Filters for runners with all of the given tags.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#tag_list DataGitlabRunners#tag_list}
+
+---
+
+##### `Type`Optional
+
+```go
+Type *string
+```
+
+- *Type:* *string
+
+The type of runner to return. Valid values are `instance_type`, `group_type` and `project_type`.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#type DataGitlabRunners#type}
+
+---
+
+### DataGitlabRunnersRunners
+
+#### Initializer
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabrunners"
+
+&datagitlabrunners.DataGitlabRunnersRunners {
+
+}
+```
+
+
+## Classes
+
+### DataGitlabRunnersRunnersList
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabrunners"
+
+datagitlabrunners.NewDataGitlabRunnersRunnersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGitlabRunnersRunnersList
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| *string
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| *bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* *string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* *bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| AllWithMapKey
| Creating an iterator for this complex list. |
+| ComputeFqn
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+| Get
| *No description.* |
+
+---
+
+##### `AllWithMapKey`
+
+```go
+func AllWithMapKey(mapKeyAttributeName *string) DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* *string
+
+---
+
+##### `ComputeFqn`
+
+```go
+func ComputeFqn() *string
+```
+
+##### `Resolve`
+
+```go
+func Resolve(_context IResolveContext) interface{}
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `Get`
+
+```go
+func Get(index *f64) DataGitlabRunnersRunnersOutputReference
+```
+
+###### `index`Required
+
+- *Type:* *f64
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| *[]*string
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| *string
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```go
+func CreationStack() *[]*string
+```
+
+- *Type:* *[]*string
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```go
+func Fqn() *string
+```
+
+- *Type:* *string
+
+---
+
+
+### DataGitlabRunnersRunnersOutputReference
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabrunners"
+
+datagitlabrunners.NewDataGitlabRunnersRunnersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGitlabRunnersRunnersOutputReference
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| *string
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| *f64
| the index of this item in the list. |
+| complexObjectIsFromSet
| *bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* *string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* *f64
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* *bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ComputeFqn
| *No description.* |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `ComputeFqn`
+
+```go
+func ComputeFqn() *string
+```
+
+##### `GetAnyMapAttribute`
+
+```go
+func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanAttribute`
+
+```go
+func GetBooleanAttribute(terraformAttribute *string) IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```go
+func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetListAttribute`
+
+```go
+func GetListAttribute(terraformAttribute *string) *[]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberAttribute`
+
+```go
+func GetNumberAttribute(terraformAttribute *string) *f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberListAttribute`
+
+```go
+func GetNumberListAttribute(terraformAttribute *string) *[]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```go
+func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringAttribute`
+
+```go
+func GetStringAttribute(terraformAttribute *string) *string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringMapAttribute`
+
+```go
+func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `InterpolationForAttribute`
+
+```go
+func InterpolationForAttribute(property *string) IResolvable
+```
+
+###### `property`Required
+
+- *Type:* *string
+
+---
+
+##### `Resolve`
+
+```go
+func Resolve(_context IResolveContext) interface{}
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| *[]*string
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| *string
| *No description.* |
+| Description
| *string
| *No description.* |
+| Id
| *f64
| *No description.* |
+| IsShared
| github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
| *No description.* |
+| Online
| github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
| *No description.* |
+| Paused
| github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
| *No description.* |
+| RunnerType
| *string
| *No description.* |
+| Status
| *string
| *No description.* |
+| InternalValue
| DataGitlabRunnersRunners
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```go
+func CreationStack() *[]*string
+```
+
+- *Type:* *[]*string
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```go
+func Fqn() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Description`Required
+
+```go
+func Description() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Id`Required
+
+```go
+func Id() *f64
+```
+
+- *Type:* *f64
+
+---
+
+##### `IsShared`Required
+
+```go
+func IsShared() IResolvable
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
+
+---
+
+##### `Online`Required
+
+```go
+func Online() IResolvable
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
+
+---
+
+##### `Paused`Required
+
+```go
+func Paused() IResolvable
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
+
+---
+
+##### `RunnerType`Required
+
+```go
+func RunnerType() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Status`Required
+
+```go
+func Status() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `InternalValue`Optional
+
+```go
+func InternalValue() DataGitlabRunnersRunners
+```
+
+- *Type:* DataGitlabRunnersRunners
+
+---
+
+
+
diff --git a/docs/dataGitlabRunners.java.md b/docs/dataGitlabRunners.java.md
new file mode 100644
index 000000000..138a2e890
--- /dev/null
+++ b/docs/dataGitlabRunners.java.md
@@ -0,0 +1,1460 @@
+# `dataGitlabRunners` Submodule
+
+## Constructs
+
+### DataGitlabRunners
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners gitlab_runners}.
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_runners.DataGitlabRunners;
+
+DataGitlabRunners.Builder.create(Construct scope, java.lang.String id)
+// .connection(SSHProvisionerConnection)
+// .connection(WinrmProvisionerConnection)
+// .count(java.lang.Number)
+// .count(TerraformCount)
+// .dependsOn(java.util.List)
+// .forEach(ITerraformIterator)
+// .lifecycle(TerraformResourceLifecycle)
+// .provider(TerraformProvider)
+// .provisioners(java.util.List)
+// .paused(java.lang.Boolean)
+// .paused(IResolvable)
+// .status(java.lang.String)
+// .tagList(java.util.List)
+// .type(java.lang.String)
+ .build();
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| software.constructs.Construct
| The scope in which to define this construct. |
+| id
| java.lang.String
| The scoped construct ID. |
+| connection
| com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| java.lang.Number OR com.hashicorp.cdktf.TerraformCount
| *No description.* |
+| dependsOn
| java.util.List
| *No description.* |
+| forEach
| com.hashicorp.cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
+| provisioners
| java.util.List
| *No description.* |
+| paused
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Filters for runners with the given paused value. |
+| status
| java.lang.String
| Filters for runners with the given status. Valid Values are `online`, `offline`, `stale`, and `never_contacted`. |
+| tagList
| java.util.List
| Filters for runners with all of the given tags. |
+| type
| java.lang.String
| The type of runner to return. Valid values are `instance_type`, `group_type` and `project_type`. |
+
+---
+
+##### `scope`Required
+
+- *Type:* software.constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* java.lang.String
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `connection`Optional
+
+- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+- *Type:* java.util.List
+
+---
+
+##### `forEach`Optional
+
+- *Type:* com.hashicorp.cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+- *Type:* java.util.List
+
+---
+
+##### `paused`Optional
+
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
+
+Filters for runners with the given paused value.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#paused DataGitlabRunners#paused}
+
+---
+
+##### `status`Optional
+
+- *Type:* java.lang.String
+
+Filters for runners with the given status. Valid Values are `online`, `offline`, `stale`, and `never_contacted`.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#status DataGitlabRunners#status}
+
+---
+
+##### `tagList`Optional
+
+- *Type:* java.util.List
+
+Filters for runners with all of the given tags.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#tag_list DataGitlabRunners#tag_list}
+
+---
+
+##### `type`Optional
+
+- *Type:* java.lang.String
+
+The type of runner to return. Valid values are `instance_type`, `group_type` and `project_type`.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#type DataGitlabRunners#type}
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| toString
| Returns a string representation of this construct. |
+| addOverride
| *No description.* |
+| overrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| resetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| toHclTerraform
| Adds this resource to the terraform JSON output. |
+| toMetadata
| *No description.* |
+| toTerraform
| Adds this resource to the terraform JSON output. |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resetPaused
| *No description.* |
+| resetStatus
| *No description.* |
+| resetTagList
| *No description.* |
+| resetType
| *No description.* |
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Returns a string representation of this construct.
+
+##### `addOverride`
+
+```java
+public void addOverride(java.lang.String path, java.lang.Object value)
+```
+
+###### `path`Required
+
+- *Type:* java.lang.String
+
+---
+
+###### `value`Required
+
+- *Type:* java.lang.Object
+
+---
+
+##### `overrideLogicalId`
+
+```java
+public void overrideLogicalId(java.lang.String newLogicalId)
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `newLogicalId`Required
+
+- *Type:* java.lang.String
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `resetOverrideLogicalId`
+
+```java
+public void resetOverrideLogicalId()
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `toHclTerraform`
+
+```java
+public java.lang.Object toHclTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `toMetadata`
+
+```java
+public java.lang.Object toMetadata()
+```
+
+##### `toTerraform`
+
+```java
+public java.lang.Object toTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `getAnyMapAttribute`
+
+```java
+public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanAttribute`
+
+```java
+public IResolvable getBooleanAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanMapAttribute`
+
+```java
+public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getListAttribute`
+
+```java
+public java.util.List getListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberAttribute`
+
+```java
+public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberListAttribute`
+
+```java
+public java.util.List getNumberListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberMapAttribute`
+
+```java
+public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringAttribute`
+
+```java
+public java.lang.String getStringAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringMapAttribute`
+
+```java
+public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `interpolationForAttribute`
+
+```java
+public IResolvable interpolationForAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `resetPaused`
+
+```java
+public void resetPaused()
+```
+
+##### `resetStatus`
+
+```java
+public void resetStatus()
+```
+
+##### `resetTagList`
+
+```java
+public void resetTagList()
+```
+
+##### `resetType`
+
+```java
+public void resetType()
+```
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| isConstruct
| Checks if `x` is a construct. |
+| isTerraformElement
| *No description.* |
+| isTerraformDataSource
| *No description.* |
+| generateConfigForImport
| Generates CDKTF code for importing a DataGitlabRunners resource upon running "cdktf plan ". |
+
+---
+
+##### `isConstruct`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_runners.DataGitlabRunners;
+
+DataGitlabRunners.isConstruct(java.lang.Object x)
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* java.lang.Object
+
+Any object.
+
+---
+
+##### `isTerraformElement`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_runners.DataGitlabRunners;
+
+DataGitlabRunners.isTerraformElement(java.lang.Object x)
+```
+
+###### `x`Required
+
+- *Type:* java.lang.Object
+
+---
+
+##### `isTerraformDataSource`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_runners.DataGitlabRunners;
+
+DataGitlabRunners.isTerraformDataSource(java.lang.Object x)
+```
+
+###### `x`Required
+
+- *Type:* java.lang.Object
+
+---
+
+##### `generateConfigForImport`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_runners.DataGitlabRunners;
+
+DataGitlabRunners.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),DataGitlabRunners.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider)
+```
+
+Generates CDKTF code for importing a DataGitlabRunners resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* software.constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `importToId`Required
+
+- *Type:* java.lang.String
+
+The construct id used in the generated config for the DataGitlabRunners to import.
+
+---
+
+###### `importFromId`Required
+
+- *Type:* java.lang.String
+
+The id of the existing DataGitlabRunners that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+? Optional instance of the provider where the DataGitlabRunners to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| node
| software.constructs.Node
| The tree node. |
+| cdktfStack
| com.hashicorp.cdktf.TerraformStack
| *No description.* |
+| fqn
| java.lang.String
| *No description.* |
+| friendlyUniqueId
| java.lang.String
| *No description.* |
+| terraformMetaArguments
| java.util.Map
| *No description.* |
+| terraformResourceType
| java.lang.String
| *No description.* |
+| terraformGeneratorMetadata
| com.hashicorp.cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| count
| java.lang.Number OR com.hashicorp.cdktf.TerraformCount
| *No description.* |
+| dependsOn
| java.util.List
| *No description.* |
+| forEach
| com.hashicorp.cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
+| id
| java.lang.String
| *No description.* |
+| runners
| DataGitlabRunnersRunnersList
| *No description.* |
+| pausedInput
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
+| statusInput
| java.lang.String
| *No description.* |
+| tagListInput
| java.util.List
| *No description.* |
+| typeInput
| java.lang.String
| *No description.* |
+| paused
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
+| status
| java.lang.String
| *No description.* |
+| tagList
| java.util.List
| *No description.* |
+| type
| java.lang.String
| *No description.* |
+
+---
+
+##### `node`Required
+
+```java
+public Node getNode();
+```
+
+- *Type:* software.constructs.Node
+
+The tree node.
+
+---
+
+##### `cdktfStack`Required
+
+```java
+public TerraformStack getCdktfStack();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformStack
+
+---
+
+##### `fqn`Required
+
+```java
+public java.lang.String getFqn();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `friendlyUniqueId`Required
+
+```java
+public java.lang.String getFriendlyUniqueId();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `terraformMetaArguments`Required
+
+```java
+public java.util.Map getTerraformMetaArguments();
+```
+
+- *Type:* java.util.Map
+
+---
+
+##### `terraformResourceType`Required
+
+```java
+public java.lang.String getTerraformResourceType();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `terraformGeneratorMetadata`Optional
+
+```java
+public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `count`Optional
+
+```java
+public java.lang.Object getCount();
+```
+
+- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```java
+public java.util.List getDependsOn();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `forEach`Optional
+
+```java
+public ITerraformIterator getForEach();
+```
+
+- *Type:* com.hashicorp.cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```java
+public TerraformResourceLifecycle getLifecycle();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```java
+public TerraformProvider getProvider();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `id`Required
+
+```java
+public java.lang.String getId();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `runners`Required
+
+```java
+public DataGitlabRunnersRunnersList getRunners();
+```
+
+- *Type:* DataGitlabRunnersRunnersList
+
+---
+
+##### `pausedInput`Optional
+
+```java
+public java.lang.Object getPausedInput();
+```
+
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
+
+---
+
+##### `statusInput`Optional
+
+```java
+public java.lang.String getStatusInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `tagListInput`Optional
+
+```java
+public java.util.List getTagListInput();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `typeInput`Optional
+
+```java
+public java.lang.String getTypeInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `paused`Required
+
+```java
+public java.lang.Object getPaused();
+```
+
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
+
+---
+
+##### `status`Required
+
+```java
+public java.lang.String getStatus();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `tagList`Required
+
+```java
+public java.util.List getTagList();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `type`Required
+
+```java
+public java.lang.String getType();
+```
+
+- *Type:* java.lang.String
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| tfResourceType
| java.lang.String
| *No description.* |
+
+---
+
+##### `tfResourceType`Required
+
+```java
+public java.lang.String getTfResourceType();
+```
+
+- *Type:* java.lang.String
+
+---
+
+## Structs
+
+### DataGitlabRunnersConfig
+
+#### Initializer
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_runners.DataGitlabRunnersConfig;
+
+DataGitlabRunnersConfig.builder()
+// .connection(SSHProvisionerConnection)
+// .connection(WinrmProvisionerConnection)
+// .count(java.lang.Number)
+// .count(TerraformCount)
+// .dependsOn(java.util.List)
+// .forEach(ITerraformIterator)
+// .lifecycle(TerraformResourceLifecycle)
+// .provider(TerraformProvider)
+// .provisioners(java.util.List)
+// .paused(java.lang.Boolean)
+// .paused(IResolvable)
+// .status(java.lang.String)
+// .tagList(java.util.List)
+// .type(java.lang.String)
+ .build();
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| connection
| com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| java.lang.Number OR com.hashicorp.cdktf.TerraformCount
| *No description.* |
+| dependsOn
| java.util.List
| *No description.* |
+| forEach
| com.hashicorp.cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
+| provisioners
| java.util.List
| *No description.* |
+| paused
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Filters for runners with the given paused value. |
+| status
| java.lang.String
| Filters for runners with the given status. Valid Values are `online`, `offline`, `stale`, and `never_contacted`. |
+| tagList
| java.util.List
| Filters for runners with all of the given tags. |
+| type
| java.lang.String
| The type of runner to return. Valid values are `instance_type`, `group_type` and `project_type`. |
+
+---
+
+##### `connection`Optional
+
+```java
+public java.lang.Object getConnection();
+```
+
+- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+```java
+public java.lang.Object getCount();
+```
+
+- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```java
+public java.util.List getDependsOn();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `forEach`Optional
+
+```java
+public ITerraformIterator getForEach();
+```
+
+- *Type:* com.hashicorp.cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```java
+public TerraformResourceLifecycle getLifecycle();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```java
+public TerraformProvider getProvider();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```java
+public java.lang.Object getProvisioners();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `paused`Optional
+
+```java
+public java.lang.Object getPaused();
+```
+
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
+
+Filters for runners with the given paused value.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#paused DataGitlabRunners#paused}
+
+---
+
+##### `status`Optional
+
+```java
+public java.lang.String getStatus();
+```
+
+- *Type:* java.lang.String
+
+Filters for runners with the given status. Valid Values are `online`, `offline`, `stale`, and `never_contacted`.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#status DataGitlabRunners#status}
+
+---
+
+##### `tagList`Optional
+
+```java
+public java.util.List getTagList();
+```
+
+- *Type:* java.util.List
+
+Filters for runners with all of the given tags.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#tag_list DataGitlabRunners#tag_list}
+
+---
+
+##### `type`Optional
+
+```java
+public java.lang.String getType();
+```
+
+- *Type:* java.lang.String
+
+The type of runner to return. Valid values are `instance_type`, `group_type` and `project_type`.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#type DataGitlabRunners#type}
+
+---
+
+### DataGitlabRunnersRunners
+
+#### Initializer
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_runners.DataGitlabRunnersRunners;
+
+DataGitlabRunnersRunners.builder()
+ .build();
+```
+
+
+## Classes
+
+### DataGitlabRunnersRunnersList
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_runners.DataGitlabRunnersRunnersList;
+
+new DataGitlabRunnersRunnersList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| com.hashicorp.cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| java.lang.String
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| java.lang.Boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* com.hashicorp.cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* java.lang.Boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| allWithMapKey
| Creating an iterator for this complex list. |
+| computeFqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `allWithMapKey`
+
+```java
+public DynamicListTerraformIterator allWithMapKey(java.lang.String mapKeyAttributeName)
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `computeFqn`
+
+```java
+public java.lang.String computeFqn()
+```
+
+##### `resolve`
+
+```java
+public java.lang.Object resolve(IResolveContext _context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* com.hashicorp.cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```java
+public DataGitlabRunnersRunnersOutputReference get(java.lang.Number index)
+```
+
+###### `index`Required
+
+- *Type:* java.lang.Number
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| java.util.List
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| java.lang.String
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```java
+public java.util.List getCreationStack();
+```
+
+- *Type:* java.util.List
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```java
+public java.lang.String getFqn();
+```
+
+- *Type:* java.lang.String
+
+---
+
+
+### DataGitlabRunnersRunnersOutputReference
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.data_gitlab_runners.DataGitlabRunnersRunnersOutputReference;
+
+new DataGitlabRunnersRunnersOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Number complexObjectIndex, java.lang.Boolean complexObjectIsFromSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| com.hashicorp.cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| java.lang.String
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| java.lang.Number
| the index of this item in the list. |
+| complexObjectIsFromSet
| java.lang.Boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* com.hashicorp.cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* java.lang.Number
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* java.lang.Boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| computeFqn
| *No description.* |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `computeFqn`
+
+```java
+public java.lang.String computeFqn()
+```
+
+##### `getAnyMapAttribute`
+
+```java
+public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanAttribute`
+
+```java
+public IResolvable getBooleanAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanMapAttribute`
+
+```java
+public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getListAttribute`
+
+```java
+public java.util.List getListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberAttribute`
+
+```java
+public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberListAttribute`
+
+```java
+public java.util.List getNumberListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberMapAttribute`
+
+```java
+public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringAttribute`
+
+```java
+public java.lang.String getStringAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringMapAttribute`
+
+```java
+public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `interpolationForAttribute`
+
+```java
+public IResolvable interpolationForAttribute(java.lang.String property)
+```
+
+###### `property`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `resolve`
+
+```java
+public java.lang.Object resolve(IResolveContext _context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* com.hashicorp.cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| java.util.List
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| java.lang.String
| *No description.* |
+| description
| java.lang.String
| *No description.* |
+| id
| java.lang.Number
| *No description.* |
+| isShared
| com.hashicorp.cdktf.IResolvable
| *No description.* |
+| online
| com.hashicorp.cdktf.IResolvable
| *No description.* |
+| paused
| com.hashicorp.cdktf.IResolvable
| *No description.* |
+| runnerType
| java.lang.String
| *No description.* |
+| status
| java.lang.String
| *No description.* |
+| internalValue
| DataGitlabRunnersRunners
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```java
+public java.util.List getCreationStack();
+```
+
+- *Type:* java.util.List
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```java
+public java.lang.String getFqn();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `description`Required
+
+```java
+public java.lang.String getDescription();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `id`Required
+
+```java
+public java.lang.Number getId();
+```
+
+- *Type:* java.lang.Number
+
+---
+
+##### `isShared`Required
+
+```java
+public IResolvable getIsShared();
+```
+
+- *Type:* com.hashicorp.cdktf.IResolvable
+
+---
+
+##### `online`Required
+
+```java
+public IResolvable getOnline();
+```
+
+- *Type:* com.hashicorp.cdktf.IResolvable
+
+---
+
+##### `paused`Required
+
+```java
+public IResolvable getPaused();
+```
+
+- *Type:* com.hashicorp.cdktf.IResolvable
+
+---
+
+##### `runnerType`Required
+
+```java
+public java.lang.String getRunnerType();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `status`Required
+
+```java
+public java.lang.String getStatus();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `internalValue`Optional
+
+```java
+public DataGitlabRunnersRunners getInternalValue();
+```
+
+- *Type:* DataGitlabRunnersRunners
+
+---
+
+
+
diff --git a/docs/dataGitlabRunners.python.md b/docs/dataGitlabRunners.python.md
new file mode 100644
index 000000000..28bb2d818
--- /dev/null
+++ b/docs/dataGitlabRunners.python.md
@@ -0,0 +1,1524 @@
+# `dataGitlabRunners` Submodule
+
+## Constructs
+
+### DataGitlabRunners
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners gitlab_runners}.
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_runners
+
+dataGitlabRunners.DataGitlabRunners(
+ scope: Construct,
+ id: str,
+ connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None,
+ count: typing.Union[typing.Union[int, float], TerraformCount] = None,
+ depends_on: typing.List[ITerraformDependable] = None,
+ for_each: ITerraformIterator = None,
+ lifecycle: TerraformResourceLifecycle = None,
+ provider: TerraformProvider = None,
+ provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None,
+ paused: typing.Union[bool, IResolvable] = None,
+ status: str = None,
+ tag_list: typing.List[str] = None,
+ type: str = None
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| constructs.Construct
| The scope in which to define this construct. |
+| id
| str
| The scoped construct ID. |
+| connection
| typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
| *No description.* |
+| count
| typing.Union[typing.Union[int, float], cdktf.TerraformCount]
| *No description.* |
+| depends_on
| typing.List[cdktf.ITerraformDependable]
| *No description.* |
+| for_each
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
+| paused
| typing.Union[bool, cdktf.IResolvable]
| Filters for runners with the given paused value. |
+| status
| str
| Filters for runners with the given status. Valid Values are `online`, `offline`, `stale`, and `never_contacted`. |
+| tag_list
| typing.List[str]
| Filters for runners with all of the given tags. |
+| type
| str
| The type of runner to return. Valid values are `instance_type`, `group_type` and `project_type`. |
+
+---
+
+##### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* str
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `connection`Optional
+
+- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
+
+---
+
+##### `count`Optional
+
+- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount]
+
+---
+
+##### `depends_on`Optional
+
+- *Type:* typing.List[cdktf.ITerraformDependable]
+
+---
+
+##### `for_each`Optional
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
+
+---
+
+##### `paused`Optional
+
+- *Type:* typing.Union[bool, cdktf.IResolvable]
+
+Filters for runners with the given paused value.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#paused DataGitlabRunners#paused}
+
+---
+
+##### `status`Optional
+
+- *Type:* str
+
+Filters for runners with the given status. Valid Values are `online`, `offline`, `stale`, and `never_contacted`.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#status DataGitlabRunners#status}
+
+---
+
+##### `tag_list`Optional
+
+- *Type:* typing.List[str]
+
+Filters for runners with all of the given tags.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#tag_list DataGitlabRunners#tag_list}
+
+---
+
+##### `type`Optional
+
+- *Type:* str
+
+The type of runner to return. Valid values are `instance_type`, `group_type` and `project_type`.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#type DataGitlabRunners#type}
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| to_string
| Returns a string representation of this construct. |
+| add_override
| *No description.* |
+| override_logical_id
| Overrides the auto-generated logical ID with a specific ID. |
+| reset_override_logical_id
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| to_hcl_terraform
| Adds this resource to the terraform JSON output. |
+| to_metadata
| *No description.* |
+| to_terraform
| Adds this resource to the terraform JSON output. |
+| get_any_map_attribute
| *No description.* |
+| get_boolean_attribute
| *No description.* |
+| get_boolean_map_attribute
| *No description.* |
+| get_list_attribute
| *No description.* |
+| get_number_attribute
| *No description.* |
+| get_number_list_attribute
| *No description.* |
+| get_number_map_attribute
| *No description.* |
+| get_string_attribute
| *No description.* |
+| get_string_map_attribute
| *No description.* |
+| interpolation_for_attribute
| *No description.* |
+| reset_paused
| *No description.* |
+| reset_status
| *No description.* |
+| reset_tag_list
| *No description.* |
+| reset_type
| *No description.* |
+
+---
+
+##### `to_string`
+
+```python
+def to_string() -> str
+```
+
+Returns a string representation of this construct.
+
+##### `add_override`
+
+```python
+def add_override(
+ path: str,
+ value: typing.Any
+) -> None
+```
+
+###### `path`Required
+
+- *Type:* str
+
+---
+
+###### `value`Required
+
+- *Type:* typing.Any
+
+---
+
+##### `override_logical_id`
+
+```python
+def override_logical_id(
+ new_logical_id: str
+) -> None
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `new_logical_id`Required
+
+- *Type:* str
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `reset_override_logical_id`
+
+```python
+def reset_override_logical_id() -> None
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `to_hcl_terraform`
+
+```python
+def to_hcl_terraform() -> typing.Any
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `to_metadata`
+
+```python
+def to_metadata() -> typing.Any
+```
+
+##### `to_terraform`
+
+```python
+def to_terraform() -> typing.Any
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `get_any_map_attribute`
+
+```python
+def get_any_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Any]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_attribute`
+
+```python
+def get_boolean_attribute(
+ terraform_attribute: str
+) -> IResolvable
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_map_attribute`
+
+```python
+def get_boolean_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[bool]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_list_attribute`
+
+```python
+def get_list_attribute(
+ terraform_attribute: str
+) -> typing.List[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_attribute`
+
+```python
+def get_number_attribute(
+ terraform_attribute: str
+) -> typing.Union[int, float]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_list_attribute`
+
+```python
+def get_number_list_attribute(
+ terraform_attribute: str
+) -> typing.List[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_map_attribute`
+
+```python
+def get_number_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_attribute`
+
+```python
+def get_string_attribute(
+ terraform_attribute: str
+) -> str
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_map_attribute`
+
+```python
+def get_string_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `interpolation_for_attribute`
+
+```python
+def interpolation_for_attribute(
+ terraform_attribute: str
+) -> IResolvable
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `reset_paused`
+
+```python
+def reset_paused() -> None
+```
+
+##### `reset_status`
+
+```python
+def reset_status() -> None
+```
+
+##### `reset_tag_list`
+
+```python
+def reset_tag_list() -> None
+```
+
+##### `reset_type`
+
+```python
+def reset_type() -> None
+```
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| is_construct
| Checks if `x` is a construct. |
+| is_terraform_element
| *No description.* |
+| is_terraform_data_source
| *No description.* |
+| generate_config_for_import
| Generates CDKTF code for importing a DataGitlabRunners resource upon running "cdktf plan ". |
+
+---
+
+##### `is_construct`
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_runners
+
+dataGitlabRunners.DataGitlabRunners.is_construct(
+ x: typing.Any
+)
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* typing.Any
+
+Any object.
+
+---
+
+##### `is_terraform_element`
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_runners
+
+dataGitlabRunners.DataGitlabRunners.is_terraform_element(
+ x: typing.Any
+)
+```
+
+###### `x`Required
+
+- *Type:* typing.Any
+
+---
+
+##### `is_terraform_data_source`
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_runners
+
+dataGitlabRunners.DataGitlabRunners.is_terraform_data_source(
+ x: typing.Any
+)
+```
+
+###### `x`Required
+
+- *Type:* typing.Any
+
+---
+
+##### `generate_config_for_import`
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_runners
+
+dataGitlabRunners.DataGitlabRunners.generate_config_for_import(
+ scope: Construct,
+ import_to_id: str,
+ import_from_id: str,
+ provider: TerraformProvider = None
+)
+```
+
+Generates CDKTF code for importing a DataGitlabRunners resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `import_to_id`Required
+
+- *Type:* str
+
+The construct id used in the generated config for the DataGitlabRunners to import.
+
+---
+
+###### `import_from_id`Required
+
+- *Type:* str
+
+The id of the existing DataGitlabRunners that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* cdktf.TerraformProvider
+
+? Optional instance of the provider where the DataGitlabRunners to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| node
| constructs.Node
| The tree node. |
+| cdktf_stack
| cdktf.TerraformStack
| *No description.* |
+| fqn
| str
| *No description.* |
+| friendly_unique_id
| str
| *No description.* |
+| terraform_meta_arguments
| typing.Mapping[typing.Any]
| *No description.* |
+| terraform_resource_type
| str
| *No description.* |
+| terraform_generator_metadata
| cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| count
| typing.Union[typing.Union[int, float], cdktf.TerraformCount]
| *No description.* |
+| depends_on
| typing.List[str]
| *No description.* |
+| for_each
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| id
| str
| *No description.* |
+| runners
| DataGitlabRunnersRunnersList
| *No description.* |
+| paused_input
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
+| status_input
| str
| *No description.* |
+| tag_list_input
| typing.List[str]
| *No description.* |
+| type_input
| str
| *No description.* |
+| paused
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
+| status
| str
| *No description.* |
+| tag_list
| typing.List[str]
| *No description.* |
+| type
| str
| *No description.* |
+
+---
+
+##### `node`Required
+
+```python
+node: Node
+```
+
+- *Type:* constructs.Node
+
+The tree node.
+
+---
+
+##### `cdktf_stack`Required
+
+```python
+cdktf_stack: TerraformStack
+```
+
+- *Type:* cdktf.TerraformStack
+
+---
+
+##### `fqn`Required
+
+```python
+fqn: str
+```
+
+- *Type:* str
+
+---
+
+##### `friendly_unique_id`Required
+
+```python
+friendly_unique_id: str
+```
+
+- *Type:* str
+
+---
+
+##### `terraform_meta_arguments`Required
+
+```python
+terraform_meta_arguments: typing.Mapping[typing.Any]
+```
+
+- *Type:* typing.Mapping[typing.Any]
+
+---
+
+##### `terraform_resource_type`Required
+
+```python
+terraform_resource_type: str
+```
+
+- *Type:* str
+
+---
+
+##### `terraform_generator_metadata`Optional
+
+```python
+terraform_generator_metadata: TerraformProviderGeneratorMetadata
+```
+
+- *Type:* cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `count`Optional
+
+```python
+count: typing.Union[typing.Union[int, float], TerraformCount]
+```
+
+- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount]
+
+---
+
+##### `depends_on`Optional
+
+```python
+depends_on: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+---
+
+##### `for_each`Optional
+
+```python
+for_each: ITerraformIterator
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```python
+lifecycle: TerraformResourceLifecycle
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```python
+provider: TerraformProvider
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `id`Required
+
+```python
+id: str
+```
+
+- *Type:* str
+
+---
+
+##### `runners`Required
+
+```python
+runners: DataGitlabRunnersRunnersList
+```
+
+- *Type:* DataGitlabRunnersRunnersList
+
+---
+
+##### `paused_input`Optional
+
+```python
+paused_input: typing.Union[bool, IResolvable]
+```
+
+- *Type:* typing.Union[bool, cdktf.IResolvable]
+
+---
+
+##### `status_input`Optional
+
+```python
+status_input: str
+```
+
+- *Type:* str
+
+---
+
+##### `tag_list_input`Optional
+
+```python
+tag_list_input: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+---
+
+##### `type_input`Optional
+
+```python
+type_input: str
+```
+
+- *Type:* str
+
+---
+
+##### `paused`Required
+
+```python
+paused: typing.Union[bool, IResolvable]
+```
+
+- *Type:* typing.Union[bool, cdktf.IResolvable]
+
+---
+
+##### `status`Required
+
+```python
+status: str
+```
+
+- *Type:* str
+
+---
+
+##### `tag_list`Required
+
+```python
+tag_list: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+---
+
+##### `type`Required
+
+```python
+type: str
+```
+
+- *Type:* str
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| tfResourceType
| str
| *No description.* |
+
+---
+
+##### `tfResourceType`Required
+
+```python
+tfResourceType: str
+```
+
+- *Type:* str
+
+---
+
+## Structs
+
+### DataGitlabRunnersConfig
+
+#### Initializer
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_runners
+
+dataGitlabRunners.DataGitlabRunnersConfig(
+ connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None,
+ count: typing.Union[typing.Union[int, float], TerraformCount] = None,
+ depends_on: typing.List[ITerraformDependable] = None,
+ for_each: ITerraformIterator = None,
+ lifecycle: TerraformResourceLifecycle = None,
+ provider: TerraformProvider = None,
+ provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None,
+ paused: typing.Union[bool, IResolvable] = None,
+ status: str = None,
+ tag_list: typing.List[str] = None,
+ type: str = None
+)
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| connection
| typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
| *No description.* |
+| count
| typing.Union[typing.Union[int, float], cdktf.TerraformCount]
| *No description.* |
+| depends_on
| typing.List[cdktf.ITerraformDependable]
| *No description.* |
+| for_each
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
+| paused
| typing.Union[bool, cdktf.IResolvable]
| Filters for runners with the given paused value. |
+| status
| str
| Filters for runners with the given status. Valid Values are `online`, `offline`, `stale`, and `never_contacted`. |
+| tag_list
| typing.List[str]
| Filters for runners with all of the given tags. |
+| type
| str
| The type of runner to return. Valid values are `instance_type`, `group_type` and `project_type`. |
+
+---
+
+##### `connection`Optional
+
+```python
+connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection]
+```
+
+- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection]
+
+---
+
+##### `count`Optional
+
+```python
+count: typing.Union[typing.Union[int, float], TerraformCount]
+```
+
+- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount]
+
+---
+
+##### `depends_on`Optional
+
+```python
+depends_on: typing.List[ITerraformDependable]
+```
+
+- *Type:* typing.List[cdktf.ITerraformDependable]
+
+---
+
+##### `for_each`Optional
+
+```python
+for_each: ITerraformIterator
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```python
+lifecycle: TerraformResourceLifecycle
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```python
+provider: TerraformProvider
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```python
+provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]]
+```
+
+- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
+
+---
+
+##### `paused`Optional
+
+```python
+paused: typing.Union[bool, IResolvable]
+```
+
+- *Type:* typing.Union[bool, cdktf.IResolvable]
+
+Filters for runners with the given paused value.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#paused DataGitlabRunners#paused}
+
+---
+
+##### `status`Optional
+
+```python
+status: str
+```
+
+- *Type:* str
+
+Filters for runners with the given status. Valid Values are `online`, `offline`, `stale`, and `never_contacted`.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#status DataGitlabRunners#status}
+
+---
+
+##### `tag_list`Optional
+
+```python
+tag_list: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+Filters for runners with all of the given tags.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#tag_list DataGitlabRunners#tag_list}
+
+---
+
+##### `type`Optional
+
+```python
+type: str
+```
+
+- *Type:* str
+
+The type of runner to return. Valid values are `instance_type`, `group_type` and `project_type`.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#type DataGitlabRunners#type}
+
+---
+
+### DataGitlabRunnersRunners
+
+#### Initializer
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_runners
+
+dataGitlabRunners.DataGitlabRunnersRunners()
+```
+
+
+## Classes
+
+### DataGitlabRunnersRunnersList
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_runners
+
+dataGitlabRunners.DataGitlabRunnersRunnersList(
+ terraform_resource: IInterpolatingParent,
+ terraform_attribute: str,
+ wraps_set: bool
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraform_resource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraform_attribute
| str
| The attribute on the parent resource this class is referencing. |
+| wraps_set
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraform_resource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraform_attribute`Required
+
+- *Type:* str
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wraps_set`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| all_with_map_key
| Creating an iterator for this complex list. |
+| compute_fqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| to_string
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `all_with_map_key`
+
+```python
+def all_with_map_key(
+ map_key_attribute_name: str
+) -> DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `map_key_attribute_name`Required
+
+- *Type:* str
+
+---
+
+##### `compute_fqn`
+
+```python
+def compute_fqn() -> str
+```
+
+##### `resolve`
+
+```python
+def resolve(
+ _context: IResolveContext
+) -> typing.Any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `to_string`
+
+```python
+def to_string() -> str
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```python
+def get(
+ index: typing.Union[int, float]
+) -> DataGitlabRunnersRunnersOutputReference
+```
+
+###### `index`Required
+
+- *Type:* typing.Union[int, float]
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creation_stack
| typing.List[str]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| str
| *No description.* |
+
+---
+
+##### `creation_stack`Required
+
+```python
+creation_stack: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```python
+fqn: str
+```
+
+- *Type:* str
+
+---
+
+
+### DataGitlabRunnersRunnersOutputReference
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_gitlab import data_gitlab_runners
+
+dataGitlabRunners.DataGitlabRunnersRunnersOutputReference(
+ terraform_resource: IInterpolatingParent,
+ terraform_attribute: str,
+ complex_object_index: typing.Union[int, float],
+ complex_object_is_from_set: bool
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraform_resource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraform_attribute
| str
| The attribute on the parent resource this class is referencing. |
+| complex_object_index
| typing.Union[int, float]
| the index of this item in the list. |
+| complex_object_is_from_set
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraform_resource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraform_attribute`Required
+
+- *Type:* str
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complex_object_index`Required
+
+- *Type:* typing.Union[int, float]
+
+the index of this item in the list.
+
+---
+
+##### `complex_object_is_from_set`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| compute_fqn
| *No description.* |
+| get_any_map_attribute
| *No description.* |
+| get_boolean_attribute
| *No description.* |
+| get_boolean_map_attribute
| *No description.* |
+| get_list_attribute
| *No description.* |
+| get_number_attribute
| *No description.* |
+| get_number_list_attribute
| *No description.* |
+| get_number_map_attribute
| *No description.* |
+| get_string_attribute
| *No description.* |
+| get_string_map_attribute
| *No description.* |
+| interpolation_for_attribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| to_string
| Return a string representation of this resolvable object. |
+
+---
+
+##### `compute_fqn`
+
+```python
+def compute_fqn() -> str
+```
+
+##### `get_any_map_attribute`
+
+```python
+def get_any_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Any]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_attribute`
+
+```python
+def get_boolean_attribute(
+ terraform_attribute: str
+) -> IResolvable
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_map_attribute`
+
+```python
+def get_boolean_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[bool]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_list_attribute`
+
+```python
+def get_list_attribute(
+ terraform_attribute: str
+) -> typing.List[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_attribute`
+
+```python
+def get_number_attribute(
+ terraform_attribute: str
+) -> typing.Union[int, float]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_list_attribute`
+
+```python
+def get_number_list_attribute(
+ terraform_attribute: str
+) -> typing.List[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_map_attribute`
+
+```python
+def get_number_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_attribute`
+
+```python
+def get_string_attribute(
+ terraform_attribute: str
+) -> str
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_map_attribute`
+
+```python
+def get_string_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `interpolation_for_attribute`
+
+```python
+def interpolation_for_attribute(
+ property: str
+) -> IResolvable
+```
+
+###### `property`Required
+
+- *Type:* str
+
+---
+
+##### `resolve`
+
+```python
+def resolve(
+ _context: IResolveContext
+) -> typing.Any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `to_string`
+
+```python
+def to_string() -> str
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creation_stack
| typing.List[str]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| str
| *No description.* |
+| description
| str
| *No description.* |
+| id
| typing.Union[int, float]
| *No description.* |
+| is_shared
| cdktf.IResolvable
| *No description.* |
+| online
| cdktf.IResolvable
| *No description.* |
+| paused
| cdktf.IResolvable
| *No description.* |
+| runner_type
| str
| *No description.* |
+| status
| str
| *No description.* |
+| internal_value
| DataGitlabRunnersRunners
| *No description.* |
+
+---
+
+##### `creation_stack`Required
+
+```python
+creation_stack: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```python
+fqn: str
+```
+
+- *Type:* str
+
+---
+
+##### `description`Required
+
+```python
+description: str
+```
+
+- *Type:* str
+
+---
+
+##### `id`Required
+
+```python
+id: typing.Union[int, float]
+```
+
+- *Type:* typing.Union[int, float]
+
+---
+
+##### `is_shared`Required
+
+```python
+is_shared: IResolvable
+```
+
+- *Type:* cdktf.IResolvable
+
+---
+
+##### `online`Required
+
+```python
+online: IResolvable
+```
+
+- *Type:* cdktf.IResolvable
+
+---
+
+##### `paused`Required
+
+```python
+paused: IResolvable
+```
+
+- *Type:* cdktf.IResolvable
+
+---
+
+##### `runner_type`Required
+
+```python
+runner_type: str
+```
+
+- *Type:* str
+
+---
+
+##### `status`Required
+
+```python
+status: str
+```
+
+- *Type:* str
+
+---
+
+##### `internal_value`Optional
+
+```python
+internal_value: DataGitlabRunnersRunners
+```
+
+- *Type:* DataGitlabRunnersRunners
+
+---
+
+
+
diff --git a/docs/dataGitlabRunners.typescript.md b/docs/dataGitlabRunners.typescript.md
new file mode 100644
index 000000000..0bb22ac89
--- /dev/null
+++ b/docs/dataGitlabRunners.typescript.md
@@ -0,0 +1,1339 @@
+# `dataGitlabRunners` Submodule
+
+## Constructs
+
+### DataGitlabRunners
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners gitlab_runners}.
+
+#### Initializers
+
+```typescript
+import { dataGitlabRunners } from '@cdktf/provider-gitlab'
+
+new dataGitlabRunners.DataGitlabRunners(scope: Construct, id: string, config?: DataGitlabRunnersConfig)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| constructs.Construct
| The scope in which to define this construct. |
+| id
| string
| The scoped construct ID. |
+| config
| DataGitlabRunnersConfig
| *No description.* |
+
+---
+
+##### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* string
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `config`Optional
+
+- *Type:* DataGitlabRunnersConfig
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| toString
| Returns a string representation of this construct. |
+| addOverride
| *No description.* |
+| overrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| resetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| toHclTerraform
| Adds this resource to the terraform JSON output. |
+| toMetadata
| *No description.* |
+| toTerraform
| Adds this resource to the terraform JSON output. |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resetPaused
| *No description.* |
+| resetStatus
| *No description.* |
+| resetTagList
| *No description.* |
+| resetType
| *No description.* |
+
+---
+
+##### `toString`
+
+```typescript
+public toString(): string
+```
+
+Returns a string representation of this construct.
+
+##### `addOverride`
+
+```typescript
+public addOverride(path: string, value: any): void
+```
+
+###### `path`Required
+
+- *Type:* string
+
+---
+
+###### `value`Required
+
+- *Type:* any
+
+---
+
+##### `overrideLogicalId`
+
+```typescript
+public overrideLogicalId(newLogicalId: string): void
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `newLogicalId`Required
+
+- *Type:* string
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `resetOverrideLogicalId`
+
+```typescript
+public resetOverrideLogicalId(): void
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `toHclTerraform`
+
+```typescript
+public toHclTerraform(): any
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `toMetadata`
+
+```typescript
+public toMetadata(): any
+```
+
+##### `toTerraform`
+
+```typescript
+public toTerraform(): any
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `getAnyMapAttribute`
+
+```typescript
+public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanAttribute`
+
+```typescript
+public getBooleanAttribute(terraformAttribute: string): IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanMapAttribute`
+
+```typescript
+public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getListAttribute`
+
+```typescript
+public getListAttribute(terraformAttribute: string): string[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberAttribute`
+
+```typescript
+public getNumberAttribute(terraformAttribute: string): number
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberListAttribute`
+
+```typescript
+public getNumberListAttribute(terraformAttribute: string): number[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberMapAttribute`
+
+```typescript
+public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringAttribute`
+
+```typescript
+public getStringAttribute(terraformAttribute: string): string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringMapAttribute`
+
+```typescript
+public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `interpolationForAttribute`
+
+```typescript
+public interpolationForAttribute(terraformAttribute: string): IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `resetPaused`
+
+```typescript
+public resetPaused(): void
+```
+
+##### `resetStatus`
+
+```typescript
+public resetStatus(): void
+```
+
+##### `resetTagList`
+
+```typescript
+public resetTagList(): void
+```
+
+##### `resetType`
+
+```typescript
+public resetType(): void
+```
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| isConstruct
| Checks if `x` is a construct. |
+| isTerraformElement
| *No description.* |
+| isTerraformDataSource
| *No description.* |
+| generateConfigForImport
| Generates CDKTF code for importing a DataGitlabRunners resource upon running "cdktf plan ". |
+
+---
+
+##### `isConstruct`
+
+```typescript
+import { dataGitlabRunners } from '@cdktf/provider-gitlab'
+
+dataGitlabRunners.DataGitlabRunners.isConstruct(x: any)
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* any
+
+Any object.
+
+---
+
+##### `isTerraformElement`
+
+```typescript
+import { dataGitlabRunners } from '@cdktf/provider-gitlab'
+
+dataGitlabRunners.DataGitlabRunners.isTerraformElement(x: any)
+```
+
+###### `x`Required
+
+- *Type:* any
+
+---
+
+##### `isTerraformDataSource`
+
+```typescript
+import { dataGitlabRunners } from '@cdktf/provider-gitlab'
+
+dataGitlabRunners.DataGitlabRunners.isTerraformDataSource(x: any)
+```
+
+###### `x`Required
+
+- *Type:* any
+
+---
+
+##### `generateConfigForImport`
+
+```typescript
+import { dataGitlabRunners } from '@cdktf/provider-gitlab'
+
+dataGitlabRunners.DataGitlabRunners.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider)
+```
+
+Generates CDKTF code for importing a DataGitlabRunners resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `importToId`Required
+
+- *Type:* string
+
+The construct id used in the generated config for the DataGitlabRunners to import.
+
+---
+
+###### `importFromId`Required
+
+- *Type:* string
+
+The id of the existing DataGitlabRunners that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* cdktf.TerraformProvider
+
+? Optional instance of the provider where the DataGitlabRunners to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| node
| constructs.Node
| The tree node. |
+| cdktfStack
| cdktf.TerraformStack
| *No description.* |
+| fqn
| string
| *No description.* |
+| friendlyUniqueId
| string
| *No description.* |
+| terraformMetaArguments
| {[ key: string ]: any}
| *No description.* |
+| terraformResourceType
| string
| *No description.* |
+| terraformGeneratorMetadata
| cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| count
| number \| cdktf.TerraformCount
| *No description.* |
+| dependsOn
| string[]
| *No description.* |
+| forEach
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| id
| string
| *No description.* |
+| runners
| DataGitlabRunnersRunnersList
| *No description.* |
+| pausedInput
| boolean \| cdktf.IResolvable
| *No description.* |
+| statusInput
| string
| *No description.* |
+| tagListInput
| string[]
| *No description.* |
+| typeInput
| string
| *No description.* |
+| paused
| boolean \| cdktf.IResolvable
| *No description.* |
+| status
| string
| *No description.* |
+| tagList
| string[]
| *No description.* |
+| type
| string
| *No description.* |
+
+---
+
+##### `node`Required
+
+```typescript
+public readonly node: Node;
+```
+
+- *Type:* constructs.Node
+
+The tree node.
+
+---
+
+##### `cdktfStack`Required
+
+```typescript
+public readonly cdktfStack: TerraformStack;
+```
+
+- *Type:* cdktf.TerraformStack
+
+---
+
+##### `fqn`Required
+
+```typescript
+public readonly fqn: string;
+```
+
+- *Type:* string
+
+---
+
+##### `friendlyUniqueId`Required
+
+```typescript
+public readonly friendlyUniqueId: string;
+```
+
+- *Type:* string
+
+---
+
+##### `terraformMetaArguments`Required
+
+```typescript
+public readonly terraformMetaArguments: {[ key: string ]: any};
+```
+
+- *Type:* {[ key: string ]: any}
+
+---
+
+##### `terraformResourceType`Required
+
+```typescript
+public readonly terraformResourceType: string;
+```
+
+- *Type:* string
+
+---
+
+##### `terraformGeneratorMetadata`Optional
+
+```typescript
+public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata;
+```
+
+- *Type:* cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `count`Optional
+
+```typescript
+public readonly count: number | TerraformCount;
+```
+
+- *Type:* number | cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```typescript
+public readonly dependsOn: string[];
+```
+
+- *Type:* string[]
+
+---
+
+##### `forEach`Optional
+
+```typescript
+public readonly forEach: ITerraformIterator;
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```typescript
+public readonly lifecycle: TerraformResourceLifecycle;
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```typescript
+public readonly provider: TerraformProvider;
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `id`Required
+
+```typescript
+public readonly id: string;
+```
+
+- *Type:* string
+
+---
+
+##### `runners`Required
+
+```typescript
+public readonly runners: DataGitlabRunnersRunnersList;
+```
+
+- *Type:* DataGitlabRunnersRunnersList
+
+---
+
+##### `pausedInput`Optional
+
+```typescript
+public readonly pausedInput: boolean | IResolvable;
+```
+
+- *Type:* boolean | cdktf.IResolvable
+
+---
+
+##### `statusInput`Optional
+
+```typescript
+public readonly statusInput: string;
+```
+
+- *Type:* string
+
+---
+
+##### `tagListInput`Optional
+
+```typescript
+public readonly tagListInput: string[];
+```
+
+- *Type:* string[]
+
+---
+
+##### `typeInput`Optional
+
+```typescript
+public readonly typeInput: string;
+```
+
+- *Type:* string
+
+---
+
+##### `paused`Required
+
+```typescript
+public readonly paused: boolean | IResolvable;
+```
+
+- *Type:* boolean | cdktf.IResolvable
+
+---
+
+##### `status`Required
+
+```typescript
+public readonly status: string;
+```
+
+- *Type:* string
+
+---
+
+##### `tagList`Required
+
+```typescript
+public readonly tagList: string[];
+```
+
+- *Type:* string[]
+
+---
+
+##### `type`Required
+
+```typescript
+public readonly type: string;
+```
+
+- *Type:* string
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| tfResourceType
| string
| *No description.* |
+
+---
+
+##### `tfResourceType`Required
+
+```typescript
+public readonly tfResourceType: string;
+```
+
+- *Type:* string
+
+---
+
+## Structs
+
+### DataGitlabRunnersConfig
+
+#### Initializer
+
+```typescript
+import { dataGitlabRunners } from '@cdktf/provider-gitlab'
+
+const dataGitlabRunnersConfig: dataGitlabRunners.DataGitlabRunnersConfig = { ... }
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| connection
| cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| number \| cdktf.TerraformCount
| *No description.* |
+| dependsOn
| cdktf.ITerraformDependable[]
| *No description.* |
+| forEach
| cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| cdktf.TerraformProvider
| *No description.* |
+| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
+| paused
| boolean \| cdktf.IResolvable
| Filters for runners with the given paused value. |
+| status
| string
| Filters for runners with the given status. Valid Values are `online`, `offline`, `stale`, and `never_contacted`. |
+| tagList
| string[]
| Filters for runners with all of the given tags. |
+| type
| string
| The type of runner to return. Valid values are `instance_type`, `group_type` and `project_type`. |
+
+---
+
+##### `connection`Optional
+
+```typescript
+public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
+```
+
+- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+```typescript
+public readonly count: number | TerraformCount;
+```
+
+- *Type:* number | cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```typescript
+public readonly dependsOn: ITerraformDependable[];
+```
+
+- *Type:* cdktf.ITerraformDependable[]
+
+---
+
+##### `forEach`Optional
+
+```typescript
+public readonly forEach: ITerraformIterator;
+```
+
+- *Type:* cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```typescript
+public readonly lifecycle: TerraformResourceLifecycle;
+```
+
+- *Type:* cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```typescript
+public readonly provider: TerraformProvider;
+```
+
+- *Type:* cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```typescript
+public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
+```
+
+- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
+
+---
+
+##### `paused`Optional
+
+```typescript
+public readonly paused: boolean | IResolvable;
+```
+
+- *Type:* boolean | cdktf.IResolvable
+
+Filters for runners with the given paused value.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#paused DataGitlabRunners#paused}
+
+---
+
+##### `status`Optional
+
+```typescript
+public readonly status: string;
+```
+
+- *Type:* string
+
+Filters for runners with the given status. Valid Values are `online`, `offline`, `stale`, and `never_contacted`.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#status DataGitlabRunners#status}
+
+---
+
+##### `tagList`Optional
+
+```typescript
+public readonly tagList: string[];
+```
+
+- *Type:* string[]
+
+Filters for runners with all of the given tags.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#tag_list DataGitlabRunners#tag_list}
+
+---
+
+##### `type`Optional
+
+```typescript
+public readonly type: string;
+```
+
+- *Type:* string
+
+The type of runner to return. Valid values are `instance_type`, `group_type` and `project_type`.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/runners#type DataGitlabRunners#type}
+
+---
+
+### DataGitlabRunnersRunners
+
+#### Initializer
+
+```typescript
+import { dataGitlabRunners } from '@cdktf/provider-gitlab'
+
+const dataGitlabRunnersRunners: dataGitlabRunners.DataGitlabRunnersRunners = { ... }
+```
+
+
+## Classes
+
+### DataGitlabRunnersRunnersList
+
+#### Initializers
+
+```typescript
+import { dataGitlabRunners } from '@cdktf/provider-gitlab'
+
+new dataGitlabRunners.DataGitlabRunnersRunnersList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| allWithMapKey
| Creating an iterator for this complex list. |
+| computeFqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `allWithMapKey`
+
+```typescript
+public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* string
+
+---
+
+##### `computeFqn`
+
+```typescript
+public computeFqn(): string
+```
+
+##### `resolve`
+
+```typescript
+public resolve(_context: IResolveContext): any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```typescript
+public toString(): string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```typescript
+public get(index: number): DataGitlabRunnersRunnersOutputReference
+```
+
+###### `index`Required
+
+- *Type:* number
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| string
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```typescript
+public readonly creationStack: string[];
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```typescript
+public readonly fqn: string;
+```
+
+- *Type:* string
+
+---
+
+
+### DataGitlabRunnersRunnersOutputReference
+
+#### Initializers
+
+```typescript
+import { dataGitlabRunners } from '@cdktf/provider-gitlab'
+
+new dataGitlabRunners.DataGitlabRunnersRunnersOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| number
| the index of this item in the list. |
+| complexObjectIsFromSet
| boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* number
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| computeFqn
| *No description.* |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `computeFqn`
+
+```typescript
+public computeFqn(): string
+```
+
+##### `getAnyMapAttribute`
+
+```typescript
+public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanAttribute`
+
+```typescript
+public getBooleanAttribute(terraformAttribute: string): IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanMapAttribute`
+
+```typescript
+public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getListAttribute`
+
+```typescript
+public getListAttribute(terraformAttribute: string): string[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberAttribute`
+
+```typescript
+public getNumberAttribute(terraformAttribute: string): number
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberListAttribute`
+
+```typescript
+public getNumberListAttribute(terraformAttribute: string): number[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberMapAttribute`
+
+```typescript
+public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringAttribute`
+
+```typescript
+public getStringAttribute(terraformAttribute: string): string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringMapAttribute`
+
+```typescript
+public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `interpolationForAttribute`
+
+```typescript
+public interpolationForAttribute(property: string): IResolvable
+```
+
+###### `property`Required
+
+- *Type:* string
+
+---
+
+##### `resolve`
+
+```typescript
+public resolve(_context: IResolveContext): any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```typescript
+public toString(): string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| string
| *No description.* |
+| description
| string
| *No description.* |
+| id
| number
| *No description.* |
+| isShared
| cdktf.IResolvable
| *No description.* |
+| online
| cdktf.IResolvable
| *No description.* |
+| paused
| cdktf.IResolvable
| *No description.* |
+| runnerType
| string
| *No description.* |
+| status
| string
| *No description.* |
+| internalValue
| DataGitlabRunnersRunners
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```typescript
+public readonly creationStack: string[];
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```typescript
+public readonly fqn: string;
+```
+
+- *Type:* string
+
+---
+
+##### `description`Required
+
+```typescript
+public readonly description: string;
+```
+
+- *Type:* string
+
+---
+
+##### `id`Required
+
+```typescript
+public readonly id: number;
+```
+
+- *Type:* number
+
+---
+
+##### `isShared`Required
+
+```typescript
+public readonly isShared: IResolvable;
+```
+
+- *Type:* cdktf.IResolvable
+
+---
+
+##### `online`Required
+
+```typescript
+public readonly online: IResolvable;
+```
+
+- *Type:* cdktf.IResolvable
+
+---
+
+##### `paused`Required
+
+```typescript
+public readonly paused: IResolvable;
+```
+
+- *Type:* cdktf.IResolvable
+
+---
+
+##### `runnerType`Required
+
+```typescript
+public readonly runnerType: string;
+```
+
+- *Type:* string
+
+---
+
+##### `status`Required
+
+```typescript
+public readonly status: string;
+```
+
+- *Type:* string
+
+---
+
+##### `internalValue`Optional
+
+```typescript
+public readonly internalValue: DataGitlabRunnersRunners;
+```
+
+- *Type:* DataGitlabRunnersRunners
+
+---
+
+
+
diff --git a/docs/dataGitlabUser.csharp.md b/docs/dataGitlabUser.csharp.md
index e68fb267f..fd2abf82b 100644
--- a/docs/dataGitlabUser.csharp.md
+++ b/docs/dataGitlabUser.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabUser
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user gitlab_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user gitlab_user}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataGitlabUser to import.
The id of the existing DataGitlabUser that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
---
@@ -993,7 +993,7 @@ new DataGitlabUserConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| Email
| string
| The public email address of the user. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#id DataGitlabUser#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#id DataGitlabUser#id}. |
| NamespaceId
| double
| The ID of the user's namespace. Requires admin token to access this field. Available since GitLab 14.10. |
| UserId
| double
| The ID of the user. |
| Username
| string
| The username of the user. |
@@ -1082,7 +1082,7 @@ The public email address of the user.
**Note**: before GitLab 14.8 the lookup was based on the users primary email address.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#email DataGitlabUser#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#email DataGitlabUser#email}
---
@@ -1094,7 +1094,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#id DataGitlabUser#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#id DataGitlabUser#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1111,7 +1111,7 @@ public double NamespaceId { get; set; }
The ID of the user's namespace. Requires admin token to access this field. Available since GitLab 14.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
---
@@ -1125,7 +1125,7 @@ public double UserId { get; set; }
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
---
@@ -1139,7 +1139,7 @@ public string Username { get; set; }
The username of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#username DataGitlabUser#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#username DataGitlabUser#username}
---
diff --git a/docs/dataGitlabUser.go.md b/docs/dataGitlabUser.go.md
index ef7bad1fb..b547b8c63 100644
--- a/docs/dataGitlabUser.go.md
+++ b/docs/dataGitlabUser.go.md
@@ -4,7 +4,7 @@
### DataGitlabUser
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user gitlab_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user gitlab_user}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataGitlabUser to import.
The id of the existing DataGitlabUser that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
---
@@ -993,7 +993,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabuser"
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| Email
| *string
| The public email address of the user. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#id DataGitlabUser#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#id DataGitlabUser#id}. |
| NamespaceId
| *f64
| The ID of the user's namespace. Requires admin token to access this field. Available since GitLab 14.10. |
| UserId
| *f64
| The ID of the user. |
| Username
| *string
| The username of the user. |
@@ -1082,7 +1082,7 @@ The public email address of the user.
**Note**: before GitLab 14.8 the lookup was based on the users primary email address.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#email DataGitlabUser#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#email DataGitlabUser#email}
---
@@ -1094,7 +1094,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#id DataGitlabUser#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#id DataGitlabUser#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1111,7 +1111,7 @@ NamespaceId *f64
The ID of the user's namespace. Requires admin token to access this field. Available since GitLab 14.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
---
@@ -1125,7 +1125,7 @@ UserId *f64
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
---
@@ -1139,7 +1139,7 @@ Username *string
The username of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#username DataGitlabUser#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#username DataGitlabUser#username}
---
diff --git a/docs/dataGitlabUser.java.md b/docs/dataGitlabUser.java.md
index f6a94f13c..1c479f203 100644
--- a/docs/dataGitlabUser.java.md
+++ b/docs/dataGitlabUser.java.md
@@ -4,7 +4,7 @@
### DataGitlabUser
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user gitlab_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user gitlab_user}.
#### Initializers
@@ -43,7 +43,7 @@ DataGitlabUser.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| email
| java.lang.String
| The public email address of the user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#id DataGitlabUser#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#id DataGitlabUser#id}. |
| namespaceId
| java.lang.Number
| The ID of the user's namespace. Requires admin token to access this field. Available since GitLab 14.10. |
| userId
| java.lang.Number
| The ID of the user. |
| username
| java.lang.String
| The username of the user. |
@@ -118,7 +118,7 @@ The public email address of the user.
**Note**: before GitLab 14.8 the lookup was based on the users primary email address.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#email DataGitlabUser#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#email DataGitlabUser#email}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#id DataGitlabUser#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#id DataGitlabUser#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -139,7 +139,7 @@ If you experience problems setting this value it might not be settable. Please t
The ID of the user's namespace. Requires admin token to access this field. Available since GitLab 14.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The username of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#username DataGitlabUser#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#username DataGitlabUser#username}
---
@@ -517,7 +517,7 @@ The construct id used in the generated config for the DataGitlabUser to import.
The id of the existing DataGitlabUser that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
---
@@ -1114,7 +1114,7 @@ DataGitlabUserConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| email
| java.lang.String
| The public email address of the user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#id DataGitlabUser#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#id DataGitlabUser#id}. |
| namespaceId
| java.lang.Number
| The ID of the user's namespace. Requires admin token to access this field. Available since GitLab 14.10. |
| userId
| java.lang.Number
| The ID of the user. |
| username
| java.lang.String
| The username of the user. |
@@ -1203,7 +1203,7 @@ The public email address of the user.
**Note**: before GitLab 14.8 the lookup was based on the users primary email address.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#email DataGitlabUser#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#email DataGitlabUser#email}
---
@@ -1215,7 +1215,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#id DataGitlabUser#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#id DataGitlabUser#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1232,7 +1232,7 @@ public java.lang.Number getNamespaceId();
The ID of the user's namespace. Requires admin token to access this field. Available since GitLab 14.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
---
@@ -1246,7 +1246,7 @@ public java.lang.Number getUserId();
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
---
@@ -1260,7 +1260,7 @@ public java.lang.String getUsername();
The username of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#username DataGitlabUser#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#username DataGitlabUser#username}
---
diff --git a/docs/dataGitlabUser.python.md b/docs/dataGitlabUser.python.md
index e08ca5c32..d72055105 100644
--- a/docs/dataGitlabUser.python.md
+++ b/docs/dataGitlabUser.python.md
@@ -4,7 +4,7 @@
### DataGitlabUser
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user gitlab_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user gitlab_user}.
#### Initializers
@@ -41,7 +41,7 @@ dataGitlabUser.DataGitlabUser(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| email
| str
| The public email address of the user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#id DataGitlabUser#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#id DataGitlabUser#id}. |
| namespace_id
| typing.Union[int, float]
| The ID of the user's namespace. Requires admin token to access this field. Available since GitLab 14.10. |
| user_id
| typing.Union[int, float]
| The ID of the user. |
| username
| str
| The username of the user. |
@@ -116,7 +116,7 @@ The public email address of the user.
**Note**: before GitLab 14.8 the lookup was based on the users primary email address.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#email DataGitlabUser#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#email DataGitlabUser#email}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#id DataGitlabUser#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#id DataGitlabUser#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -137,7 +137,7 @@ If you experience problems setting this value it might not be settable. Please t
The ID of the user's namespace. Requires admin token to access this field. Available since GitLab 14.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
---
@@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The username of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#username DataGitlabUser#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#username DataGitlabUser#username}
---
@@ -551,7 +551,7 @@ The construct id used in the generated config for the DataGitlabUser to import.
The id of the existing DataGitlabUser that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
---
@@ -1144,7 +1144,7 @@ dataGitlabUser.DataGitlabUserConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| email
| str
| The public email address of the user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#id DataGitlabUser#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#id DataGitlabUser#id}. |
| namespace_id
| typing.Union[int, float]
| The ID of the user's namespace. Requires admin token to access this field. Available since GitLab 14.10. |
| user_id
| typing.Union[int, float]
| The ID of the user. |
| username
| str
| The username of the user. |
@@ -1233,7 +1233,7 @@ The public email address of the user.
**Note**: before GitLab 14.8 the lookup was based on the users primary email address.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#email DataGitlabUser#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#email DataGitlabUser#email}
---
@@ -1245,7 +1245,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#id DataGitlabUser#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#id DataGitlabUser#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1262,7 +1262,7 @@ namespace_id: typing.Union[int, float]
The ID of the user's namespace. Requires admin token to access this field. Available since GitLab 14.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
---
@@ -1276,7 +1276,7 @@ user_id: typing.Union[int, float]
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
---
@@ -1290,7 +1290,7 @@ username: str
The username of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#username DataGitlabUser#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#username DataGitlabUser#username}
---
diff --git a/docs/dataGitlabUser.typescript.md b/docs/dataGitlabUser.typescript.md
index 289f33ead..72d78402d 100644
--- a/docs/dataGitlabUser.typescript.md
+++ b/docs/dataGitlabUser.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabUser
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user gitlab_user}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user gitlab_user}.
#### Initializers
@@ -400,7 +400,7 @@ The construct id used in the generated config for the DataGitlabUser to import.
The id of the existing DataGitlabUser that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
---
@@ -980,7 +980,7 @@ const dataGitlabUserConfig: dataGitlabUser.DataGitlabUserConfig = { ... }
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| email
| string
| The public email address of the user. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#id DataGitlabUser#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#id DataGitlabUser#id}. |
| namespaceId
| number
| The ID of the user's namespace. Requires admin token to access this field. Available since GitLab 14.10. |
| userId
| number
| The ID of the user. |
| username
| string
| The username of the user. |
@@ -1069,7 +1069,7 @@ The public email address of the user.
**Note**: before GitLab 14.8 the lookup was based on the users primary email address.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#email DataGitlabUser#email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#email DataGitlabUser#email}
---
@@ -1081,7 +1081,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#id DataGitlabUser#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#id DataGitlabUser#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1098,7 +1098,7 @@ public readonly namespaceId: number;
The ID of the user's namespace. Requires admin token to access this field. Available since GitLab 14.10.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#namespace_id DataGitlabUser#namespace_id}
---
@@ -1112,7 +1112,7 @@ public readonly userId: number;
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#user_id DataGitlabUser#user_id}
---
@@ -1126,7 +1126,7 @@ public readonly username: string;
The username of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user#username DataGitlabUser#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user#username DataGitlabUser#username}
---
diff --git a/docs/dataGitlabUserSshkeys.csharp.md b/docs/dataGitlabUserSshkeys.csharp.md
index 008cd148f..3bfd38dd9 100644
--- a/docs/dataGitlabUserSshkeys.csharp.md
+++ b/docs/dataGitlabUserSshkeys.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabUserSshkeys
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGitlabUserSshkeys to i
The id of the existing DataGitlabUserSshkeys that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#import import section} in the documentation of this resource for the id to use
---
@@ -668,7 +668,7 @@ new DataGitlabUserSshkeysConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}. |
| UserId
| double
| ID of the user to get the SSH keys for. |
| Username
| string
| Username of the user to get the SSH keys for. |
@@ -752,7 +752,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -769,7 +769,7 @@ public double UserId { get; set; }
ID of the user to get the SSH keys for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#user_id DataGitlabUserSshkeys#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#user_id DataGitlabUserSshkeys#user_id}
---
@@ -783,7 +783,7 @@ public string Username { get; set; }
Username of the user to get the SSH keys for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
---
diff --git a/docs/dataGitlabUserSshkeys.go.md b/docs/dataGitlabUserSshkeys.go.md
index 965d06787..174beea30 100644
--- a/docs/dataGitlabUserSshkeys.go.md
+++ b/docs/dataGitlabUserSshkeys.go.md
@@ -4,7 +4,7 @@
### DataGitlabUserSshkeys
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGitlabUserSshkeys to i
The id of the existing DataGitlabUserSshkeys that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#import import section} in the documentation of this resource for the id to use
---
@@ -668,7 +668,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabusersshke
| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}. |
| UserId
| *f64
| ID of the user to get the SSH keys for. |
| Username
| *string
| Username of the user to get the SSH keys for. |
@@ -752,7 +752,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -769,7 +769,7 @@ UserId *f64
ID of the user to get the SSH keys for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#user_id DataGitlabUserSshkeys#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#user_id DataGitlabUserSshkeys#user_id}
---
@@ -783,7 +783,7 @@ Username *string
Username of the user to get the SSH keys for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
---
diff --git a/docs/dataGitlabUserSshkeys.java.md b/docs/dataGitlabUserSshkeys.java.md
index cad16b9e8..c21985e38 100644
--- a/docs/dataGitlabUserSshkeys.java.md
+++ b/docs/dataGitlabUserSshkeys.java.md
@@ -4,7 +4,7 @@
### DataGitlabUserSshkeys
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}.
#### Initializers
@@ -40,7 +40,7 @@ DataGitlabUserSshkeys.Builder.create(Construct scope, java.lang.String id)
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}. |
| userId
| java.lang.Number
| ID of the user to get the SSH keys for. |
| username
| java.lang.String
| Username of the user to get the SSH keys for. |
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -123,7 +123,7 @@ If you experience problems setting this value it might not be settable. Please t
ID of the user to get the SSH keys for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#user_id DataGitlabUserSshkeys#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#user_id DataGitlabUserSshkeys#user_id}
---
@@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Username of the user to get the SSH keys for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
---
@@ -477,7 +477,7 @@ The construct id used in the generated config for the DataGitlabUserSshkeys to i
The id of the existing DataGitlabUserSshkeys that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#import import section} in the documentation of this resource for the id to use
---
@@ -763,7 +763,7 @@ DataGitlabUserSshkeysConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}. |
| userId
| java.lang.Number
| ID of the user to get the SSH keys for. |
| username
| java.lang.String
| Username of the user to get the SSH keys for. |
@@ -847,7 +847,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -864,7 +864,7 @@ public java.lang.Number getUserId();
ID of the user to get the SSH keys for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#user_id DataGitlabUserSshkeys#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#user_id DataGitlabUserSshkeys#user_id}
---
@@ -878,7 +878,7 @@ public java.lang.String getUsername();
Username of the user to get the SSH keys for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
---
diff --git a/docs/dataGitlabUserSshkeys.python.md b/docs/dataGitlabUserSshkeys.python.md
index 3043b389e..305091549 100644
--- a/docs/dataGitlabUserSshkeys.python.md
+++ b/docs/dataGitlabUserSshkeys.python.md
@@ -4,7 +4,7 @@
### DataGitlabUserSshkeys
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}.
#### Initializers
@@ -38,7 +38,7 @@ dataGitlabUserSshkeys.DataGitlabUserSshkeys(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}. |
| user_id
| typing.Union[int, float]
| ID of the user to get the SSH keys for. |
| username
| str
| Username of the user to get the SSH keys for. |
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t
ID of the user to get the SSH keys for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#user_id DataGitlabUserSshkeys#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#user_id DataGitlabUserSshkeys#user_id}
---
@@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Username of the user to get the SSH keys for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
---
@@ -511,7 +511,7 @@ The construct id used in the generated config for the DataGitlabUserSshkeys to i
The id of the existing DataGitlabUserSshkeys that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#import import section} in the documentation of this resource for the id to use
---
@@ -793,7 +793,7 @@ dataGitlabUserSshkeys.DataGitlabUserSshkeysConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}. |
| user_id
| typing.Union[int, float]
| ID of the user to get the SSH keys for. |
| username
| str
| Username of the user to get the SSH keys for. |
@@ -877,7 +877,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -894,7 +894,7 @@ user_id: typing.Union[int, float]
ID of the user to get the SSH keys for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#user_id DataGitlabUserSshkeys#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#user_id DataGitlabUserSshkeys#user_id}
---
@@ -908,7 +908,7 @@ username: str
Username of the user to get the SSH keys for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
---
diff --git a/docs/dataGitlabUserSshkeys.typescript.md b/docs/dataGitlabUserSshkeys.typescript.md
index f6554fc00..0e0151772 100644
--- a/docs/dataGitlabUserSshkeys.typescript.md
+++ b/docs/dataGitlabUserSshkeys.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabUserSshkeys
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys gitlab_user_sshkeys}.
#### Initializers
@@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGitlabUserSshkeys to i
The id of the existing DataGitlabUserSshkeys that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#import import section} in the documentation of this resource for the id to use
---
@@ -657,7 +657,7 @@ const dataGitlabUserSshkeysConfig: dataGitlabUserSshkeys.DataGitlabUserSshkeysCo
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}. |
| userId
| number
| ID of the user to get the SSH keys for. |
| username
| string
| Username of the user to get the SSH keys for. |
@@ -741,7 +741,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#id DataGitlabUserSshkeys#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -758,7 +758,7 @@ public readonly userId: number;
ID of the user to get the SSH keys for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#user_id DataGitlabUserSshkeys#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#user_id DataGitlabUserSshkeys#user_id}
---
@@ -772,7 +772,7 @@ public readonly username: string;
Username of the user to get the SSH keys for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/user_sshkeys#username DataGitlabUserSshkeys#username}
---
diff --git a/docs/dataGitlabUsers.csharp.md b/docs/dataGitlabUsers.csharp.md
index 79be18b75..af970bcb3 100644
--- a/docs/dataGitlabUsers.csharp.md
+++ b/docs/dataGitlabUsers.csharp.md
@@ -4,7 +4,7 @@
### DataGitlabUsers
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users gitlab_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users gitlab_users}.
#### Initializers
@@ -435,7 +435,7 @@ The construct id used in the generated config for the DataGitlabUsers to import.
The id of the existing DataGitlabUsers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
---
@@ -884,7 +884,7 @@ new DataGitlabUsersConfig {
| CreatedBefore
| string
| Search for users created before a specific date. (Requires administrator privileges). |
| ExternProvider
| string
| Lookup users by external provider. (Requires administrator privileges). |
| ExternUid
| string
| Lookup users by external UID. (Requires administrator privileges). |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#id DataGitlabUsers#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#id DataGitlabUsers#id}. |
| OrderBy
| string
| Order the users' list by `id`, `name`, `username`, `created_at` or `updated_at`. (Requires administrator privileges). |
| Search
| string
| Search users by username, name or email. |
| Sort
| string
| Sort users' list in asc or desc order. (Requires administrator privileges). |
@@ -971,7 +971,7 @@ public object Active { get; set; }
Filter users that are active.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#active DataGitlabUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#active DataGitlabUsers#active}
---
@@ -985,7 +985,7 @@ public object Blocked { get; set; }
Filter users that are blocked.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
---
@@ -999,7 +999,7 @@ public string CreatedAfter { get; set; }
Search for users created after a specific date. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
---
@@ -1013,7 +1013,7 @@ public string CreatedBefore { get; set; }
Search for users created before a specific date. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
---
@@ -1027,7 +1027,7 @@ public string ExternProvider { get; set; }
Lookup users by external provider. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
---
@@ -1041,7 +1041,7 @@ public string ExternUid { get; set; }
Lookup users by external UID. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
---
@@ -1053,7 +1053,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#id DataGitlabUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#id DataGitlabUsers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1070,7 +1070,7 @@ public string OrderBy { get; set; }
Order the users' list by `id`, `name`, `username`, `created_at` or `updated_at`. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
---
@@ -1084,7 +1084,7 @@ public string Search { get; set; }
Search users by username, name or email.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#search DataGitlabUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#search DataGitlabUsers#search}
---
@@ -1098,7 +1098,7 @@ public string Sort { get; set; }
Sort users' list in asc or desc order. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#sort DataGitlabUsers#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#sort DataGitlabUsers#sort}
---
diff --git a/docs/dataGitlabUsers.go.md b/docs/dataGitlabUsers.go.md
index af5480f60..a7c71b3b1 100644
--- a/docs/dataGitlabUsers.go.md
+++ b/docs/dataGitlabUsers.go.md
@@ -4,7 +4,7 @@
### DataGitlabUsers
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users gitlab_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users gitlab_users}.
#### Initializers
@@ -435,7 +435,7 @@ The construct id used in the generated config for the DataGitlabUsers to import.
The id of the existing DataGitlabUsers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
---
@@ -884,7 +884,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/datagitlabusers"
| CreatedBefore
| *string
| Search for users created before a specific date. (Requires administrator privileges). |
| ExternProvider
| *string
| Lookup users by external provider. (Requires administrator privileges). |
| ExternUid
| *string
| Lookup users by external UID. (Requires administrator privileges). |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#id DataGitlabUsers#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#id DataGitlabUsers#id}. |
| OrderBy
| *string
| Order the users' list by `id`, `name`, `username`, `created_at` or `updated_at`. (Requires administrator privileges). |
| Search
| *string
| Search users by username, name or email. |
| Sort
| *string
| Sort users' list in asc or desc order. (Requires administrator privileges). |
@@ -971,7 +971,7 @@ Active interface{}
Filter users that are active.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#active DataGitlabUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#active DataGitlabUsers#active}
---
@@ -985,7 +985,7 @@ Blocked interface{}
Filter users that are blocked.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
---
@@ -999,7 +999,7 @@ CreatedAfter *string
Search for users created after a specific date. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
---
@@ -1013,7 +1013,7 @@ CreatedBefore *string
Search for users created before a specific date. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
---
@@ -1027,7 +1027,7 @@ ExternProvider *string
Lookup users by external provider. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
---
@@ -1041,7 +1041,7 @@ ExternUid *string
Lookup users by external UID. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
---
@@ -1053,7 +1053,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#id DataGitlabUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#id DataGitlabUsers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1070,7 +1070,7 @@ OrderBy *string
Order the users' list by `id`, `name`, `username`, `created_at` or `updated_at`. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
---
@@ -1084,7 +1084,7 @@ Search *string
Search users by username, name or email.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#search DataGitlabUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#search DataGitlabUsers#search}
---
@@ -1098,7 +1098,7 @@ Sort *string
Sort users' list in asc or desc order. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#sort DataGitlabUsers#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#sort DataGitlabUsers#sort}
---
diff --git a/docs/dataGitlabUsers.java.md b/docs/dataGitlabUsers.java.md
index 79bd8a1a6..ef3404578 100644
--- a/docs/dataGitlabUsers.java.md
+++ b/docs/dataGitlabUsers.java.md
@@ -4,7 +4,7 @@
### DataGitlabUsers
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users gitlab_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users gitlab_users}.
#### Initializers
@@ -55,7 +55,7 @@ DataGitlabUsers.Builder.create(Construct scope, java.lang.String id)
| createdBefore
| java.lang.String
| Search for users created before a specific date. (Requires administrator privileges). |
| externProvider
| java.lang.String
| Lookup users by external provider. (Requires administrator privileges). |
| externUid
| java.lang.String
| Lookup users by external UID. (Requires administrator privileges). |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#id DataGitlabUsers#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#id DataGitlabUsers#id}. |
| orderBy
| java.lang.String
| Order the users' list by `id`, `name`, `username`, `created_at` or `updated_at`. (Requires administrator privileges). |
| search
| java.lang.String
| Search users by username, name or email. |
| sort
| java.lang.String
| Sort users' list in asc or desc order. (Requires administrator privileges). |
@@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope
Filter users that are active.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#active DataGitlabUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#active DataGitlabUsers#active}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Filter users that are blocked.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Search for users created after a specific date. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Search for users created before a specific date. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Lookup users by external provider. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
---
@@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Lookup users by external UID. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
---
@@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#id DataGitlabUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#id DataGitlabUsers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -199,7 +199,7 @@ If you experience problems setting this value it might not be settable. Please t
Order the users' list by `id`, `name`, `username`, `created_at` or `updated_at`. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
---
@@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Search users by username, name or email.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#search DataGitlabUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#search DataGitlabUsers#search}
---
@@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Sort users' list in asc or desc order. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#sort DataGitlabUsers#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#sort DataGitlabUsers#sort}
---
@@ -612,7 +612,7 @@ The construct id used in the generated config for the DataGitlabUsers to import.
The id of the existing DataGitlabUsers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
---
@@ -1067,7 +1067,7 @@ DataGitlabUsersConfig.builder()
| createdBefore
| java.lang.String
| Search for users created before a specific date. (Requires administrator privileges). |
| externProvider
| java.lang.String
| Lookup users by external provider. (Requires administrator privileges). |
| externUid
| java.lang.String
| Lookup users by external UID. (Requires administrator privileges). |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#id DataGitlabUsers#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#id DataGitlabUsers#id}. |
| orderBy
| java.lang.String
| Order the users' list by `id`, `name`, `username`, `created_at` or `updated_at`. (Requires administrator privileges). |
| search
| java.lang.String
| Search users by username, name or email. |
| sort
| java.lang.String
| Sort users' list in asc or desc order. (Requires administrator privileges). |
@@ -1154,7 +1154,7 @@ public java.lang.Object getActive();
Filter users that are active.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#active DataGitlabUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#active DataGitlabUsers#active}
---
@@ -1168,7 +1168,7 @@ public java.lang.Object getBlocked();
Filter users that are blocked.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
---
@@ -1182,7 +1182,7 @@ public java.lang.String getCreatedAfter();
Search for users created after a specific date. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
---
@@ -1196,7 +1196,7 @@ public java.lang.String getCreatedBefore();
Search for users created before a specific date. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
---
@@ -1210,7 +1210,7 @@ public java.lang.String getExternProvider();
Lookup users by external provider. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
---
@@ -1224,7 +1224,7 @@ public java.lang.String getExternUid();
Lookup users by external UID. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
---
@@ -1236,7 +1236,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#id DataGitlabUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#id DataGitlabUsers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1253,7 +1253,7 @@ public java.lang.String getOrderBy();
Order the users' list by `id`, `name`, `username`, `created_at` or `updated_at`. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
---
@@ -1267,7 +1267,7 @@ public java.lang.String getSearch();
Search users by username, name or email.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#search DataGitlabUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#search DataGitlabUsers#search}
---
@@ -1281,7 +1281,7 @@ public java.lang.String getSort();
Sort users' list in asc or desc order. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#sort DataGitlabUsers#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#sort DataGitlabUsers#sort}
---
diff --git a/docs/dataGitlabUsers.python.md b/docs/dataGitlabUsers.python.md
index 1c20fadb7..e5781c5d6 100644
--- a/docs/dataGitlabUsers.python.md
+++ b/docs/dataGitlabUsers.python.md
@@ -4,7 +4,7 @@
### DataGitlabUsers
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users gitlab_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users gitlab_users}.
#### Initializers
@@ -51,7 +51,7 @@ dataGitlabUsers.DataGitlabUsers(
| created_before
| str
| Search for users created before a specific date. (Requires administrator privileges). |
| extern_provider
| str
| Lookup users by external provider. (Requires administrator privileges). |
| extern_uid
| str
| Lookup users by external UID. (Requires administrator privileges). |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#id DataGitlabUsers#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#id DataGitlabUsers#id}. |
| order_by
| str
| Order the users' list by `id`, `name`, `username`, `created_at` or `updated_at`. (Requires administrator privileges). |
| search
| str
| Search users by username, name or email. |
| sort
| str
| Sort users' list in asc or desc order. (Requires administrator privileges). |
@@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope
Filter users that are active.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#active DataGitlabUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#active DataGitlabUsers#active}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Filter users that are blocked.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Search for users created after a specific date. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Search for users created before a specific date. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Lookup users by external provider. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Lookup users by external UID. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#id DataGitlabUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#id DataGitlabUsers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -195,7 +195,7 @@ If you experience problems setting this value it might not be settable. Please t
Order the users' list by `id`, `name`, `username`, `created_at` or `updated_at`. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
---
@@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Search users by username, name or email.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#search DataGitlabUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#search DataGitlabUsers#search}
---
@@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Sort users' list in asc or desc order. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#sort DataGitlabUsers#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#sort DataGitlabUsers#sort}
---
@@ -644,7 +644,7 @@ The construct id used in the generated config for the DataGitlabUsers to import.
The id of the existing DataGitlabUsers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
---
@@ -1093,7 +1093,7 @@ dataGitlabUsers.DataGitlabUsersConfig(
| created_before
| str
| Search for users created before a specific date. (Requires administrator privileges). |
| extern_provider
| str
| Lookup users by external provider. (Requires administrator privileges). |
| extern_uid
| str
| Lookup users by external UID. (Requires administrator privileges). |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#id DataGitlabUsers#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#id DataGitlabUsers#id}. |
| order_by
| str
| Order the users' list by `id`, `name`, `username`, `created_at` or `updated_at`. (Requires administrator privileges). |
| search
| str
| Search users by username, name or email. |
| sort
| str
| Sort users' list in asc or desc order. (Requires administrator privileges). |
@@ -1180,7 +1180,7 @@ active: typing.Union[bool, IResolvable]
Filter users that are active.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#active DataGitlabUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#active DataGitlabUsers#active}
---
@@ -1194,7 +1194,7 @@ blocked: typing.Union[bool, IResolvable]
Filter users that are blocked.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
---
@@ -1208,7 +1208,7 @@ created_after: str
Search for users created after a specific date. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
---
@@ -1222,7 +1222,7 @@ created_before: str
Search for users created before a specific date. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
---
@@ -1236,7 +1236,7 @@ extern_provider: str
Lookup users by external provider. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
---
@@ -1250,7 +1250,7 @@ extern_uid: str
Lookup users by external UID. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
---
@@ -1262,7 +1262,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#id DataGitlabUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#id DataGitlabUsers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1279,7 +1279,7 @@ order_by: str
Order the users' list by `id`, `name`, `username`, `created_at` or `updated_at`. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
---
@@ -1293,7 +1293,7 @@ search: str
Search users by username, name or email.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#search DataGitlabUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#search DataGitlabUsers#search}
---
@@ -1307,7 +1307,7 @@ sort: str
Sort users' list in asc or desc order. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#sort DataGitlabUsers#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#sort DataGitlabUsers#sort}
---
diff --git a/docs/dataGitlabUsers.typescript.md b/docs/dataGitlabUsers.typescript.md
index b17c4b7e7..33edb91e0 100644
--- a/docs/dataGitlabUsers.typescript.md
+++ b/docs/dataGitlabUsers.typescript.md
@@ -4,7 +4,7 @@
### DataGitlabUsers
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users gitlab_users}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users gitlab_users}.
#### Initializers
@@ -435,7 +435,7 @@ The construct id used in the generated config for the DataGitlabUsers to import.
The id of the existing DataGitlabUsers that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
---
@@ -866,7 +866,7 @@ const dataGitlabUsersConfig: dataGitlabUsers.DataGitlabUsersConfig = { ... }
| createdBefore
| string
| Search for users created before a specific date. (Requires administrator privileges). |
| externProvider
| string
| Lookup users by external provider. (Requires administrator privileges). |
| externUid
| string
| Lookup users by external UID. (Requires administrator privileges). |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#id DataGitlabUsers#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#id DataGitlabUsers#id}. |
| orderBy
| string
| Order the users' list by `id`, `name`, `username`, `created_at` or `updated_at`. (Requires administrator privileges). |
| search
| string
| Search users by username, name or email. |
| sort
| string
| Sort users' list in asc or desc order. (Requires administrator privileges). |
@@ -953,7 +953,7 @@ public readonly active: boolean | IResolvable;
Filter users that are active.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#active DataGitlabUsers#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#active DataGitlabUsers#active}
---
@@ -967,7 +967,7 @@ public readonly blocked: boolean | IResolvable;
Filter users that are blocked.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#blocked DataGitlabUsers#blocked}
---
@@ -981,7 +981,7 @@ public readonly createdAfter: string;
Search for users created after a specific date. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#created_after DataGitlabUsers#created_after}
---
@@ -995,7 +995,7 @@ public readonly createdBefore: string;
Search for users created before a specific date. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#created_before DataGitlabUsers#created_before}
---
@@ -1009,7 +1009,7 @@ public readonly externProvider: string;
Lookup users by external provider. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_provider DataGitlabUsers#extern_provider}
---
@@ -1023,7 +1023,7 @@ public readonly externUid: string;
Lookup users by external UID. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#extern_uid DataGitlabUsers#extern_uid}
---
@@ -1035,7 +1035,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#id DataGitlabUsers#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#id DataGitlabUsers#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1052,7 +1052,7 @@ public readonly orderBy: string;
Order the users' list by `id`, `name`, `username`, `created_at` or `updated_at`. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#order_by DataGitlabUsers#order_by}
---
@@ -1066,7 +1066,7 @@ public readonly search: string;
Search users by username, name or email.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#search DataGitlabUsers#search}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#search DataGitlabUsers#search}
---
@@ -1080,7 +1080,7 @@ public readonly sort: string;
Sort users' list in asc or desc order. (Requires administrator privileges).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/data-sources/users#sort DataGitlabUsers#sort}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/users#sort DataGitlabUsers#sort}
---
diff --git a/docs/deployKey.csharp.md b/docs/deployKey.csharp.md
index becae1d6b..b6b701998 100644
--- a/docs/deployKey.csharp.md
+++ b/docs/deployKey.csharp.md
@@ -4,7 +4,7 @@
### DeployKey
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key gitlab_deploy_key}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key gitlab_deploy_key}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the DeployKey to import.
The id of the existing DeployKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#import import section} in the documentation of this resource for the id to use
---
@@ -835,7 +835,7 @@ new DeployKeyConfig {
| Project
| string
| The name or id of the project to add the deploy key to. |
| Title
| string
| A title to describe the deploy key with. |
| CanPush
| object
| Allow this deploy key to be used to push changes to the project. Defaults to `false`. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#id DeployKey#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#id DeployKey#id}. |
---
@@ -919,7 +919,7 @@ public string Key { get; set; }
The public ssh key body.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#key DeployKey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#key DeployKey#key}
---
@@ -933,7 +933,7 @@ public string Project { get; set; }
The name or id of the project to add the deploy key to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#project DeployKey#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#project DeployKey#project}
---
@@ -947,7 +947,7 @@ public string Title { get; set; }
A title to describe the deploy key with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#title DeployKey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#title DeployKey#title}
---
@@ -961,7 +961,7 @@ public object CanPush { get; set; }
Allow this deploy key to be used to push changes to the project. Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#can_push DeployKey#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#can_push DeployKey#can_push}
---
@@ -973,7 +973,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#id DeployKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#id DeployKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/deployKey.go.md b/docs/deployKey.go.md
index 51749c894..f1afc61a2 100644
--- a/docs/deployKey.go.md
+++ b/docs/deployKey.go.md
@@ -4,7 +4,7 @@
### DeployKey
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key gitlab_deploy_key}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key gitlab_deploy_key}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the DeployKey to import.
The id of the existing DeployKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#import import section} in the documentation of this resource for the id to use
---
@@ -835,7 +835,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/deploykey"
| Project
| *string
| The name or id of the project to add the deploy key to. |
| Title
| *string
| A title to describe the deploy key with. |
| CanPush
| interface{}
| Allow this deploy key to be used to push changes to the project. Defaults to `false`. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#id DeployKey#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#id DeployKey#id}. |
---
@@ -919,7 +919,7 @@ Key *string
The public ssh key body.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#key DeployKey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#key DeployKey#key}
---
@@ -933,7 +933,7 @@ Project *string
The name or id of the project to add the deploy key to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#project DeployKey#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#project DeployKey#project}
---
@@ -947,7 +947,7 @@ Title *string
A title to describe the deploy key with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#title DeployKey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#title DeployKey#title}
---
@@ -961,7 +961,7 @@ CanPush interface{}
Allow this deploy key to be used to push changes to the project. Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#can_push DeployKey#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#can_push DeployKey#can_push}
---
@@ -973,7 +973,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#id DeployKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#id DeployKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/deployKey.java.md b/docs/deployKey.java.md
index c45b4836b..2789de10c 100644
--- a/docs/deployKey.java.md
+++ b/docs/deployKey.java.md
@@ -4,7 +4,7 @@
### DeployKey
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key gitlab_deploy_key}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key gitlab_deploy_key}.
#### Initializers
@@ -47,7 +47,7 @@ DeployKey.Builder.create(Construct scope, java.lang.String id)
| project
| java.lang.String
| The name or id of the project to add the deploy key to. |
| title
| java.lang.String
| A title to describe the deploy key with. |
| canPush
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Allow this deploy key to be used to push changes to the project. Defaults to `false`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#id DeployKey#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#id DeployKey#id}. |
---
@@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope
The public ssh key body.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#key DeployKey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#key DeployKey#key}
---
@@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the deploy key to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#project DeployKey#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#project DeployKey#project}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A title to describe the deploy key with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#title DeployKey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#title DeployKey#title}
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow this deploy key to be used to push changes to the project. Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#can_push DeployKey#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#can_push DeployKey#can_push}
---
@@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#id DeployKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#id DeployKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -599,7 +599,7 @@ The construct id used in the generated config for the DeployKey to import.
The id of the existing DeployKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#import import section} in the documentation of this resource for the id to use
---
@@ -958,7 +958,7 @@ DeployKeyConfig.builder()
| project
| java.lang.String
| The name or id of the project to add the deploy key to. |
| title
| java.lang.String
| A title to describe the deploy key with. |
| canPush
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Allow this deploy key to be used to push changes to the project. Defaults to `false`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#id DeployKey#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#id DeployKey#id}. |
---
@@ -1042,7 +1042,7 @@ public java.lang.String getKey();
The public ssh key body.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#key DeployKey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#key DeployKey#key}
---
@@ -1056,7 +1056,7 @@ public java.lang.String getProject();
The name or id of the project to add the deploy key to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#project DeployKey#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#project DeployKey#project}
---
@@ -1070,7 +1070,7 @@ public java.lang.String getTitle();
A title to describe the deploy key with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#title DeployKey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#title DeployKey#title}
---
@@ -1084,7 +1084,7 @@ public java.lang.Object getCanPush();
Allow this deploy key to be used to push changes to the project. Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#can_push DeployKey#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#can_push DeployKey#can_push}
---
@@ -1096,7 +1096,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#id DeployKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#id DeployKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/deployKey.python.md b/docs/deployKey.python.md
index a5d528462..2fac78d9a 100644
--- a/docs/deployKey.python.md
+++ b/docs/deployKey.python.md
@@ -4,7 +4,7 @@
### DeployKey
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key gitlab_deploy_key}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key gitlab_deploy_key}.
#### Initializers
@@ -44,7 +44,7 @@ deployKey.DeployKey(
| project
| str
| The name or id of the project to add the deploy key to. |
| title
| str
| A title to describe the deploy key with. |
| can_push
| typing.Union[bool, cdktf.IResolvable]
| Allow this deploy key to be used to push changes to the project. Defaults to `false`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#id DeployKey#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#id DeployKey#id}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The public ssh key body.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#key DeployKey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#key DeployKey#key}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the deploy key to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#project DeployKey#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#project DeployKey#project}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A title to describe the deploy key with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#title DeployKey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#title DeployKey#title}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow this deploy key to be used to push changes to the project. Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#can_push DeployKey#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#can_push DeployKey#can_push}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#id DeployKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#id DeployKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -642,7 +642,7 @@ The construct id used in the generated config for the DeployKey to import.
The id of the existing DeployKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#import import section} in the documentation of this resource for the id to use
---
@@ -996,7 +996,7 @@ deployKey.DeployKeyConfig(
| project
| str
| The name or id of the project to add the deploy key to. |
| title
| str
| A title to describe the deploy key with. |
| can_push
| typing.Union[bool, cdktf.IResolvable]
| Allow this deploy key to be used to push changes to the project. Defaults to `false`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#id DeployKey#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#id DeployKey#id}. |
---
@@ -1080,7 +1080,7 @@ key: str
The public ssh key body.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#key DeployKey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#key DeployKey#key}
---
@@ -1094,7 +1094,7 @@ project: str
The name or id of the project to add the deploy key to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#project DeployKey#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#project DeployKey#project}
---
@@ -1108,7 +1108,7 @@ title: str
A title to describe the deploy key with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#title DeployKey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#title DeployKey#title}
---
@@ -1122,7 +1122,7 @@ can_push: typing.Union[bool, IResolvable]
Allow this deploy key to be used to push changes to the project. Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#can_push DeployKey#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#can_push DeployKey#can_push}
---
@@ -1134,7 +1134,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#id DeployKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#id DeployKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/deployKey.typescript.md b/docs/deployKey.typescript.md
index dc2841455..08cf20d7a 100644
--- a/docs/deployKey.typescript.md
+++ b/docs/deployKey.typescript.md
@@ -4,7 +4,7 @@
### DeployKey
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key gitlab_deploy_key}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key gitlab_deploy_key}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the DeployKey to import.
The id of the existing DeployKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#import import section} in the documentation of this resource for the id to use
---
@@ -822,7 +822,7 @@ const deployKeyConfig: deployKey.DeployKeyConfig = { ... }
| project
| string
| The name or id of the project to add the deploy key to. |
| title
| string
| A title to describe the deploy key with. |
| canPush
| boolean \| cdktf.IResolvable
| Allow this deploy key to be used to push changes to the project. Defaults to `false`. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#id DeployKey#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#id DeployKey#id}. |
---
@@ -906,7 +906,7 @@ public readonly key: string;
The public ssh key body.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#key DeployKey#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#key DeployKey#key}
---
@@ -920,7 +920,7 @@ public readonly project: string;
The name or id of the project to add the deploy key to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#project DeployKey#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#project DeployKey#project}
---
@@ -934,7 +934,7 @@ public readonly title: string;
A title to describe the deploy key with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#title DeployKey#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#title DeployKey#title}
---
@@ -948,7 +948,7 @@ public readonly canPush: boolean | IResolvable;
Allow this deploy key to be used to push changes to the project. Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#can_push DeployKey#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#can_push DeployKey#can_push}
---
@@ -960,7 +960,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key#id DeployKey#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key#id DeployKey#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/deployKeyEnable.csharp.md b/docs/deployKeyEnable.csharp.md
index de220e76e..d56d36f79 100644
--- a/docs/deployKeyEnable.csharp.md
+++ b/docs/deployKeyEnable.csharp.md
@@ -4,7 +4,7 @@
### DeployKeyEnable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the DeployKeyEnable to import.
The id of the existing DeployKeyEnable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#import import section} in the documentation of this resource for the id to use
---
@@ -860,7 +860,7 @@ new DeployKeyEnableConfig {
| KeyId
| string
| The Gitlab key id for the pre-existing deploy key. |
| Project
| string
| The name or id of the project to add the deploy key to. |
| CanPush
| object
| Can deploy key push to the project's repository. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}. |
| Key
| string
| Deploy key. |
| Title
| string
| Deploy key's title. |
@@ -946,7 +946,7 @@ public string KeyId { get; set; }
The Gitlab key id for the pre-existing deploy key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#key_id DeployKeyEnable#key_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#key_id DeployKeyEnable#key_id}
---
@@ -960,7 +960,7 @@ public string Project { get; set; }
The name or id of the project to add the deploy key to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
---
@@ -974,7 +974,7 @@ public object CanPush { get; set; }
Can deploy key push to the project's repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#can_push DeployKeyEnable#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#can_push DeployKeyEnable#can_push}
---
@@ -986,7 +986,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1003,7 +1003,7 @@ public string Key { get; set; }
Deploy key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
---
@@ -1017,7 +1017,7 @@ public string Title { get; set; }
Deploy key's title.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
---
diff --git a/docs/deployKeyEnable.go.md b/docs/deployKeyEnable.go.md
index f101c3f5d..3a08fdcbb 100644
--- a/docs/deployKeyEnable.go.md
+++ b/docs/deployKeyEnable.go.md
@@ -4,7 +4,7 @@
### DeployKeyEnable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the DeployKeyEnable to import.
The id of the existing DeployKeyEnable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#import import section} in the documentation of this resource for the id to use
---
@@ -860,7 +860,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/deploykeyenable"
| KeyId
| *string
| The Gitlab key id for the pre-existing deploy key. |
| Project
| *string
| The name or id of the project to add the deploy key to. |
| CanPush
| interface{}
| Can deploy key push to the project's repository. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}. |
| Key
| *string
| Deploy key. |
| Title
| *string
| Deploy key's title. |
@@ -946,7 +946,7 @@ KeyId *string
The Gitlab key id for the pre-existing deploy key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#key_id DeployKeyEnable#key_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#key_id DeployKeyEnable#key_id}
---
@@ -960,7 +960,7 @@ Project *string
The name or id of the project to add the deploy key to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
---
@@ -974,7 +974,7 @@ CanPush interface{}
Can deploy key push to the project's repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#can_push DeployKeyEnable#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#can_push DeployKeyEnable#can_push}
---
@@ -986,7 +986,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1003,7 +1003,7 @@ Key *string
Deploy key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
---
@@ -1017,7 +1017,7 @@ Title *string
Deploy key's title.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
---
diff --git a/docs/deployKeyEnable.java.md b/docs/deployKeyEnable.java.md
index 5a1cae7cd..9ffafee3d 100644
--- a/docs/deployKeyEnable.java.md
+++ b/docs/deployKeyEnable.java.md
@@ -4,7 +4,7 @@
### DeployKeyEnable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}.
#### Initializers
@@ -47,7 +47,7 @@ DeployKeyEnable.Builder.create(Construct scope, java.lang.String id)
| keyId
| java.lang.String
| The Gitlab key id for the pre-existing deploy key. |
| project
| java.lang.String
| The name or id of the project to add the deploy key to. |
| canPush
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Can deploy key push to the project's repository. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}. |
| key
| java.lang.String
| Deploy key. |
| title
| java.lang.String
| Deploy key's title. |
@@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope
The Gitlab key id for the pre-existing deploy key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#key_id DeployKeyEnable#key_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#key_id DeployKeyEnable#key_id}
---
@@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the deploy key to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Can deploy key push to the project's repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#can_push DeployKeyEnable#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#can_push DeployKeyEnable#can_push}
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -160,7 +160,7 @@ If you experience problems setting this value it might not be settable. Please t
Deploy key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Deploy key's title.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
---
@@ -625,7 +625,7 @@ The construct id used in the generated config for the DeployKeyEnable to import.
The id of the existing DeployKeyEnable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#import import section} in the documentation of this resource for the id to use
---
@@ -995,7 +995,7 @@ DeployKeyEnableConfig.builder()
| keyId
| java.lang.String
| The Gitlab key id for the pre-existing deploy key. |
| project
| java.lang.String
| The name or id of the project to add the deploy key to. |
| canPush
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Can deploy key push to the project's repository. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}. |
| key
| java.lang.String
| Deploy key. |
| title
| java.lang.String
| Deploy key's title. |
@@ -1081,7 +1081,7 @@ public java.lang.String getKeyId();
The Gitlab key id for the pre-existing deploy key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#key_id DeployKeyEnable#key_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#key_id DeployKeyEnable#key_id}
---
@@ -1095,7 +1095,7 @@ public java.lang.String getProject();
The name or id of the project to add the deploy key to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
---
@@ -1109,7 +1109,7 @@ public java.lang.Object getCanPush();
Can deploy key push to the project's repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#can_push DeployKeyEnable#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#can_push DeployKeyEnable#can_push}
---
@@ -1121,7 +1121,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1138,7 +1138,7 @@ public java.lang.String getKey();
Deploy key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
---
@@ -1152,7 +1152,7 @@ public java.lang.String getTitle();
Deploy key's title.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
---
diff --git a/docs/deployKeyEnable.python.md b/docs/deployKeyEnable.python.md
index 478f7a9ab..3b90234cf 100644
--- a/docs/deployKeyEnable.python.md
+++ b/docs/deployKeyEnable.python.md
@@ -4,7 +4,7 @@
### DeployKeyEnable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}.
#### Initializers
@@ -44,7 +44,7 @@ deployKeyEnable.DeployKeyEnable(
| key_id
| str
| The Gitlab key id for the pre-existing deploy key. |
| project
| str
| The name or id of the project to add the deploy key to. |
| can_push
| typing.Union[bool, cdktf.IResolvable]
| Can deploy key push to the project's repository. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}. |
| key
| str
| Deploy key. |
| title
| str
| Deploy key's title. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The Gitlab key id for the pre-existing deploy key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#key_id DeployKeyEnable#key_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#key_id DeployKeyEnable#key_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the deploy key to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Can deploy key push to the project's repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#can_push DeployKeyEnable#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#can_push DeployKeyEnable#can_push}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t
Deploy key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
---
@@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Deploy key's title.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
---
@@ -668,7 +668,7 @@ The construct id used in the generated config for the DeployKeyEnable to import.
The id of the existing DeployKeyEnable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#import import section} in the documentation of this resource for the id to use
---
@@ -1033,7 +1033,7 @@ deployKeyEnable.DeployKeyEnableConfig(
| key_id
| str
| The Gitlab key id for the pre-existing deploy key. |
| project
| str
| The name or id of the project to add the deploy key to. |
| can_push
| typing.Union[bool, cdktf.IResolvable]
| Can deploy key push to the project's repository. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}. |
| key
| str
| Deploy key. |
| title
| str
| Deploy key's title. |
@@ -1119,7 +1119,7 @@ key_id: str
The Gitlab key id for the pre-existing deploy key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#key_id DeployKeyEnable#key_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#key_id DeployKeyEnable#key_id}
---
@@ -1133,7 +1133,7 @@ project: str
The name or id of the project to add the deploy key to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
---
@@ -1147,7 +1147,7 @@ can_push: typing.Union[bool, IResolvable]
Can deploy key push to the project's repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#can_push DeployKeyEnable#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#can_push DeployKeyEnable#can_push}
---
@@ -1159,7 +1159,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1176,7 +1176,7 @@ key: str
Deploy key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
---
@@ -1190,7 +1190,7 @@ title: str
Deploy key's title.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
---
diff --git a/docs/deployKeyEnable.typescript.md b/docs/deployKeyEnable.typescript.md
index 9a6461c5a..d0fbf5689 100644
--- a/docs/deployKeyEnable.typescript.md
+++ b/docs/deployKeyEnable.typescript.md
@@ -4,7 +4,7 @@
### DeployKeyEnable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable gitlab_deploy_key_enable}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the DeployKeyEnable to import.
The id of the existing DeployKeyEnable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#import import section} in the documentation of this resource for the id to use
---
@@ -846,7 +846,7 @@ const deployKeyEnableConfig: deployKeyEnable.DeployKeyEnableConfig = { ... }
| keyId
| string
| The Gitlab key id for the pre-existing deploy key. |
| project
| string
| The name or id of the project to add the deploy key to. |
| canPush
| boolean \| cdktf.IResolvable
| Can deploy key push to the project's repository. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}. |
| key
| string
| Deploy key. |
| title
| string
| Deploy key's title. |
@@ -932,7 +932,7 @@ public readonly keyId: string;
The Gitlab key id for the pre-existing deploy key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#key_id DeployKeyEnable#key_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#key_id DeployKeyEnable#key_id}
---
@@ -946,7 +946,7 @@ public readonly project: string;
The name or id of the project to add the deploy key to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#project DeployKeyEnable#project}
---
@@ -960,7 +960,7 @@ public readonly canPush: boolean | IResolvable;
Can deploy key push to the project's repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#can_push DeployKeyEnable#can_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#can_push DeployKeyEnable#can_push}
---
@@ -972,7 +972,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#id DeployKeyEnable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -989,7 +989,7 @@ public readonly key: string;
Deploy key.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#key DeployKeyEnable#key}
---
@@ -1003,7 +1003,7 @@ public readonly title: string;
Deploy key's title.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_key_enable#title DeployKeyEnable#title}
---
diff --git a/docs/deployToken.csharp.md b/docs/deployToken.csharp.md
index ee96b8d8d..ec5b821df 100644
--- a/docs/deployToken.csharp.md
+++ b/docs/deployToken.csharp.md
@@ -4,7 +4,7 @@
### DeployToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token gitlab_deploy_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token gitlab_deploy_token}.
#### Initializers
@@ -502,7 +502,7 @@ The construct id used in the generated config for the DeployToken to import.
The id of the existing DeployToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#import import section} in the documentation of this resource for the id to use
---
@@ -913,7 +913,7 @@ new DeployTokenConfig {
| Scopes
| string[]
| Valid values: `read_repository`, `read_registry`, `read_package_registry`, `write_registry`, `write_package_registry`. |
| ExpiresAt
| string
| Time the token will expire it, RFC3339 format. Will not expire per default. |
| Group
| string
| The name or id of the group to add the deploy token to. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#id DeployToken#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#id DeployToken#id}. |
| Project
| string
| The name or id of the project to add the deploy token to. |
| Username
| string
| A username for the deploy token. Default is `gitlab+deploy-token-{n}`. |
@@ -999,7 +999,7 @@ public string Name { get; set; }
A name to describe the deploy token with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#name DeployToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#name DeployToken#name}
---
@@ -1013,7 +1013,7 @@ public string[] Scopes { get; set; }
Valid values: `read_repository`, `read_registry`, `read_package_registry`, `write_registry`, `write_package_registry`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#scopes DeployToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#scopes DeployToken#scopes}
---
@@ -1027,7 +1027,7 @@ public string ExpiresAt { get; set; }
Time the token will expire it, RFC3339 format. Will not expire per default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
---
@@ -1041,7 +1041,7 @@ public string Group { get; set; }
The name or id of the group to add the deploy token to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#group DeployToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#group DeployToken#group}
---
@@ -1053,7 +1053,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#id DeployToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#id DeployToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1070,7 +1070,7 @@ public string Project { get; set; }
The name or id of the project to add the deploy token to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#project DeployToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#project DeployToken#project}
---
@@ -1084,7 +1084,7 @@ public string Username { get; set; }
A username for the deploy token. Default is `gitlab+deploy-token-{n}`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#username DeployToken#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#username DeployToken#username}
---
diff --git a/docs/deployToken.go.md b/docs/deployToken.go.md
index a093f1469..f166c8725 100644
--- a/docs/deployToken.go.md
+++ b/docs/deployToken.go.md
@@ -4,7 +4,7 @@
### DeployToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token gitlab_deploy_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token gitlab_deploy_token}.
#### Initializers
@@ -502,7 +502,7 @@ The construct id used in the generated config for the DeployToken to import.
The id of the existing DeployToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#import import section} in the documentation of this resource for the id to use
---
@@ -913,7 +913,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/deploytoken"
| Scopes
| *[]*string
| Valid values: `read_repository`, `read_registry`, `read_package_registry`, `write_registry`, `write_package_registry`. |
| ExpiresAt
| *string
| Time the token will expire it, RFC3339 format. Will not expire per default. |
| Group
| *string
| The name or id of the group to add the deploy token to. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#id DeployToken#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#id DeployToken#id}. |
| Project
| *string
| The name or id of the project to add the deploy token to. |
| Username
| *string
| A username for the deploy token. Default is `gitlab+deploy-token-{n}`. |
@@ -999,7 +999,7 @@ Name *string
A name to describe the deploy token with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#name DeployToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#name DeployToken#name}
---
@@ -1013,7 +1013,7 @@ Scopes *[]*string
Valid values: `read_repository`, `read_registry`, `read_package_registry`, `write_registry`, `write_package_registry`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#scopes DeployToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#scopes DeployToken#scopes}
---
@@ -1027,7 +1027,7 @@ ExpiresAt *string
Time the token will expire it, RFC3339 format. Will not expire per default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
---
@@ -1041,7 +1041,7 @@ Group *string
The name or id of the group to add the deploy token to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#group DeployToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#group DeployToken#group}
---
@@ -1053,7 +1053,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#id DeployToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#id DeployToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1070,7 +1070,7 @@ Project *string
The name or id of the project to add the deploy token to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#project DeployToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#project DeployToken#project}
---
@@ -1084,7 +1084,7 @@ Username *string
A username for the deploy token. Default is `gitlab+deploy-token-{n}`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#username DeployToken#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#username DeployToken#username}
---
diff --git a/docs/deployToken.java.md b/docs/deployToken.java.md
index 673ff9e1a..ca5a88a27 100644
--- a/docs/deployToken.java.md
+++ b/docs/deployToken.java.md
@@ -4,7 +4,7 @@
### DeployToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token gitlab_deploy_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token gitlab_deploy_token}.
#### Initializers
@@ -48,7 +48,7 @@ DeployToken.Builder.create(Construct scope, java.lang.String id)
| scopes
| java.util.List
| Valid values: `read_repository`, `read_registry`, `read_package_registry`, `write_registry`, `write_package_registry`. |
| expiresAt
| java.lang.String
| Time the token will expire it, RFC3339 format. Will not expire per default. |
| group
| java.lang.String
| The name or id of the group to add the deploy token to. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#id DeployToken#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#id DeployToken#id}. |
| project
| java.lang.String
| The name or id of the project to add the deploy token to. |
| username
| java.lang.String
| A username for the deploy token. Default is `gitlab+deploy-token-{n}`. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
A name to describe the deploy token with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#name DeployToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#name DeployToken#name}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Valid values: `read_repository`, `read_registry`, `read_package_registry`, `write_registry`, `write_package_registry`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#scopes DeployToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#scopes DeployToken#scopes}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Time the token will expire it, RFC3339 format. Will not expire per default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the group to add the deploy token to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#group DeployToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#group DeployToken#group}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#id DeployToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#id DeployToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -171,7 +171,7 @@ If you experience problems setting this value it might not be settable. Please t
The name or id of the project to add the deploy token to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#project DeployToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#project DeployToken#project}
---
@@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A username for the deploy token. Default is `gitlab+deploy-token-{n}`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#username DeployToken#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#username DeployToken#username}
---
@@ -643,7 +643,7 @@ The construct id used in the generated config for the DeployToken to import.
The id of the existing DeployToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#import import section} in the documentation of this resource for the id to use
---
@@ -1058,7 +1058,7 @@ DeployTokenConfig.builder()
| scopes
| java.util.List
| Valid values: `read_repository`, `read_registry`, `read_package_registry`, `write_registry`, `write_package_registry`. |
| expiresAt
| java.lang.String
| Time the token will expire it, RFC3339 format. Will not expire per default. |
| group
| java.lang.String
| The name or id of the group to add the deploy token to. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#id DeployToken#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#id DeployToken#id}. |
| project
| java.lang.String
| The name or id of the project to add the deploy token to. |
| username
| java.lang.String
| A username for the deploy token. Default is `gitlab+deploy-token-{n}`. |
@@ -1144,7 +1144,7 @@ public java.lang.String getName();
A name to describe the deploy token with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#name DeployToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#name DeployToken#name}
---
@@ -1158,7 +1158,7 @@ public java.util.List getScopes();
Valid values: `read_repository`, `read_registry`, `read_package_registry`, `write_registry`, `write_package_registry`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#scopes DeployToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#scopes DeployToken#scopes}
---
@@ -1172,7 +1172,7 @@ public java.lang.String getExpiresAt();
Time the token will expire it, RFC3339 format. Will not expire per default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
---
@@ -1186,7 +1186,7 @@ public java.lang.String getGroup();
The name or id of the group to add the deploy token to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#group DeployToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#group DeployToken#group}
---
@@ -1198,7 +1198,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#id DeployToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#id DeployToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1215,7 +1215,7 @@ public java.lang.String getProject();
The name or id of the project to add the deploy token to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#project DeployToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#project DeployToken#project}
---
@@ -1229,7 +1229,7 @@ public java.lang.String getUsername();
A username for the deploy token. Default is `gitlab+deploy-token-{n}`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#username DeployToken#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#username DeployToken#username}
---
diff --git a/docs/deployToken.python.md b/docs/deployToken.python.md
index 8d969f352..80dcc859c 100644
--- a/docs/deployToken.python.md
+++ b/docs/deployToken.python.md
@@ -4,7 +4,7 @@
### DeployToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token gitlab_deploy_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token gitlab_deploy_token}.
#### Initializers
@@ -46,7 +46,7 @@ deployToken.DeployToken(
| scopes
| typing.List[str]
| Valid values: `read_repository`, `read_registry`, `read_package_registry`, `write_registry`, `write_package_registry`. |
| expires_at
| str
| Time the token will expire it, RFC3339 format. Will not expire per default. |
| group
| str
| The name or id of the group to add the deploy token to. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#id DeployToken#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#id DeployToken#id}. |
| project
| str
| The name or id of the project to add the deploy token to. |
| username
| str
| A username for the deploy token. Default is `gitlab+deploy-token-{n}`. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
A name to describe the deploy token with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#name DeployToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#name DeployToken#name}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Valid values: `read_repository`, `read_registry`, `read_package_registry`, `write_registry`, `write_package_registry`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#scopes DeployToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#scopes DeployToken#scopes}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Time the token will expire it, RFC3339 format. Will not expire per default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the group to add the deploy token to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#group DeployToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#group DeployToken#group}
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#id DeployToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#id DeployToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -169,7 +169,7 @@ If you experience problems setting this value it might not be settable. Please t
The name or id of the project to add the deploy token to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#project DeployToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#project DeployToken#project}
---
@@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A username for the deploy token. Default is `gitlab+deploy-token-{n}`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#username DeployToken#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#username DeployToken#username}
---
@@ -687,7 +687,7 @@ The construct id used in the generated config for the DeployToken to import.
The id of the existing DeployToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#import import section} in the documentation of this resource for the id to use
---
@@ -1098,7 +1098,7 @@ deployToken.DeployTokenConfig(
| scopes
| typing.List[str]
| Valid values: `read_repository`, `read_registry`, `read_package_registry`, `write_registry`, `write_package_registry`. |
| expires_at
| str
| Time the token will expire it, RFC3339 format. Will not expire per default. |
| group
| str
| The name or id of the group to add the deploy token to. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#id DeployToken#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#id DeployToken#id}. |
| project
| str
| The name or id of the project to add the deploy token to. |
| username
| str
| A username for the deploy token. Default is `gitlab+deploy-token-{n}`. |
@@ -1184,7 +1184,7 @@ name: str
A name to describe the deploy token with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#name DeployToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#name DeployToken#name}
---
@@ -1198,7 +1198,7 @@ scopes: typing.List[str]
Valid values: `read_repository`, `read_registry`, `read_package_registry`, `write_registry`, `write_package_registry`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#scopes DeployToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#scopes DeployToken#scopes}
---
@@ -1212,7 +1212,7 @@ expires_at: str
Time the token will expire it, RFC3339 format. Will not expire per default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
---
@@ -1226,7 +1226,7 @@ group: str
The name or id of the group to add the deploy token to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#group DeployToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#group DeployToken#group}
---
@@ -1238,7 +1238,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#id DeployToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#id DeployToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1255,7 +1255,7 @@ project: str
The name or id of the project to add the deploy token to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#project DeployToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#project DeployToken#project}
---
@@ -1269,7 +1269,7 @@ username: str
A username for the deploy token. Default is `gitlab+deploy-token-{n}`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#username DeployToken#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#username DeployToken#username}
---
diff --git a/docs/deployToken.typescript.md b/docs/deployToken.typescript.md
index a3069076a..ea8d468ec 100644
--- a/docs/deployToken.typescript.md
+++ b/docs/deployToken.typescript.md
@@ -4,7 +4,7 @@
### DeployToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token gitlab_deploy_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token gitlab_deploy_token}.
#### Initializers
@@ -502,7 +502,7 @@ The construct id used in the generated config for the DeployToken to import.
The id of the existing DeployToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#import import section} in the documentation of this resource for the id to use
---
@@ -898,7 +898,7 @@ const deployTokenConfig: deployToken.DeployTokenConfig = { ... }
| scopes
| string[]
| Valid values: `read_repository`, `read_registry`, `read_package_registry`, `write_registry`, `write_package_registry`. |
| expiresAt
| string
| Time the token will expire it, RFC3339 format. Will not expire per default. |
| group
| string
| The name or id of the group to add the deploy token to. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#id DeployToken#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#id DeployToken#id}. |
| project
| string
| The name or id of the project to add the deploy token to. |
| username
| string
| A username for the deploy token. Default is `gitlab+deploy-token-{n}`. |
@@ -984,7 +984,7 @@ public readonly name: string;
A name to describe the deploy token with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#name DeployToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#name DeployToken#name}
---
@@ -998,7 +998,7 @@ public readonly scopes: string[];
Valid values: `read_repository`, `read_registry`, `read_package_registry`, `write_registry`, `write_package_registry`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#scopes DeployToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#scopes DeployToken#scopes}
---
@@ -1012,7 +1012,7 @@ public readonly expiresAt: string;
Time the token will expire it, RFC3339 format. Will not expire per default.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#expires_at DeployToken#expires_at}
---
@@ -1026,7 +1026,7 @@ public readonly group: string;
The name or id of the group to add the deploy token to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#group DeployToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#group DeployToken#group}
---
@@ -1038,7 +1038,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#id DeployToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#id DeployToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1055,7 +1055,7 @@ public readonly project: string;
The name or id of the project to add the deploy token to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#project DeployToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#project DeployToken#project}
---
@@ -1069,7 +1069,7 @@ public readonly username: string;
A username for the deploy token. Default is `gitlab+deploy-token-{n}`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/deploy_token#username DeployToken#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/deploy_token#username DeployToken#username}
---
diff --git a/docs/globalLevelNotifications.csharp.md b/docs/globalLevelNotifications.csharp.md
index a344827c8..8436cdea1 100644
--- a/docs/globalLevelNotifications.csharp.md
+++ b/docs/globalLevelNotifications.csharp.md
@@ -4,7 +4,7 @@
### GlobalLevelNotifications
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications gitlab_global_level_notifications}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications gitlab_global_level_notifications}.
#### Initializers
@@ -593,7 +593,7 @@ The construct id used in the generated config for the GlobalLevelNotifications t
The id of the existing GlobalLevelNotifications that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#import import section} in the documentation of this resource for the id to use
---
@@ -1343,7 +1343,7 @@ public object CloseIssue { get; set; }
Enable notifications for closed issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#close_issue GlobalLevelNotifications#close_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#close_issue GlobalLevelNotifications#close_issue}
---
@@ -1357,7 +1357,7 @@ public object CloseMergeRequest { get; set; }
Enable notifications for closed merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#close_merge_request GlobalLevelNotifications#close_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#close_merge_request GlobalLevelNotifications#close_merge_request}
---
@@ -1371,7 +1371,7 @@ public object FailedPipeline { get; set; }
Enable notifications for failed pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#failed_pipeline GlobalLevelNotifications#failed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#failed_pipeline GlobalLevelNotifications#failed_pipeline}
---
@@ -1385,7 +1385,7 @@ public object FixedPipeline { get; set; }
Enable notifications for fixed pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#fixed_pipeline GlobalLevelNotifications#fixed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#fixed_pipeline GlobalLevelNotifications#fixed_pipeline}
---
@@ -1399,7 +1399,7 @@ public object IssueDue { get; set; }
Enable notifications for due issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#issue_due GlobalLevelNotifications#issue_due}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#issue_due GlobalLevelNotifications#issue_due}
---
@@ -1413,7 +1413,7 @@ public string Level { get; set; }
The level of the notification. Valid values are: `disabled`, `participating`, `watch`, `global`, `mention`, `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
---
@@ -1427,7 +1427,7 @@ public object MergeMergeRequest { get; set; }
Enable notifications for merged merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#merge_merge_request GlobalLevelNotifications#merge_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#merge_merge_request GlobalLevelNotifications#merge_merge_request}
---
@@ -1441,7 +1441,7 @@ public object MergeWhenPipelineSucceeds { get; set; }
Enable notifications for merged merge requests when the pipeline succeeds. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#merge_when_pipeline_succeeds GlobalLevelNotifications#merge_when_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#merge_when_pipeline_succeeds GlobalLevelNotifications#merge_when_pipeline_succeeds}
---
@@ -1455,7 +1455,7 @@ public object MovedProject { get; set; }
Enable notifications for moved projects. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#moved_project GlobalLevelNotifications#moved_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#moved_project GlobalLevelNotifications#moved_project}
---
@@ -1469,7 +1469,7 @@ public object NewIssue { get; set; }
Enable notifications for new issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_issue GlobalLevelNotifications#new_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_issue GlobalLevelNotifications#new_issue}
---
@@ -1483,7 +1483,7 @@ public object NewMergeRequest { get; set; }
Enable notifications for new merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_merge_request GlobalLevelNotifications#new_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_merge_request GlobalLevelNotifications#new_merge_request}
---
@@ -1497,7 +1497,7 @@ public object NewNote { get; set; }
Enable notifications for new notes on merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_note GlobalLevelNotifications#new_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_note GlobalLevelNotifications#new_note}
---
@@ -1511,7 +1511,7 @@ public object PushToMergeRequest { get; set; }
Enable notifications for push to merge request branches. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#push_to_merge_request GlobalLevelNotifications#push_to_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#push_to_merge_request GlobalLevelNotifications#push_to_merge_request}
---
@@ -1525,7 +1525,7 @@ public object ReassignIssue { get; set; }
Enable notifications for issue reassignments. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reassign_issue GlobalLevelNotifications#reassign_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reassign_issue GlobalLevelNotifications#reassign_issue}
---
@@ -1539,7 +1539,7 @@ public object ReassignMergeRequest { get; set; }
Enable notifications for merge request reassignments. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reassign_merge_request GlobalLevelNotifications#reassign_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reassign_merge_request GlobalLevelNotifications#reassign_merge_request}
---
@@ -1553,7 +1553,7 @@ public object ReopenIssue { get; set; }
Enable notifications for reopened issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reopen_issue GlobalLevelNotifications#reopen_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reopen_issue GlobalLevelNotifications#reopen_issue}
---
@@ -1567,7 +1567,7 @@ public object ReopenMergeRequest { get; set; }
Enable notifications for reopened merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reopen_merge_request GlobalLevelNotifications#reopen_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reopen_merge_request GlobalLevelNotifications#reopen_merge_request}
---
@@ -1581,7 +1581,7 @@ public object SuccessPipeline { get; set; }
Enable notifications for successful pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
---
diff --git a/docs/globalLevelNotifications.go.md b/docs/globalLevelNotifications.go.md
index 1d9e338b6..6befe3fe1 100644
--- a/docs/globalLevelNotifications.go.md
+++ b/docs/globalLevelNotifications.go.md
@@ -4,7 +4,7 @@
### GlobalLevelNotifications
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications gitlab_global_level_notifications}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications gitlab_global_level_notifications}.
#### Initializers
@@ -593,7 +593,7 @@ The construct id used in the generated config for the GlobalLevelNotifications t
The id of the existing GlobalLevelNotifications that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#import import section} in the documentation of this resource for the id to use
---
@@ -1343,7 +1343,7 @@ CloseIssue interface{}
Enable notifications for closed issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#close_issue GlobalLevelNotifications#close_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#close_issue GlobalLevelNotifications#close_issue}
---
@@ -1357,7 +1357,7 @@ CloseMergeRequest interface{}
Enable notifications for closed merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#close_merge_request GlobalLevelNotifications#close_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#close_merge_request GlobalLevelNotifications#close_merge_request}
---
@@ -1371,7 +1371,7 @@ FailedPipeline interface{}
Enable notifications for failed pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#failed_pipeline GlobalLevelNotifications#failed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#failed_pipeline GlobalLevelNotifications#failed_pipeline}
---
@@ -1385,7 +1385,7 @@ FixedPipeline interface{}
Enable notifications for fixed pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#fixed_pipeline GlobalLevelNotifications#fixed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#fixed_pipeline GlobalLevelNotifications#fixed_pipeline}
---
@@ -1399,7 +1399,7 @@ IssueDue interface{}
Enable notifications for due issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#issue_due GlobalLevelNotifications#issue_due}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#issue_due GlobalLevelNotifications#issue_due}
---
@@ -1413,7 +1413,7 @@ Level *string
The level of the notification. Valid values are: `disabled`, `participating`, `watch`, `global`, `mention`, `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
---
@@ -1427,7 +1427,7 @@ MergeMergeRequest interface{}
Enable notifications for merged merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#merge_merge_request GlobalLevelNotifications#merge_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#merge_merge_request GlobalLevelNotifications#merge_merge_request}
---
@@ -1441,7 +1441,7 @@ MergeWhenPipelineSucceeds interface{}
Enable notifications for merged merge requests when the pipeline succeeds. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#merge_when_pipeline_succeeds GlobalLevelNotifications#merge_when_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#merge_when_pipeline_succeeds GlobalLevelNotifications#merge_when_pipeline_succeeds}
---
@@ -1455,7 +1455,7 @@ MovedProject interface{}
Enable notifications for moved projects. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#moved_project GlobalLevelNotifications#moved_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#moved_project GlobalLevelNotifications#moved_project}
---
@@ -1469,7 +1469,7 @@ NewIssue interface{}
Enable notifications for new issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_issue GlobalLevelNotifications#new_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_issue GlobalLevelNotifications#new_issue}
---
@@ -1483,7 +1483,7 @@ NewMergeRequest interface{}
Enable notifications for new merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_merge_request GlobalLevelNotifications#new_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_merge_request GlobalLevelNotifications#new_merge_request}
---
@@ -1497,7 +1497,7 @@ NewNote interface{}
Enable notifications for new notes on merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_note GlobalLevelNotifications#new_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_note GlobalLevelNotifications#new_note}
---
@@ -1511,7 +1511,7 @@ PushToMergeRequest interface{}
Enable notifications for push to merge request branches. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#push_to_merge_request GlobalLevelNotifications#push_to_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#push_to_merge_request GlobalLevelNotifications#push_to_merge_request}
---
@@ -1525,7 +1525,7 @@ ReassignIssue interface{}
Enable notifications for issue reassignments. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reassign_issue GlobalLevelNotifications#reassign_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reassign_issue GlobalLevelNotifications#reassign_issue}
---
@@ -1539,7 +1539,7 @@ ReassignMergeRequest interface{}
Enable notifications for merge request reassignments. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reassign_merge_request GlobalLevelNotifications#reassign_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reassign_merge_request GlobalLevelNotifications#reassign_merge_request}
---
@@ -1553,7 +1553,7 @@ ReopenIssue interface{}
Enable notifications for reopened issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reopen_issue GlobalLevelNotifications#reopen_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reopen_issue GlobalLevelNotifications#reopen_issue}
---
@@ -1567,7 +1567,7 @@ ReopenMergeRequest interface{}
Enable notifications for reopened merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reopen_merge_request GlobalLevelNotifications#reopen_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reopen_merge_request GlobalLevelNotifications#reopen_merge_request}
---
@@ -1581,7 +1581,7 @@ SuccessPipeline interface{}
Enable notifications for successful pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
---
diff --git a/docs/globalLevelNotifications.java.md b/docs/globalLevelNotifications.java.md
index af53465e2..6c9029cba 100644
--- a/docs/globalLevelNotifications.java.md
+++ b/docs/globalLevelNotifications.java.md
@@ -4,7 +4,7 @@
### GlobalLevelNotifications
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications gitlab_global_level_notifications}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications gitlab_global_level_notifications}.
#### Initializers
@@ -159,7 +159,7 @@ Must be unique amongst siblings in the same scope
Enable notifications for closed issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#close_issue GlobalLevelNotifications#close_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#close_issue GlobalLevelNotifications#close_issue}
---
@@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for closed merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#close_merge_request GlobalLevelNotifications#close_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#close_merge_request GlobalLevelNotifications#close_merge_request}
---
@@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for failed pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#failed_pipeline GlobalLevelNotifications#failed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#failed_pipeline GlobalLevelNotifications#failed_pipeline}
---
@@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for fixed pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#fixed_pipeline GlobalLevelNotifications#fixed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#fixed_pipeline GlobalLevelNotifications#fixed_pipeline}
---
@@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for due issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#issue_due GlobalLevelNotifications#issue_due}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#issue_due GlobalLevelNotifications#issue_due}
---
@@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The level of the notification. Valid values are: `disabled`, `participating`, `watch`, `global`, `mention`, `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
---
@@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merged merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#merge_merge_request GlobalLevelNotifications#merge_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#merge_merge_request GlobalLevelNotifications#merge_merge_request}
---
@@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merged merge requests when the pipeline succeeds. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#merge_when_pipeline_succeeds GlobalLevelNotifications#merge_when_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#merge_when_pipeline_succeeds GlobalLevelNotifications#merge_when_pipeline_succeeds}
---
@@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for moved projects. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#moved_project GlobalLevelNotifications#moved_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#moved_project GlobalLevelNotifications#moved_project}
---
@@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for new issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_issue GlobalLevelNotifications#new_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_issue GlobalLevelNotifications#new_issue}
---
@@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for new merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_merge_request GlobalLevelNotifications#new_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_merge_request GlobalLevelNotifications#new_merge_request}
---
@@ -269,7 +269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for new notes on merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_note GlobalLevelNotifications#new_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_note GlobalLevelNotifications#new_note}
---
@@ -279,7 +279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for push to merge request branches. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#push_to_merge_request GlobalLevelNotifications#push_to_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#push_to_merge_request GlobalLevelNotifications#push_to_merge_request}
---
@@ -289,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for issue reassignments. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reassign_issue GlobalLevelNotifications#reassign_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reassign_issue GlobalLevelNotifications#reassign_issue}
---
@@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merge request reassignments. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reassign_merge_request GlobalLevelNotifications#reassign_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reassign_merge_request GlobalLevelNotifications#reassign_merge_request}
---
@@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for reopened issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reopen_issue GlobalLevelNotifications#reopen_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reopen_issue GlobalLevelNotifications#reopen_issue}
---
@@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for reopened merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reopen_merge_request GlobalLevelNotifications#reopen_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reopen_merge_request GlobalLevelNotifications#reopen_merge_request}
---
@@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for successful pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
---
@@ -882,7 +882,7 @@ The construct id used in the generated config for the GlobalLevelNotifications t
The id of the existing GlobalLevelNotifications that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#import import section} in the documentation of this resource for the id to use
---
@@ -1653,7 +1653,7 @@ public java.lang.Object getCloseIssue();
Enable notifications for closed issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#close_issue GlobalLevelNotifications#close_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#close_issue GlobalLevelNotifications#close_issue}
---
@@ -1667,7 +1667,7 @@ public java.lang.Object getCloseMergeRequest();
Enable notifications for closed merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#close_merge_request GlobalLevelNotifications#close_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#close_merge_request GlobalLevelNotifications#close_merge_request}
---
@@ -1681,7 +1681,7 @@ public java.lang.Object getFailedPipeline();
Enable notifications for failed pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#failed_pipeline GlobalLevelNotifications#failed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#failed_pipeline GlobalLevelNotifications#failed_pipeline}
---
@@ -1695,7 +1695,7 @@ public java.lang.Object getFixedPipeline();
Enable notifications for fixed pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#fixed_pipeline GlobalLevelNotifications#fixed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#fixed_pipeline GlobalLevelNotifications#fixed_pipeline}
---
@@ -1709,7 +1709,7 @@ public java.lang.Object getIssueDue();
Enable notifications for due issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#issue_due GlobalLevelNotifications#issue_due}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#issue_due GlobalLevelNotifications#issue_due}
---
@@ -1723,7 +1723,7 @@ public java.lang.String getLevel();
The level of the notification. Valid values are: `disabled`, `participating`, `watch`, `global`, `mention`, `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
---
@@ -1737,7 +1737,7 @@ public java.lang.Object getMergeMergeRequest();
Enable notifications for merged merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#merge_merge_request GlobalLevelNotifications#merge_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#merge_merge_request GlobalLevelNotifications#merge_merge_request}
---
@@ -1751,7 +1751,7 @@ public java.lang.Object getMergeWhenPipelineSucceeds();
Enable notifications for merged merge requests when the pipeline succeeds. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#merge_when_pipeline_succeeds GlobalLevelNotifications#merge_when_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#merge_when_pipeline_succeeds GlobalLevelNotifications#merge_when_pipeline_succeeds}
---
@@ -1765,7 +1765,7 @@ public java.lang.Object getMovedProject();
Enable notifications for moved projects. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#moved_project GlobalLevelNotifications#moved_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#moved_project GlobalLevelNotifications#moved_project}
---
@@ -1779,7 +1779,7 @@ public java.lang.Object getNewIssue();
Enable notifications for new issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_issue GlobalLevelNotifications#new_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_issue GlobalLevelNotifications#new_issue}
---
@@ -1793,7 +1793,7 @@ public java.lang.Object getNewMergeRequest();
Enable notifications for new merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_merge_request GlobalLevelNotifications#new_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_merge_request GlobalLevelNotifications#new_merge_request}
---
@@ -1807,7 +1807,7 @@ public java.lang.Object getNewNote();
Enable notifications for new notes on merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_note GlobalLevelNotifications#new_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_note GlobalLevelNotifications#new_note}
---
@@ -1821,7 +1821,7 @@ public java.lang.Object getPushToMergeRequest();
Enable notifications for push to merge request branches. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#push_to_merge_request GlobalLevelNotifications#push_to_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#push_to_merge_request GlobalLevelNotifications#push_to_merge_request}
---
@@ -1835,7 +1835,7 @@ public java.lang.Object getReassignIssue();
Enable notifications for issue reassignments. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reassign_issue GlobalLevelNotifications#reassign_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reassign_issue GlobalLevelNotifications#reassign_issue}
---
@@ -1849,7 +1849,7 @@ public java.lang.Object getReassignMergeRequest();
Enable notifications for merge request reassignments. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reassign_merge_request GlobalLevelNotifications#reassign_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reassign_merge_request GlobalLevelNotifications#reassign_merge_request}
---
@@ -1863,7 +1863,7 @@ public java.lang.Object getReopenIssue();
Enable notifications for reopened issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reopen_issue GlobalLevelNotifications#reopen_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reopen_issue GlobalLevelNotifications#reopen_issue}
---
@@ -1877,7 +1877,7 @@ public java.lang.Object getReopenMergeRequest();
Enable notifications for reopened merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reopen_merge_request GlobalLevelNotifications#reopen_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reopen_merge_request GlobalLevelNotifications#reopen_merge_request}
---
@@ -1891,7 +1891,7 @@ public java.lang.Object getSuccessPipeline();
Enable notifications for successful pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
---
diff --git a/docs/globalLevelNotifications.python.md b/docs/globalLevelNotifications.python.md
index 145c385ba..091abdd9b 100644
--- a/docs/globalLevelNotifications.python.md
+++ b/docs/globalLevelNotifications.python.md
@@ -4,7 +4,7 @@
### GlobalLevelNotifications
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications gitlab_global_level_notifications}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications gitlab_global_level_notifications}.
#### Initializers
@@ -140,7 +140,7 @@ Must be unique amongst siblings in the same scope
Enable notifications for closed issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#close_issue GlobalLevelNotifications#close_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#close_issue GlobalLevelNotifications#close_issue}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for closed merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#close_merge_request GlobalLevelNotifications#close_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#close_merge_request GlobalLevelNotifications#close_merge_request}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for failed pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#failed_pipeline GlobalLevelNotifications#failed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#failed_pipeline GlobalLevelNotifications#failed_pipeline}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for fixed pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#fixed_pipeline GlobalLevelNotifications#fixed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#fixed_pipeline GlobalLevelNotifications#fixed_pipeline}
---
@@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for due issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#issue_due GlobalLevelNotifications#issue_due}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#issue_due GlobalLevelNotifications#issue_due}
---
@@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The level of the notification. Valid values are: `disabled`, `participating`, `watch`, `global`, `mention`, `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
---
@@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merged merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#merge_merge_request GlobalLevelNotifications#merge_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#merge_merge_request GlobalLevelNotifications#merge_merge_request}
---
@@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merged merge requests when the pipeline succeeds. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#merge_when_pipeline_succeeds GlobalLevelNotifications#merge_when_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#merge_when_pipeline_succeeds GlobalLevelNotifications#merge_when_pipeline_succeeds}
---
@@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for moved projects. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#moved_project GlobalLevelNotifications#moved_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#moved_project GlobalLevelNotifications#moved_project}
---
@@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for new issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_issue GlobalLevelNotifications#new_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_issue GlobalLevelNotifications#new_issue}
---
@@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for new merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_merge_request GlobalLevelNotifications#new_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_merge_request GlobalLevelNotifications#new_merge_request}
---
@@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for new notes on merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_note GlobalLevelNotifications#new_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_note GlobalLevelNotifications#new_note}
---
@@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for push to merge request branches. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#push_to_merge_request GlobalLevelNotifications#push_to_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#push_to_merge_request GlobalLevelNotifications#push_to_merge_request}
---
@@ -270,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for issue reassignments. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reassign_issue GlobalLevelNotifications#reassign_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reassign_issue GlobalLevelNotifications#reassign_issue}
---
@@ -280,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merge request reassignments. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reassign_merge_request GlobalLevelNotifications#reassign_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reassign_merge_request GlobalLevelNotifications#reassign_merge_request}
---
@@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for reopened issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reopen_issue GlobalLevelNotifications#reopen_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reopen_issue GlobalLevelNotifications#reopen_issue}
---
@@ -300,7 +300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for reopened merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reopen_merge_request GlobalLevelNotifications#reopen_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reopen_merge_request GlobalLevelNotifications#reopen_merge_request}
---
@@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for successful pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
---
@@ -909,7 +909,7 @@ The construct id used in the generated config for the GlobalLevelNotifications t
The id of the existing GlobalLevelNotifications that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#import import section} in the documentation of this resource for the id to use
---
@@ -1659,7 +1659,7 @@ close_issue: typing.Union[bool, IResolvable]
Enable notifications for closed issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#close_issue GlobalLevelNotifications#close_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#close_issue GlobalLevelNotifications#close_issue}
---
@@ -1673,7 +1673,7 @@ close_merge_request: typing.Union[bool, IResolvable]
Enable notifications for closed merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#close_merge_request GlobalLevelNotifications#close_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#close_merge_request GlobalLevelNotifications#close_merge_request}
---
@@ -1687,7 +1687,7 @@ failed_pipeline: typing.Union[bool, IResolvable]
Enable notifications for failed pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#failed_pipeline GlobalLevelNotifications#failed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#failed_pipeline GlobalLevelNotifications#failed_pipeline}
---
@@ -1701,7 +1701,7 @@ fixed_pipeline: typing.Union[bool, IResolvable]
Enable notifications for fixed pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#fixed_pipeline GlobalLevelNotifications#fixed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#fixed_pipeline GlobalLevelNotifications#fixed_pipeline}
---
@@ -1715,7 +1715,7 @@ issue_due: typing.Union[bool, IResolvable]
Enable notifications for due issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#issue_due GlobalLevelNotifications#issue_due}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#issue_due GlobalLevelNotifications#issue_due}
---
@@ -1729,7 +1729,7 @@ level: str
The level of the notification. Valid values are: `disabled`, `participating`, `watch`, `global`, `mention`, `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
---
@@ -1743,7 +1743,7 @@ merge_merge_request: typing.Union[bool, IResolvable]
Enable notifications for merged merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#merge_merge_request GlobalLevelNotifications#merge_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#merge_merge_request GlobalLevelNotifications#merge_merge_request}
---
@@ -1757,7 +1757,7 @@ merge_when_pipeline_succeeds: typing.Union[bool, IResolvable]
Enable notifications for merged merge requests when the pipeline succeeds. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#merge_when_pipeline_succeeds GlobalLevelNotifications#merge_when_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#merge_when_pipeline_succeeds GlobalLevelNotifications#merge_when_pipeline_succeeds}
---
@@ -1771,7 +1771,7 @@ moved_project: typing.Union[bool, IResolvable]
Enable notifications for moved projects. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#moved_project GlobalLevelNotifications#moved_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#moved_project GlobalLevelNotifications#moved_project}
---
@@ -1785,7 +1785,7 @@ new_issue: typing.Union[bool, IResolvable]
Enable notifications for new issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_issue GlobalLevelNotifications#new_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_issue GlobalLevelNotifications#new_issue}
---
@@ -1799,7 +1799,7 @@ new_merge_request: typing.Union[bool, IResolvable]
Enable notifications for new merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_merge_request GlobalLevelNotifications#new_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_merge_request GlobalLevelNotifications#new_merge_request}
---
@@ -1813,7 +1813,7 @@ new_note: typing.Union[bool, IResolvable]
Enable notifications for new notes on merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_note GlobalLevelNotifications#new_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_note GlobalLevelNotifications#new_note}
---
@@ -1827,7 +1827,7 @@ push_to_merge_request: typing.Union[bool, IResolvable]
Enable notifications for push to merge request branches. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#push_to_merge_request GlobalLevelNotifications#push_to_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#push_to_merge_request GlobalLevelNotifications#push_to_merge_request}
---
@@ -1841,7 +1841,7 @@ reassign_issue: typing.Union[bool, IResolvable]
Enable notifications for issue reassignments. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reassign_issue GlobalLevelNotifications#reassign_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reassign_issue GlobalLevelNotifications#reassign_issue}
---
@@ -1855,7 +1855,7 @@ reassign_merge_request: typing.Union[bool, IResolvable]
Enable notifications for merge request reassignments. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reassign_merge_request GlobalLevelNotifications#reassign_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reassign_merge_request GlobalLevelNotifications#reassign_merge_request}
---
@@ -1869,7 +1869,7 @@ reopen_issue: typing.Union[bool, IResolvable]
Enable notifications for reopened issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reopen_issue GlobalLevelNotifications#reopen_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reopen_issue GlobalLevelNotifications#reopen_issue}
---
@@ -1883,7 +1883,7 @@ reopen_merge_request: typing.Union[bool, IResolvable]
Enable notifications for reopened merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reopen_merge_request GlobalLevelNotifications#reopen_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reopen_merge_request GlobalLevelNotifications#reopen_merge_request}
---
@@ -1897,7 +1897,7 @@ success_pipeline: typing.Union[bool, IResolvable]
Enable notifications for successful pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
---
diff --git a/docs/globalLevelNotifications.typescript.md b/docs/globalLevelNotifications.typescript.md
index c945b2593..520dbfda6 100644
--- a/docs/globalLevelNotifications.typescript.md
+++ b/docs/globalLevelNotifications.typescript.md
@@ -4,7 +4,7 @@
### GlobalLevelNotifications
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications gitlab_global_level_notifications}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications gitlab_global_level_notifications}.
#### Initializers
@@ -593,7 +593,7 @@ The construct id used in the generated config for the GlobalLevelNotifications t
The id of the existing GlobalLevelNotifications that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#import import section} in the documentation of this resource for the id to use
---
@@ -1317,7 +1317,7 @@ public readonly closeIssue: boolean | IResolvable;
Enable notifications for closed issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#close_issue GlobalLevelNotifications#close_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#close_issue GlobalLevelNotifications#close_issue}
---
@@ -1331,7 +1331,7 @@ public readonly closeMergeRequest: boolean | IResolvable;
Enable notifications for closed merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#close_merge_request GlobalLevelNotifications#close_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#close_merge_request GlobalLevelNotifications#close_merge_request}
---
@@ -1345,7 +1345,7 @@ public readonly failedPipeline: boolean | IResolvable;
Enable notifications for failed pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#failed_pipeline GlobalLevelNotifications#failed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#failed_pipeline GlobalLevelNotifications#failed_pipeline}
---
@@ -1359,7 +1359,7 @@ public readonly fixedPipeline: boolean | IResolvable;
Enable notifications for fixed pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#fixed_pipeline GlobalLevelNotifications#fixed_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#fixed_pipeline GlobalLevelNotifications#fixed_pipeline}
---
@@ -1373,7 +1373,7 @@ public readonly issueDue: boolean | IResolvable;
Enable notifications for due issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#issue_due GlobalLevelNotifications#issue_due}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#issue_due GlobalLevelNotifications#issue_due}
---
@@ -1387,7 +1387,7 @@ public readonly level: string;
The level of the notification. Valid values are: `disabled`, `participating`, `watch`, `global`, `mention`, `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#level GlobalLevelNotifications#level}
---
@@ -1401,7 +1401,7 @@ public readonly mergeMergeRequest: boolean | IResolvable;
Enable notifications for merged merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#merge_merge_request GlobalLevelNotifications#merge_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#merge_merge_request GlobalLevelNotifications#merge_merge_request}
---
@@ -1415,7 +1415,7 @@ public readonly mergeWhenPipelineSucceeds: boolean | IResolvable;
Enable notifications for merged merge requests when the pipeline succeeds. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#merge_when_pipeline_succeeds GlobalLevelNotifications#merge_when_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#merge_when_pipeline_succeeds GlobalLevelNotifications#merge_when_pipeline_succeeds}
---
@@ -1429,7 +1429,7 @@ public readonly movedProject: boolean | IResolvable;
Enable notifications for moved projects. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#moved_project GlobalLevelNotifications#moved_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#moved_project GlobalLevelNotifications#moved_project}
---
@@ -1443,7 +1443,7 @@ public readonly newIssue: boolean | IResolvable;
Enable notifications for new issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_issue GlobalLevelNotifications#new_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_issue GlobalLevelNotifications#new_issue}
---
@@ -1457,7 +1457,7 @@ public readonly newMergeRequest: boolean | IResolvable;
Enable notifications for new merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_merge_request GlobalLevelNotifications#new_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_merge_request GlobalLevelNotifications#new_merge_request}
---
@@ -1471,7 +1471,7 @@ public readonly newNote: boolean | IResolvable;
Enable notifications for new notes on merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#new_note GlobalLevelNotifications#new_note}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#new_note GlobalLevelNotifications#new_note}
---
@@ -1485,7 +1485,7 @@ public readonly pushToMergeRequest: boolean | IResolvable;
Enable notifications for push to merge request branches. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#push_to_merge_request GlobalLevelNotifications#push_to_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#push_to_merge_request GlobalLevelNotifications#push_to_merge_request}
---
@@ -1499,7 +1499,7 @@ public readonly reassignIssue: boolean | IResolvable;
Enable notifications for issue reassignments. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reassign_issue GlobalLevelNotifications#reassign_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reassign_issue GlobalLevelNotifications#reassign_issue}
---
@@ -1513,7 +1513,7 @@ public readonly reassignMergeRequest: boolean | IResolvable;
Enable notifications for merge request reassignments. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reassign_merge_request GlobalLevelNotifications#reassign_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reassign_merge_request GlobalLevelNotifications#reassign_merge_request}
---
@@ -1527,7 +1527,7 @@ public readonly reopenIssue: boolean | IResolvable;
Enable notifications for reopened issues. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reopen_issue GlobalLevelNotifications#reopen_issue}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reopen_issue GlobalLevelNotifications#reopen_issue}
---
@@ -1541,7 +1541,7 @@ public readonly reopenMergeRequest: boolean | IResolvable;
Enable notifications for reopened merge requests. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#reopen_merge_request GlobalLevelNotifications#reopen_merge_request}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#reopen_merge_request GlobalLevelNotifications#reopen_merge_request}
---
@@ -1555,7 +1555,7 @@ public readonly successPipeline: boolean | IResolvable;
Enable notifications for successful pipelines. Can only be used when `level` is `custom`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/global_level_notifications#success_pipeline GlobalLevelNotifications#success_pipeline}
---
diff --git a/docs/group.csharp.md b/docs/group.csharp.md
index b40a5d29b..922166171 100644
--- a/docs/group.csharp.md
+++ b/docs/group.csharp.md
@@ -4,7 +4,7 @@
### Group
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group gitlab_group}.
#### Initializers
@@ -75,6 +75,7 @@ Must be unique amongst siblings in the same scope
| MoveToId
| Moves this resource to the resource corresponding to "id". |
| PutDefaultBranchProtectionDefaults
| *No description.* |
| PutPushRules
| *No description.* |
+| ResetAllowedEmailDomainsList
| *No description.* |
| ResetAutoDevopsEnabled
| *No description.* |
| ResetAvatar
| *No description.* |
| ResetAvatarHash
| *No description.* |
@@ -418,6 +419,12 @@ private void PutPushRules(GroupPushRules Value)
---
+##### `ResetAllowedEmailDomainsList`
+
+```csharp
+private void ResetAllowedEmailDomainsList()
+```
+
##### `ResetAutoDevopsEnabled`
```csharp
@@ -689,7 +696,7 @@ The construct id used in the generated config for the Group to import.
The id of the existing Group that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#import import section} in the documentation of this resource for the id to use
---
@@ -726,6 +733,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| PushRules
| GroupPushRulesOutputReference
| *No description.* |
| RunnersToken
| string
| *No description.* |
| WebUrl
| string
| *No description.* |
+| AllowedEmailDomainsListInput
| string[]
| *No description.* |
| AutoDevopsEnabledInput
| object
| *No description.* |
| AvatarHashInput
| string
| *No description.* |
| AvatarInput
| string
| *No description.* |
@@ -756,6 +764,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| TwoFactorGracePeriodInput
| double
| *No description.* |
| VisibilityLevelInput
| string
| *No description.* |
| WikiAccessLevelInput
| string
| *No description.* |
+| AllowedEmailDomainsList
| string[]
| *No description.* |
| AutoDevopsEnabled
| object
| *No description.* |
| Avatar
| string
| *No description.* |
| AvatarHash
| string
| *No description.* |
@@ -999,6 +1008,16 @@ public string WebUrl { get; }
---
+##### `AllowedEmailDomainsListInput`Optional
+
+```csharp
+public string[] AllowedEmailDomainsListInput { get; }
+```
+
+- *Type:* string[]
+
+---
+
##### `AutoDevopsEnabledInput`Optional
```csharp
@@ -1299,6 +1318,16 @@ public string WikiAccessLevelInput { get; }
---
+##### `AllowedEmailDomainsList`Required
+
+```csharp
+public string[] AllowedEmailDomainsList { get; }
+```
+
+- *Type:* string[]
+
+---
+
##### `AutoDevopsEnabled`Required
```csharp
@@ -1616,6 +1645,7 @@ new GroupConfig {
object[] Provisioners = null,
string Name,
string Path,
+ string[] AllowedEmailDomainsList = null,
object AutoDevopsEnabled = null,
string Avatar = null,
string AvatarHash = null,
@@ -1660,6 +1690,7 @@ new GroupConfig {
| Provisioners
| object[]
| *No description.* |
| Name
| string
| The name of the group. |
| Path
| string
| The path of the group. |
+| AllowedEmailDomainsList
| string[]
| A list of email address domains to allow group access. Will be concatenated together into a comma separated string. |
| AutoDevopsEnabled
| object
| Default to Auto DevOps pipeline for all projects within this group. |
| Avatar
| string
| A local path to the avatar image to upload. **Note**: not available for imported resources. |
| AvatarHash
| string
| The hash of the avatar image. |
@@ -1669,7 +1700,7 @@ new GroupConfig {
| Description
| string
| The group's description. |
| EmailsEnabled
| object
| Enable email notifications. |
| ExtraSharedRunnersMinutesLimit
| double
| Can be set by administrators only. Additional CI/CD minutes for this group. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#id Group#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}. |
| IpRestrictionRanges
| string[]
| A list of IP addresses or subnet masks to restrict group access. |
| LfsEnabled
| object
| Enable/disable Large File Storage (LFS) for the projects in this group. |
| MembershipLock
| object
| Users cannot be added to projects in this group. |
@@ -1771,7 +1802,7 @@ public string Name { get; set; }
The name of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#name Group#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#name Group#name}
---
@@ -1785,7 +1816,21 @@ public string Path { get; set; }
The path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#path Group#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#path Group#path}
+
+---
+
+##### `AllowedEmailDomainsList`Optional
+
+```csharp
+public string[] AllowedEmailDomainsList { get; set; }
+```
+
+- *Type:* string[]
+
+A list of email address domains to allow group access. Will be concatenated together into a comma separated string.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_email_domains_list Group#allowed_email_domains_list}
---
@@ -1799,7 +1844,7 @@ public object AutoDevopsEnabled { get; set; }
Default to Auto DevOps pipeline for all projects within this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
---
@@ -1813,7 +1858,7 @@ public string Avatar { get; set; }
A local path to the avatar image to upload. **Note**: not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#avatar Group#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#avatar Group#avatar}
---
@@ -1829,7 +1874,7 @@ The hash of the avatar image.
Use `filesha256("path/to/avatar.png")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#avatar_hash Group#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#avatar_hash Group#avatar_hash}
---
@@ -1843,7 +1888,7 @@ public string DefaultBranch { get; set; }
Initial default branch name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch Group#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch Group#default_branch}
---
@@ -1857,7 +1902,7 @@ public double DefaultBranchProtection { get; set; }
See https://docs.gitlab.com/ee/api/groups.html#options-for-default_branch_protection. Valid values are: `0`, `1`, `2`, `3`, `4`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch_protection Group#default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch_protection Group#default_branch_protection}
---
@@ -1871,7 +1916,7 @@ public GroupDefaultBranchProtectionDefaults DefaultBranchProtectionDefaults { ge
default_branch_protection_defaults block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
---
@@ -1885,7 +1930,7 @@ public string Description { get; set; }
The group's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#description Group#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#description Group#description}
---
@@ -1899,7 +1944,7 @@ public object EmailsEnabled { get; set; }
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#emails_enabled Group#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#emails_enabled Group#emails_enabled}
---
@@ -1913,7 +1958,7 @@ public double ExtraSharedRunnersMinutesLimit { get; set; }
Can be set by administrators only. Additional CI/CD minutes for this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
---
@@ -1925,7 +1970,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#id Group#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1944,7 +1989,7 @@ A list of IP addresses or subnet masks to restrict group access.
Will be concatenated together into a comma separated string. Only allowed on top level groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
---
@@ -1958,7 +2003,7 @@ public object LfsEnabled { get; set; }
Enable/disable Large File Storage (LFS) for the projects in this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
---
@@ -1972,7 +2017,7 @@ public object MembershipLock { get; set; }
Users cannot be added to projects in this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#membership_lock Group#membership_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#membership_lock Group#membership_lock}
---
@@ -1986,7 +2031,7 @@ public object MentionsDisabled { get; set; }
Disable the capability of a group from getting mentioned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
---
@@ -2000,7 +2045,7 @@ public double ParentId { get; set; }
Id of the parent group (creates a nested group).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#parent_id Group#parent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#parent_id Group#parent_id}
---
@@ -2016,7 +2061,7 @@ Whether the group should be permanently removed during a `delete` operation.
This only works with subgroups. Must be configured via an `apply` before the `destroy` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
---
@@ -2030,7 +2075,7 @@ public object PreventForkingOutsideGroup { get; set; }
Defaults to false. When enabled, users can not fork projects from this group to external namespaces.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
---
@@ -2044,7 +2089,7 @@ public string ProjectCreationLevel { get; set; }
Determine if developers can create projects in the group. Valid values are: `noone`, `maintainer`, `developer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#project_creation_level Group#project_creation_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#project_creation_level Group#project_creation_level}
---
@@ -2058,7 +2103,7 @@ public GroupPushRules PushRules { get; set; }
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#push_rules Group#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#push_rules Group#push_rules}
---
@@ -2072,7 +2117,7 @@ public object RequestAccessEnabled { get; set; }
Allow users to request member access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#request_access_enabled Group#request_access_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#request_access_enabled Group#request_access_enabled}
---
@@ -2086,7 +2131,7 @@ public object RequireTwoFactorAuthentication { get; set; }
Require all users in this group to setup Two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
---
@@ -2102,7 +2147,7 @@ Can be set by administrators only.
Maximum number of monthly CI/CD minutes for this group. Can be nil (default; inherit system default), 0 (unlimited), or > 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
---
@@ -2116,7 +2161,7 @@ public string SharedRunnersSetting { get; set; }
Enable or disable shared runners for a group’s subgroups and projects. Valid values are: `enabled`, `disabled_and_overridable`, `disabled_and_unoverridable`, `disabled_with_override`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
---
@@ -2130,7 +2175,7 @@ public object ShareWithGroupLock { get; set; }
Prevent sharing a project with another group within this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
---
@@ -2144,7 +2189,7 @@ public string SubgroupCreationLevel { get; set; }
Allowed to create subgroups. Valid values are: `owner`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
---
@@ -2158,7 +2203,7 @@ public double TwoFactorGracePeriod { get; set; }
Defaults to 48. Time before Two-factor authentication is enforced (in hours).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
---
@@ -2172,7 +2217,7 @@ public string VisibilityLevel { get; set; }
The group's visibility. Can be `private`, `internal`, or `public`. Valid values are: `private`, `internal`, `public`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#visibility_level Group#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#visibility_level Group#visibility_level}
---
@@ -2186,7 +2231,7 @@ public string WikiAccessLevel { get; set; }
The group's wiki access level. Only available on Premium and Ultimate plans. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#wiki_access_level Group#wiki_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#wiki_access_level Group#wiki_access_level}
---
@@ -2226,7 +2271,7 @@ public string[] AllowedToMerge { get; set; }
An array of access levels allowed to merge. Valid values are: `developer`, `maintainer`, `no one`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
---
@@ -2240,7 +2285,7 @@ public string[] AllowedToPush { get; set; }
An array of access levels allowed to push. Valid values are: `developer`, `maintainer`, `no one`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allowed_to_push Group#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_to_push Group#allowed_to_push}
---
@@ -2254,7 +2299,7 @@ public object AllowForcePush { get; set; }
Allow force push for all users with push access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allow_force_push Group#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allow_force_push Group#allow_force_push}
---
@@ -2268,7 +2313,7 @@ public object DeveloperCanInitialPush { get; set; }
Allow developers to initial push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
---
@@ -2326,7 +2371,7 @@ public string AuthorEmailRegex { get; set; }
All commit author emails must match this regex, e.g. `@my-company.com$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#author_email_regex Group#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#author_email_regex Group#author_email_regex}
---
@@ -2340,7 +2385,7 @@ public string BranchNameRegex { get; set; }
All branch names must match this regex, e.g. `(feature|hotfix)\/*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#branch_name_regex Group#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#branch_name_regex Group#branch_name_regex}
---
@@ -2356,7 +2401,7 @@ Only commits pushed using verified emails are allowed.
**Note** This attribute is only supported in GitLab versions >= 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_committer_check Group#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_committer_check Group#commit_committer_check}
---
@@ -2370,7 +2415,7 @@ public object CommitCommitterNameCheck { get; set; }
Users can only push commits to this repository if the commit author name is consistent with their GitLab account name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
---
@@ -2384,7 +2429,7 @@ public string CommitMessageNegativeRegex { get; set; }
No commit message is allowed to match this regex, for example `ssh\:\/\/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
---
@@ -2398,7 +2443,7 @@ public string CommitMessageRegex { get; set; }
All commit messages must match this regex, e.g. `Fixed \d+\..*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_message_regex Group#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_message_regex Group#commit_message_regex}
---
@@ -2412,7 +2457,7 @@ public object DenyDeleteTag { get; set; }
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
---
@@ -2426,7 +2471,7 @@ public string FileNameRegex { get; set; }
Filenames matching the regular expression provided in this attribute are not allowed, for example, `(jar|exe)$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#file_name_regex Group#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#file_name_regex Group#file_name_regex}
---
@@ -2440,7 +2485,7 @@ public double MaxFileSize { get; set; }
Maximum file size (MB) allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#max_file_size Group#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#max_file_size Group#max_file_size}
---
@@ -2454,7 +2499,7 @@ public object MemberCheck { get; set; }
Allows only GitLab users to author commits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#member_check Group#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#member_check Group#member_check}
---
@@ -2468,7 +2513,7 @@ public object PreventSecrets { get; set; }
GitLab will reject any files that are likely to contain secrets.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
---
@@ -2482,7 +2527,7 @@ public object RejectNonDcoCommits { get; set; }
Reject commit when it’s not DCO certified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
---
@@ -2496,7 +2541,7 @@ public object RejectUnsignedCommits { get; set; }
Only commits signed through GPG are allowed. **Note** This attribute is only supported in GitLab versions >= 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
---
diff --git a/docs/group.go.md b/docs/group.go.md
index 1c0cb775c..04fbff6f9 100644
--- a/docs/group.go.md
+++ b/docs/group.go.md
@@ -4,7 +4,7 @@
### Group
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group gitlab_group}.
#### Initializers
@@ -75,6 +75,7 @@ Must be unique amongst siblings in the same scope
| MoveToId
| Moves this resource to the resource corresponding to "id". |
| PutDefaultBranchProtectionDefaults
| *No description.* |
| PutPushRules
| *No description.* |
+| ResetAllowedEmailDomainsList
| *No description.* |
| ResetAutoDevopsEnabled
| *No description.* |
| ResetAvatar
| *No description.* |
| ResetAvatarHash
| *No description.* |
@@ -418,6 +419,12 @@ func PutPushRules(value GroupPushRules)
---
+##### `ResetAllowedEmailDomainsList`
+
+```go
+func ResetAllowedEmailDomainsList()
+```
+
##### `ResetAutoDevopsEnabled`
```go
@@ -689,7 +696,7 @@ The construct id used in the generated config for the Group to import.
The id of the existing Group that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#import import section} in the documentation of this resource for the id to use
---
@@ -726,6 +733,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| PushRules
| GroupPushRulesOutputReference
| *No description.* |
| RunnersToken
| *string
| *No description.* |
| WebUrl
| *string
| *No description.* |
+| AllowedEmailDomainsListInput
| *[]*string
| *No description.* |
| AutoDevopsEnabledInput
| interface{}
| *No description.* |
| AvatarHashInput
| *string
| *No description.* |
| AvatarInput
| *string
| *No description.* |
@@ -756,6 +764,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| TwoFactorGracePeriodInput
| *f64
| *No description.* |
| VisibilityLevelInput
| *string
| *No description.* |
| WikiAccessLevelInput
| *string
| *No description.* |
+| AllowedEmailDomainsList
| *[]*string
| *No description.* |
| AutoDevopsEnabled
| interface{}
| *No description.* |
| Avatar
| *string
| *No description.* |
| AvatarHash
| *string
| *No description.* |
@@ -999,6 +1008,16 @@ func WebUrl() *string
---
+##### `AllowedEmailDomainsListInput`Optional
+
+```go
+func AllowedEmailDomainsListInput() *[]*string
+```
+
+- *Type:* *[]*string
+
+---
+
##### `AutoDevopsEnabledInput`Optional
```go
@@ -1299,6 +1318,16 @@ func WikiAccessLevelInput() *string
---
+##### `AllowedEmailDomainsList`Required
+
+```go
+func AllowedEmailDomainsList() *[]*string
+```
+
+- *Type:* *[]*string
+
+---
+
##### `AutoDevopsEnabled`Required
```go
@@ -1616,6 +1645,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/group"
Provisioners: *[]interface{},
Name: *string,
Path: *string,
+ AllowedEmailDomainsList: *[]*string,
AutoDevopsEnabled: interface{},
Avatar: *string,
AvatarHash: *string,
@@ -1660,6 +1690,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/group"
| Provisioners
| *[]interface{}
| *No description.* |
| Name
| *string
| The name of the group. |
| Path
| *string
| The path of the group. |
+| AllowedEmailDomainsList
| *[]*string
| A list of email address domains to allow group access. Will be concatenated together into a comma separated string. |
| AutoDevopsEnabled
| interface{}
| Default to Auto DevOps pipeline for all projects within this group. |
| Avatar
| *string
| A local path to the avatar image to upload. **Note**: not available for imported resources. |
| AvatarHash
| *string
| The hash of the avatar image. |
@@ -1669,7 +1700,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/group"
| Description
| *string
| The group's description. |
| EmailsEnabled
| interface{}
| Enable email notifications. |
| ExtraSharedRunnersMinutesLimit
| *f64
| Can be set by administrators only. Additional CI/CD minutes for this group. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#id Group#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}. |
| IpRestrictionRanges
| *[]*string
| A list of IP addresses or subnet masks to restrict group access. |
| LfsEnabled
| interface{}
| Enable/disable Large File Storage (LFS) for the projects in this group. |
| MembershipLock
| interface{}
| Users cannot be added to projects in this group. |
@@ -1771,7 +1802,7 @@ Name *string
The name of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#name Group#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#name Group#name}
---
@@ -1785,7 +1816,21 @@ Path *string
The path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#path Group#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#path Group#path}
+
+---
+
+##### `AllowedEmailDomainsList`Optional
+
+```go
+AllowedEmailDomainsList *[]*string
+```
+
+- *Type:* *[]*string
+
+A list of email address domains to allow group access. Will be concatenated together into a comma separated string.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_email_domains_list Group#allowed_email_domains_list}
---
@@ -1799,7 +1844,7 @@ AutoDevopsEnabled interface{}
Default to Auto DevOps pipeline for all projects within this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
---
@@ -1813,7 +1858,7 @@ Avatar *string
A local path to the avatar image to upload. **Note**: not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#avatar Group#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#avatar Group#avatar}
---
@@ -1829,7 +1874,7 @@ The hash of the avatar image.
Use `filesha256("path/to/avatar.png")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#avatar_hash Group#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#avatar_hash Group#avatar_hash}
---
@@ -1843,7 +1888,7 @@ DefaultBranch *string
Initial default branch name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch Group#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch Group#default_branch}
---
@@ -1857,7 +1902,7 @@ DefaultBranchProtection *f64
See https://docs.gitlab.com/ee/api/groups.html#options-for-default_branch_protection. Valid values are: `0`, `1`, `2`, `3`, `4`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch_protection Group#default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch_protection Group#default_branch_protection}
---
@@ -1871,7 +1916,7 @@ DefaultBranchProtectionDefaults GroupDefaultBranchProtectionDefaults
default_branch_protection_defaults block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
---
@@ -1885,7 +1930,7 @@ Description *string
The group's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#description Group#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#description Group#description}
---
@@ -1899,7 +1944,7 @@ EmailsEnabled interface{}
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#emails_enabled Group#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#emails_enabled Group#emails_enabled}
---
@@ -1913,7 +1958,7 @@ ExtraSharedRunnersMinutesLimit *f64
Can be set by administrators only. Additional CI/CD minutes for this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
---
@@ -1925,7 +1970,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#id Group#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1944,7 +1989,7 @@ A list of IP addresses or subnet masks to restrict group access.
Will be concatenated together into a comma separated string. Only allowed on top level groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
---
@@ -1958,7 +2003,7 @@ LfsEnabled interface{}
Enable/disable Large File Storage (LFS) for the projects in this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
---
@@ -1972,7 +2017,7 @@ MembershipLock interface{}
Users cannot be added to projects in this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#membership_lock Group#membership_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#membership_lock Group#membership_lock}
---
@@ -1986,7 +2031,7 @@ MentionsDisabled interface{}
Disable the capability of a group from getting mentioned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
---
@@ -2000,7 +2045,7 @@ ParentId *f64
Id of the parent group (creates a nested group).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#parent_id Group#parent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#parent_id Group#parent_id}
---
@@ -2016,7 +2061,7 @@ Whether the group should be permanently removed during a `delete` operation.
This only works with subgroups. Must be configured via an `apply` before the `destroy` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
---
@@ -2030,7 +2075,7 @@ PreventForkingOutsideGroup interface{}
Defaults to false. When enabled, users can not fork projects from this group to external namespaces.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
---
@@ -2044,7 +2089,7 @@ ProjectCreationLevel *string
Determine if developers can create projects in the group. Valid values are: `noone`, `maintainer`, `developer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#project_creation_level Group#project_creation_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#project_creation_level Group#project_creation_level}
---
@@ -2058,7 +2103,7 @@ PushRules GroupPushRules
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#push_rules Group#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#push_rules Group#push_rules}
---
@@ -2072,7 +2117,7 @@ RequestAccessEnabled interface{}
Allow users to request member access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#request_access_enabled Group#request_access_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#request_access_enabled Group#request_access_enabled}
---
@@ -2086,7 +2131,7 @@ RequireTwoFactorAuthentication interface{}
Require all users in this group to setup Two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
---
@@ -2102,7 +2147,7 @@ Can be set by administrators only.
Maximum number of monthly CI/CD minutes for this group. Can be nil (default; inherit system default), 0 (unlimited), or > 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
---
@@ -2116,7 +2161,7 @@ SharedRunnersSetting *string
Enable or disable shared runners for a group’s subgroups and projects. Valid values are: `enabled`, `disabled_and_overridable`, `disabled_and_unoverridable`, `disabled_with_override`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
---
@@ -2130,7 +2175,7 @@ ShareWithGroupLock interface{}
Prevent sharing a project with another group within this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
---
@@ -2144,7 +2189,7 @@ SubgroupCreationLevel *string
Allowed to create subgroups. Valid values are: `owner`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
---
@@ -2158,7 +2203,7 @@ TwoFactorGracePeriod *f64
Defaults to 48. Time before Two-factor authentication is enforced (in hours).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
---
@@ -2172,7 +2217,7 @@ VisibilityLevel *string
The group's visibility. Can be `private`, `internal`, or `public`. Valid values are: `private`, `internal`, `public`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#visibility_level Group#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#visibility_level Group#visibility_level}
---
@@ -2186,7 +2231,7 @@ WikiAccessLevel *string
The group's wiki access level. Only available on Premium and Ultimate plans. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#wiki_access_level Group#wiki_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#wiki_access_level Group#wiki_access_level}
---
@@ -2226,7 +2271,7 @@ AllowedToMerge *[]*string
An array of access levels allowed to merge. Valid values are: `developer`, `maintainer`, `no one`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
---
@@ -2240,7 +2285,7 @@ AllowedToPush *[]*string
An array of access levels allowed to push. Valid values are: `developer`, `maintainer`, `no one`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allowed_to_push Group#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_to_push Group#allowed_to_push}
---
@@ -2254,7 +2299,7 @@ AllowForcePush interface{}
Allow force push for all users with push access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allow_force_push Group#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allow_force_push Group#allow_force_push}
---
@@ -2268,7 +2313,7 @@ DeveloperCanInitialPush interface{}
Allow developers to initial push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
---
@@ -2326,7 +2371,7 @@ AuthorEmailRegex *string
All commit author emails must match this regex, e.g. `@my-company.com$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#author_email_regex Group#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#author_email_regex Group#author_email_regex}
---
@@ -2340,7 +2385,7 @@ BranchNameRegex *string
All branch names must match this regex, e.g. `(feature|hotfix)\/*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#branch_name_regex Group#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#branch_name_regex Group#branch_name_regex}
---
@@ -2356,7 +2401,7 @@ Only commits pushed using verified emails are allowed.
**Note** This attribute is only supported in GitLab versions >= 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_committer_check Group#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_committer_check Group#commit_committer_check}
---
@@ -2370,7 +2415,7 @@ CommitCommitterNameCheck interface{}
Users can only push commits to this repository if the commit author name is consistent with their GitLab account name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
---
@@ -2384,7 +2429,7 @@ CommitMessageNegativeRegex *string
No commit message is allowed to match this regex, for example `ssh\:\/\/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
---
@@ -2398,7 +2443,7 @@ CommitMessageRegex *string
All commit messages must match this regex, e.g. `Fixed \d+\..*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_message_regex Group#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_message_regex Group#commit_message_regex}
---
@@ -2412,7 +2457,7 @@ DenyDeleteTag interface{}
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
---
@@ -2426,7 +2471,7 @@ FileNameRegex *string
Filenames matching the regular expression provided in this attribute are not allowed, for example, `(jar|exe)$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#file_name_regex Group#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#file_name_regex Group#file_name_regex}
---
@@ -2440,7 +2485,7 @@ MaxFileSize *f64
Maximum file size (MB) allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#max_file_size Group#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#max_file_size Group#max_file_size}
---
@@ -2454,7 +2499,7 @@ MemberCheck interface{}
Allows only GitLab users to author commits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#member_check Group#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#member_check Group#member_check}
---
@@ -2468,7 +2513,7 @@ PreventSecrets interface{}
GitLab will reject any files that are likely to contain secrets.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
---
@@ -2482,7 +2527,7 @@ RejectNonDcoCommits interface{}
Reject commit when it’s not DCO certified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
---
@@ -2496,7 +2541,7 @@ RejectUnsignedCommits interface{}
Only commits signed through GPG are allowed. **Note** This attribute is only supported in GitLab versions >= 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
---
diff --git a/docs/group.java.md b/docs/group.java.md
index 8660b14d6..34326afff 100644
--- a/docs/group.java.md
+++ b/docs/group.java.md
@@ -4,7 +4,7 @@
### Group
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group gitlab_group}.
#### Initializers
@@ -25,6 +25,7 @@ Group.Builder.create(Construct scope, java.lang.String id)
// .provisioners(RemoteExecProvisioner>)
.name(java.lang.String)
.path(java.lang.String)
+// .allowedEmailDomainsList(java.util.List)
// .autoDevopsEnabled(java.lang.Boolean)
// .autoDevopsEnabled(IResolvable)
// .avatar(java.lang.String)
@@ -79,6 +80,7 @@ Group.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| name
| java.lang.String
| The name of the group. |
| path
| java.lang.String
| The path of the group. |
+| allowedEmailDomainsList
| java.util.List
| A list of email address domains to allow group access. Will be concatenated together into a comma separated string. |
| autoDevopsEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Default to Auto DevOps pipeline for all projects within this group. |
| avatar
| java.lang.String
| A local path to the avatar image to upload. **Note**: not available for imported resources. |
| avatarHash
| java.lang.String
| The hash of the avatar image. |
@@ -88,7 +90,7 @@ Group.Builder.create(Construct scope, java.lang.String id)
| description
| java.lang.String
| The group's description. |
| emailsEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable email notifications. |
| extraSharedRunnersMinutesLimit
| java.lang.Number
| Can be set by administrators only. Additional CI/CD minutes for this group. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#id Group#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}. |
| ipRestrictionRanges
| java.util.List
| A list of IP addresses or subnet masks to restrict group access. |
| lfsEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable/disable Large File Storage (LFS) for the projects in this group. |
| membershipLock
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Users cannot be added to projects in this group. |
@@ -176,7 +178,7 @@ Must be unique amongst siblings in the same scope
The name of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#name Group#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#name Group#name}
---
@@ -186,7 +188,17 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#path Group#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#path Group#path}
+
+---
+
+##### `allowedEmailDomainsList`Optional
+
+- *Type:* java.util.List
+
+A list of email address domains to allow group access. Will be concatenated together into a comma separated string.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_email_domains_list Group#allowed_email_domains_list}
---
@@ -196,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Default to Auto DevOps pipeline for all projects within this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
---
@@ -206,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A local path to the avatar image to upload. **Note**: not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#avatar Group#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#avatar Group#avatar}
---
@@ -218,7 +230,7 @@ The hash of the avatar image.
Use `filesha256("path/to/avatar.png")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#avatar_hash Group#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#avatar_hash Group#avatar_hash}
---
@@ -228,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Initial default branch name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch Group#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch Group#default_branch}
---
@@ -238,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
See https://docs.gitlab.com/ee/api/groups.html#options-for-default_branch_protection. Valid values are: `0`, `1`, `2`, `3`, `4`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch_protection Group#default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch_protection Group#default_branch_protection}
---
@@ -248,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
default_branch_protection_defaults block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
---
@@ -258,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The group's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#description Group#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#description Group#description}
---
@@ -268,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#emails_enabled Group#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#emails_enabled Group#emails_enabled}
---
@@ -278,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Can be set by administrators only. Additional CI/CD minutes for this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
---
@@ -286,7 +298,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#id Group#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -301,7 +313,7 @@ A list of IP addresses or subnet masks to restrict group access.
Will be concatenated together into a comma separated string. Only allowed on top level groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
---
@@ -311,7 +323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable/disable Large File Storage (LFS) for the projects in this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
---
@@ -321,7 +333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Users cannot be added to projects in this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#membership_lock Group#membership_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#membership_lock Group#membership_lock}
---
@@ -331,7 +343,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Disable the capability of a group from getting mentioned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
---
@@ -341,7 +353,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Id of the parent group (creates a nested group).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#parent_id Group#parent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#parent_id Group#parent_id}
---
@@ -353,7 +365,7 @@ Whether the group should be permanently removed during a `delete` operation.
This only works with subgroups. Must be configured via an `apply` before the `destroy` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
---
@@ -363,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Defaults to false. When enabled, users can not fork projects from this group to external namespaces.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
---
@@ -373,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determine if developers can create projects in the group. Valid values are: `noone`, `maintainer`, `developer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#project_creation_level Group#project_creation_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#project_creation_level Group#project_creation_level}
---
@@ -383,7 +395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#push_rules Group#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#push_rules Group#push_rules}
---
@@ -393,7 +405,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow users to request member access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#request_access_enabled Group#request_access_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#request_access_enabled Group#request_access_enabled}
---
@@ -403,7 +415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Require all users in this group to setup Two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
---
@@ -415,7 +427,7 @@ Can be set by administrators only.
Maximum number of monthly CI/CD minutes for this group. Can be nil (default; inherit system default), 0 (unlimited), or > 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
---
@@ -425,7 +437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable or disable shared runners for a group’s subgroups and projects. Valid values are: `enabled`, `disabled_and_overridable`, `disabled_and_unoverridable`, `disabled_with_override`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
---
@@ -435,7 +447,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Prevent sharing a project with another group within this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
---
@@ -445,7 +457,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allowed to create subgroups. Valid values are: `owner`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
---
@@ -455,7 +467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Defaults to 48. Time before Two-factor authentication is enforced (in hours).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
---
@@ -465,7 +477,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The group's visibility. Can be `private`, `internal`, or `public`. Valid values are: `private`, `internal`, `public`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#visibility_level Group#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#visibility_level Group#visibility_level}
---
@@ -475,7 +487,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The group's wiki access level. Only available on Premium and Ultimate plans. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#wiki_access_level Group#wiki_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#wiki_access_level Group#wiki_access_level}
---
@@ -508,6 +520,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
| moveToId
| Moves this resource to the resource corresponding to "id". |
| putDefaultBranchProtectionDefaults
| *No description.* |
| putPushRules
| *No description.* |
+| resetAllowedEmailDomainsList
| *No description.* |
| resetAutoDevopsEnabled
| *No description.* |
| resetAvatar
| *No description.* |
| resetAvatarHash
| *No description.* |
@@ -853,6 +866,12 @@ public void putPushRules(GroupPushRules value)
---
+##### `resetAllowedEmailDomainsList`
+
+```java
+public void resetAllowedEmailDomainsList()
+```
+
##### `resetAutoDevopsEnabled`
```java
@@ -1124,7 +1143,7 @@ The construct id used in the generated config for the Group to import.
The id of the existing Group that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#import import section} in the documentation of this resource for the id to use
---
@@ -1161,6 +1180,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| pushRules
| GroupPushRulesOutputReference
| *No description.* |
| runnersToken
| java.lang.String
| *No description.* |
| webUrl
| java.lang.String
| *No description.* |
+| allowedEmailDomainsListInput
| java.util.List
| *No description.* |
| autoDevopsEnabledInput
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
| avatarHashInput
| java.lang.String
| *No description.* |
| avatarInput
| java.lang.String
| *No description.* |
@@ -1191,6 +1211,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| twoFactorGracePeriodInput
| java.lang.Number
| *No description.* |
| visibilityLevelInput
| java.lang.String
| *No description.* |
| wikiAccessLevelInput
| java.lang.String
| *No description.* |
+| allowedEmailDomainsList
| java.util.List
| *No description.* |
| autoDevopsEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
| avatar
| java.lang.String
| *No description.* |
| avatarHash
| java.lang.String
| *No description.* |
@@ -1434,6 +1455,16 @@ public java.lang.String getWebUrl();
---
+##### `allowedEmailDomainsListInput`Optional
+
+```java
+public java.util.List getAllowedEmailDomainsListInput();
+```
+
+- *Type:* java.util.List
+
+---
+
##### `autoDevopsEnabledInput`Optional
```java
@@ -1734,6 +1765,16 @@ public java.lang.String getWikiAccessLevelInput();
---
+##### `allowedEmailDomainsList`Required
+
+```java
+public java.util.List getAllowedEmailDomainsList();
+```
+
+- *Type:* java.util.List
+
+---
+
##### `autoDevopsEnabled`Required
```java
@@ -2055,6 +2096,7 @@ GroupConfig.builder()
// .provisioners(RemoteExecProvisioner>)
.name(java.lang.String)
.path(java.lang.String)
+// .allowedEmailDomainsList(java.util.List)
// .autoDevopsEnabled(java.lang.Boolean)
// .autoDevopsEnabled(IResolvable)
// .avatar(java.lang.String)
@@ -2109,6 +2151,7 @@ GroupConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| name
| java.lang.String
| The name of the group. |
| path
| java.lang.String
| The path of the group. |
+| allowedEmailDomainsList
| java.util.List
| A list of email address domains to allow group access. Will be concatenated together into a comma separated string. |
| autoDevopsEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Default to Auto DevOps pipeline for all projects within this group. |
| avatar
| java.lang.String
| A local path to the avatar image to upload. **Note**: not available for imported resources. |
| avatarHash
| java.lang.String
| The hash of the avatar image. |
@@ -2118,7 +2161,7 @@ GroupConfig.builder()
| description
| java.lang.String
| The group's description. |
| emailsEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable email notifications. |
| extraSharedRunnersMinutesLimit
| java.lang.Number
| Can be set by administrators only. Additional CI/CD minutes for this group. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#id Group#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}. |
| ipRestrictionRanges
| java.util.List
| A list of IP addresses or subnet masks to restrict group access. |
| lfsEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable/disable Large File Storage (LFS) for the projects in this group. |
| membershipLock
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Users cannot be added to projects in this group. |
@@ -2220,7 +2263,7 @@ public java.lang.String getName();
The name of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#name Group#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#name Group#name}
---
@@ -2234,7 +2277,21 @@ public java.lang.String getPath();
The path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#path Group#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#path Group#path}
+
+---
+
+##### `allowedEmailDomainsList`Optional
+
+```java
+public java.util.List getAllowedEmailDomainsList();
+```
+
+- *Type:* java.util.List
+
+A list of email address domains to allow group access. Will be concatenated together into a comma separated string.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_email_domains_list Group#allowed_email_domains_list}
---
@@ -2248,7 +2305,7 @@ public java.lang.Object getAutoDevopsEnabled();
Default to Auto DevOps pipeline for all projects within this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
---
@@ -2262,7 +2319,7 @@ public java.lang.String getAvatar();
A local path to the avatar image to upload. **Note**: not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#avatar Group#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#avatar Group#avatar}
---
@@ -2278,7 +2335,7 @@ The hash of the avatar image.
Use `filesha256("path/to/avatar.png")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#avatar_hash Group#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#avatar_hash Group#avatar_hash}
---
@@ -2292,7 +2349,7 @@ public java.lang.String getDefaultBranch();
Initial default branch name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch Group#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch Group#default_branch}
---
@@ -2306,7 +2363,7 @@ public java.lang.Number getDefaultBranchProtection();
See https://docs.gitlab.com/ee/api/groups.html#options-for-default_branch_protection. Valid values are: `0`, `1`, `2`, `3`, `4`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch_protection Group#default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch_protection Group#default_branch_protection}
---
@@ -2320,7 +2377,7 @@ public GroupDefaultBranchProtectionDefaults getDefaultBranchProtectionDefaults()
default_branch_protection_defaults block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
---
@@ -2334,7 +2391,7 @@ public java.lang.String getDescription();
The group's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#description Group#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#description Group#description}
---
@@ -2348,7 +2405,7 @@ public java.lang.Object getEmailsEnabled();
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#emails_enabled Group#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#emails_enabled Group#emails_enabled}
---
@@ -2362,7 +2419,7 @@ public java.lang.Number getExtraSharedRunnersMinutesLimit();
Can be set by administrators only. Additional CI/CD minutes for this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
---
@@ -2374,7 +2431,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#id Group#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -2393,7 +2450,7 @@ A list of IP addresses or subnet masks to restrict group access.
Will be concatenated together into a comma separated string. Only allowed on top level groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
---
@@ -2407,7 +2464,7 @@ public java.lang.Object getLfsEnabled();
Enable/disable Large File Storage (LFS) for the projects in this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
---
@@ -2421,7 +2478,7 @@ public java.lang.Object getMembershipLock();
Users cannot be added to projects in this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#membership_lock Group#membership_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#membership_lock Group#membership_lock}
---
@@ -2435,7 +2492,7 @@ public java.lang.Object getMentionsDisabled();
Disable the capability of a group from getting mentioned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
---
@@ -2449,7 +2506,7 @@ public java.lang.Number getParentId();
Id of the parent group (creates a nested group).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#parent_id Group#parent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#parent_id Group#parent_id}
---
@@ -2465,7 +2522,7 @@ Whether the group should be permanently removed during a `delete` operation.
This only works with subgroups. Must be configured via an `apply` before the `destroy` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
---
@@ -2479,7 +2536,7 @@ public java.lang.Object getPreventForkingOutsideGroup();
Defaults to false. When enabled, users can not fork projects from this group to external namespaces.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
---
@@ -2493,7 +2550,7 @@ public java.lang.String getProjectCreationLevel();
Determine if developers can create projects in the group. Valid values are: `noone`, `maintainer`, `developer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#project_creation_level Group#project_creation_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#project_creation_level Group#project_creation_level}
---
@@ -2507,7 +2564,7 @@ public GroupPushRules getPushRules();
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#push_rules Group#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#push_rules Group#push_rules}
---
@@ -2521,7 +2578,7 @@ public java.lang.Object getRequestAccessEnabled();
Allow users to request member access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#request_access_enabled Group#request_access_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#request_access_enabled Group#request_access_enabled}
---
@@ -2535,7 +2592,7 @@ public java.lang.Object getRequireTwoFactorAuthentication();
Require all users in this group to setup Two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
---
@@ -2551,7 +2608,7 @@ Can be set by administrators only.
Maximum number of monthly CI/CD minutes for this group. Can be nil (default; inherit system default), 0 (unlimited), or > 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
---
@@ -2565,7 +2622,7 @@ public java.lang.String getSharedRunnersSetting();
Enable or disable shared runners for a group’s subgroups and projects. Valid values are: `enabled`, `disabled_and_overridable`, `disabled_and_unoverridable`, `disabled_with_override`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
---
@@ -2579,7 +2636,7 @@ public java.lang.Object getShareWithGroupLock();
Prevent sharing a project with another group within this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
---
@@ -2593,7 +2650,7 @@ public java.lang.String getSubgroupCreationLevel();
Allowed to create subgroups. Valid values are: `owner`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
---
@@ -2607,7 +2664,7 @@ public java.lang.Number getTwoFactorGracePeriod();
Defaults to 48. Time before Two-factor authentication is enforced (in hours).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
---
@@ -2621,7 +2678,7 @@ public java.lang.String getVisibilityLevel();
The group's visibility. Can be `private`, `internal`, or `public`. Valid values are: `private`, `internal`, `public`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#visibility_level Group#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#visibility_level Group#visibility_level}
---
@@ -2635,7 +2692,7 @@ public java.lang.String getWikiAccessLevel();
The group's wiki access level. Only available on Premium and Ultimate plans. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#wiki_access_level Group#wiki_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#wiki_access_level Group#wiki_access_level}
---
@@ -2677,7 +2734,7 @@ public java.util.List getAllowedToMerge();
An array of access levels allowed to merge. Valid values are: `developer`, `maintainer`, `no one`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
---
@@ -2691,7 +2748,7 @@ public java.util.List getAllowedToPush();
An array of access levels allowed to push. Valid values are: `developer`, `maintainer`, `no one`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allowed_to_push Group#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_to_push Group#allowed_to_push}
---
@@ -2705,7 +2762,7 @@ public java.lang.Object getAllowForcePush();
Allow force push for all users with push access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allow_force_push Group#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allow_force_push Group#allow_force_push}
---
@@ -2719,7 +2776,7 @@ public java.lang.Object getDeveloperCanInitialPush();
Allow developers to initial push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
---
@@ -2784,7 +2841,7 @@ public java.lang.String getAuthorEmailRegex();
All commit author emails must match this regex, e.g. `@my-company.com$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#author_email_regex Group#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#author_email_regex Group#author_email_regex}
---
@@ -2798,7 +2855,7 @@ public java.lang.String getBranchNameRegex();
All branch names must match this regex, e.g. `(feature|hotfix)\/*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#branch_name_regex Group#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#branch_name_regex Group#branch_name_regex}
---
@@ -2814,7 +2871,7 @@ Only commits pushed using verified emails are allowed.
**Note** This attribute is only supported in GitLab versions >= 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_committer_check Group#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_committer_check Group#commit_committer_check}
---
@@ -2828,7 +2885,7 @@ public java.lang.Object getCommitCommitterNameCheck();
Users can only push commits to this repository if the commit author name is consistent with their GitLab account name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
---
@@ -2842,7 +2899,7 @@ public java.lang.String getCommitMessageNegativeRegex();
No commit message is allowed to match this regex, for example `ssh\:\/\/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
---
@@ -2856,7 +2913,7 @@ public java.lang.String getCommitMessageRegex();
All commit messages must match this regex, e.g. `Fixed \d+\..*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_message_regex Group#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_message_regex Group#commit_message_regex}
---
@@ -2870,7 +2927,7 @@ public java.lang.Object getDenyDeleteTag();
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
---
@@ -2884,7 +2941,7 @@ public java.lang.String getFileNameRegex();
Filenames matching the regular expression provided in this attribute are not allowed, for example, `(jar|exe)$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#file_name_regex Group#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#file_name_regex Group#file_name_regex}
---
@@ -2898,7 +2955,7 @@ public java.lang.Number getMaxFileSize();
Maximum file size (MB) allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#max_file_size Group#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#max_file_size Group#max_file_size}
---
@@ -2912,7 +2969,7 @@ public java.lang.Object getMemberCheck();
Allows only GitLab users to author commits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#member_check Group#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#member_check Group#member_check}
---
@@ -2926,7 +2983,7 @@ public java.lang.Object getPreventSecrets();
GitLab will reject any files that are likely to contain secrets.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
---
@@ -2940,7 +2997,7 @@ public java.lang.Object getRejectNonDcoCommits();
Reject commit when it’s not DCO certified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
---
@@ -2954,7 +3011,7 @@ public java.lang.Object getRejectUnsignedCommits();
Only commits signed through GPG are allowed. **Note** This attribute is only supported in GitLab versions >= 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
---
diff --git a/docs/group.python.md b/docs/group.python.md
index b631c928e..317650097 100644
--- a/docs/group.python.md
+++ b/docs/group.python.md
@@ -4,7 +4,7 @@
### Group
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group gitlab_group}.
#### Initializers
@@ -23,6 +23,7 @@ group.Group(
provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None,
name: str,
path: str,
+ allowed_email_domains_list: typing.List[str] = None,
auto_devops_enabled: typing.Union[bool, IResolvable] = None,
avatar: str = None,
avatar_hash: str = None,
@@ -67,6 +68,7 @@ group.Group(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| name
| str
| The name of the group. |
| path
| str
| The path of the group. |
+| allowed_email_domains_list
| typing.List[str]
| A list of email address domains to allow group access. Will be concatenated together into a comma separated string. |
| auto_devops_enabled
| typing.Union[bool, cdktf.IResolvable]
| Default to Auto DevOps pipeline for all projects within this group. |
| avatar
| str
| A local path to the avatar image to upload. **Note**: not available for imported resources. |
| avatar_hash
| str
| The hash of the avatar image. |
@@ -76,7 +78,7 @@ group.Group(
| description
| str
| The group's description. |
| emails_enabled
| typing.Union[bool, cdktf.IResolvable]
| Enable email notifications. |
| extra_shared_runners_minutes_limit
| typing.Union[int, float]
| Can be set by administrators only. Additional CI/CD minutes for this group. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#id Group#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}. |
| ip_restriction_ranges
| typing.List[str]
| A list of IP addresses or subnet masks to restrict group access. |
| lfs_enabled
| typing.Union[bool, cdktf.IResolvable]
| Enable/disable Large File Storage (LFS) for the projects in this group. |
| membership_lock
| typing.Union[bool, cdktf.IResolvable]
| Users cannot be added to projects in this group. |
@@ -164,7 +166,7 @@ Must be unique amongst siblings in the same scope
The name of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#name Group#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#name Group#name}
---
@@ -174,7 +176,17 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#path Group#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#path Group#path}
+
+---
+
+##### `allowed_email_domains_list`Optional
+
+- *Type:* typing.List[str]
+
+A list of email address domains to allow group access. Will be concatenated together into a comma separated string.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_email_domains_list Group#allowed_email_domains_list}
---
@@ -184,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Default to Auto DevOps pipeline for all projects within this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
---
@@ -194,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A local path to the avatar image to upload. **Note**: not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#avatar Group#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#avatar Group#avatar}
---
@@ -206,7 +218,7 @@ The hash of the avatar image.
Use `filesha256("path/to/avatar.png")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#avatar_hash Group#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#avatar_hash Group#avatar_hash}
---
@@ -216,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Initial default branch name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch Group#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch Group#default_branch}
---
@@ -226,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
See https://docs.gitlab.com/ee/api/groups.html#options-for-default_branch_protection. Valid values are: `0`, `1`, `2`, `3`, `4`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch_protection Group#default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch_protection Group#default_branch_protection}
---
@@ -236,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
default_branch_protection_defaults block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
---
@@ -246,7 +258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The group's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#description Group#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#description Group#description}
---
@@ -256,7 +268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#emails_enabled Group#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#emails_enabled Group#emails_enabled}
---
@@ -266,7 +278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Can be set by administrators only. Additional CI/CD minutes for this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
---
@@ -274,7 +286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#id Group#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -289,7 +301,7 @@ A list of IP addresses or subnet masks to restrict group access.
Will be concatenated together into a comma separated string. Only allowed on top level groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
---
@@ -299,7 +311,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable/disable Large File Storage (LFS) for the projects in this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
---
@@ -309,7 +321,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Users cannot be added to projects in this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#membership_lock Group#membership_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#membership_lock Group#membership_lock}
---
@@ -319,7 +331,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Disable the capability of a group from getting mentioned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
---
@@ -329,7 +341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Id of the parent group (creates a nested group).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#parent_id Group#parent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#parent_id Group#parent_id}
---
@@ -341,7 +353,7 @@ Whether the group should be permanently removed during a `delete` operation.
This only works with subgroups. Must be configured via an `apply` before the `destroy` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
---
@@ -351,7 +363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Defaults to false. When enabled, users can not fork projects from this group to external namespaces.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
---
@@ -361,7 +373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determine if developers can create projects in the group. Valid values are: `noone`, `maintainer`, `developer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#project_creation_level Group#project_creation_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#project_creation_level Group#project_creation_level}
---
@@ -371,7 +383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#push_rules Group#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#push_rules Group#push_rules}
---
@@ -381,7 +393,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow users to request member access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#request_access_enabled Group#request_access_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#request_access_enabled Group#request_access_enabled}
---
@@ -391,7 +403,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Require all users in this group to setup Two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
---
@@ -403,7 +415,7 @@ Can be set by administrators only.
Maximum number of monthly CI/CD minutes for this group. Can be nil (default; inherit system default), 0 (unlimited), or > 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
---
@@ -413,7 +425,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable or disable shared runners for a group’s subgroups and projects. Valid values are: `enabled`, `disabled_and_overridable`, `disabled_and_unoverridable`, `disabled_with_override`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
---
@@ -423,7 +435,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Prevent sharing a project with another group within this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
---
@@ -433,7 +445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allowed to create subgroups. Valid values are: `owner`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
---
@@ -443,7 +455,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Defaults to 48. Time before Two-factor authentication is enforced (in hours).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
---
@@ -453,7 +465,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The group's visibility. Can be `private`, `internal`, or `public`. Valid values are: `private`, `internal`, `public`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#visibility_level Group#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#visibility_level Group#visibility_level}
---
@@ -463,7 +475,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The group's wiki access level. Only available on Premium and Ultimate plans. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#wiki_access_level Group#wiki_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#wiki_access_level Group#wiki_access_level}
---
@@ -496,6 +508,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
| move_to_id
| Moves this resource to the resource corresponding to "id". |
| put_default_branch_protection_defaults
| *No description.* |
| put_push_rules
| *No description.* |
+| reset_allowed_email_domains_list
| *No description.* |
| reset_auto_devops_enabled
| *No description.* |
| reset_avatar
| *No description.* |
| reset_avatar_hash
| *No description.* |
@@ -869,7 +882,7 @@ def put_default_branch_protection_defaults(
An array of access levels allowed to merge. Valid values are: `developer`, `maintainer`, `no one`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
---
@@ -879,7 +892,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
An array of access levels allowed to push. Valid values are: `developer`, `maintainer`, `no one`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allowed_to_push Group#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_to_push Group#allowed_to_push}
---
@@ -889,7 +902,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow force push for all users with push access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allow_force_push Group#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allow_force_push Group#allow_force_push}
---
@@ -899,7 +912,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow developers to initial push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
---
@@ -929,7 +942,7 @@ def put_push_rules(
All commit author emails must match this regex, e.g. `@my-company.com$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#author_email_regex Group#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#author_email_regex Group#author_email_regex}
---
@@ -939,7 +952,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
All branch names must match this regex, e.g. `(feature|hotfix)\/*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#branch_name_regex Group#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#branch_name_regex Group#branch_name_regex}
---
@@ -951,7 +964,7 @@ Only commits pushed using verified emails are allowed.
**Note** This attribute is only supported in GitLab versions >= 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_committer_check Group#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_committer_check Group#commit_committer_check}
---
@@ -961,7 +974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Users can only push commits to this repository if the commit author name is consistent with their GitLab account name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
---
@@ -971,7 +984,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
No commit message is allowed to match this regex, for example `ssh\:\/\/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
---
@@ -981,7 +994,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
All commit messages must match this regex, e.g. `Fixed \d+\..*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_message_regex Group#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_message_regex Group#commit_message_regex}
---
@@ -991,7 +1004,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
---
@@ -1001,7 +1014,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Filenames matching the regular expression provided in this attribute are not allowed, for example, `(jar|exe)$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#file_name_regex Group#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#file_name_regex Group#file_name_regex}
---
@@ -1011,7 +1024,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum file size (MB) allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#max_file_size Group#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#max_file_size Group#max_file_size}
---
@@ -1021,7 +1034,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allows only GitLab users to author commits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#member_check Group#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#member_check Group#member_check}
---
@@ -1031,7 +1044,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
GitLab will reject any files that are likely to contain secrets.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
---
@@ -1041,7 +1054,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Reject commit when it’s not DCO certified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
---
@@ -1051,10 +1064,16 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Only commits signed through GPG are allowed. **Note** This attribute is only supported in GitLab versions >= 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
---
+##### `reset_allowed_email_domains_list`
+
+```python
+def reset_allowed_email_domains_list() -> None
+```
+
##### `reset_auto_devops_enabled`
```python
@@ -1337,7 +1356,7 @@ The construct id used in the generated config for the Group to import.
The id of the existing Group that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#import import section} in the documentation of this resource for the id to use
---
@@ -1374,6 +1393,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| push_rules
| GroupPushRulesOutputReference
| *No description.* |
| runners_token
| str
| *No description.* |
| web_url
| str
| *No description.* |
+| allowed_email_domains_list_input
| typing.List[str]
| *No description.* |
| auto_devops_enabled_input
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
| avatar_hash_input
| str
| *No description.* |
| avatar_input
| str
| *No description.* |
@@ -1404,6 +1424,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| two_factor_grace_period_input
| typing.Union[int, float]
| *No description.* |
| visibility_level_input
| str
| *No description.* |
| wiki_access_level_input
| str
| *No description.* |
+| allowed_email_domains_list
| typing.List[str]
| *No description.* |
| auto_devops_enabled
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
| avatar
| str
| *No description.* |
| avatar_hash
| str
| *No description.* |
@@ -1647,6 +1668,16 @@ web_url: str
---
+##### `allowed_email_domains_list_input`Optional
+
+```python
+allowed_email_domains_list_input: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+---
+
##### `auto_devops_enabled_input`Optional
```python
@@ -1947,6 +1978,16 @@ wiki_access_level_input: str
---
+##### `allowed_email_domains_list`Required
+
+```python
+allowed_email_domains_list: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+---
+
##### `auto_devops_enabled`Required
```python
@@ -2264,6 +2305,7 @@ group.GroupConfig(
provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None,
name: str,
path: str,
+ allowed_email_domains_list: typing.List[str] = None,
auto_devops_enabled: typing.Union[bool, IResolvable] = None,
avatar: str = None,
avatar_hash: str = None,
@@ -2308,6 +2350,7 @@ group.GroupConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| name
| str
| The name of the group. |
| path
| str
| The path of the group. |
+| allowed_email_domains_list
| typing.List[str]
| A list of email address domains to allow group access. Will be concatenated together into a comma separated string. |
| auto_devops_enabled
| typing.Union[bool, cdktf.IResolvable]
| Default to Auto DevOps pipeline for all projects within this group. |
| avatar
| str
| A local path to the avatar image to upload. **Note**: not available for imported resources. |
| avatar_hash
| str
| The hash of the avatar image. |
@@ -2317,7 +2360,7 @@ group.GroupConfig(
| description
| str
| The group's description. |
| emails_enabled
| typing.Union[bool, cdktf.IResolvable]
| Enable email notifications. |
| extra_shared_runners_minutes_limit
| typing.Union[int, float]
| Can be set by administrators only. Additional CI/CD minutes for this group. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#id Group#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}. |
| ip_restriction_ranges
| typing.List[str]
| A list of IP addresses or subnet masks to restrict group access. |
| lfs_enabled
| typing.Union[bool, cdktf.IResolvable]
| Enable/disable Large File Storage (LFS) for the projects in this group. |
| membership_lock
| typing.Union[bool, cdktf.IResolvable]
| Users cannot be added to projects in this group. |
@@ -2419,7 +2462,7 @@ name: str
The name of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#name Group#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#name Group#name}
---
@@ -2433,7 +2476,21 @@ path: str
The path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#path Group#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#path Group#path}
+
+---
+
+##### `allowed_email_domains_list`Optional
+
+```python
+allowed_email_domains_list: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+A list of email address domains to allow group access. Will be concatenated together into a comma separated string.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_email_domains_list Group#allowed_email_domains_list}
---
@@ -2447,7 +2504,7 @@ auto_devops_enabled: typing.Union[bool, IResolvable]
Default to Auto DevOps pipeline for all projects within this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
---
@@ -2461,7 +2518,7 @@ avatar: str
A local path to the avatar image to upload. **Note**: not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#avatar Group#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#avatar Group#avatar}
---
@@ -2477,7 +2534,7 @@ The hash of the avatar image.
Use `filesha256("path/to/avatar.png")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#avatar_hash Group#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#avatar_hash Group#avatar_hash}
---
@@ -2491,7 +2548,7 @@ default_branch: str
Initial default branch name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch Group#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch Group#default_branch}
---
@@ -2505,7 +2562,7 @@ default_branch_protection: typing.Union[int, float]
See https://docs.gitlab.com/ee/api/groups.html#options-for-default_branch_protection. Valid values are: `0`, `1`, `2`, `3`, `4`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch_protection Group#default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch_protection Group#default_branch_protection}
---
@@ -2519,7 +2576,7 @@ default_branch_protection_defaults: GroupDefaultBranchProtectionDefaults
default_branch_protection_defaults block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
---
@@ -2533,7 +2590,7 @@ description: str
The group's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#description Group#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#description Group#description}
---
@@ -2547,7 +2604,7 @@ emails_enabled: typing.Union[bool, IResolvable]
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#emails_enabled Group#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#emails_enabled Group#emails_enabled}
---
@@ -2561,7 +2618,7 @@ extra_shared_runners_minutes_limit: typing.Union[int, float]
Can be set by administrators only. Additional CI/CD minutes for this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
---
@@ -2573,7 +2630,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#id Group#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -2592,7 +2649,7 @@ A list of IP addresses or subnet masks to restrict group access.
Will be concatenated together into a comma separated string. Only allowed on top level groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
---
@@ -2606,7 +2663,7 @@ lfs_enabled: typing.Union[bool, IResolvable]
Enable/disable Large File Storage (LFS) for the projects in this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
---
@@ -2620,7 +2677,7 @@ membership_lock: typing.Union[bool, IResolvable]
Users cannot be added to projects in this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#membership_lock Group#membership_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#membership_lock Group#membership_lock}
---
@@ -2634,7 +2691,7 @@ mentions_disabled: typing.Union[bool, IResolvable]
Disable the capability of a group from getting mentioned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
---
@@ -2648,7 +2705,7 @@ parent_id: typing.Union[int, float]
Id of the parent group (creates a nested group).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#parent_id Group#parent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#parent_id Group#parent_id}
---
@@ -2664,7 +2721,7 @@ Whether the group should be permanently removed during a `delete` operation.
This only works with subgroups. Must be configured via an `apply` before the `destroy` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
---
@@ -2678,7 +2735,7 @@ prevent_forking_outside_group: typing.Union[bool, IResolvable]
Defaults to false. When enabled, users can not fork projects from this group to external namespaces.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
---
@@ -2692,7 +2749,7 @@ project_creation_level: str
Determine if developers can create projects in the group. Valid values are: `noone`, `maintainer`, `developer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#project_creation_level Group#project_creation_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#project_creation_level Group#project_creation_level}
---
@@ -2706,7 +2763,7 @@ push_rules: GroupPushRules
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#push_rules Group#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#push_rules Group#push_rules}
---
@@ -2720,7 +2777,7 @@ request_access_enabled: typing.Union[bool, IResolvable]
Allow users to request member access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#request_access_enabled Group#request_access_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#request_access_enabled Group#request_access_enabled}
---
@@ -2734,7 +2791,7 @@ require_two_factor_authentication: typing.Union[bool, IResolvable]
Require all users in this group to setup Two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
---
@@ -2750,7 +2807,7 @@ Can be set by administrators only.
Maximum number of monthly CI/CD minutes for this group. Can be nil (default; inherit system default), 0 (unlimited), or > 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
---
@@ -2764,7 +2821,7 @@ shared_runners_setting: str
Enable or disable shared runners for a group’s subgroups and projects. Valid values are: `enabled`, `disabled_and_overridable`, `disabled_and_unoverridable`, `disabled_with_override`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
---
@@ -2778,7 +2835,7 @@ share_with_group_lock: typing.Union[bool, IResolvable]
Prevent sharing a project with another group within this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
---
@@ -2792,7 +2849,7 @@ subgroup_creation_level: str
Allowed to create subgroups. Valid values are: `owner`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
---
@@ -2806,7 +2863,7 @@ two_factor_grace_period: typing.Union[int, float]
Defaults to 48. Time before Two-factor authentication is enforced (in hours).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
---
@@ -2820,7 +2877,7 @@ visibility_level: str
The group's visibility. Can be `private`, `internal`, or `public`. Valid values are: `private`, `internal`, `public`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#visibility_level Group#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#visibility_level Group#visibility_level}
---
@@ -2834,7 +2891,7 @@ wiki_access_level: str
The group's wiki access level. Only available on Premium and Ultimate plans. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#wiki_access_level Group#wiki_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#wiki_access_level Group#wiki_access_level}
---
@@ -2874,7 +2931,7 @@ allowed_to_merge: typing.List[str]
An array of access levels allowed to merge. Valid values are: `developer`, `maintainer`, `no one`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
---
@@ -2888,7 +2945,7 @@ allowed_to_push: typing.List[str]
An array of access levels allowed to push. Valid values are: `developer`, `maintainer`, `no one`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allowed_to_push Group#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_to_push Group#allowed_to_push}
---
@@ -2902,7 +2959,7 @@ allow_force_push: typing.Union[bool, IResolvable]
Allow force push for all users with push access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allow_force_push Group#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allow_force_push Group#allow_force_push}
---
@@ -2916,7 +2973,7 @@ developer_can_initial_push: typing.Union[bool, IResolvable]
Allow developers to initial push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
---
@@ -2974,7 +3031,7 @@ author_email_regex: str
All commit author emails must match this regex, e.g. `@my-company.com$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#author_email_regex Group#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#author_email_regex Group#author_email_regex}
---
@@ -2988,7 +3045,7 @@ branch_name_regex: str
All branch names must match this regex, e.g. `(feature|hotfix)\/*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#branch_name_regex Group#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#branch_name_regex Group#branch_name_regex}
---
@@ -3004,7 +3061,7 @@ Only commits pushed using verified emails are allowed.
**Note** This attribute is only supported in GitLab versions >= 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_committer_check Group#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_committer_check Group#commit_committer_check}
---
@@ -3018,7 +3075,7 @@ commit_committer_name_check: typing.Union[bool, IResolvable]
Users can only push commits to this repository if the commit author name is consistent with their GitLab account name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
---
@@ -3032,7 +3089,7 @@ commit_message_negative_regex: str
No commit message is allowed to match this regex, for example `ssh\:\/\/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
---
@@ -3046,7 +3103,7 @@ commit_message_regex: str
All commit messages must match this regex, e.g. `Fixed \d+\..*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_message_regex Group#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_message_regex Group#commit_message_regex}
---
@@ -3060,7 +3117,7 @@ deny_delete_tag: typing.Union[bool, IResolvable]
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
---
@@ -3074,7 +3131,7 @@ file_name_regex: str
Filenames matching the regular expression provided in this attribute are not allowed, for example, `(jar|exe)$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#file_name_regex Group#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#file_name_regex Group#file_name_regex}
---
@@ -3088,7 +3145,7 @@ max_file_size: typing.Union[int, float]
Maximum file size (MB) allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#max_file_size Group#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#max_file_size Group#max_file_size}
---
@@ -3102,7 +3159,7 @@ member_check: typing.Union[bool, IResolvable]
Allows only GitLab users to author commits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#member_check Group#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#member_check Group#member_check}
---
@@ -3116,7 +3173,7 @@ prevent_secrets: typing.Union[bool, IResolvable]
GitLab will reject any files that are likely to contain secrets.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
---
@@ -3130,7 +3187,7 @@ reject_non_dco_commits: typing.Union[bool, IResolvable]
Reject commit when it’s not DCO certified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
---
@@ -3144,7 +3201,7 @@ reject_unsigned_commits: typing.Union[bool, IResolvable]
Only commits signed through GPG are allowed. **Note** This attribute is only supported in GitLab versions >= 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
---
diff --git a/docs/group.typescript.md b/docs/group.typescript.md
index 118fd1f76..c8f7056d6 100644
--- a/docs/group.typescript.md
+++ b/docs/group.typescript.md
@@ -4,7 +4,7 @@
### Group
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group gitlab_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group gitlab_group}.
#### Initializers
@@ -75,6 +75,7 @@ Must be unique amongst siblings in the same scope
| moveToId
| Moves this resource to the resource corresponding to "id". |
| putDefaultBranchProtectionDefaults
| *No description.* |
| putPushRules
| *No description.* |
+| resetAllowedEmailDomainsList
| *No description.* |
| resetAutoDevopsEnabled
| *No description.* |
| resetAvatar
| *No description.* |
| resetAvatarHash
| *No description.* |
@@ -418,6 +419,12 @@ public putPushRules(value: GroupPushRules): void
---
+##### `resetAllowedEmailDomainsList`
+
+```typescript
+public resetAllowedEmailDomainsList(): void
+```
+
##### `resetAutoDevopsEnabled`
```typescript
@@ -689,7 +696,7 @@ The construct id used in the generated config for the Group to import.
The id of the existing Group that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#import import section} in the documentation of this resource for the id to use
---
@@ -726,6 +733,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| pushRules
| GroupPushRulesOutputReference
| *No description.* |
| runnersToken
| string
| *No description.* |
| webUrl
| string
| *No description.* |
+| allowedEmailDomainsListInput
| string[]
| *No description.* |
| autoDevopsEnabledInput
| boolean \| cdktf.IResolvable
| *No description.* |
| avatarHashInput
| string
| *No description.* |
| avatarInput
| string
| *No description.* |
@@ -756,6 +764,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| twoFactorGracePeriodInput
| number
| *No description.* |
| visibilityLevelInput
| string
| *No description.* |
| wikiAccessLevelInput
| string
| *No description.* |
+| allowedEmailDomainsList
| string[]
| *No description.* |
| autoDevopsEnabled
| boolean \| cdktf.IResolvable
| *No description.* |
| avatar
| string
| *No description.* |
| avatarHash
| string
| *No description.* |
@@ -999,6 +1008,16 @@ public readonly webUrl: string;
---
+##### `allowedEmailDomainsListInput`Optional
+
+```typescript
+public readonly allowedEmailDomainsListInput: string[];
+```
+
+- *Type:* string[]
+
+---
+
##### `autoDevopsEnabledInput`Optional
```typescript
@@ -1299,6 +1318,16 @@ public readonly wikiAccessLevelInput: string;
---
+##### `allowedEmailDomainsList`Required
+
+```typescript
+public readonly allowedEmailDomainsList: string[];
+```
+
+- *Type:* string[]
+
+---
+
##### `autoDevopsEnabled`Required
```typescript
@@ -1622,6 +1651,7 @@ const groupConfig: group.GroupConfig = { ... }
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| name
| string
| The name of the group. |
| path
| string
| The path of the group. |
+| allowedEmailDomainsList
| string[]
| A list of email address domains to allow group access. Will be concatenated together into a comma separated string. |
| autoDevopsEnabled
| boolean \| cdktf.IResolvable
| Default to Auto DevOps pipeline for all projects within this group. |
| avatar
| string
| A local path to the avatar image to upload. **Note**: not available for imported resources. |
| avatarHash
| string
| The hash of the avatar image. |
@@ -1631,7 +1661,7 @@ const groupConfig: group.GroupConfig = { ... }
| description
| string
| The group's description. |
| emailsEnabled
| boolean \| cdktf.IResolvable
| Enable email notifications. |
| extraSharedRunnersMinutesLimit
| number
| Can be set by administrators only. Additional CI/CD minutes for this group. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#id Group#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}. |
| ipRestrictionRanges
| string[]
| A list of IP addresses or subnet masks to restrict group access. |
| lfsEnabled
| boolean \| cdktf.IResolvable
| Enable/disable Large File Storage (LFS) for the projects in this group. |
| membershipLock
| boolean \| cdktf.IResolvable
| Users cannot be added to projects in this group. |
@@ -1733,7 +1763,7 @@ public readonly name: string;
The name of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#name Group#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#name Group#name}
---
@@ -1747,7 +1777,21 @@ public readonly path: string;
The path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#path Group#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#path Group#path}
+
+---
+
+##### `allowedEmailDomainsList`Optional
+
+```typescript
+public readonly allowedEmailDomainsList: string[];
+```
+
+- *Type:* string[]
+
+A list of email address domains to allow group access. Will be concatenated together into a comma separated string.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_email_domains_list Group#allowed_email_domains_list}
---
@@ -1761,7 +1805,7 @@ public readonly autoDevopsEnabled: boolean | IResolvable;
Default to Auto DevOps pipeline for all projects within this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#auto_devops_enabled Group#auto_devops_enabled}
---
@@ -1775,7 +1819,7 @@ public readonly avatar: string;
A local path to the avatar image to upload. **Note**: not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#avatar Group#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#avatar Group#avatar}
---
@@ -1791,7 +1835,7 @@ The hash of the avatar image.
Use `filesha256("path/to/avatar.png")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#avatar_hash Group#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#avatar_hash Group#avatar_hash}
---
@@ -1805,7 +1849,7 @@ public readonly defaultBranch: string;
Initial default branch name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch Group#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch Group#default_branch}
---
@@ -1819,7 +1863,7 @@ public readonly defaultBranchProtection: number;
See https://docs.gitlab.com/ee/api/groups.html#options-for-default_branch_protection. Valid values are: `0`, `1`, `2`, `3`, `4`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch_protection Group#default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch_protection Group#default_branch_protection}
---
@@ -1833,7 +1877,7 @@ public readonly defaultBranchProtectionDefaults: GroupDefaultBranchProtectionDef
default_branch_protection_defaults block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#default_branch_protection_defaults Group#default_branch_protection_defaults}
---
@@ -1847,7 +1891,7 @@ public readonly description: string;
The group's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#description Group#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#description Group#description}
---
@@ -1861,7 +1905,7 @@ public readonly emailsEnabled: boolean | IResolvable;
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#emails_enabled Group#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#emails_enabled Group#emails_enabled}
---
@@ -1875,7 +1919,7 @@ public readonly extraSharedRunnersMinutesLimit: number;
Can be set by administrators only. Additional CI/CD minutes for this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#extra_shared_runners_minutes_limit Group#extra_shared_runners_minutes_limit}
---
@@ -1887,7 +1931,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#id Group#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#id Group#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1906,7 +1950,7 @@ A list of IP addresses or subnet masks to restrict group access.
Will be concatenated together into a comma separated string. Only allowed on top level groups.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#ip_restriction_ranges Group#ip_restriction_ranges}
---
@@ -1920,7 +1964,7 @@ public readonly lfsEnabled: boolean | IResolvable;
Enable/disable Large File Storage (LFS) for the projects in this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#lfs_enabled Group#lfs_enabled}
---
@@ -1934,7 +1978,7 @@ public readonly membershipLock: boolean | IResolvable;
Users cannot be added to projects in this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#membership_lock Group#membership_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#membership_lock Group#membership_lock}
---
@@ -1948,7 +1992,7 @@ public readonly mentionsDisabled: boolean | IResolvable;
Disable the capability of a group from getting mentioned.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#mentions_disabled Group#mentions_disabled}
---
@@ -1962,7 +2006,7 @@ public readonly parentId: number;
Id of the parent group (creates a nested group).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#parent_id Group#parent_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#parent_id Group#parent_id}
---
@@ -1978,7 +2022,7 @@ Whether the group should be permanently removed during a `delete` operation.
This only works with subgroups. Must be configured via an `apply` before the `destroy` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#permanently_remove_on_delete Group#permanently_remove_on_delete}
---
@@ -1992,7 +2036,7 @@ public readonly preventForkingOutsideGroup: boolean | IResolvable;
Defaults to false. When enabled, users can not fork projects from this group to external namespaces.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#prevent_forking_outside_group Group#prevent_forking_outside_group}
---
@@ -2006,7 +2050,7 @@ public readonly projectCreationLevel: string;
Determine if developers can create projects in the group. Valid values are: `noone`, `maintainer`, `developer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#project_creation_level Group#project_creation_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#project_creation_level Group#project_creation_level}
---
@@ -2020,7 +2064,7 @@ public readonly pushRules: GroupPushRules;
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#push_rules Group#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#push_rules Group#push_rules}
---
@@ -2034,7 +2078,7 @@ public readonly requestAccessEnabled: boolean | IResolvable;
Allow users to request member access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#request_access_enabled Group#request_access_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#request_access_enabled Group#request_access_enabled}
---
@@ -2048,7 +2092,7 @@ public readonly requireTwoFactorAuthentication: boolean | IResolvable;
Require all users in this group to setup Two-factor authentication.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#require_two_factor_authentication Group#require_two_factor_authentication}
---
@@ -2064,7 +2108,7 @@ Can be set by administrators only.
Maximum number of monthly CI/CD minutes for this group. Can be nil (default; inherit system default), 0 (unlimited), or > 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#shared_runners_minutes_limit Group#shared_runners_minutes_limit}
---
@@ -2078,7 +2122,7 @@ public readonly sharedRunnersSetting: string;
Enable or disable shared runners for a group’s subgroups and projects. Valid values are: `enabled`, `disabled_and_overridable`, `disabled_and_unoverridable`, `disabled_with_override`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#shared_runners_setting Group#shared_runners_setting}
---
@@ -2092,7 +2136,7 @@ public readonly shareWithGroupLock: boolean | IResolvable;
Prevent sharing a project with another group within this group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#share_with_group_lock Group#share_with_group_lock}
---
@@ -2106,7 +2150,7 @@ public readonly subgroupCreationLevel: string;
Allowed to create subgroups. Valid values are: `owner`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#subgroup_creation_level Group#subgroup_creation_level}
---
@@ -2120,7 +2164,7 @@ public readonly twoFactorGracePeriod: number;
Defaults to 48. Time before Two-factor authentication is enforced (in hours).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#two_factor_grace_period Group#two_factor_grace_period}
---
@@ -2134,7 +2178,7 @@ public readonly visibilityLevel: string;
The group's visibility. Can be `private`, `internal`, or `public`. Valid values are: `private`, `internal`, `public`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#visibility_level Group#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#visibility_level Group#visibility_level}
---
@@ -2148,7 +2192,7 @@ public readonly wikiAccessLevel: string;
The group's wiki access level. Only available on Premium and Ultimate plans. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#wiki_access_level Group#wiki_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#wiki_access_level Group#wiki_access_level}
---
@@ -2183,7 +2227,7 @@ public readonly allowedToMerge: string[];
An array of access levels allowed to merge. Valid values are: `developer`, `maintainer`, `no one`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_to_merge Group#allowed_to_merge}
---
@@ -2197,7 +2241,7 @@ public readonly allowedToPush: string[];
An array of access levels allowed to push. Valid values are: `developer`, `maintainer`, `no one`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allowed_to_push Group#allowed_to_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allowed_to_push Group#allowed_to_push}
---
@@ -2211,7 +2255,7 @@ public readonly allowForcePush: boolean | IResolvable;
Allow force push for all users with push access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#allow_force_push Group#allow_force_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#allow_force_push Group#allow_force_push}
---
@@ -2225,7 +2269,7 @@ public readonly developerCanInitialPush: boolean | IResolvable;
Allow developers to initial push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#developer_can_initial_push Group#developer_can_initial_push}
---
@@ -2269,7 +2313,7 @@ public readonly authorEmailRegex: string;
All commit author emails must match this regex, e.g. `@my-company.com$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#author_email_regex Group#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#author_email_regex Group#author_email_regex}
---
@@ -2283,7 +2327,7 @@ public readonly branchNameRegex: string;
All branch names must match this regex, e.g. `(feature|hotfix)\/*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#branch_name_regex Group#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#branch_name_regex Group#branch_name_regex}
---
@@ -2299,7 +2343,7 @@ Only commits pushed using verified emails are allowed.
**Note** This attribute is only supported in GitLab versions >= 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_committer_check Group#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_committer_check Group#commit_committer_check}
---
@@ -2313,7 +2357,7 @@ public readonly commitCommitterNameCheck: boolean | IResolvable;
Users can only push commits to this repository if the commit author name is consistent with their GitLab account name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_committer_name_check Group#commit_committer_name_check}
---
@@ -2327,7 +2371,7 @@ public readonly commitMessageNegativeRegex: string;
No commit message is allowed to match this regex, for example `ssh\:\/\/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_message_negative_regex Group#commit_message_negative_regex}
---
@@ -2341,7 +2385,7 @@ public readonly commitMessageRegex: string;
All commit messages must match this regex, e.g. `Fixed \d+\..*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#commit_message_regex Group#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#commit_message_regex Group#commit_message_regex}
---
@@ -2355,7 +2399,7 @@ public readonly denyDeleteTag: boolean | IResolvable;
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#deny_delete_tag Group#deny_delete_tag}
---
@@ -2369,7 +2413,7 @@ public readonly fileNameRegex: string;
Filenames matching the regular expression provided in this attribute are not allowed, for example, `(jar|exe)$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#file_name_regex Group#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#file_name_regex Group#file_name_regex}
---
@@ -2383,7 +2427,7 @@ public readonly maxFileSize: number;
Maximum file size (MB) allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#max_file_size Group#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#max_file_size Group#max_file_size}
---
@@ -2397,7 +2441,7 @@ public readonly memberCheck: boolean | IResolvable;
Allows only GitLab users to author commits.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#member_check Group#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#member_check Group#member_check}
---
@@ -2411,7 +2455,7 @@ public readonly preventSecrets: boolean | IResolvable;
GitLab will reject any files that are likely to contain secrets.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#prevent_secrets Group#prevent_secrets}
---
@@ -2425,7 +2469,7 @@ public readonly rejectNonDcoCommits: boolean | IResolvable;
Reject commit when it’s not DCO certified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#reject_non_dco_commits Group#reject_non_dco_commits}
---
@@ -2439,7 +2483,7 @@ public readonly rejectUnsignedCommits: boolean | IResolvable;
Only commits signed through GPG are allowed. **Note** This attribute is only supported in GitLab versions >= 16.4.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group#reject_unsigned_commits Group#reject_unsigned_commits}
---
diff --git a/docs/groupAccessToken.csharp.md b/docs/groupAccessToken.csharp.md
index ee246f349..83103b6e9 100644
--- a/docs/groupAccessToken.csharp.md
+++ b/docs/groupAccessToken.csharp.md
@@ -4,7 +4,7 @@
### GroupAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token gitlab_group_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token gitlab_group_access_token}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the GroupAccessToken to import
The id of the existing GroupAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -1018,7 +1018,7 @@ public string Group { get; set; }
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#group GroupAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#group GroupAccessToken#group}
---
@@ -1032,7 +1032,7 @@ public string Name { get; set; }
The name of the group access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#name GroupAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#name GroupAccessToken#name}
---
@@ -1048,7 +1048,7 @@ The scopes of the group access token.
Valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
---
@@ -1064,7 +1064,7 @@ The access level for the group access token.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`. Default is `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#access_level GroupAccessToken#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#access_level GroupAccessToken#access_level}
---
@@ -1078,7 +1078,7 @@ public string ExpiresAt { get; set; }
When the token will expire, YYYY-MM-DD format.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#expires_at GroupAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#expires_at GroupAccessToken#expires_at}
---
@@ -1092,7 +1092,7 @@ public GroupAccessTokenRotationConfiguration RotationConfiguration { get; set; }
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#rotation_configuration GroupAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#rotation_configuration GroupAccessToken#rotation_configuration}
---
@@ -1128,7 +1128,7 @@ public double ExpirationDays { get; set; }
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#expiration_days GroupAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#expiration_days GroupAccessToken#expiration_days}
---
@@ -1144,7 +1144,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#rotate_before_days GroupAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#rotate_before_days GroupAccessToken#rotate_before_days}
---
diff --git a/docs/groupAccessToken.go.md b/docs/groupAccessToken.go.md
index ad3a15846..8fe33fa9f 100644
--- a/docs/groupAccessToken.go.md
+++ b/docs/groupAccessToken.go.md
@@ -4,7 +4,7 @@
### GroupAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token gitlab_group_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token gitlab_group_access_token}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the GroupAccessToken to import
The id of the existing GroupAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -1018,7 +1018,7 @@ Group *string
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#group GroupAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#group GroupAccessToken#group}
---
@@ -1032,7 +1032,7 @@ Name *string
The name of the group access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#name GroupAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#name GroupAccessToken#name}
---
@@ -1048,7 +1048,7 @@ The scopes of the group access token.
Valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
---
@@ -1064,7 +1064,7 @@ The access level for the group access token.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`. Default is `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#access_level GroupAccessToken#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#access_level GroupAccessToken#access_level}
---
@@ -1078,7 +1078,7 @@ ExpiresAt *string
When the token will expire, YYYY-MM-DD format.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#expires_at GroupAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#expires_at GroupAccessToken#expires_at}
---
@@ -1092,7 +1092,7 @@ RotationConfiguration GroupAccessTokenRotationConfiguration
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#rotation_configuration GroupAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#rotation_configuration GroupAccessToken#rotation_configuration}
---
@@ -1128,7 +1128,7 @@ ExpirationDays *f64
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#expiration_days GroupAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#expiration_days GroupAccessToken#expiration_days}
---
@@ -1144,7 +1144,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#rotate_before_days GroupAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#rotate_before_days GroupAccessToken#rotate_before_days}
---
diff --git a/docs/groupAccessToken.java.md b/docs/groupAccessToken.java.md
index 62e6e6f2a..511d8e7a6 100644
--- a/docs/groupAccessToken.java.md
+++ b/docs/groupAccessToken.java.md
@@ -4,7 +4,7 @@
### GroupAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token gitlab_group_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token gitlab_group_access_token}.
#### Initializers
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#group GroupAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#group GroupAccessToken#group}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the group access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#name GroupAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#name GroupAccessToken#name}
---
@@ -140,7 +140,7 @@ The scopes of the group access token.
Valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
---
@@ -152,7 +152,7 @@ The access level for the group access token.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`. Default is `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#access_level GroupAccessToken#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#access_level GroupAccessToken#access_level}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When the token will expire, YYYY-MM-DD format.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#expires_at GroupAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#expires_at GroupAccessToken#expires_at}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#rotation_configuration GroupAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#rotation_configuration GroupAccessToken#rotation_configuration}
---
@@ -633,7 +633,7 @@ The construct id used in the generated config for the GroupAccessToken to import
The id of the existing GroupAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -1154,7 +1154,7 @@ public java.lang.String getGroup();
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#group GroupAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#group GroupAccessToken#group}
---
@@ -1168,7 +1168,7 @@ public java.lang.String getName();
The name of the group access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#name GroupAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#name GroupAccessToken#name}
---
@@ -1184,7 +1184,7 @@ The scopes of the group access token.
Valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
---
@@ -1200,7 +1200,7 @@ The access level for the group access token.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`. Default is `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#access_level GroupAccessToken#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#access_level GroupAccessToken#access_level}
---
@@ -1214,7 +1214,7 @@ public java.lang.String getExpiresAt();
When the token will expire, YYYY-MM-DD format.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#expires_at GroupAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#expires_at GroupAccessToken#expires_at}
---
@@ -1228,7 +1228,7 @@ public GroupAccessTokenRotationConfiguration getRotationConfiguration();
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#rotation_configuration GroupAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#rotation_configuration GroupAccessToken#rotation_configuration}
---
@@ -1264,7 +1264,7 @@ public java.lang.Number getExpirationDays();
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#expiration_days GroupAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#expiration_days GroupAccessToken#expiration_days}
---
@@ -1280,7 +1280,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#rotate_before_days GroupAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#rotate_before_days GroupAccessToken#rotate_before_days}
---
diff --git a/docs/groupAccessToken.python.md b/docs/groupAccessToken.python.md
index be3e99524..546734b15 100644
--- a/docs/groupAccessToken.python.md
+++ b/docs/groupAccessToken.python.md
@@ -4,7 +4,7 @@
### GroupAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token gitlab_group_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token gitlab_group_access_token}.
#### Initializers
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#group GroupAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#group GroupAccessToken#group}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the group access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#name GroupAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#name GroupAccessToken#name}
---
@@ -138,7 +138,7 @@ The scopes of the group access token.
Valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
---
@@ -150,7 +150,7 @@ The access level for the group access token.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`. Default is `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#access_level GroupAccessToken#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#access_level GroupAccessToken#access_level}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When the token will expire, YYYY-MM-DD format.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#expires_at GroupAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#expires_at GroupAccessToken#expires_at}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#rotation_configuration GroupAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#rotation_configuration GroupAccessToken#rotation_configuration}
---
@@ -548,7 +548,7 @@ def put_rotation_configuration(
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#expiration_days GroupAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#expiration_days GroupAccessToken#expiration_days}
---
@@ -560,7 +560,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#rotate_before_days GroupAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#rotate_before_days GroupAccessToken#rotate_before_days}
---
@@ -696,7 +696,7 @@ The construct id used in the generated config for the GroupAccessToken to import
The id of the existing GroupAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -1213,7 +1213,7 @@ group: str
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#group GroupAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#group GroupAccessToken#group}
---
@@ -1227,7 +1227,7 @@ name: str
The name of the group access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#name GroupAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#name GroupAccessToken#name}
---
@@ -1243,7 +1243,7 @@ The scopes of the group access token.
Valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
---
@@ -1259,7 +1259,7 @@ The access level for the group access token.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`. Default is `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#access_level GroupAccessToken#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#access_level GroupAccessToken#access_level}
---
@@ -1273,7 +1273,7 @@ expires_at: str
When the token will expire, YYYY-MM-DD format.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#expires_at GroupAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#expires_at GroupAccessToken#expires_at}
---
@@ -1287,7 +1287,7 @@ rotation_configuration: GroupAccessTokenRotationConfiguration
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#rotation_configuration GroupAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#rotation_configuration GroupAccessToken#rotation_configuration}
---
@@ -1323,7 +1323,7 @@ expiration_days: typing.Union[int, float]
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#expiration_days GroupAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#expiration_days GroupAccessToken#expiration_days}
---
@@ -1339,7 +1339,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#rotate_before_days GroupAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#rotate_before_days GroupAccessToken#rotate_before_days}
---
diff --git a/docs/groupAccessToken.typescript.md b/docs/groupAccessToken.typescript.md
index 1ebaccf62..230cf50d0 100644
--- a/docs/groupAccessToken.typescript.md
+++ b/docs/groupAccessToken.typescript.md
@@ -4,7 +4,7 @@
### GroupAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token gitlab_group_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token gitlab_group_access_token}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the GroupAccessToken to import
The id of the existing GroupAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -1004,7 +1004,7 @@ public readonly group: string;
The ID or full path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#group GroupAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#group GroupAccessToken#group}
---
@@ -1018,7 +1018,7 @@ public readonly name: string;
The name of the group access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#name GroupAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#name GroupAccessToken#name}
---
@@ -1034,7 +1034,7 @@ The scopes of the group access token.
Valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#scopes GroupAccessToken#scopes}
---
@@ -1050,7 +1050,7 @@ The access level for the group access token.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`. Default is `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#access_level GroupAccessToken#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#access_level GroupAccessToken#access_level}
---
@@ -1064,7 +1064,7 @@ public readonly expiresAt: string;
When the token will expire, YYYY-MM-DD format.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#expires_at GroupAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#expires_at GroupAccessToken#expires_at}
---
@@ -1078,7 +1078,7 @@ public readonly rotationConfiguration: GroupAccessTokenRotationConfiguration;
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#rotation_configuration GroupAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#rotation_configuration GroupAccessToken#rotation_configuration}
---
@@ -1111,7 +1111,7 @@ public readonly expirationDays: number;
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#expiration_days GroupAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#expiration_days GroupAccessToken#expiration_days}
---
@@ -1127,7 +1127,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_access_token#rotate_before_days GroupAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_access_token#rotate_before_days GroupAccessToken#rotate_before_days}
---
diff --git a/docs/groupBadge.csharp.md b/docs/groupBadge.csharp.md
index ef9e9401b..407b9e370 100644
--- a/docs/groupBadge.csharp.md
+++ b/docs/groupBadge.csharp.md
@@ -4,7 +4,7 @@
### GroupBadge
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge gitlab_group_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge gitlab_group_badge}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the GroupBadge to import.
The id of the existing GroupBadge that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#import import section} in the documentation of this resource for the id to use
---
@@ -845,7 +845,7 @@ new GroupBadgeConfig {
| Group
| string
| The id of the group to add the badge to. |
| ImageUrl
| string
| The image url which will be presented on group overview. |
| LinkUrl
| string
| The url linked with the badge. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#id GroupBadge#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#id GroupBadge#id}. |
| Name
| string
| The name of the badge. |
---
@@ -930,7 +930,7 @@ public string Group { get; set; }
The id of the group to add the badge to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#group GroupBadge#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#group GroupBadge#group}
---
@@ -944,7 +944,7 @@ public string ImageUrl { get; set; }
The image url which will be presented on group overview.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#image_url GroupBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#image_url GroupBadge#image_url}
---
@@ -958,7 +958,7 @@ public string LinkUrl { get; set; }
The url linked with the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#link_url GroupBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#link_url GroupBadge#link_url}
---
@@ -970,7 +970,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#id GroupBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#id GroupBadge#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -987,7 +987,7 @@ public string Name { get; set; }
The name of the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#name GroupBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#name GroupBadge#name}
---
diff --git a/docs/groupBadge.go.md b/docs/groupBadge.go.md
index f4c2ae14f..af5f220fc 100644
--- a/docs/groupBadge.go.md
+++ b/docs/groupBadge.go.md
@@ -4,7 +4,7 @@
### GroupBadge
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge gitlab_group_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge gitlab_group_badge}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the GroupBadge to import.
The id of the existing GroupBadge that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#import import section} in the documentation of this resource for the id to use
---
@@ -845,7 +845,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/groupbadge"
| Group
| *string
| The id of the group to add the badge to. |
| ImageUrl
| *string
| The image url which will be presented on group overview. |
| LinkUrl
| *string
| The url linked with the badge. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#id GroupBadge#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#id GroupBadge#id}. |
| Name
| *string
| The name of the badge. |
---
@@ -930,7 +930,7 @@ Group *string
The id of the group to add the badge to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#group GroupBadge#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#group GroupBadge#group}
---
@@ -944,7 +944,7 @@ ImageUrl *string
The image url which will be presented on group overview.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#image_url GroupBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#image_url GroupBadge#image_url}
---
@@ -958,7 +958,7 @@ LinkUrl *string
The url linked with the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#link_url GroupBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#link_url GroupBadge#link_url}
---
@@ -970,7 +970,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#id GroupBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#id GroupBadge#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -987,7 +987,7 @@ Name *string
The name of the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#name GroupBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#name GroupBadge#name}
---
diff --git a/docs/groupBadge.java.md b/docs/groupBadge.java.md
index 587c7a1af..8438c66bb 100644
--- a/docs/groupBadge.java.md
+++ b/docs/groupBadge.java.md
@@ -4,7 +4,7 @@
### GroupBadge
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge gitlab_group_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge gitlab_group_badge}.
#### Initializers
@@ -45,7 +45,7 @@ GroupBadge.Builder.create(Construct scope, java.lang.String id)
| group
| java.lang.String
| The id of the group to add the badge to. |
| imageUrl
| java.lang.String
| The image url which will be presented on group overview. |
| linkUrl
| java.lang.String
| The url linked with the badge. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#id GroupBadge#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#id GroupBadge#id}. |
| name
| java.lang.String
| The name of the badge. |
---
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The id of the group to add the badge to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#group GroupBadge#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#group GroupBadge#group}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The image url which will be presented on group overview.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#image_url GroupBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#image_url GroupBadge#image_url}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The url linked with the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#link_url GroupBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#link_url GroupBadge#link_url}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#id GroupBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#id GroupBadge#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t
The name of the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#name GroupBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#name GroupBadge#name}
---
@@ -598,7 +598,7 @@ The construct id used in the generated config for the GroupBadge to import.
The id of the existing GroupBadge that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#import import section} in the documentation of this resource for the id to use
---
@@ -966,7 +966,7 @@ GroupBadgeConfig.builder()
| group
| java.lang.String
| The id of the group to add the badge to. |
| imageUrl
| java.lang.String
| The image url which will be presented on group overview. |
| linkUrl
| java.lang.String
| The url linked with the badge. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#id GroupBadge#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#id GroupBadge#id}. |
| name
| java.lang.String
| The name of the badge. |
---
@@ -1051,7 +1051,7 @@ public java.lang.String getGroup();
The id of the group to add the badge to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#group GroupBadge#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#group GroupBadge#group}
---
@@ -1065,7 +1065,7 @@ public java.lang.String getImageUrl();
The image url which will be presented on group overview.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#image_url GroupBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#image_url GroupBadge#image_url}
---
@@ -1079,7 +1079,7 @@ public java.lang.String getLinkUrl();
The url linked with the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#link_url GroupBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#link_url GroupBadge#link_url}
---
@@ -1091,7 +1091,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#id GroupBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#id GroupBadge#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1108,7 +1108,7 @@ public java.lang.String getName();
The name of the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#name GroupBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#name GroupBadge#name}
---
diff --git a/docs/groupBadge.python.md b/docs/groupBadge.python.md
index 8624b2e3c..81e265482 100644
--- a/docs/groupBadge.python.md
+++ b/docs/groupBadge.python.md
@@ -4,7 +4,7 @@
### GroupBadge
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge gitlab_group_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge gitlab_group_badge}.
#### Initializers
@@ -43,7 +43,7 @@ groupBadge.GroupBadge(
| group
| str
| The id of the group to add the badge to. |
| image_url
| str
| The image url which will be presented on group overview. |
| link_url
| str
| The url linked with the badge. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#id GroupBadge#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#id GroupBadge#id}. |
| name
| str
| The name of the badge. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The id of the group to add the badge to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#group GroupBadge#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#group GroupBadge#group}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The image url which will be presented on group overview.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#image_url GroupBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#image_url GroupBadge#image_url}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The url linked with the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#link_url GroupBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#link_url GroupBadge#link_url}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#id GroupBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#id GroupBadge#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t
The name of the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#name GroupBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#name GroupBadge#name}
---
@@ -642,7 +642,7 @@ The construct id used in the generated config for the GroupBadge to import.
The id of the existing GroupBadge that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#import import section} in the documentation of this resource for the id to use
---
@@ -1006,7 +1006,7 @@ groupBadge.GroupBadgeConfig(
| group
| str
| The id of the group to add the badge to. |
| image_url
| str
| The image url which will be presented on group overview. |
| link_url
| str
| The url linked with the badge. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#id GroupBadge#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#id GroupBadge#id}. |
| name
| str
| The name of the badge. |
---
@@ -1091,7 +1091,7 @@ group: str
The id of the group to add the badge to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#group GroupBadge#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#group GroupBadge#group}
---
@@ -1105,7 +1105,7 @@ image_url: str
The image url which will be presented on group overview.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#image_url GroupBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#image_url GroupBadge#image_url}
---
@@ -1119,7 +1119,7 @@ link_url: str
The url linked with the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#link_url GroupBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#link_url GroupBadge#link_url}
---
@@ -1131,7 +1131,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#id GroupBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#id GroupBadge#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1148,7 +1148,7 @@ name: str
The name of the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#name GroupBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#name GroupBadge#name}
---
diff --git a/docs/groupBadge.typescript.md b/docs/groupBadge.typescript.md
index b09abfe13..d60b03a13 100644
--- a/docs/groupBadge.typescript.md
+++ b/docs/groupBadge.typescript.md
@@ -4,7 +4,7 @@
### GroupBadge
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge gitlab_group_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge gitlab_group_badge}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the GroupBadge to import.
The id of the existing GroupBadge that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#import import section} in the documentation of this resource for the id to use
---
@@ -832,7 +832,7 @@ const groupBadgeConfig: groupBadge.GroupBadgeConfig = { ... }
| group
| string
| The id of the group to add the badge to. |
| imageUrl
| string
| The image url which will be presented on group overview. |
| linkUrl
| string
| The url linked with the badge. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#id GroupBadge#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#id GroupBadge#id}. |
| name
| string
| The name of the badge. |
---
@@ -917,7 +917,7 @@ public readonly group: string;
The id of the group to add the badge to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#group GroupBadge#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#group GroupBadge#group}
---
@@ -931,7 +931,7 @@ public readonly imageUrl: string;
The image url which will be presented on group overview.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#image_url GroupBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#image_url GroupBadge#image_url}
---
@@ -945,7 +945,7 @@ public readonly linkUrl: string;
The url linked with the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#link_url GroupBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#link_url GroupBadge#link_url}
---
@@ -957,7 +957,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#id GroupBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#id GroupBadge#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -974,7 +974,7 @@ public readonly name: string;
The name of the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_badge#name GroupBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_badge#name GroupBadge#name}
---
diff --git a/docs/groupCluster.csharp.md b/docs/groupCluster.csharp.md
index d1384043e..d70399834 100644
--- a/docs/groupCluster.csharp.md
+++ b/docs/groupCluster.csharp.md
@@ -4,7 +4,7 @@
### GroupCluster
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster gitlab_group_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster gitlab_group_cluster}.
#### Initializers
@@ -523,7 +523,7 @@ The construct id used in the generated config for the GroupCluster to import.
The id of the existing GroupCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1074,7 +1074,7 @@ new GroupClusterConfig {
| Domain
| string
| The base domain of the cluster. |
| Enabled
| object
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| EnvironmentScope
| string
| The associated environment to the cluster. Defaults to `*`. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#id GroupCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#id GroupCluster#id}. |
| KubernetesAuthorizationType
| string
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| KubernetesCaCert
| string
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| Managed
| object
| Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read. |
@@ -1162,7 +1162,7 @@ public string Group { get; set; }
The id of the group to add the cluster to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#group GroupCluster#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#group GroupCluster#group}
---
@@ -1176,7 +1176,7 @@ public string KubernetesApiUrl { get; set; }
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_api_url GroupCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_api_url GroupCluster#kubernetes_api_url}
---
@@ -1190,7 +1190,7 @@ public string KubernetesToken { get; set; }
The token to authenticate against Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
---
@@ -1204,7 +1204,7 @@ public string Name { get; set; }
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#name GroupCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#name GroupCluster#name}
---
@@ -1218,7 +1218,7 @@ public string Domain { get; set; }
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#domain GroupCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#domain GroupCluster#domain}
---
@@ -1232,7 +1232,7 @@ public object Enabled { get; set; }
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
---
@@ -1246,7 +1246,7 @@ public string EnvironmentScope { get; set; }
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
---
@@ -1258,7 +1258,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#id GroupCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#id GroupCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1275,7 +1275,7 @@ public string KubernetesAuthorizationType { get; set; }
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_authorization_type GroupCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_authorization_type GroupCluster#kubernetes_authorization_type}
---
@@ -1289,7 +1289,7 @@ public string KubernetesCaCert { get; set; }
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_ca_cert GroupCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_ca_cert GroupCluster#kubernetes_ca_cert}
---
@@ -1303,7 +1303,7 @@ public object Managed { get; set; }
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#managed GroupCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#managed GroupCluster#managed}
---
@@ -1317,7 +1317,7 @@ public string ManagementProjectId { get; set; }
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
---
diff --git a/docs/groupCluster.go.md b/docs/groupCluster.go.md
index d47a13e59..38d02afc3 100644
--- a/docs/groupCluster.go.md
+++ b/docs/groupCluster.go.md
@@ -4,7 +4,7 @@
### GroupCluster
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster gitlab_group_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster gitlab_group_cluster}.
#### Initializers
@@ -523,7 +523,7 @@ The construct id used in the generated config for the GroupCluster to import.
The id of the existing GroupCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1074,7 +1074,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/groupcluster"
| Domain
| *string
| The base domain of the cluster. |
| Enabled
| interface{}
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| EnvironmentScope
| *string
| The associated environment to the cluster. Defaults to `*`. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#id GroupCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#id GroupCluster#id}. |
| KubernetesAuthorizationType
| *string
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| KubernetesCaCert
| *string
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| Managed
| interface{}
| Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read. |
@@ -1162,7 +1162,7 @@ Group *string
The id of the group to add the cluster to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#group GroupCluster#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#group GroupCluster#group}
---
@@ -1176,7 +1176,7 @@ KubernetesApiUrl *string
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_api_url GroupCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_api_url GroupCluster#kubernetes_api_url}
---
@@ -1190,7 +1190,7 @@ KubernetesToken *string
The token to authenticate against Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
---
@@ -1204,7 +1204,7 @@ Name *string
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#name GroupCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#name GroupCluster#name}
---
@@ -1218,7 +1218,7 @@ Domain *string
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#domain GroupCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#domain GroupCluster#domain}
---
@@ -1232,7 +1232,7 @@ Enabled interface{}
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
---
@@ -1246,7 +1246,7 @@ EnvironmentScope *string
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
---
@@ -1258,7 +1258,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#id GroupCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#id GroupCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1275,7 +1275,7 @@ KubernetesAuthorizationType *string
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_authorization_type GroupCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_authorization_type GroupCluster#kubernetes_authorization_type}
---
@@ -1289,7 +1289,7 @@ KubernetesCaCert *string
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_ca_cert GroupCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_ca_cert GroupCluster#kubernetes_ca_cert}
---
@@ -1303,7 +1303,7 @@ Managed interface{}
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#managed GroupCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#managed GroupCluster#managed}
---
@@ -1317,7 +1317,7 @@ ManagementProjectId *string
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
---
diff --git a/docs/groupCluster.java.md b/docs/groupCluster.java.md
index acea9f807..720ca5cb2 100644
--- a/docs/groupCluster.java.md
+++ b/docs/groupCluster.java.md
@@ -4,7 +4,7 @@
### GroupCluster
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster gitlab_group_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster gitlab_group_cluster}.
#### Initializers
@@ -58,7 +58,7 @@ GroupCluster.Builder.create(Construct scope, java.lang.String id)
| domain
| java.lang.String
| The base domain of the cluster. |
| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| environmentScope
| java.lang.String
| The associated environment to the cluster. Defaults to `*`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#id GroupCluster#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#id GroupCluster#id}. |
| kubernetesAuthorizationType
| java.lang.String
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| kubernetesCaCert
| java.lang.String
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| managed
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read. |
@@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope
The id of the group to add the cluster to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#group GroupCluster#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#group GroupCluster#group}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_api_url GroupCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_api_url GroupCluster#kubernetes_api_url}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The token to authenticate against Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#name GroupCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#name GroupCluster#name}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#domain GroupCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#domain GroupCluster#domain}
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
---
@@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
---
@@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#id GroupCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#id GroupCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -213,7 +213,7 @@ If you experience problems setting this value it might not be settable. Please t
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_authorization_type GroupCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_authorization_type GroupCluster#kubernetes_authorization_type}
---
@@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_ca_cert GroupCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_ca_cert GroupCluster#kubernetes_ca_cert}
---
@@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#managed GroupCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#managed GroupCluster#managed}
---
@@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
---
@@ -726,7 +726,7 @@ The construct id used in the generated config for the GroupCluster to import.
The id of the existing GroupCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1283,7 +1283,7 @@ GroupClusterConfig.builder()
| domain
| java.lang.String
| The base domain of the cluster. |
| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| environmentScope
| java.lang.String
| The associated environment to the cluster. Defaults to `*`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#id GroupCluster#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#id GroupCluster#id}. |
| kubernetesAuthorizationType
| java.lang.String
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| kubernetesCaCert
| java.lang.String
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| managed
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read. |
@@ -1371,7 +1371,7 @@ public java.lang.String getGroup();
The id of the group to add the cluster to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#group GroupCluster#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#group GroupCluster#group}
---
@@ -1385,7 +1385,7 @@ public java.lang.String getKubernetesApiUrl();
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_api_url GroupCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_api_url GroupCluster#kubernetes_api_url}
---
@@ -1399,7 +1399,7 @@ public java.lang.String getKubernetesToken();
The token to authenticate against Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
---
@@ -1413,7 +1413,7 @@ public java.lang.String getName();
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#name GroupCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#name GroupCluster#name}
---
@@ -1427,7 +1427,7 @@ public java.lang.String getDomain();
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#domain GroupCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#domain GroupCluster#domain}
---
@@ -1441,7 +1441,7 @@ public java.lang.Object getEnabled();
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
---
@@ -1455,7 +1455,7 @@ public java.lang.String getEnvironmentScope();
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
---
@@ -1467,7 +1467,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#id GroupCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#id GroupCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1484,7 +1484,7 @@ public java.lang.String getKubernetesAuthorizationType();
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_authorization_type GroupCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_authorization_type GroupCluster#kubernetes_authorization_type}
---
@@ -1498,7 +1498,7 @@ public java.lang.String getKubernetesCaCert();
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_ca_cert GroupCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_ca_cert GroupCluster#kubernetes_ca_cert}
---
@@ -1512,7 +1512,7 @@ public java.lang.Object getManaged();
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#managed GroupCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#managed GroupCluster#managed}
---
@@ -1526,7 +1526,7 @@ public java.lang.String getManagementProjectId();
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
---
diff --git a/docs/groupCluster.python.md b/docs/groupCluster.python.md
index f99a5e6a9..ac808e00d 100644
--- a/docs/groupCluster.python.md
+++ b/docs/groupCluster.python.md
@@ -4,7 +4,7 @@
### GroupCluster
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster gitlab_group_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster gitlab_group_cluster}.
#### Initializers
@@ -54,7 +54,7 @@ groupCluster.GroupCluster(
| domain
| str
| The base domain of the cluster. |
| enabled
| typing.Union[bool, cdktf.IResolvable]
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| environment_scope
| str
| The associated environment to the cluster. Defaults to `*`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#id GroupCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#id GroupCluster#id}. |
| kubernetes_authorization_type
| str
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| kubernetes_ca_cert
| str
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| managed
| typing.Union[bool, cdktf.IResolvable]
| Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read. |
@@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope
The id of the group to add the cluster to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#group GroupCluster#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#group GroupCluster#group}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_api_url GroupCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_api_url GroupCluster#kubernetes_api_url}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The token to authenticate against Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#name GroupCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#name GroupCluster#name}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#domain GroupCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#domain GroupCluster#domain}
---
@@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
---
@@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
---
@@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#id GroupCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#id GroupCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -209,7 +209,7 @@ If you experience problems setting this value it might not be settable. Please t
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_authorization_type GroupCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_authorization_type GroupCluster#kubernetes_authorization_type}
---
@@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_ca_cert GroupCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_ca_cert GroupCluster#kubernetes_ca_cert}
---
@@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#managed GroupCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#managed GroupCluster#managed}
---
@@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
---
@@ -768,7 +768,7 @@ The construct id used in the generated config for the GroupCluster to import.
The id of the existing GroupCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1319,7 +1319,7 @@ groupCluster.GroupClusterConfig(
| domain
| str
| The base domain of the cluster. |
| enabled
| typing.Union[bool, cdktf.IResolvable]
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| environment_scope
| str
| The associated environment to the cluster. Defaults to `*`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#id GroupCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#id GroupCluster#id}. |
| kubernetes_authorization_type
| str
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| kubernetes_ca_cert
| str
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| managed
| typing.Union[bool, cdktf.IResolvable]
| Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read. |
@@ -1407,7 +1407,7 @@ group: str
The id of the group to add the cluster to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#group GroupCluster#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#group GroupCluster#group}
---
@@ -1421,7 +1421,7 @@ kubernetes_api_url: str
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_api_url GroupCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_api_url GroupCluster#kubernetes_api_url}
---
@@ -1435,7 +1435,7 @@ kubernetes_token: str
The token to authenticate against Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
---
@@ -1449,7 +1449,7 @@ name: str
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#name GroupCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#name GroupCluster#name}
---
@@ -1463,7 +1463,7 @@ domain: str
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#domain GroupCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#domain GroupCluster#domain}
---
@@ -1477,7 +1477,7 @@ enabled: typing.Union[bool, IResolvable]
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
---
@@ -1491,7 +1491,7 @@ environment_scope: str
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
---
@@ -1503,7 +1503,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#id GroupCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#id GroupCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1520,7 +1520,7 @@ kubernetes_authorization_type: str
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_authorization_type GroupCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_authorization_type GroupCluster#kubernetes_authorization_type}
---
@@ -1534,7 +1534,7 @@ kubernetes_ca_cert: str
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_ca_cert GroupCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_ca_cert GroupCluster#kubernetes_ca_cert}
---
@@ -1548,7 +1548,7 @@ managed: typing.Union[bool, IResolvable]
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#managed GroupCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#managed GroupCluster#managed}
---
@@ -1562,7 +1562,7 @@ management_project_id: str
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
---
diff --git a/docs/groupCluster.typescript.md b/docs/groupCluster.typescript.md
index cae6c5caa..09f0b2224 100644
--- a/docs/groupCluster.typescript.md
+++ b/docs/groupCluster.typescript.md
@@ -4,7 +4,7 @@
### GroupCluster
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster gitlab_group_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster gitlab_group_cluster}.
#### Initializers
@@ -523,7 +523,7 @@ The construct id used in the generated config for the GroupCluster to import.
The id of the existing GroupCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1054,7 +1054,7 @@ const groupClusterConfig: groupCluster.GroupClusterConfig = { ... }
| domain
| string
| The base domain of the cluster. |
| enabled
| boolean \| cdktf.IResolvable
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| environmentScope
| string
| The associated environment to the cluster. Defaults to `*`. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#id GroupCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#id GroupCluster#id}. |
| kubernetesAuthorizationType
| string
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| kubernetesCaCert
| string
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| managed
| boolean \| cdktf.IResolvable
| Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read. |
@@ -1142,7 +1142,7 @@ public readonly group: string;
The id of the group to add the cluster to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#group GroupCluster#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#group GroupCluster#group}
---
@@ -1156,7 +1156,7 @@ public readonly kubernetesApiUrl: string;
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_api_url GroupCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_api_url GroupCluster#kubernetes_api_url}
---
@@ -1170,7 +1170,7 @@ public readonly kubernetesToken: string;
The token to authenticate against Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_token GroupCluster#kubernetes_token}
---
@@ -1184,7 +1184,7 @@ public readonly name: string;
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#name GroupCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#name GroupCluster#name}
---
@@ -1198,7 +1198,7 @@ public readonly domain: string;
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#domain GroupCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#domain GroupCluster#domain}
---
@@ -1212,7 +1212,7 @@ public readonly enabled: boolean | IResolvable;
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#enabled GroupCluster#enabled}
---
@@ -1226,7 +1226,7 @@ public readonly environmentScope: string;
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#environment_scope GroupCluster#environment_scope}
---
@@ -1238,7 +1238,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#id GroupCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#id GroupCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1255,7 +1255,7 @@ public readonly kubernetesAuthorizationType: string;
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_authorization_type GroupCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_authorization_type GroupCluster#kubernetes_authorization_type}
---
@@ -1269,7 +1269,7 @@ public readonly kubernetesCaCert: string;
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#kubernetes_ca_cert GroupCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#kubernetes_ca_cert GroupCluster#kubernetes_ca_cert}
---
@@ -1283,7 +1283,7 @@ public readonly managed: boolean | IResolvable;
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#managed GroupCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#managed GroupCluster#managed}
---
@@ -1297,7 +1297,7 @@ public readonly managementProjectId: string;
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_cluster#management_project_id GroupCluster#management_project_id}
---
diff --git a/docs/groupCustomAttribute.csharp.md b/docs/groupCustomAttribute.csharp.md
index ba03ac1c9..ec413c99b 100644
--- a/docs/groupCustomAttribute.csharp.md
+++ b/docs/groupCustomAttribute.csharp.md
@@ -4,7 +4,7 @@
### GroupCustomAttribute
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the GroupCustomAttribute to im
The id of the existing GroupCustomAttribute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#import import section} in the documentation of this resource for the id to use
---
@@ -793,7 +793,7 @@ new GroupCustomAttributeConfig {
| Group
| double
| The id of the group. |
| Key
| string
| Key for the Custom Attribute. |
| Value
| string
| Value for the Custom Attribute. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}. |
---
@@ -877,7 +877,7 @@ public double Group { get; set; }
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
---
@@ -891,7 +891,7 @@ public string Key { get; set; }
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
---
@@ -905,7 +905,7 @@ public string Value { get; set; }
Value for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
---
@@ -917,7 +917,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupCustomAttribute.go.md b/docs/groupCustomAttribute.go.md
index ba66565ac..320f587ad 100644
--- a/docs/groupCustomAttribute.go.md
+++ b/docs/groupCustomAttribute.go.md
@@ -4,7 +4,7 @@
### GroupCustomAttribute
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the GroupCustomAttribute to im
The id of the existing GroupCustomAttribute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#import import section} in the documentation of this resource for the id to use
---
@@ -793,7 +793,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/groupcustomattribut
| Group
| *f64
| The id of the group. |
| Key
| *string
| Key for the Custom Attribute. |
| Value
| *string
| Value for the Custom Attribute. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}. |
---
@@ -877,7 +877,7 @@ Group *f64
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
---
@@ -891,7 +891,7 @@ Key *string
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
---
@@ -905,7 +905,7 @@ Value *string
Value for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
---
@@ -917,7 +917,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupCustomAttribute.java.md b/docs/groupCustomAttribute.java.md
index d4eb8e6cf..4527aa261 100644
--- a/docs/groupCustomAttribute.java.md
+++ b/docs/groupCustomAttribute.java.md
@@ -4,7 +4,7 @@
### GroupCustomAttribute
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}.
#### Initializers
@@ -44,7 +44,7 @@ GroupCustomAttribute.Builder.create(Construct scope, java.lang.String id)
| group
| java.lang.Number
| The id of the group. |
| key
| java.lang.String
| Key for the Custom Attribute. |
| value
| java.lang.String
| Value for the Custom Attribute. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Value for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -579,7 +579,7 @@ The construct id used in the generated config for the GroupCustomAttribute to im
The id of the existing GroupCustomAttribute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#import import section} in the documentation of this resource for the id to use
---
@@ -902,7 +902,7 @@ GroupCustomAttributeConfig.builder()
| group
| java.lang.Number
| The id of the group. |
| key
| java.lang.String
| Key for the Custom Attribute. |
| value
| java.lang.String
| Value for the Custom Attribute. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}. |
---
@@ -986,7 +986,7 @@ public java.lang.Number getGroup();
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
---
@@ -1000,7 +1000,7 @@ public java.lang.String getKey();
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
---
@@ -1014,7 +1014,7 @@ public java.lang.String getValue();
Value for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
---
@@ -1026,7 +1026,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupCustomAttribute.python.md b/docs/groupCustomAttribute.python.md
index c225ae618..d5bf572f3 100644
--- a/docs/groupCustomAttribute.python.md
+++ b/docs/groupCustomAttribute.python.md
@@ -4,7 +4,7 @@
### GroupCustomAttribute
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}.
#### Initializers
@@ -42,7 +42,7 @@ groupCustomAttribute.GroupCustomAttribute(
| group
| typing.Union[int, float]
| The id of the group. |
| key
| str
| Key for the Custom Attribute. |
| value
| str
| Value for the Custom Attribute. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Value for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -623,7 +623,7 @@ The construct id used in the generated config for the GroupCustomAttribute to im
The id of the existing GroupCustomAttribute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#import import section} in the documentation of this resource for the id to use
---
@@ -942,7 +942,7 @@ groupCustomAttribute.GroupCustomAttributeConfig(
| group
| typing.Union[int, float]
| The id of the group. |
| key
| str
| Key for the Custom Attribute. |
| value
| str
| Value for the Custom Attribute. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}. |
---
@@ -1026,7 +1026,7 @@ group: typing.Union[int, float]
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
---
@@ -1040,7 +1040,7 @@ key: str
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
---
@@ -1054,7 +1054,7 @@ value: str
Value for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
---
@@ -1066,7 +1066,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupCustomAttribute.typescript.md b/docs/groupCustomAttribute.typescript.md
index aa74db34b..fbcd96e13 100644
--- a/docs/groupCustomAttribute.typescript.md
+++ b/docs/groupCustomAttribute.typescript.md
@@ -4,7 +4,7 @@
### GroupCustomAttribute
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute gitlab_group_custom_attribute}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the GroupCustomAttribute to im
The id of the existing GroupCustomAttribute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#import import section} in the documentation of this resource for the id to use
---
@@ -781,7 +781,7 @@ const groupCustomAttributeConfig: groupCustomAttribute.GroupCustomAttributeConfi
| group
| number
| The id of the group. |
| key
| string
| Key for the Custom Attribute. |
| value
| string
| Value for the Custom Attribute. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}. |
---
@@ -865,7 +865,7 @@ public readonly group: number;
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#group GroupCustomAttribute#group}
---
@@ -879,7 +879,7 @@ public readonly key: string;
Key for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#key GroupCustomAttribute#key}
---
@@ -893,7 +893,7 @@ public readonly value: string;
Value for the Custom Attribute.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#value GroupCustomAttribute#value}
---
@@ -905,7 +905,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_custom_attribute#id GroupCustomAttribute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupEpicBoard.csharp.md b/docs/groupEpicBoard.csharp.md
index 033dc8f07..ddf1203a0 100644
--- a/docs/groupEpicBoard.csharp.md
+++ b/docs/groupEpicBoard.csharp.md
@@ -4,7 +4,7 @@
### GroupEpicBoard
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board gitlab_group_epic_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board gitlab_group_epic_board}.
#### Initializers
@@ -487,7 +487,7 @@ The construct id used in the generated config for the GroupEpicBoard to import.
The id of the existing GroupEpicBoard that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#import import section} in the documentation of this resource for the id to use
---
@@ -877,7 +877,7 @@ public string Group { get; set; }
The ID or URL-encoded path of the group owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
---
@@ -891,7 +891,7 @@ public string Name { get; set; }
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
---
@@ -905,7 +905,7 @@ public object Lists { get; set; }
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
---
@@ -939,7 +939,7 @@ public double LabelId { get; set; }
The ID of the label the list should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
---
diff --git a/docs/groupEpicBoard.go.md b/docs/groupEpicBoard.go.md
index db864e55b..fcd3f2060 100644
--- a/docs/groupEpicBoard.go.md
+++ b/docs/groupEpicBoard.go.md
@@ -4,7 +4,7 @@
### GroupEpicBoard
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board gitlab_group_epic_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board gitlab_group_epic_board}.
#### Initializers
@@ -487,7 +487,7 @@ The construct id used in the generated config for the GroupEpicBoard to import.
The id of the existing GroupEpicBoard that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#import import section} in the documentation of this resource for the id to use
---
@@ -877,7 +877,7 @@ Group *string
The ID or URL-encoded path of the group owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
---
@@ -891,7 +891,7 @@ Name *string
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
---
@@ -905,7 +905,7 @@ Lists interface{}
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
---
@@ -939,7 +939,7 @@ LabelId *f64
The ID of the label the list should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
---
diff --git a/docs/groupEpicBoard.java.md b/docs/groupEpicBoard.java.md
index 8f9f2a2c5..840b19669 100644
--- a/docs/groupEpicBoard.java.md
+++ b/docs/groupEpicBoard.java.md
@@ -4,7 +4,7 @@
### GroupEpicBoard
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board gitlab_group_epic_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board gitlab_group_epic_board}.
#### Initializers
@@ -113,7 +113,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the group owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
---
@@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
---
@@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
---
@@ -580,7 +580,7 @@ The construct id used in the generated config for the GroupEpicBoard to import.
The id of the existing GroupEpicBoard that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#import import section} in the documentation of this resource for the id to use
---
@@ -975,7 +975,7 @@ public java.lang.String getGroup();
The ID or URL-encoded path of the group owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
---
@@ -989,7 +989,7 @@ public java.lang.String getName();
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
---
@@ -1003,7 +1003,7 @@ public java.lang.Object getLists();
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
---
@@ -1037,7 +1037,7 @@ public java.lang.Number getLabelId();
The ID of the label the list should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
---
diff --git a/docs/groupEpicBoard.python.md b/docs/groupEpicBoard.python.md
index 9746d1d6a..b9ce5c96d 100644
--- a/docs/groupEpicBoard.python.md
+++ b/docs/groupEpicBoard.python.md
@@ -4,7 +4,7 @@
### GroupEpicBoard
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board gitlab_group_epic_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board gitlab_group_epic_board}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the group owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
---
@@ -625,7 +625,7 @@ The construct id used in the generated config for the GroupEpicBoard to import.
The id of the existing GroupEpicBoard that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#import import section} in the documentation of this resource for the id to use
---
@@ -1015,7 +1015,7 @@ group: str
The ID or URL-encoded path of the group owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
---
@@ -1029,7 +1029,7 @@ name: str
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
---
@@ -1043,7 +1043,7 @@ lists: typing.Union[IResolvable, typing.List[GroupEpicBoardLists]]
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
---
@@ -1077,7 +1077,7 @@ label_id: typing.Union[int, float]
The ID of the label the list should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
---
diff --git a/docs/groupEpicBoard.typescript.md b/docs/groupEpicBoard.typescript.md
index c1353d471..1c1b1113b 100644
--- a/docs/groupEpicBoard.typescript.md
+++ b/docs/groupEpicBoard.typescript.md
@@ -4,7 +4,7 @@
### GroupEpicBoard
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board gitlab_group_epic_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board gitlab_group_epic_board}.
#### Initializers
@@ -487,7 +487,7 @@ The construct id used in the generated config for the GroupEpicBoard to import.
The id of the existing GroupEpicBoard that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#import import section} in the documentation of this resource for the id to use
---
@@ -866,7 +866,7 @@ public readonly group: string;
The ID or URL-encoded path of the group owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#group GroupEpicBoard#group}
---
@@ -880,7 +880,7 @@ public readonly name: string;
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#name GroupEpicBoard#name}
---
@@ -894,7 +894,7 @@ public readonly lists: IResolvable | GroupEpicBoardLists[];
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#lists GroupEpicBoard#lists}
---
@@ -926,7 +926,7 @@ public readonly labelId: number;
The ID of the label the list should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_epic_board#label_id GroupEpicBoard#label_id}
---
diff --git a/docs/groupHook.csharp.md b/docs/groupHook.csharp.md
index f2da5d29c..cffd157ac 100644
--- a/docs/groupHook.csharp.md
+++ b/docs/groupHook.csharp.md
@@ -4,7 +4,7 @@
### GroupHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook gitlab_group_hook}.
#### Initializers
@@ -73,8 +73,10 @@ Must be unique amongst siblings in the same scope
| MoveFromId
| Move the resource corresponding to "id" to this resource. |
| MoveTo
| Moves this resource to the target resource given by moveTarget. |
| MoveToId
| Moves this resource to the resource corresponding to "id". |
+| PutCustomHeaders
| *No description.* |
| ResetConfidentialIssuesEvents
| *No description.* |
| ResetConfidentialNoteEvents
| *No description.* |
+| ResetCustomHeaders
| *No description.* |
| ResetCustomWebhookTemplate
| *No description.* |
| ResetDeploymentEvents
| *No description.* |
| ResetEnableSslVerification
| *No description.* |
@@ -381,6 +383,18 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example".
---
+##### `PutCustomHeaders`
+
+```csharp
+private void PutCustomHeaders(object Value)
+```
+
+###### `Value`Required
+
+- *Type:* object
+
+---
+
##### `ResetConfidentialIssuesEvents`
```csharp
@@ -393,6 +407,12 @@ private void ResetConfidentialIssuesEvents()
private void ResetConfidentialNoteEvents()
```
+##### `ResetCustomHeaders`
+
+```csharp
+private void ResetCustomHeaders()
+```
+
##### `ResetCustomWebhookTemplate`
```csharp
@@ -586,7 +606,7 @@ The construct id used in the generated config for the GroupHook to import.
The id of the existing GroupHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
---
@@ -616,11 +636,13 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
+| CustomHeaders
| GroupHookCustomHeadersList
| *No description.* |
| GroupId
| double
| *No description.* |
| HookId
| double
| *No description.* |
| Id
| string
| *No description.* |
| ConfidentialIssuesEventsInput
| object
| *No description.* |
| ConfidentialNoteEventsInput
| object
| *No description.* |
+| CustomHeadersInput
| object
| *No description.* |
| CustomWebhookTemplateInput
| string
| *No description.* |
| DeploymentEventsInput
| object
| *No description.* |
| EnableSslVerificationInput
| object
| *No description.* |
@@ -802,6 +824,16 @@ public object[] Provisioners { get; }
---
+##### `CustomHeaders`Required
+
+```csharp
+public GroupHookCustomHeadersList CustomHeaders { get; }
+```
+
+- *Type:* GroupHookCustomHeadersList
+
+---
+
##### `GroupId`Required
```csharp
@@ -852,6 +884,16 @@ public object ConfidentialNoteEventsInput { get; }
---
+##### `CustomHeadersInput`Optional
+
+```csharp
+public object CustomHeadersInput { get; }
+```
+
+- *Type:* object
+
+---
+
##### `CustomWebhookTemplateInput`Optional
```csharp
@@ -1251,6 +1293,7 @@ new GroupHookConfig {
string Url,
object ConfidentialIssuesEvents = null,
object ConfidentialNoteEvents = null,
+ object CustomHeaders = null,
string CustomWebhookTemplate = null,
object DeploymentEvents = null,
object EnableSslVerification = null,
@@ -1284,6 +1327,7 @@ new GroupHookConfig {
| Url
| string
| The url of the hook to invoke. Forces re-creation to preserve `token`. |
| ConfidentialIssuesEvents
| object
| Invoke the hook for confidential issues events. |
| ConfidentialNoteEvents
| object
| Invoke the hook for confidential note events. |
+| CustomHeaders
| object
| Custom headers for the project webhook. |
| CustomWebhookTemplate
| string
| Custom webhook template. |
| DeploymentEvents
| object
| Invoke the hook for deployment events. |
| EnableSslVerification
| object
| Enable SSL verification when invoking the hook. |
@@ -1382,7 +1426,7 @@ public string Group { get; set; }
The full path or id of the group to add the hook to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#group GroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#group GroupHook#group}
---
@@ -1396,7 +1440,7 @@ public string Url { get; set; }
The url of the hook to invoke. Forces re-creation to preserve `token`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#url GroupHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#url GroupHook#url}
---
@@ -1410,7 +1454,7 @@ public object ConfidentialIssuesEvents { get; set; }
Invoke the hook for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
---
@@ -1424,7 +1468,21 @@ public object ConfidentialNoteEvents { get; set; }
Invoke the hook for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
+
+---
+
+##### `CustomHeaders`Optional
+
+```csharp
+public object CustomHeaders { get; set; }
+```
+
+- *Type:* object
+
+Custom headers for the project webhook.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#custom_headers GroupHook#custom_headers}
---
@@ -1438,7 +1496,7 @@ public string CustomWebhookTemplate { get; set; }
Custom webhook template.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
---
@@ -1452,7 +1510,7 @@ public object DeploymentEvents { get; set; }
Invoke the hook for deployment events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
---
@@ -1466,7 +1524,7 @@ public object EnableSslVerification { get; set; }
Enable SSL verification when invoking the hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
---
@@ -1480,7 +1538,7 @@ public object IssuesEvents { get; set; }
Invoke the hook for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
---
@@ -1494,7 +1552,7 @@ public object JobEvents { get; set; }
Invoke the hook for job events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#job_events GroupHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#job_events GroupHook#job_events}
---
@@ -1508,7 +1566,7 @@ public object MergeRequestsEvents { get; set; }
Invoke the hook for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
---
@@ -1522,7 +1580,7 @@ public object NoteEvents { get; set; }
Invoke the hook for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#note_events GroupHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#note_events GroupHook#note_events}
---
@@ -1536,7 +1594,7 @@ public object PipelineEvents { get; set; }
Invoke the hook for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
---
@@ -1550,7 +1608,7 @@ public object PushEvents { get; set; }
Invoke the hook for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#push_events GroupHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#push_events GroupHook#push_events}
---
@@ -1564,7 +1622,7 @@ public string PushEventsBranchFilter { get; set; }
Invoke the hook for push events on matching branches only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
---
@@ -1578,7 +1636,7 @@ public object ReleasesEvents { get; set; }
Invoke the hook for release events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
---
@@ -1592,7 +1650,7 @@ public object SubgroupEvents { get; set; }
Invoke the hook for subgroup events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
---
@@ -1606,7 +1664,7 @@ public object TagPushEvents { get; set; }
Invoke the hook for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
---
@@ -1620,7 +1678,7 @@ public string Token { get; set; }
A token to present when invoking the hook. The token is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#token GroupHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#token GroupHook#token}
---
@@ -1634,7 +1692,529 @@ public object WikiPageEvents { get; set; }
Invoke the hook for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
+
+---
+
+### GroupHookCustomHeaders
+
+#### Initializer
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new GroupHookCustomHeaders {
+ string Key,
+ string Value
+};
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Key
| string
| Key of the custom header. |
+| Value
| string
| Value of the custom header. This value cannot be imported. |
+
+---
+
+##### `Key`Required
+
+```csharp
+public string Key { get; set; }
+```
+
+- *Type:* string
+
+Key of the custom header.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#key GroupHook#key}
+
+---
+
+##### `Value`Required
+
+```csharp
+public string Value { get; set; }
+```
+
+- *Type:* string
+
+Value of the custom header. This value cannot be imported.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#value GroupHook#value}
+
+---
+
+## Classes
+
+### GroupHookCustomHeadersList
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new GroupHookCustomHeadersList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TerraformResource
| HashiCorp.Cdktf.IInterpolatingParent
| The parent resource. |
+| TerraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| WrapsSet
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `TerraformResource`Required
+
+- *Type:* HashiCorp.Cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `TerraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `WrapsSet`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| AllWithMapKey
| Creating an iterator for this complex list. |
+| ComputeFqn
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+| Get
| *No description.* |
+
+---
+
+##### `AllWithMapKey`
+
+```csharp
+private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName)
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `MapKeyAttributeName`Required
+
+- *Type:* string
+
+---
+
+##### `ComputeFqn`
+
+```csharp
+private string ComputeFqn()
+```
+
+##### `Resolve`
+
+```csharp
+private object Resolve(IResolveContext Context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `Context`Required
+
+- *Type:* HashiCorp.Cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `Get`
+
+```csharp
+private GroupHookCustomHeadersOutputReference Get(double Index)
+```
+
+###### `Index`Required
+
+- *Type:* double
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| string
| *No description.* |
+| InternalValue
| object
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```csharp
+public string[] CreationStack { get; }
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```csharp
+public string Fqn { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `InternalValue`Optional
+
+```csharp
+public object InternalValue { get; }
+```
+
+- *Type:* object
+
+---
+
+
+### GroupHookCustomHeadersOutputReference
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new GroupHookCustomHeadersOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TerraformResource
| HashiCorp.Cdktf.IInterpolatingParent
| The parent resource. |
+| TerraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| ComplexObjectIndex
| double
| the index of this item in the list. |
+| ComplexObjectIsFromSet
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `TerraformResource`Required
+
+- *Type:* HashiCorp.Cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `TerraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `ComplexObjectIndex`Required
+
+- *Type:* double
+
+the index of this item in the list.
+
+---
+
+##### `ComplexObjectIsFromSet`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ComputeFqn
| *No description.* |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `ComputeFqn`
+
+```csharp
+private string ComputeFqn()
+```
+
+##### `GetAnyMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanAttribute`
+
+```csharp
+private IResolvable GetBooleanAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetListAttribute`
+
+```csharp
+private string[] GetListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberAttribute`
+
+```csharp
+private double GetNumberAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberListAttribute`
+
+```csharp
+private double[] GetNumberListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringAttribute`
+
+```csharp
+private string GetStringAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `InterpolationForAttribute`
+
+```csharp
+private IResolvable InterpolationForAttribute(string Property)
+```
+
+###### `Property`Required
+
+- *Type:* string
+
+---
+
+##### `Resolve`
+
+```csharp
+private object Resolve(IResolveContext Context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `Context`Required
+
+- *Type:* HashiCorp.Cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| string
| *No description.* |
+| KeyInput
| string
| *No description.* |
+| ValueInput
| string
| *No description.* |
+| Key
| string
| *No description.* |
+| Value
| string
| *No description.* |
+| InternalValue
| object
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```csharp
+public string[] CreationStack { get; }
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```csharp
+public string Fqn { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `KeyInput`Optional
+
+```csharp
+public string KeyInput { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `ValueInput`Optional
+
+```csharp
+public string ValueInput { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Key`Required
+
+```csharp
+public string Key { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Value`Required
+
+```csharp
+public string Value { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `InternalValue`Optional
+
+```csharp
+public object InternalValue { get; }
+```
+
+- *Type:* object
---
diff --git a/docs/groupHook.go.md b/docs/groupHook.go.md
index 2fe5de021..ae939dd5f 100644
--- a/docs/groupHook.go.md
+++ b/docs/groupHook.go.md
@@ -4,7 +4,7 @@
### GroupHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook gitlab_group_hook}.
#### Initializers
@@ -73,8 +73,10 @@ Must be unique amongst siblings in the same scope
| MoveFromId
| Move the resource corresponding to "id" to this resource. |
| MoveTo
| Moves this resource to the target resource given by moveTarget. |
| MoveToId
| Moves this resource to the resource corresponding to "id". |
+| PutCustomHeaders
| *No description.* |
| ResetConfidentialIssuesEvents
| *No description.* |
| ResetConfidentialNoteEvents
| *No description.* |
+| ResetCustomHeaders
| *No description.* |
| ResetCustomWebhookTemplate
| *No description.* |
| ResetDeploymentEvents
| *No description.* |
| ResetEnableSslVerification
| *No description.* |
@@ -381,6 +383,18 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example".
---
+##### `PutCustomHeaders`
+
+```go
+func PutCustomHeaders(value interface{})
+```
+
+###### `value`Required
+
+- *Type:* interface{}
+
+---
+
##### `ResetConfidentialIssuesEvents`
```go
@@ -393,6 +407,12 @@ func ResetConfidentialIssuesEvents()
func ResetConfidentialNoteEvents()
```
+##### `ResetCustomHeaders`
+
+```go
+func ResetCustomHeaders()
+```
+
##### `ResetCustomWebhookTemplate`
```go
@@ -586,7 +606,7 @@ The construct id used in the generated config for the GroupHook to import.
The id of the existing GroupHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
---
@@ -616,11 +636,13 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
+| CustomHeaders
| GroupHookCustomHeadersList
| *No description.* |
| GroupId
| *f64
| *No description.* |
| HookId
| *f64
| *No description.* |
| Id
| *string
| *No description.* |
| ConfidentialIssuesEventsInput
| interface{}
| *No description.* |
| ConfidentialNoteEventsInput
| interface{}
| *No description.* |
+| CustomHeadersInput
| interface{}
| *No description.* |
| CustomWebhookTemplateInput
| *string
| *No description.* |
| DeploymentEventsInput
| interface{}
| *No description.* |
| EnableSslVerificationInput
| interface{}
| *No description.* |
@@ -802,6 +824,16 @@ func Provisioners() *[]interface{}
---
+##### `CustomHeaders`Required
+
+```go
+func CustomHeaders() GroupHookCustomHeadersList
+```
+
+- *Type:* GroupHookCustomHeadersList
+
+---
+
##### `GroupId`Required
```go
@@ -852,6 +884,16 @@ func ConfidentialNoteEventsInput() interface{}
---
+##### `CustomHeadersInput`Optional
+
+```go
+func CustomHeadersInput() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
##### `CustomWebhookTemplateInput`Optional
```go
@@ -1251,6 +1293,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/grouphook"
Url: *string,
ConfidentialIssuesEvents: interface{},
ConfidentialNoteEvents: interface{},
+ CustomHeaders: interface{},
CustomWebhookTemplate: *string,
DeploymentEvents: interface{},
EnableSslVerification: interface{},
@@ -1284,6 +1327,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/grouphook"
| Url
| *string
| The url of the hook to invoke. Forces re-creation to preserve `token`. |
| ConfidentialIssuesEvents
| interface{}
| Invoke the hook for confidential issues events. |
| ConfidentialNoteEvents
| interface{}
| Invoke the hook for confidential note events. |
+| CustomHeaders
| interface{}
| Custom headers for the project webhook. |
| CustomWebhookTemplate
| *string
| Custom webhook template. |
| DeploymentEvents
| interface{}
| Invoke the hook for deployment events. |
| EnableSslVerification
| interface{}
| Enable SSL verification when invoking the hook. |
@@ -1382,7 +1426,7 @@ Group *string
The full path or id of the group to add the hook to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#group GroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#group GroupHook#group}
---
@@ -1396,7 +1440,7 @@ Url *string
The url of the hook to invoke. Forces re-creation to preserve `token`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#url GroupHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#url GroupHook#url}
---
@@ -1410,7 +1454,7 @@ ConfidentialIssuesEvents interface{}
Invoke the hook for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
---
@@ -1424,7 +1468,21 @@ ConfidentialNoteEvents interface{}
Invoke the hook for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
+
+---
+
+##### `CustomHeaders`Optional
+
+```go
+CustomHeaders interface{}
+```
+
+- *Type:* interface{}
+
+Custom headers for the project webhook.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#custom_headers GroupHook#custom_headers}
---
@@ -1438,7 +1496,7 @@ CustomWebhookTemplate *string
Custom webhook template.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
---
@@ -1452,7 +1510,7 @@ DeploymentEvents interface{}
Invoke the hook for deployment events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
---
@@ -1466,7 +1524,7 @@ EnableSslVerification interface{}
Enable SSL verification when invoking the hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
---
@@ -1480,7 +1538,7 @@ IssuesEvents interface{}
Invoke the hook for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
---
@@ -1494,7 +1552,7 @@ JobEvents interface{}
Invoke the hook for job events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#job_events GroupHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#job_events GroupHook#job_events}
---
@@ -1508,7 +1566,7 @@ MergeRequestsEvents interface{}
Invoke the hook for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
---
@@ -1522,7 +1580,7 @@ NoteEvents interface{}
Invoke the hook for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#note_events GroupHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#note_events GroupHook#note_events}
---
@@ -1536,7 +1594,7 @@ PipelineEvents interface{}
Invoke the hook for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
---
@@ -1550,7 +1608,7 @@ PushEvents interface{}
Invoke the hook for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#push_events GroupHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#push_events GroupHook#push_events}
---
@@ -1564,7 +1622,7 @@ PushEventsBranchFilter *string
Invoke the hook for push events on matching branches only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
---
@@ -1578,7 +1636,7 @@ ReleasesEvents interface{}
Invoke the hook for release events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
---
@@ -1592,7 +1650,7 @@ SubgroupEvents interface{}
Invoke the hook for subgroup events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
---
@@ -1606,7 +1664,7 @@ TagPushEvents interface{}
Invoke the hook for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
---
@@ -1620,7 +1678,7 @@ Token *string
A token to present when invoking the hook. The token is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#token GroupHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#token GroupHook#token}
---
@@ -1634,7 +1692,529 @@ WikiPageEvents interface{}
Invoke the hook for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
+
+---
+
+### GroupHookCustomHeaders
+
+#### Initializer
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/grouphook"
+
+&grouphook.GroupHookCustomHeaders {
+ Key: *string,
+ Value: *string,
+}
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Key
| *string
| Key of the custom header. |
+| Value
| *string
| Value of the custom header. This value cannot be imported. |
+
+---
+
+##### `Key`Required
+
+```go
+Key *string
+```
+
+- *Type:* *string
+
+Key of the custom header.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#key GroupHook#key}
+
+---
+
+##### `Value`Required
+
+```go
+Value *string
+```
+
+- *Type:* *string
+
+Value of the custom header. This value cannot be imported.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#value GroupHook#value}
+
+---
+
+## Classes
+
+### GroupHookCustomHeadersList
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/grouphook"
+
+grouphook.NewGroupHookCustomHeadersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GroupHookCustomHeadersList
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| *string
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| *bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* *string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* *bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| AllWithMapKey
| Creating an iterator for this complex list. |
+| ComputeFqn
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+| Get
| *No description.* |
+
+---
+
+##### `AllWithMapKey`
+
+```go
+func AllWithMapKey(mapKeyAttributeName *string) DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* *string
+
+---
+
+##### `ComputeFqn`
+
+```go
+func ComputeFqn() *string
+```
+
+##### `Resolve`
+
+```go
+func Resolve(_context IResolveContext) interface{}
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `Get`
+
+```go
+func Get(index *f64) GroupHookCustomHeadersOutputReference
+```
+
+###### `index`Required
+
+- *Type:* *f64
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| *[]*string
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| *string
| *No description.* |
+| InternalValue
| interface{}
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```go
+func CreationStack() *[]*string
+```
+
+- *Type:* *[]*string
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```go
+func Fqn() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `InternalValue`Optional
+
+```go
+func InternalValue() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+
+### GroupHookCustomHeadersOutputReference
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/grouphook"
+
+grouphook.NewGroupHookCustomHeadersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) GroupHookCustomHeadersOutputReference
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| *string
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| *f64
| the index of this item in the list. |
+| complexObjectIsFromSet
| *bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* *string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* *f64
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* *bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ComputeFqn
| *No description.* |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `ComputeFqn`
+
+```go
+func ComputeFqn() *string
+```
+
+##### `GetAnyMapAttribute`
+
+```go
+func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanAttribute`
+
+```go
+func GetBooleanAttribute(terraformAttribute *string) IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```go
+func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetListAttribute`
+
+```go
+func GetListAttribute(terraformAttribute *string) *[]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberAttribute`
+
+```go
+func GetNumberAttribute(terraformAttribute *string) *f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberListAttribute`
+
+```go
+func GetNumberListAttribute(terraformAttribute *string) *[]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```go
+func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringAttribute`
+
+```go
+func GetStringAttribute(terraformAttribute *string) *string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringMapAttribute`
+
+```go
+func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `InterpolationForAttribute`
+
+```go
+func InterpolationForAttribute(property *string) IResolvable
+```
+
+###### `property`Required
+
+- *Type:* *string
+
+---
+
+##### `Resolve`
+
+```go
+func Resolve(_context IResolveContext) interface{}
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| *[]*string
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| *string
| *No description.* |
+| KeyInput
| *string
| *No description.* |
+| ValueInput
| *string
| *No description.* |
+| Key
| *string
| *No description.* |
+| Value
| *string
| *No description.* |
+| InternalValue
| interface{}
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```go
+func CreationStack() *[]*string
+```
+
+- *Type:* *[]*string
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```go
+func Fqn() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `KeyInput`Optional
+
+```go
+func KeyInput() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `ValueInput`Optional
+
+```go
+func ValueInput() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Key`Required
+
+```go
+func Key() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Value`Required
+
+```go
+func Value() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `InternalValue`Optional
+
+```go
+func InternalValue() interface{}
+```
+
+- *Type:* interface{}
---
diff --git a/docs/groupHook.java.md b/docs/groupHook.java.md
index c3a78c36a..689c795d1 100644
--- a/docs/groupHook.java.md
+++ b/docs/groupHook.java.md
@@ -4,7 +4,7 @@
### GroupHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook gitlab_group_hook}.
#### Initializers
@@ -29,6 +29,8 @@ GroupHook.Builder.create(Construct scope, java.lang.String id)
// .confidentialIssuesEvents(IResolvable)
// .confidentialNoteEvents(java.lang.Boolean)
// .confidentialNoteEvents(IResolvable)
+// .customHeaders(IResolvable)
+// .customHeaders(java.util.List)
// .customWebhookTemplate(java.lang.String)
// .deploymentEvents(java.lang.Boolean)
// .deploymentEvents(IResolvable)
@@ -74,6 +76,7 @@ GroupHook.Builder.create(Construct scope, java.lang.String id)
| url
| java.lang.String
| The url of the hook to invoke. Forces re-creation to preserve `token`. |
| confidentialIssuesEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Invoke the hook for confidential issues events. |
| confidentialNoteEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Invoke the hook for confidential note events. |
+| customHeaders
| com.hashicorp.cdktf.IResolvable OR java.util.List<GroupHookCustomHeaders>
| Custom headers for the project webhook. |
| customWebhookTemplate
| java.lang.String
| Custom webhook template. |
| deploymentEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Invoke the hook for deployment events. |
| enableSslVerification
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable SSL verification when invoking the hook. |
@@ -158,7 +161,7 @@ Must be unique amongst siblings in the same scope
The full path or id of the group to add the hook to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#group GroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#group GroupHook#group}
---
@@ -168,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The url of the hook to invoke. Forces re-creation to preserve `token`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#url GroupHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#url GroupHook#url}
---
@@ -178,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
---
@@ -188,7 +191,17 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
+
+---
+
+##### `customHeaders`Optional
+
+- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<GroupHookCustomHeaders>
+
+Custom headers for the project webhook.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#custom_headers GroupHook#custom_headers}
---
@@ -198,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Custom webhook template.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
---
@@ -208,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for deployment events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
---
@@ -218,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable SSL verification when invoking the hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
---
@@ -228,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
---
@@ -238,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for job events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#job_events GroupHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#job_events GroupHook#job_events}
---
@@ -248,7 +261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
---
@@ -258,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#note_events GroupHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#note_events GroupHook#note_events}
---
@@ -268,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
---
@@ -278,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#push_events GroupHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#push_events GroupHook#push_events}
---
@@ -288,7 +301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for push events on matching branches only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
---
@@ -298,7 +311,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for release events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
---
@@ -308,7 +321,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for subgroup events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
---
@@ -318,7 +331,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
---
@@ -328,7 +341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A token to present when invoking the hook. The token is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#token GroupHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#token GroupHook#token}
---
@@ -338,7 +351,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
---
@@ -369,8 +382,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
| moveFromId
| Move the resource corresponding to "id" to this resource. |
| moveTo
| Moves this resource to the target resource given by moveTarget. |
| moveToId
| Moves this resource to the resource corresponding to "id". |
+| putCustomHeaders
| *No description.* |
| resetConfidentialIssuesEvents
| *No description.* |
| resetConfidentialNoteEvents
| *No description.* |
+| resetCustomHeaders
| *No description.* |
| resetCustomWebhookTemplate
| *No description.* |
| resetDeploymentEvents
| *No description.* |
| resetEnableSslVerification
| *No description.* |
@@ -679,6 +694,18 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example".
---
+##### `putCustomHeaders`
+
+```java
+public void putCustomHeaders(IResolvable OR java.util.List value)
+```
+
+###### `value`Required
+
+- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<GroupHookCustomHeaders>
+
+---
+
##### `resetConfidentialIssuesEvents`
```java
@@ -691,6 +718,12 @@ public void resetConfidentialIssuesEvents()
public void resetConfidentialNoteEvents()
```
+##### `resetCustomHeaders`
+
+```java
+public void resetCustomHeaders()
+```
+
##### `resetCustomWebhookTemplate`
```java
@@ -884,7 +917,7 @@ The construct id used in the generated config for the GroupHook to import.
The id of the existing GroupHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
---
@@ -914,11 +947,13 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
+| customHeaders
| GroupHookCustomHeadersList
| *No description.* |
| groupId
| java.lang.Number
| *No description.* |
| hookId
| java.lang.Number
| *No description.* |
| id
| java.lang.String
| *No description.* |
| confidentialIssuesEventsInput
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
| confidentialNoteEventsInput
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
+| customHeadersInput
| com.hashicorp.cdktf.IResolvable OR java.util.List<GroupHookCustomHeaders>
| *No description.* |
| customWebhookTemplateInput
| java.lang.String
| *No description.* |
| deploymentEventsInput
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
| enableSslVerificationInput
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
@@ -1100,6 +1135,16 @@ public java.lang.Object getProvisioners();
---
+##### `customHeaders`Required
+
+```java
+public GroupHookCustomHeadersList getCustomHeaders();
+```
+
+- *Type:* GroupHookCustomHeadersList
+
+---
+
##### `groupId`Required
```java
@@ -1150,6 +1195,16 @@ public java.lang.Object getConfidentialNoteEventsInput();
---
+##### `customHeadersInput`Optional
+
+```java
+public java.lang.Object getCustomHeadersInput();
+```
+
+- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<GroupHookCustomHeaders>
+
+---
+
##### `customWebhookTemplateInput`Optional
```java
@@ -1555,6 +1610,8 @@ GroupHookConfig.builder()
// .confidentialIssuesEvents(IResolvable)
// .confidentialNoteEvents(java.lang.Boolean)
// .confidentialNoteEvents(IResolvable)
+// .customHeaders(IResolvable)
+// .customHeaders(java.util.List)
// .customWebhookTemplate(java.lang.String)
// .deploymentEvents(java.lang.Boolean)
// .deploymentEvents(IResolvable)
@@ -1600,6 +1657,7 @@ GroupHookConfig.builder()
| url
| java.lang.String
| The url of the hook to invoke. Forces re-creation to preserve `token`. |
| confidentialIssuesEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Invoke the hook for confidential issues events. |
| confidentialNoteEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Invoke the hook for confidential note events. |
+| customHeaders
| com.hashicorp.cdktf.IResolvable OR java.util.List<GroupHookCustomHeaders>
| Custom headers for the project webhook. |
| customWebhookTemplate
| java.lang.String
| Custom webhook template. |
| deploymentEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Invoke the hook for deployment events. |
| enableSslVerification
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable SSL verification when invoking the hook. |
@@ -1698,7 +1756,7 @@ public java.lang.String getGroup();
The full path or id of the group to add the hook to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#group GroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#group GroupHook#group}
---
@@ -1712,7 +1770,7 @@ public java.lang.String getUrl();
The url of the hook to invoke. Forces re-creation to preserve `token`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#url GroupHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#url GroupHook#url}
---
@@ -1726,7 +1784,7 @@ public java.lang.Object getConfidentialIssuesEvents();
Invoke the hook for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
---
@@ -1740,7 +1798,21 @@ public java.lang.Object getConfidentialNoteEvents();
Invoke the hook for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
+
+---
+
+##### `customHeaders`Optional
+
+```java
+public java.lang.Object getCustomHeaders();
+```
+
+- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<GroupHookCustomHeaders>
+
+Custom headers for the project webhook.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#custom_headers GroupHook#custom_headers}
---
@@ -1754,7 +1826,7 @@ public java.lang.String getCustomWebhookTemplate();
Custom webhook template.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
---
@@ -1768,7 +1840,7 @@ public java.lang.Object getDeploymentEvents();
Invoke the hook for deployment events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
---
@@ -1782,7 +1854,7 @@ public java.lang.Object getEnableSslVerification();
Enable SSL verification when invoking the hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
---
@@ -1796,7 +1868,7 @@ public java.lang.Object getIssuesEvents();
Invoke the hook for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
---
@@ -1810,7 +1882,7 @@ public java.lang.Object getJobEvents();
Invoke the hook for job events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#job_events GroupHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#job_events GroupHook#job_events}
---
@@ -1824,7 +1896,7 @@ public java.lang.Object getMergeRequestsEvents();
Invoke the hook for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
---
@@ -1838,7 +1910,7 @@ public java.lang.Object getNoteEvents();
Invoke the hook for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#note_events GroupHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#note_events GroupHook#note_events}
---
@@ -1852,7 +1924,7 @@ public java.lang.Object getPipelineEvents();
Invoke the hook for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
---
@@ -1866,7 +1938,7 @@ public java.lang.Object getPushEvents();
Invoke the hook for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#push_events GroupHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#push_events GroupHook#push_events}
---
@@ -1880,7 +1952,7 @@ public java.lang.String getPushEventsBranchFilter();
Invoke the hook for push events on matching branches only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
---
@@ -1894,7 +1966,7 @@ public java.lang.Object getReleasesEvents();
Invoke the hook for release events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
---
@@ -1908,7 +1980,7 @@ public java.lang.Object getSubgroupEvents();
Invoke the hook for subgroup events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
---
@@ -1922,7 +1994,7 @@ public java.lang.Object getTagPushEvents();
Invoke the hook for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
---
@@ -1936,7 +2008,7 @@ public java.lang.String getToken();
A token to present when invoking the hook. The token is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#token GroupHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#token GroupHook#token}
---
@@ -1950,7 +2022,529 @@ public java.lang.Object getWikiPageEvents();
Invoke the hook for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
+
+---
+
+### GroupHookCustomHeaders
+
+#### Initializer
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.group_hook.GroupHookCustomHeaders;
+
+GroupHookCustomHeaders.builder()
+ .key(java.lang.String)
+ .value(java.lang.String)
+ .build();
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| key
| java.lang.String
| Key of the custom header. |
+| value
| java.lang.String
| Value of the custom header. This value cannot be imported. |
+
+---
+
+##### `key`Required
+
+```java
+public java.lang.String getKey();
+```
+
+- *Type:* java.lang.String
+
+Key of the custom header.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#key GroupHook#key}
+
+---
+
+##### `value`Required
+
+```java
+public java.lang.String getValue();
+```
+
+- *Type:* java.lang.String
+
+Value of the custom header. This value cannot be imported.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#value GroupHook#value}
+
+---
+
+## Classes
+
+### GroupHookCustomHeadersList
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.group_hook.GroupHookCustomHeadersList;
+
+new GroupHookCustomHeadersList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| com.hashicorp.cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| java.lang.String
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| java.lang.Boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* com.hashicorp.cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* java.lang.Boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| allWithMapKey
| Creating an iterator for this complex list. |
+| computeFqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `allWithMapKey`
+
+```java
+public DynamicListTerraformIterator allWithMapKey(java.lang.String mapKeyAttributeName)
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `computeFqn`
+
+```java
+public java.lang.String computeFqn()
+```
+
+##### `resolve`
+
+```java
+public java.lang.Object resolve(IResolveContext _context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* com.hashicorp.cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```java
+public GroupHookCustomHeadersOutputReference get(java.lang.Number index)
+```
+
+###### `index`Required
+
+- *Type:* java.lang.Number
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| java.util.List
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| java.lang.String
| *No description.* |
+| internalValue
| com.hashicorp.cdktf.IResolvable OR java.util.List<GroupHookCustomHeaders>
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```java
+public java.util.List getCreationStack();
+```
+
+- *Type:* java.util.List
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```java
+public java.lang.String getFqn();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `internalValue`Optional
+
+```java
+public java.lang.Object getInternalValue();
+```
+
+- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<GroupHookCustomHeaders>
+
+---
+
+
+### GroupHookCustomHeadersOutputReference
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.group_hook.GroupHookCustomHeadersOutputReference;
+
+new GroupHookCustomHeadersOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Number complexObjectIndex, java.lang.Boolean complexObjectIsFromSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| com.hashicorp.cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| java.lang.String
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| java.lang.Number
| the index of this item in the list. |
+| complexObjectIsFromSet
| java.lang.Boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* com.hashicorp.cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* java.lang.Number
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* java.lang.Boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| computeFqn
| *No description.* |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `computeFqn`
+
+```java
+public java.lang.String computeFqn()
+```
+
+##### `getAnyMapAttribute`
+
+```java
+public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanAttribute`
+
+```java
+public IResolvable getBooleanAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanMapAttribute`
+
+```java
+public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getListAttribute`
+
+```java
+public java.util.List getListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberAttribute`
+
+```java
+public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberListAttribute`
+
+```java
+public java.util.List getNumberListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberMapAttribute`
+
+```java
+public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringAttribute`
+
+```java
+public java.lang.String getStringAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringMapAttribute`
+
+```java
+public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `interpolationForAttribute`
+
+```java
+public IResolvable interpolationForAttribute(java.lang.String property)
+```
+
+###### `property`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `resolve`
+
+```java
+public java.lang.Object resolve(IResolveContext _context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* com.hashicorp.cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| java.util.List
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| java.lang.String
| *No description.* |
+| keyInput
| java.lang.String
| *No description.* |
+| valueInput
| java.lang.String
| *No description.* |
+| key
| java.lang.String
| *No description.* |
+| value
| java.lang.String
| *No description.* |
+| internalValue
| com.hashicorp.cdktf.IResolvable OR GroupHookCustomHeaders
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```java
+public java.util.List getCreationStack();
+```
+
+- *Type:* java.util.List
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```java
+public java.lang.String getFqn();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `keyInput`Optional
+
+```java
+public java.lang.String getKeyInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `valueInput`Optional
+
+```java
+public java.lang.String getValueInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `key`Required
+
+```java
+public java.lang.String getKey();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `value`Required
+
+```java
+public java.lang.String getValue();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `internalValue`Optional
+
+```java
+public java.lang.Object getInternalValue();
+```
+
+- *Type:* com.hashicorp.cdktf.IResolvable OR GroupHookCustomHeaders
---
diff --git a/docs/groupHook.python.md b/docs/groupHook.python.md
index a731cb947..4f2a5a21c 100644
--- a/docs/groupHook.python.md
+++ b/docs/groupHook.python.md
@@ -4,7 +4,7 @@
### GroupHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook gitlab_group_hook}.
#### Initializers
@@ -25,6 +25,7 @@ groupHook.GroupHook(
url: str,
confidential_issues_events: typing.Union[bool, IResolvable] = None,
confidential_note_events: typing.Union[bool, IResolvable] = None,
+ custom_headers: typing.Union[IResolvable, typing.List[GroupHookCustomHeaders]] = None,
custom_webhook_template: str = None,
deployment_events: typing.Union[bool, IResolvable] = None,
enable_ssl_verification: typing.Union[bool, IResolvable] = None,
@@ -58,6 +59,7 @@ groupHook.GroupHook(
| url
| str
| The url of the hook to invoke. Forces re-creation to preserve `token`. |
| confidential_issues_events
| typing.Union[bool, cdktf.IResolvable]
| Invoke the hook for confidential issues events. |
| confidential_note_events
| typing.Union[bool, cdktf.IResolvable]
| Invoke the hook for confidential note events. |
+| custom_headers
| typing.Union[cdktf.IResolvable, typing.List[GroupHookCustomHeaders]]
| Custom headers for the project webhook. |
| custom_webhook_template
| str
| Custom webhook template. |
| deployment_events
| typing.Union[bool, cdktf.IResolvable]
| Invoke the hook for deployment events. |
| enable_ssl_verification
| typing.Union[bool, cdktf.IResolvable]
| Enable SSL verification when invoking the hook. |
@@ -142,7 +144,7 @@ Must be unique amongst siblings in the same scope
The full path or id of the group to add the hook to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#group GroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#group GroupHook#group}
---
@@ -152,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The url of the hook to invoke. Forces re-creation to preserve `token`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#url GroupHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#url GroupHook#url}
---
@@ -162,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
---
@@ -172,7 +174,17 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
+
+---
+
+##### `custom_headers`Optional
+
+- *Type:* typing.Union[cdktf.IResolvable, typing.List[GroupHookCustomHeaders]]
+
+Custom headers for the project webhook.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#custom_headers GroupHook#custom_headers}
---
@@ -182,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Custom webhook template.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
---
@@ -192,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for deployment events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
---
@@ -202,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable SSL verification when invoking the hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
---
@@ -212,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
---
@@ -222,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for job events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#job_events GroupHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#job_events GroupHook#job_events}
---
@@ -232,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
---
@@ -242,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#note_events GroupHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#note_events GroupHook#note_events}
---
@@ -252,7 +264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
---
@@ -262,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#push_events GroupHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#push_events GroupHook#push_events}
---
@@ -272,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for push events on matching branches only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
---
@@ -282,7 +294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for release events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
---
@@ -292,7 +304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for subgroup events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
---
@@ -302,7 +314,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
---
@@ -312,7 +324,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A token to present when invoking the hook. The token is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#token GroupHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#token GroupHook#token}
---
@@ -322,7 +334,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Invoke the hook for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
---
@@ -353,8 +365,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
| move_from_id
| Move the resource corresponding to "id" to this resource. |
| move_to
| Moves this resource to the target resource given by moveTarget. |
| move_to_id
| Moves this resource to the resource corresponding to "id". |
+| put_custom_headers
| *No description.* |
| reset_confidential_issues_events
| *No description.* |
| reset_confidential_note_events
| *No description.* |
+| reset_custom_headers
| *No description.* |
| reset_custom_webhook_template
| *No description.* |
| reset_deployment_events
| *No description.* |
| reset_enable_ssl_verification
| *No description.* |
@@ -698,6 +712,20 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example".
---
+##### `put_custom_headers`
+
+```python
+def put_custom_headers(
+ value: typing.Union[IResolvable, typing.List[GroupHookCustomHeaders]]
+) -> None
+```
+
+###### `value`Required
+
+- *Type:* typing.Union[cdktf.IResolvable, typing.List[GroupHookCustomHeaders]]
+
+---
+
##### `reset_confidential_issues_events`
```python
@@ -710,6 +738,12 @@ def reset_confidential_issues_events() -> None
def reset_confidential_note_events() -> None
```
+##### `reset_custom_headers`
+
+```python
+def reset_custom_headers() -> None
+```
+
##### `reset_custom_webhook_template`
```python
@@ -914,7 +948,7 @@ The construct id used in the generated config for the GroupHook to import.
The id of the existing GroupHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
---
@@ -944,11 +978,13 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
+| custom_headers
| GroupHookCustomHeadersList
| *No description.* |
| group_id
| typing.Union[int, float]
| *No description.* |
| hook_id
| typing.Union[int, float]
| *No description.* |
| id
| str
| *No description.* |
| confidential_issues_events_input
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
| confidential_note_events_input
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
+| custom_headers_input
| typing.Union[cdktf.IResolvable, typing.List[GroupHookCustomHeaders]]
| *No description.* |
| custom_webhook_template_input
| str
| *No description.* |
| deployment_events_input
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
| enable_ssl_verification_input
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
@@ -1130,6 +1166,16 @@ provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, Re
---
+##### `custom_headers`Required
+
+```python
+custom_headers: GroupHookCustomHeadersList
+```
+
+- *Type:* GroupHookCustomHeadersList
+
+---
+
##### `group_id`Required
```python
@@ -1180,6 +1226,16 @@ confidential_note_events_input: typing.Union[bool, IResolvable]
---
+##### `custom_headers_input`Optional
+
+```python
+custom_headers_input: typing.Union[IResolvable, typing.List[GroupHookCustomHeaders]]
+```
+
+- *Type:* typing.Union[cdktf.IResolvable, typing.List[GroupHookCustomHeaders]]
+
+---
+
##### `custom_webhook_template_input`Optional
```python
@@ -1579,6 +1635,7 @@ groupHook.GroupHookConfig(
url: str,
confidential_issues_events: typing.Union[bool, IResolvable] = None,
confidential_note_events: typing.Union[bool, IResolvable] = None,
+ custom_headers: typing.Union[IResolvable, typing.List[GroupHookCustomHeaders]] = None,
custom_webhook_template: str = None,
deployment_events: typing.Union[bool, IResolvable] = None,
enable_ssl_verification: typing.Union[bool, IResolvable] = None,
@@ -1612,6 +1669,7 @@ groupHook.GroupHookConfig(
| url
| str
| The url of the hook to invoke. Forces re-creation to preserve `token`. |
| confidential_issues_events
| typing.Union[bool, cdktf.IResolvable]
| Invoke the hook for confidential issues events. |
| confidential_note_events
| typing.Union[bool, cdktf.IResolvable]
| Invoke the hook for confidential note events. |
+| custom_headers
| typing.Union[cdktf.IResolvable, typing.List[GroupHookCustomHeaders]]
| Custom headers for the project webhook. |
| custom_webhook_template
| str
| Custom webhook template. |
| deployment_events
| typing.Union[bool, cdktf.IResolvable]
| Invoke the hook for deployment events. |
| enable_ssl_verification
| typing.Union[bool, cdktf.IResolvable]
| Enable SSL verification when invoking the hook. |
@@ -1710,7 +1768,7 @@ group: str
The full path or id of the group to add the hook to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#group GroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#group GroupHook#group}
---
@@ -1724,7 +1782,7 @@ url: str
The url of the hook to invoke. Forces re-creation to preserve `token`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#url GroupHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#url GroupHook#url}
---
@@ -1738,7 +1796,7 @@ confidential_issues_events: typing.Union[bool, IResolvable]
Invoke the hook for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
---
@@ -1752,7 +1810,21 @@ confidential_note_events: typing.Union[bool, IResolvable]
Invoke the hook for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
+
+---
+
+##### `custom_headers`Optional
+
+```python
+custom_headers: typing.Union[IResolvable, typing.List[GroupHookCustomHeaders]]
+```
+
+- *Type:* typing.Union[cdktf.IResolvable, typing.List[GroupHookCustomHeaders]]
+
+Custom headers for the project webhook.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#custom_headers GroupHook#custom_headers}
---
@@ -1766,7 +1838,7 @@ custom_webhook_template: str
Custom webhook template.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
---
@@ -1780,7 +1852,7 @@ deployment_events: typing.Union[bool, IResolvable]
Invoke the hook for deployment events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
---
@@ -1794,7 +1866,7 @@ enable_ssl_verification: typing.Union[bool, IResolvable]
Enable SSL verification when invoking the hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
---
@@ -1808,7 +1880,7 @@ issues_events: typing.Union[bool, IResolvable]
Invoke the hook for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
---
@@ -1822,7 +1894,7 @@ job_events: typing.Union[bool, IResolvable]
Invoke the hook for job events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#job_events GroupHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#job_events GroupHook#job_events}
---
@@ -1836,7 +1908,7 @@ merge_requests_events: typing.Union[bool, IResolvable]
Invoke the hook for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
---
@@ -1850,7 +1922,7 @@ note_events: typing.Union[bool, IResolvable]
Invoke the hook for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#note_events GroupHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#note_events GroupHook#note_events}
---
@@ -1864,7 +1936,7 @@ pipeline_events: typing.Union[bool, IResolvable]
Invoke the hook for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
---
@@ -1878,7 +1950,7 @@ push_events: typing.Union[bool, IResolvable]
Invoke the hook for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#push_events GroupHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#push_events GroupHook#push_events}
---
@@ -1892,7 +1964,7 @@ push_events_branch_filter: str
Invoke the hook for push events on matching branches only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
---
@@ -1906,7 +1978,7 @@ releases_events: typing.Union[bool, IResolvable]
Invoke the hook for release events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
---
@@ -1920,7 +1992,7 @@ subgroup_events: typing.Union[bool, IResolvable]
Invoke the hook for subgroup events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
---
@@ -1934,7 +2006,7 @@ tag_push_events: typing.Union[bool, IResolvable]
Invoke the hook for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
---
@@ -1948,7 +2020,7 @@ token: str
A token to present when invoking the hook. The token is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#token GroupHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#token GroupHook#token}
---
@@ -1962,7 +2034,566 @@ wiki_page_events: typing.Union[bool, IResolvable]
Invoke the hook for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
+
+---
+
+### GroupHookCustomHeaders
+
+#### Initializer
+
+```python
+from cdktf_cdktf_provider_gitlab import group_hook
+
+groupHook.GroupHookCustomHeaders(
+ key: str,
+ value: str
+)
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| key
| str
| Key of the custom header. |
+| value
| str
| Value of the custom header. This value cannot be imported. |
+
+---
+
+##### `key`Required
+
+```python
+key: str
+```
+
+- *Type:* str
+
+Key of the custom header.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#key GroupHook#key}
+
+---
+
+##### `value`Required
+
+```python
+value: str
+```
+
+- *Type:* str
+
+Value of the custom header. This value cannot be imported.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#value GroupHook#value}
+
+---
+
+## Classes
+
+### GroupHookCustomHeadersList
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_gitlab import group_hook
+
+groupHook.GroupHookCustomHeadersList(
+ terraform_resource: IInterpolatingParent,
+ terraform_attribute: str,
+ wraps_set: bool
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraform_resource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraform_attribute
| str
| The attribute on the parent resource this class is referencing. |
+| wraps_set
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraform_resource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraform_attribute`Required
+
+- *Type:* str
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wraps_set`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| all_with_map_key
| Creating an iterator for this complex list. |
+| compute_fqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| to_string
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `all_with_map_key`
+
+```python
+def all_with_map_key(
+ map_key_attribute_name: str
+) -> DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `map_key_attribute_name`Required
+
+- *Type:* str
+
+---
+
+##### `compute_fqn`
+
+```python
+def compute_fqn() -> str
+```
+
+##### `resolve`
+
+```python
+def resolve(
+ _context: IResolveContext
+) -> typing.Any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `to_string`
+
+```python
+def to_string() -> str
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```python
+def get(
+ index: typing.Union[int, float]
+) -> GroupHookCustomHeadersOutputReference
+```
+
+###### `index`Required
+
+- *Type:* typing.Union[int, float]
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creation_stack
| typing.List[str]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| str
| *No description.* |
+| internal_value
| typing.Union[cdktf.IResolvable, typing.List[GroupHookCustomHeaders]]
| *No description.* |
+
+---
+
+##### `creation_stack`Required
+
+```python
+creation_stack: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```python
+fqn: str
+```
+
+- *Type:* str
+
+---
+
+##### `internal_value`Optional
+
+```python
+internal_value: typing.Union[IResolvable, typing.List[GroupHookCustomHeaders]]
+```
+
+- *Type:* typing.Union[cdktf.IResolvable, typing.List[GroupHookCustomHeaders]]
+
+---
+
+
+### GroupHookCustomHeadersOutputReference
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_gitlab import group_hook
+
+groupHook.GroupHookCustomHeadersOutputReference(
+ terraform_resource: IInterpolatingParent,
+ terraform_attribute: str,
+ complex_object_index: typing.Union[int, float],
+ complex_object_is_from_set: bool
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraform_resource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraform_attribute
| str
| The attribute on the parent resource this class is referencing. |
+| complex_object_index
| typing.Union[int, float]
| the index of this item in the list. |
+| complex_object_is_from_set
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraform_resource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraform_attribute`Required
+
+- *Type:* str
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complex_object_index`Required
+
+- *Type:* typing.Union[int, float]
+
+the index of this item in the list.
+
+---
+
+##### `complex_object_is_from_set`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| compute_fqn
| *No description.* |
+| get_any_map_attribute
| *No description.* |
+| get_boolean_attribute
| *No description.* |
+| get_boolean_map_attribute
| *No description.* |
+| get_list_attribute
| *No description.* |
+| get_number_attribute
| *No description.* |
+| get_number_list_attribute
| *No description.* |
+| get_number_map_attribute
| *No description.* |
+| get_string_attribute
| *No description.* |
+| get_string_map_attribute
| *No description.* |
+| interpolation_for_attribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| to_string
| Return a string representation of this resolvable object. |
+
+---
+
+##### `compute_fqn`
+
+```python
+def compute_fqn() -> str
+```
+
+##### `get_any_map_attribute`
+
+```python
+def get_any_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Any]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_attribute`
+
+```python
+def get_boolean_attribute(
+ terraform_attribute: str
+) -> IResolvable
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_map_attribute`
+
+```python
+def get_boolean_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[bool]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_list_attribute`
+
+```python
+def get_list_attribute(
+ terraform_attribute: str
+) -> typing.List[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_attribute`
+
+```python
+def get_number_attribute(
+ terraform_attribute: str
+) -> typing.Union[int, float]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_list_attribute`
+
+```python
+def get_number_list_attribute(
+ terraform_attribute: str
+) -> typing.List[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_map_attribute`
+
+```python
+def get_number_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_attribute`
+
+```python
+def get_string_attribute(
+ terraform_attribute: str
+) -> str
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_map_attribute`
+
+```python
+def get_string_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `interpolation_for_attribute`
+
+```python
+def interpolation_for_attribute(
+ property: str
+) -> IResolvable
+```
+
+###### `property`Required
+
+- *Type:* str
+
+---
+
+##### `resolve`
+
+```python
+def resolve(
+ _context: IResolveContext
+) -> typing.Any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `to_string`
+
+```python
+def to_string() -> str
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creation_stack
| typing.List[str]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| str
| *No description.* |
+| key_input
| str
| *No description.* |
+| value_input
| str
| *No description.* |
+| key
| str
| *No description.* |
+| value
| str
| *No description.* |
+| internal_value
| typing.Union[cdktf.IResolvable, GroupHookCustomHeaders]
| *No description.* |
+
+---
+
+##### `creation_stack`Required
+
+```python
+creation_stack: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```python
+fqn: str
+```
+
+- *Type:* str
+
+---
+
+##### `key_input`Optional
+
+```python
+key_input: str
+```
+
+- *Type:* str
+
+---
+
+##### `value_input`Optional
+
+```python
+value_input: str
+```
+
+- *Type:* str
+
+---
+
+##### `key`Required
+
+```python
+key: str
+```
+
+- *Type:* str
+
+---
+
+##### `value`Required
+
+```python
+value: str
+```
+
+- *Type:* str
+
+---
+
+##### `internal_value`Optional
+
+```python
+internal_value: typing.Union[IResolvable, GroupHookCustomHeaders]
+```
+
+- *Type:* typing.Union[cdktf.IResolvable, GroupHookCustomHeaders]
---
diff --git a/docs/groupHook.typescript.md b/docs/groupHook.typescript.md
index 50cdad98c..97affff8a 100644
--- a/docs/groupHook.typescript.md
+++ b/docs/groupHook.typescript.md
@@ -4,7 +4,7 @@
### GroupHook
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook gitlab_group_hook}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook gitlab_group_hook}.
#### Initializers
@@ -73,8 +73,10 @@ Must be unique amongst siblings in the same scope
| moveFromId
| Move the resource corresponding to "id" to this resource. |
| moveTo
| Moves this resource to the target resource given by moveTarget. |
| moveToId
| Moves this resource to the resource corresponding to "id". |
+| putCustomHeaders
| *No description.* |
| resetConfidentialIssuesEvents
| *No description.* |
| resetConfidentialNoteEvents
| *No description.* |
+| resetCustomHeaders
| *No description.* |
| resetCustomWebhookTemplate
| *No description.* |
| resetDeploymentEvents
| *No description.* |
| resetEnableSslVerification
| *No description.* |
@@ -381,6 +383,18 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example".
---
+##### `putCustomHeaders`
+
+```typescript
+public putCustomHeaders(value: IResolvable | GroupHookCustomHeaders[]): void
+```
+
+###### `value`Required
+
+- *Type:* cdktf.IResolvable | GroupHookCustomHeaders[]
+
+---
+
##### `resetConfidentialIssuesEvents`
```typescript
@@ -393,6 +407,12 @@ public resetConfidentialIssuesEvents(): void
public resetConfidentialNoteEvents(): void
```
+##### `resetCustomHeaders`
+
+```typescript
+public resetCustomHeaders(): void
+```
+
##### `resetCustomWebhookTemplate`
```typescript
@@ -586,7 +606,7 @@ The construct id used in the generated config for the GroupHook to import.
The id of the existing GroupHook that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#import import section} in the documentation of this resource for the id to use
---
@@ -616,11 +636,13 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
+| customHeaders
| GroupHookCustomHeadersList
| *No description.* |
| groupId
| number
| *No description.* |
| hookId
| number
| *No description.* |
| id
| string
| *No description.* |
| confidentialIssuesEventsInput
| boolean \| cdktf.IResolvable
| *No description.* |
| confidentialNoteEventsInput
| boolean \| cdktf.IResolvable
| *No description.* |
+| customHeadersInput
| cdktf.IResolvable \| GroupHookCustomHeaders[]
| *No description.* |
| customWebhookTemplateInput
| string
| *No description.* |
| deploymentEventsInput
| boolean \| cdktf.IResolvable
| *No description.* |
| enableSslVerificationInput
| boolean \| cdktf.IResolvable
| *No description.* |
@@ -802,6 +824,16 @@ public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExe
---
+##### `customHeaders`Required
+
+```typescript
+public readonly customHeaders: GroupHookCustomHeadersList;
+```
+
+- *Type:* GroupHookCustomHeadersList
+
+---
+
##### `groupId`Required
```typescript
@@ -852,6 +884,16 @@ public readonly confidentialNoteEventsInput: boolean | IResolvable;
---
+##### `customHeadersInput`Optional
+
+```typescript
+public readonly customHeadersInput: IResolvable | GroupHookCustomHeaders[];
+```
+
+- *Type:* cdktf.IResolvable | GroupHookCustomHeaders[]
+
+---
+
##### `customWebhookTemplateInput`Optional
```typescript
@@ -1257,6 +1299,7 @@ const groupHookConfig: groupHook.GroupHookConfig = { ... }
| url
| string
| The url of the hook to invoke. Forces re-creation to preserve `token`. |
| confidentialIssuesEvents
| boolean \| cdktf.IResolvable
| Invoke the hook for confidential issues events. |
| confidentialNoteEvents
| boolean \| cdktf.IResolvable
| Invoke the hook for confidential note events. |
+| customHeaders
| cdktf.IResolvable \| GroupHookCustomHeaders[]
| Custom headers for the project webhook. |
| customWebhookTemplate
| string
| Custom webhook template. |
| deploymentEvents
| boolean \| cdktf.IResolvable
| Invoke the hook for deployment events. |
| enableSslVerification
| boolean \| cdktf.IResolvable
| Enable SSL verification when invoking the hook. |
@@ -1355,7 +1398,7 @@ public readonly group: string;
The full path or id of the group to add the hook to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#group GroupHook#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#group GroupHook#group}
---
@@ -1369,7 +1412,7 @@ public readonly url: string;
The url of the hook to invoke. Forces re-creation to preserve `token`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#url GroupHook#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#url GroupHook#url}
---
@@ -1383,7 +1426,7 @@ public readonly confidentialIssuesEvents: boolean | IResolvable;
Invoke the hook for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#confidential_issues_events GroupHook#confidential_issues_events}
---
@@ -1397,7 +1440,21 @@ public readonly confidentialNoteEvents: boolean | IResolvable;
Invoke the hook for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#confidential_note_events GroupHook#confidential_note_events}
+
+---
+
+##### `customHeaders`Optional
+
+```typescript
+public readonly customHeaders: IResolvable | GroupHookCustomHeaders[];
+```
+
+- *Type:* cdktf.IResolvable | GroupHookCustomHeaders[]
+
+Custom headers for the project webhook.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#custom_headers GroupHook#custom_headers}
---
@@ -1411,7 +1468,7 @@ public readonly customWebhookTemplate: string;
Custom webhook template.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#custom_webhook_template GroupHook#custom_webhook_template}
---
@@ -1425,7 +1482,7 @@ public readonly deploymentEvents: boolean | IResolvable;
Invoke the hook for deployment events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#deployment_events GroupHook#deployment_events}
---
@@ -1439,7 +1496,7 @@ public readonly enableSslVerification: boolean | IResolvable;
Enable SSL verification when invoking the hook.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#enable_ssl_verification GroupHook#enable_ssl_verification}
---
@@ -1453,7 +1510,7 @@ public readonly issuesEvents: boolean | IResolvable;
Invoke the hook for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#issues_events GroupHook#issues_events}
---
@@ -1467,7 +1524,7 @@ public readonly jobEvents: boolean | IResolvable;
Invoke the hook for job events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#job_events GroupHook#job_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#job_events GroupHook#job_events}
---
@@ -1481,7 +1538,7 @@ public readonly mergeRequestsEvents: boolean | IResolvable;
Invoke the hook for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#merge_requests_events GroupHook#merge_requests_events}
---
@@ -1495,7 +1552,7 @@ public readonly noteEvents: boolean | IResolvable;
Invoke the hook for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#note_events GroupHook#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#note_events GroupHook#note_events}
---
@@ -1509,7 +1566,7 @@ public readonly pipelineEvents: boolean | IResolvable;
Invoke the hook for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#pipeline_events GroupHook#pipeline_events}
---
@@ -1523,7 +1580,7 @@ public readonly pushEvents: boolean | IResolvable;
Invoke the hook for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#push_events GroupHook#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#push_events GroupHook#push_events}
---
@@ -1537,7 +1594,7 @@ public readonly pushEventsBranchFilter: string;
Invoke the hook for push events on matching branches only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#push_events_branch_filter GroupHook#push_events_branch_filter}
---
@@ -1551,7 +1608,7 @@ public readonly releasesEvents: boolean | IResolvable;
Invoke the hook for release events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#releases_events GroupHook#releases_events}
---
@@ -1565,7 +1622,7 @@ public readonly subgroupEvents: boolean | IResolvable;
Invoke the hook for subgroup events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#subgroup_events GroupHook#subgroup_events}
---
@@ -1579,7 +1636,7 @@ public readonly tagPushEvents: boolean | IResolvable;
Invoke the hook for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#tag_push_events GroupHook#tag_push_events}
---
@@ -1593,7 +1650,7 @@ public readonly token: string;
A token to present when invoking the hook. The token is not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#token GroupHook#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#token GroupHook#token}
---
@@ -1607,7 +1664,526 @@ public readonly wikiPageEvents: boolean | IResolvable;
Invoke the hook for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#wiki_page_events GroupHook#wiki_page_events}
+
+---
+
+### GroupHookCustomHeaders
+
+#### Initializer
+
+```typescript
+import { groupHook } from '@cdktf/provider-gitlab'
+
+const groupHookCustomHeaders: groupHook.GroupHookCustomHeaders = { ... }
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| key
| string
| Key of the custom header. |
+| value
| string
| Value of the custom header. This value cannot be imported. |
+
+---
+
+##### `key`Required
+
+```typescript
+public readonly key: string;
+```
+
+- *Type:* string
+
+Key of the custom header.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#key GroupHook#key}
+
+---
+
+##### `value`Required
+
+```typescript
+public readonly value: string;
+```
+
+- *Type:* string
+
+Value of the custom header. This value cannot be imported.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_hook#value GroupHook#value}
+
+---
+
+## Classes
+
+### GroupHookCustomHeadersList
+
+#### Initializers
+
+```typescript
+import { groupHook } from '@cdktf/provider-gitlab'
+
+new groupHook.GroupHookCustomHeadersList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| allWithMapKey
| Creating an iterator for this complex list. |
+| computeFqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `allWithMapKey`
+
+```typescript
+public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* string
+
+---
+
+##### `computeFqn`
+
+```typescript
+public computeFqn(): string
+```
+
+##### `resolve`
+
+```typescript
+public resolve(_context: IResolveContext): any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```typescript
+public toString(): string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```typescript
+public get(index: number): GroupHookCustomHeadersOutputReference
+```
+
+###### `index`Required
+
+- *Type:* number
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| string
| *No description.* |
+| internalValue
| cdktf.IResolvable \| GroupHookCustomHeaders[]
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```typescript
+public readonly creationStack: string[];
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```typescript
+public readonly fqn: string;
+```
+
+- *Type:* string
+
+---
+
+##### `internalValue`Optional
+
+```typescript
+public readonly internalValue: IResolvable | GroupHookCustomHeaders[];
+```
+
+- *Type:* cdktf.IResolvable | GroupHookCustomHeaders[]
+
+---
+
+
+### GroupHookCustomHeadersOutputReference
+
+#### Initializers
+
+```typescript
+import { groupHook } from '@cdktf/provider-gitlab'
+
+new groupHook.GroupHookCustomHeadersOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| number
| the index of this item in the list. |
+| complexObjectIsFromSet
| boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* number
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| computeFqn
| *No description.* |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `computeFqn`
+
+```typescript
+public computeFqn(): string
+```
+
+##### `getAnyMapAttribute`
+
+```typescript
+public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanAttribute`
+
+```typescript
+public getBooleanAttribute(terraformAttribute: string): IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanMapAttribute`
+
+```typescript
+public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getListAttribute`
+
+```typescript
+public getListAttribute(terraformAttribute: string): string[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberAttribute`
+
+```typescript
+public getNumberAttribute(terraformAttribute: string): number
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberListAttribute`
+
+```typescript
+public getNumberListAttribute(terraformAttribute: string): number[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberMapAttribute`
+
+```typescript
+public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringAttribute`
+
+```typescript
+public getStringAttribute(terraformAttribute: string): string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringMapAttribute`
+
+```typescript
+public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `interpolationForAttribute`
+
+```typescript
+public interpolationForAttribute(property: string): IResolvable
+```
+
+###### `property`Required
+
+- *Type:* string
+
+---
+
+##### `resolve`
+
+```typescript
+public resolve(_context: IResolveContext): any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```typescript
+public toString(): string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| string
| *No description.* |
+| keyInput
| string
| *No description.* |
+| valueInput
| string
| *No description.* |
+| key
| string
| *No description.* |
+| value
| string
| *No description.* |
+| internalValue
| cdktf.IResolvable \| GroupHookCustomHeaders
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```typescript
+public readonly creationStack: string[];
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```typescript
+public readonly fqn: string;
+```
+
+- *Type:* string
+
+---
+
+##### `keyInput`Optional
+
+```typescript
+public readonly keyInput: string;
+```
+
+- *Type:* string
+
+---
+
+##### `valueInput`Optional
+
+```typescript
+public readonly valueInput: string;
+```
+
+- *Type:* string
+
+---
+
+##### `key`Required
+
+```typescript
+public readonly key: string;
+```
+
+- *Type:* string
+
+---
+
+##### `value`Required
+
+```typescript
+public readonly value: string;
+```
+
+- *Type:* string
+
+---
+
+##### `internalValue`Optional
+
+```typescript
+public readonly internalValue: IResolvable | GroupHookCustomHeaders;
+```
+
+- *Type:* cdktf.IResolvable | GroupHookCustomHeaders
---
diff --git a/docs/groupIssueBoard.csharp.md b/docs/groupIssueBoard.csharp.md
index 56f6f62aa..cf5bc8db6 100644
--- a/docs/groupIssueBoard.csharp.md
+++ b/docs/groupIssueBoard.csharp.md
@@ -4,7 +4,7 @@
### GroupIssueBoard
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board gitlab_group_issue_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board gitlab_group_issue_board}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the GroupIssueBoard to import.
The id of the existing GroupIssueBoard that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#import import section} in the documentation of this resource for the id to use
---
@@ -939,7 +939,7 @@ public string Group { get; set; }
The ID or URL-encoded path of the group owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
---
@@ -953,7 +953,7 @@ public string Name { get; set; }
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
---
@@ -967,7 +967,7 @@ public string[] Labels { get; set; }
The list of label names which the board should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
---
@@ -981,7 +981,7 @@ public object Lists { get; set; }
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
---
@@ -995,7 +995,7 @@ public double MilestoneId { get; set; }
The milestone the board should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#milestone_id GroupIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#milestone_id GroupIssueBoard#milestone_id}
---
@@ -1031,7 +1031,7 @@ public double LabelId { get; set; }
The ID of the label the list should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#label_id GroupIssueBoard#label_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#label_id GroupIssueBoard#label_id}
---
@@ -1045,7 +1045,7 @@ public double Position { get; set; }
The explicit position of the list within the board, zero based.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
---
diff --git a/docs/groupIssueBoard.go.md b/docs/groupIssueBoard.go.md
index 4a2d10164..9f106cf44 100644
--- a/docs/groupIssueBoard.go.md
+++ b/docs/groupIssueBoard.go.md
@@ -4,7 +4,7 @@
### GroupIssueBoard
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board gitlab_group_issue_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board gitlab_group_issue_board}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the GroupIssueBoard to import.
The id of the existing GroupIssueBoard that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#import import section} in the documentation of this resource for the id to use
---
@@ -939,7 +939,7 @@ Group *string
The ID or URL-encoded path of the group owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
---
@@ -953,7 +953,7 @@ Name *string
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
---
@@ -967,7 +967,7 @@ Labels *[]*string
The list of label names which the board should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
---
@@ -981,7 +981,7 @@ Lists interface{}
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
---
@@ -995,7 +995,7 @@ MilestoneId *f64
The milestone the board should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#milestone_id GroupIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#milestone_id GroupIssueBoard#milestone_id}
---
@@ -1031,7 +1031,7 @@ LabelId *f64
The ID of the label the list should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#label_id GroupIssueBoard#label_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#label_id GroupIssueBoard#label_id}
---
@@ -1045,7 +1045,7 @@ Position *f64
The explicit position of the list within the board, zero based.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
---
diff --git a/docs/groupIssueBoard.java.md b/docs/groupIssueBoard.java.md
index 1a15ffd3a..bc9798d70 100644
--- a/docs/groupIssueBoard.java.md
+++ b/docs/groupIssueBoard.java.md
@@ -4,7 +4,7 @@
### GroupIssueBoard
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board gitlab_group_issue_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board gitlab_group_issue_board}.
#### Initializers
@@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the group owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
---
@@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The list of label names which the board should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
---
@@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The milestone the board should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#milestone_id GroupIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#milestone_id GroupIssueBoard#milestone_id}
---
@@ -618,7 +618,7 @@ The construct id used in the generated config for the GroupIssueBoard to import.
The id of the existing GroupIssueBoard that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#import import section} in the documentation of this resource for the id to use
---
@@ -1061,7 +1061,7 @@ public java.lang.String getGroup();
The ID or URL-encoded path of the group owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
---
@@ -1075,7 +1075,7 @@ public java.lang.String getName();
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
---
@@ -1089,7 +1089,7 @@ public java.util.List getLabels();
The list of label names which the board should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
---
@@ -1103,7 +1103,7 @@ public java.lang.Object getLists();
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
---
@@ -1117,7 +1117,7 @@ public java.lang.Number getMilestoneId();
The milestone the board should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#milestone_id GroupIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#milestone_id GroupIssueBoard#milestone_id}
---
@@ -1153,7 +1153,7 @@ public java.lang.Number getLabelId();
The ID of the label the list should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#label_id GroupIssueBoard#label_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#label_id GroupIssueBoard#label_id}
---
@@ -1167,7 +1167,7 @@ public java.lang.Number getPosition();
The explicit position of the list within the board, zero based.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
---
diff --git a/docs/groupIssueBoard.python.md b/docs/groupIssueBoard.python.md
index c86261c45..398738fcd 100644
--- a/docs/groupIssueBoard.python.md
+++ b/docs/groupIssueBoard.python.md
@@ -4,7 +4,7 @@
### GroupIssueBoard
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board gitlab_group_issue_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board gitlab_group_issue_board}.
#### Initializers
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the group owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The list of label names which the board should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The milestone the board should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#milestone_id GroupIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#milestone_id GroupIssueBoard#milestone_id}
---
@@ -663,7 +663,7 @@ The construct id used in the generated config for the GroupIssueBoard to import.
The id of the existing GroupIssueBoard that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#import import section} in the documentation of this resource for the id to use
---
@@ -1101,7 +1101,7 @@ group: str
The ID or URL-encoded path of the group owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
---
@@ -1115,7 +1115,7 @@ name: str
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
---
@@ -1129,7 +1129,7 @@ labels: typing.List[str]
The list of label names which the board should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
---
@@ -1143,7 +1143,7 @@ lists: typing.Union[IResolvable, typing.List[GroupIssueBoardLists]]
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
---
@@ -1157,7 +1157,7 @@ milestone_id: typing.Union[int, float]
The milestone the board should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#milestone_id GroupIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#milestone_id GroupIssueBoard#milestone_id}
---
@@ -1193,7 +1193,7 @@ label_id: typing.Union[int, float]
The ID of the label the list should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#label_id GroupIssueBoard#label_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#label_id GroupIssueBoard#label_id}
---
@@ -1207,7 +1207,7 @@ position: typing.Union[int, float]
The explicit position of the list within the board, zero based.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
---
diff --git a/docs/groupIssueBoard.typescript.md b/docs/groupIssueBoard.typescript.md
index 32652f01f..a51bd17b8 100644
--- a/docs/groupIssueBoard.typescript.md
+++ b/docs/groupIssueBoard.typescript.md
@@ -4,7 +4,7 @@
### GroupIssueBoard
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board gitlab_group_issue_board}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board gitlab_group_issue_board}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the GroupIssueBoard to import.
The id of the existing GroupIssueBoard that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#import import section} in the documentation of this resource for the id to use
---
@@ -926,7 +926,7 @@ public readonly group: string;
The ID or URL-encoded path of the group owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#group GroupIssueBoard#group}
---
@@ -940,7 +940,7 @@ public readonly name: string;
The name of the board.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#name GroupIssueBoard#name}
---
@@ -954,7 +954,7 @@ public readonly labels: string[];
The list of label names which the board should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#labels GroupIssueBoard#labels}
---
@@ -968,7 +968,7 @@ public readonly lists: IResolvable | GroupIssueBoardLists[];
lists block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#lists GroupIssueBoard#lists}
---
@@ -982,7 +982,7 @@ public readonly milestoneId: number;
The milestone the board should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#milestone_id GroupIssueBoard#milestone_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#milestone_id GroupIssueBoard#milestone_id}
---
@@ -1015,7 +1015,7 @@ public readonly labelId: number;
The ID of the label the list should be scoped to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#label_id GroupIssueBoard#label_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#label_id GroupIssueBoard#label_id}
---
@@ -1029,7 +1029,7 @@ public readonly position: number;
The explicit position of the list within the board, zero based.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_issue_board#position GroupIssueBoard#position}
---
diff --git a/docs/groupLabel.csharp.md b/docs/groupLabel.csharp.md
index 329f8cc28..e171b69b7 100644
--- a/docs/groupLabel.csharp.md
+++ b/docs/groupLabel.csharp.md
@@ -4,7 +4,7 @@
### GroupLabel
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label gitlab_group_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label gitlab_group_label}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the GroupLabel to import.
The id of the existing GroupLabel that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#import import section} in the documentation of this resource for the id to use
---
@@ -835,7 +835,7 @@ new GroupLabelConfig {
| Group
| string
| The name or id of the group to add the label to. |
| Name
| string
| The name of the label. |
| Description
| string
| The description of the label. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#id GroupLabel#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#id GroupLabel#id}. |
---
@@ -919,7 +919,7 @@ public string Color { get; set; }
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#color GroupLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#color GroupLabel#color}
---
@@ -933,7 +933,7 @@ public string Group { get; set; }
The name or id of the group to add the label to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#group GroupLabel#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#group GroupLabel#group}
---
@@ -947,7 +947,7 @@ public string Name { get; set; }
The name of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#name GroupLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#name GroupLabel#name}
---
@@ -961,7 +961,7 @@ public string Description { get; set; }
The description of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#description GroupLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#description GroupLabel#description}
---
@@ -973,7 +973,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#id GroupLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#id GroupLabel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupLabel.go.md b/docs/groupLabel.go.md
index a10d6915d..621628b85 100644
--- a/docs/groupLabel.go.md
+++ b/docs/groupLabel.go.md
@@ -4,7 +4,7 @@
### GroupLabel
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label gitlab_group_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label gitlab_group_label}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the GroupLabel to import.
The id of the existing GroupLabel that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#import import section} in the documentation of this resource for the id to use
---
@@ -835,7 +835,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/grouplabel"
| Group
| *string
| The name or id of the group to add the label to. |
| Name
| *string
| The name of the label. |
| Description
| *string
| The description of the label. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#id GroupLabel#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#id GroupLabel#id}. |
---
@@ -919,7 +919,7 @@ Color *string
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#color GroupLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#color GroupLabel#color}
---
@@ -933,7 +933,7 @@ Group *string
The name or id of the group to add the label to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#group GroupLabel#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#group GroupLabel#group}
---
@@ -947,7 +947,7 @@ Name *string
The name of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#name GroupLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#name GroupLabel#name}
---
@@ -961,7 +961,7 @@ Description *string
The description of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#description GroupLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#description GroupLabel#description}
---
@@ -973,7 +973,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#id GroupLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#id GroupLabel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupLabel.java.md b/docs/groupLabel.java.md
index 3a2704310..df36911c0 100644
--- a/docs/groupLabel.java.md
+++ b/docs/groupLabel.java.md
@@ -4,7 +4,7 @@
### GroupLabel
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label gitlab_group_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label gitlab_group_label}.
#### Initializers
@@ -46,7 +46,7 @@ GroupLabel.Builder.create(Construct scope, java.lang.String id)
| group
| java.lang.String
| The name or id of the group to add the label to. |
| name
| java.lang.String
| The name of the label. |
| description
| java.lang.String
| The description of the label. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#id GroupLabel#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#id GroupLabel#id}. |
---
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#color GroupLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#color GroupLabel#color}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the group to add the label to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#group GroupLabel#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#group GroupLabel#group}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#name GroupLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#name GroupLabel#name}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The description of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#description GroupLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#description GroupLabel#description}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#id GroupLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#id GroupLabel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -598,7 +598,7 @@ The construct id used in the generated config for the GroupLabel to import.
The id of the existing GroupLabel that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#import import section} in the documentation of this resource for the id to use
---
@@ -956,7 +956,7 @@ GroupLabelConfig.builder()
| group
| java.lang.String
| The name or id of the group to add the label to. |
| name
| java.lang.String
| The name of the label. |
| description
| java.lang.String
| The description of the label. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#id GroupLabel#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#id GroupLabel#id}. |
---
@@ -1040,7 +1040,7 @@ public java.lang.String getColor();
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#color GroupLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#color GroupLabel#color}
---
@@ -1054,7 +1054,7 @@ public java.lang.String getGroup();
The name or id of the group to add the label to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#group GroupLabel#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#group GroupLabel#group}
---
@@ -1068,7 +1068,7 @@ public java.lang.String getName();
The name of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#name GroupLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#name GroupLabel#name}
---
@@ -1082,7 +1082,7 @@ public java.lang.String getDescription();
The description of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#description GroupLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#description GroupLabel#description}
---
@@ -1094,7 +1094,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#id GroupLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#id GroupLabel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupLabel.python.md b/docs/groupLabel.python.md
index 221801af4..4216bee00 100644
--- a/docs/groupLabel.python.md
+++ b/docs/groupLabel.python.md
@@ -4,7 +4,7 @@
### GroupLabel
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label gitlab_group_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label gitlab_group_label}.
#### Initializers
@@ -44,7 +44,7 @@ groupLabel.GroupLabel(
| group
| str
| The name or id of the group to add the label to. |
| name
| str
| The name of the label. |
| description
| str
| The description of the label. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#id GroupLabel#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#id GroupLabel#id}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#color GroupLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#color GroupLabel#color}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the group to add the label to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#group GroupLabel#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#group GroupLabel#group}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#name GroupLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#name GroupLabel#name}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The description of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#description GroupLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#description GroupLabel#description}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#id GroupLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#id GroupLabel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -642,7 +642,7 @@ The construct id used in the generated config for the GroupLabel to import.
The id of the existing GroupLabel that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#import import section} in the documentation of this resource for the id to use
---
@@ -996,7 +996,7 @@ groupLabel.GroupLabelConfig(
| group
| str
| The name or id of the group to add the label to. |
| name
| str
| The name of the label. |
| description
| str
| The description of the label. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#id GroupLabel#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#id GroupLabel#id}. |
---
@@ -1080,7 +1080,7 @@ color: str
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#color GroupLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#color GroupLabel#color}
---
@@ -1094,7 +1094,7 @@ group: str
The name or id of the group to add the label to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#group GroupLabel#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#group GroupLabel#group}
---
@@ -1108,7 +1108,7 @@ name: str
The name of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#name GroupLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#name GroupLabel#name}
---
@@ -1122,7 +1122,7 @@ description: str
The description of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#description GroupLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#description GroupLabel#description}
---
@@ -1134,7 +1134,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#id GroupLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#id GroupLabel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupLabel.typescript.md b/docs/groupLabel.typescript.md
index 443424571..ef012d1b0 100644
--- a/docs/groupLabel.typescript.md
+++ b/docs/groupLabel.typescript.md
@@ -4,7 +4,7 @@
### GroupLabel
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label gitlab_group_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label gitlab_group_label}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the GroupLabel to import.
The id of the existing GroupLabel that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#import import section} in the documentation of this resource for the id to use
---
@@ -822,7 +822,7 @@ const groupLabelConfig: groupLabel.GroupLabelConfig = { ... }
| group
| string
| The name or id of the group to add the label to. |
| name
| string
| The name of the label. |
| description
| string
| The description of the label. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#id GroupLabel#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#id GroupLabel#id}. |
---
@@ -906,7 +906,7 @@ public readonly color: string;
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#color GroupLabel#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#color GroupLabel#color}
---
@@ -920,7 +920,7 @@ public readonly group: string;
The name or id of the group to add the label to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#group GroupLabel#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#group GroupLabel#group}
---
@@ -934,7 +934,7 @@ public readonly name: string;
The name of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#name GroupLabel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#name GroupLabel#name}
---
@@ -948,7 +948,7 @@ public readonly description: string;
The description of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#description GroupLabel#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#description GroupLabel#description}
---
@@ -960,7 +960,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_label#id GroupLabel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_label#id GroupLabel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupLdapLink.csharp.md b/docs/groupLdapLink.csharp.md
index dc6c6a429..b1de2d98c 100644
--- a/docs/groupLdapLink.csharp.md
+++ b/docs/groupLdapLink.csharp.md
@@ -4,7 +4,7 @@
### GroupLdapLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link gitlab_group_ldap_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link gitlab_group_ldap_link}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the GroupLdapLink to import.
The id of the existing GroupLdapLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#import import section} in the documentation of this resource for the id to use
---
@@ -924,7 +924,7 @@ new GroupLdapLinkConfig {
| Filter
| string
| The LDAP filter for the group. Required if `cn` is not provided. Requires GitLab Premium or above. |
| Force
| object
| If true, then delete and replace an existing LDAP link if one exists. |
| GroupAccess
| string
| Minimum access level for members of the LDAP group. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#id GroupLdapLink#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}. |
---
@@ -1008,7 +1008,7 @@ public string Group { get; set; }
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
---
@@ -1024,7 +1024,7 @@ The name of the LDAP provider as stored in the GitLab database.
Note that this is NOT the value of the `label` attribute as shown in the web UI. In most cases this will be `ldapmain` but you may use the [LDAP check rake task](https://docs.gitlab.com/ee/administration/raketasks/ldap.html#check) for receiving the LDAP server name: `LDAP: ... Server: ldapmain`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#ldap_provider GroupLdapLink#ldap_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#ldap_provider GroupLdapLink#ldap_provider}
---
@@ -1040,7 +1040,7 @@ Minimum access level for members of the LDAP group.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#access_level GroupLdapLink#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#access_level GroupLdapLink#access_level}
---
@@ -1054,7 +1054,7 @@ public string Cn { get; set; }
The CN of the LDAP group to link with. Required if `filter` is not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
---
@@ -1068,7 +1068,7 @@ public string Filter { get; set; }
The LDAP filter for the group. Required if `cn` is not provided. Requires GitLab Premium or above.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
---
@@ -1084,7 +1084,7 @@ If true, then delete and replace an existing LDAP link if one exists.
Will also remove an LDAP link if the parent group is not found.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
---
@@ -1100,7 +1100,7 @@ Minimum access level for members of the LDAP group.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#group_access GroupLdapLink#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#group_access GroupLdapLink#group_access}
---
@@ -1112,7 +1112,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupLdapLink.go.md b/docs/groupLdapLink.go.md
index f85530db4..a0baeca1c 100644
--- a/docs/groupLdapLink.go.md
+++ b/docs/groupLdapLink.go.md
@@ -4,7 +4,7 @@
### GroupLdapLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link gitlab_group_ldap_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link gitlab_group_ldap_link}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the GroupLdapLink to import.
The id of the existing GroupLdapLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#import import section} in the documentation of this resource for the id to use
---
@@ -924,7 +924,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/groupldaplink"
| Filter
| *string
| The LDAP filter for the group. Required if `cn` is not provided. Requires GitLab Premium or above. |
| Force
| interface{}
| If true, then delete and replace an existing LDAP link if one exists. |
| GroupAccess
| *string
| Minimum access level for members of the LDAP group. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#id GroupLdapLink#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}. |
---
@@ -1008,7 +1008,7 @@ Group *string
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
---
@@ -1024,7 +1024,7 @@ The name of the LDAP provider as stored in the GitLab database.
Note that this is NOT the value of the `label` attribute as shown in the web UI. In most cases this will be `ldapmain` but you may use the [LDAP check rake task](https://docs.gitlab.com/ee/administration/raketasks/ldap.html#check) for receiving the LDAP server name: `LDAP: ... Server: ldapmain`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#ldap_provider GroupLdapLink#ldap_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#ldap_provider GroupLdapLink#ldap_provider}
---
@@ -1040,7 +1040,7 @@ Minimum access level for members of the LDAP group.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#access_level GroupLdapLink#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#access_level GroupLdapLink#access_level}
---
@@ -1054,7 +1054,7 @@ Cn *string
The CN of the LDAP group to link with. Required if `filter` is not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
---
@@ -1068,7 +1068,7 @@ Filter *string
The LDAP filter for the group. Required if `cn` is not provided. Requires GitLab Premium or above.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
---
@@ -1084,7 +1084,7 @@ If true, then delete and replace an existing LDAP link if one exists.
Will also remove an LDAP link if the parent group is not found.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
---
@@ -1100,7 +1100,7 @@ Minimum access level for members of the LDAP group.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#group_access GroupLdapLink#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#group_access GroupLdapLink#group_access}
---
@@ -1112,7 +1112,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupLdapLink.java.md b/docs/groupLdapLink.java.md
index 2614c6316..84d0b31a1 100644
--- a/docs/groupLdapLink.java.md
+++ b/docs/groupLdapLink.java.md
@@ -4,7 +4,7 @@
### GroupLdapLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link gitlab_group_ldap_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link gitlab_group_ldap_link}.
#### Initializers
@@ -53,7 +53,7 @@ GroupLdapLink.Builder.create(Construct scope, java.lang.String id)
| filter
| java.lang.String
| The LDAP filter for the group. Required if `cn` is not provided. Requires GitLab Premium or above. |
| force
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If true, then delete and replace an existing LDAP link if one exists. |
| groupAccess
| java.lang.String
| Minimum access level for members of the LDAP group. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#id GroupLdapLink#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}. |
---
@@ -123,7 +123,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
---
@@ -135,7 +135,7 @@ The name of the LDAP provider as stored in the GitLab database.
Note that this is NOT the value of the `label` attribute as shown in the web UI. In most cases this will be `ldapmain` but you may use the [LDAP check rake task](https://docs.gitlab.com/ee/administration/raketasks/ldap.html#check) for receiving the LDAP server name: `LDAP: ... Server: ldapmain`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#ldap_provider GroupLdapLink#ldap_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#ldap_provider GroupLdapLink#ldap_provider}
---
@@ -147,7 +147,7 @@ Minimum access level for members of the LDAP group.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#access_level GroupLdapLink#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#access_level GroupLdapLink#access_level}
---
@@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The CN of the LDAP group to link with. Required if `filter` is not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
---
@@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The LDAP filter for the group. Required if `cn` is not provided. Requires GitLab Premium or above.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
---
@@ -179,7 +179,7 @@ If true, then delete and replace an existing LDAP link if one exists.
Will also remove an LDAP link if the parent group is not found.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
---
@@ -191,7 +191,7 @@ Minimum access level for members of the LDAP group.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#group_access GroupLdapLink#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#group_access GroupLdapLink#group_access}
---
@@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -671,7 +671,7 @@ The construct id used in the generated config for the GroupLdapLink to import.
The id of the existing GroupLdapLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#import import section} in the documentation of this resource for the id to use
---
@@ -1091,7 +1091,7 @@ GroupLdapLinkConfig.builder()
| filter
| java.lang.String
| The LDAP filter for the group. Required if `cn` is not provided. Requires GitLab Premium or above. |
| force
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If true, then delete and replace an existing LDAP link if one exists. |
| groupAccess
| java.lang.String
| Minimum access level for members of the LDAP group. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#id GroupLdapLink#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}. |
---
@@ -1175,7 +1175,7 @@ public java.lang.String getGroup();
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
---
@@ -1191,7 +1191,7 @@ The name of the LDAP provider as stored in the GitLab database.
Note that this is NOT the value of the `label` attribute as shown in the web UI. In most cases this will be `ldapmain` but you may use the [LDAP check rake task](https://docs.gitlab.com/ee/administration/raketasks/ldap.html#check) for receiving the LDAP server name: `LDAP: ... Server: ldapmain`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#ldap_provider GroupLdapLink#ldap_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#ldap_provider GroupLdapLink#ldap_provider}
---
@@ -1207,7 +1207,7 @@ Minimum access level for members of the LDAP group.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#access_level GroupLdapLink#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#access_level GroupLdapLink#access_level}
---
@@ -1221,7 +1221,7 @@ public java.lang.String getCn();
The CN of the LDAP group to link with. Required if `filter` is not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
---
@@ -1235,7 +1235,7 @@ public java.lang.String getFilter();
The LDAP filter for the group. Required if `cn` is not provided. Requires GitLab Premium or above.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
---
@@ -1251,7 +1251,7 @@ If true, then delete and replace an existing LDAP link if one exists.
Will also remove an LDAP link if the parent group is not found.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
---
@@ -1267,7 +1267,7 @@ Minimum access level for members of the LDAP group.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#group_access GroupLdapLink#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#group_access GroupLdapLink#group_access}
---
@@ -1279,7 +1279,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupLdapLink.python.md b/docs/groupLdapLink.python.md
index a07f67903..3ff41049a 100644
--- a/docs/groupLdapLink.python.md
+++ b/docs/groupLdapLink.python.md
@@ -4,7 +4,7 @@
### GroupLdapLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link gitlab_group_ldap_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link gitlab_group_ldap_link}.
#### Initializers
@@ -50,7 +50,7 @@ groupLdapLink.GroupLdapLink(
| filter
| str
| The LDAP filter for the group. Required if `cn` is not provided. Requires GitLab Premium or above. |
| force
| typing.Union[bool, cdktf.IResolvable]
| If true, then delete and replace an existing LDAP link if one exists. |
| group_access
| str
| Minimum access level for members of the LDAP group. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#id GroupLdapLink#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}. |
---
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
---
@@ -132,7 +132,7 @@ The name of the LDAP provider as stored in the GitLab database.
Note that this is NOT the value of the `label` attribute as shown in the web UI. In most cases this will be `ldapmain` but you may use the [LDAP check rake task](https://docs.gitlab.com/ee/administration/raketasks/ldap.html#check) for receiving the LDAP server name: `LDAP: ... Server: ldapmain`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#ldap_provider GroupLdapLink#ldap_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#ldap_provider GroupLdapLink#ldap_provider}
---
@@ -144,7 +144,7 @@ Minimum access level for members of the LDAP group.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#access_level GroupLdapLink#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#access_level GroupLdapLink#access_level}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The CN of the LDAP group to link with. Required if `filter` is not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The LDAP filter for the group. Required if `cn` is not provided. Requires GitLab Premium or above.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
---
@@ -176,7 +176,7 @@ If true, then delete and replace an existing LDAP link if one exists.
Will also remove an LDAP link if the parent group is not found.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
---
@@ -188,7 +188,7 @@ Minimum access level for members of the LDAP group.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#group_access GroupLdapLink#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#group_access GroupLdapLink#group_access}
---
@@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -714,7 +714,7 @@ The construct id used in the generated config for the GroupLdapLink to import.
The id of the existing GroupLdapLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#import import section} in the documentation of this resource for the id to use
---
@@ -1129,7 +1129,7 @@ groupLdapLink.GroupLdapLinkConfig(
| filter
| str
| The LDAP filter for the group. Required if `cn` is not provided. Requires GitLab Premium or above. |
| force
| typing.Union[bool, cdktf.IResolvable]
| If true, then delete and replace an existing LDAP link if one exists. |
| group_access
| str
| Minimum access level for members of the LDAP group. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#id GroupLdapLink#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}. |
---
@@ -1213,7 +1213,7 @@ group: str
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
---
@@ -1229,7 +1229,7 @@ The name of the LDAP provider as stored in the GitLab database.
Note that this is NOT the value of the `label` attribute as shown in the web UI. In most cases this will be `ldapmain` but you may use the [LDAP check rake task](https://docs.gitlab.com/ee/administration/raketasks/ldap.html#check) for receiving the LDAP server name: `LDAP: ... Server: ldapmain`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#ldap_provider GroupLdapLink#ldap_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#ldap_provider GroupLdapLink#ldap_provider}
---
@@ -1245,7 +1245,7 @@ Minimum access level for members of the LDAP group.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#access_level GroupLdapLink#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#access_level GroupLdapLink#access_level}
---
@@ -1259,7 +1259,7 @@ cn: str
The CN of the LDAP group to link with. Required if `filter` is not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
---
@@ -1273,7 +1273,7 @@ filter: str
The LDAP filter for the group. Required if `cn` is not provided. Requires GitLab Premium or above.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
---
@@ -1289,7 +1289,7 @@ If true, then delete and replace an existing LDAP link if one exists.
Will also remove an LDAP link if the parent group is not found.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
---
@@ -1305,7 +1305,7 @@ Minimum access level for members of the LDAP group.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#group_access GroupLdapLink#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#group_access GroupLdapLink#group_access}
---
@@ -1317,7 +1317,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupLdapLink.typescript.md b/docs/groupLdapLink.typescript.md
index 159e34f71..63241b391 100644
--- a/docs/groupLdapLink.typescript.md
+++ b/docs/groupLdapLink.typescript.md
@@ -4,7 +4,7 @@
### GroupLdapLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link gitlab_group_ldap_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link gitlab_group_ldap_link}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the GroupLdapLink to import.
The id of the existing GroupLdapLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#import import section} in the documentation of this resource for the id to use
---
@@ -908,7 +908,7 @@ const groupLdapLinkConfig: groupLdapLink.GroupLdapLinkConfig = { ... }
| filter
| string
| The LDAP filter for the group. Required if `cn` is not provided. Requires GitLab Premium or above. |
| force
| boolean \| cdktf.IResolvable
| If true, then delete and replace an existing LDAP link if one exists. |
| groupAccess
| string
| Minimum access level for members of the LDAP group. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#id GroupLdapLink#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}. |
---
@@ -992,7 +992,7 @@ public readonly group: string;
The ID or URL-encoded path of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#group GroupLdapLink#group}
---
@@ -1008,7 +1008,7 @@ The name of the LDAP provider as stored in the GitLab database.
Note that this is NOT the value of the `label` attribute as shown in the web UI. In most cases this will be `ldapmain` but you may use the [LDAP check rake task](https://docs.gitlab.com/ee/administration/raketasks/ldap.html#check) for receiving the LDAP server name: `LDAP: ... Server: ldapmain`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#ldap_provider GroupLdapLink#ldap_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#ldap_provider GroupLdapLink#ldap_provider}
---
@@ -1024,7 +1024,7 @@ Minimum access level for members of the LDAP group.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#access_level GroupLdapLink#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#access_level GroupLdapLink#access_level}
---
@@ -1038,7 +1038,7 @@ public readonly cn: string;
The CN of the LDAP group to link with. Required if `filter` is not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#cn GroupLdapLink#cn}
---
@@ -1052,7 +1052,7 @@ public readonly filter: string;
The LDAP filter for the group. Required if `cn` is not provided. Requires GitLab Premium or above.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#filter GroupLdapLink#filter}
---
@@ -1068,7 +1068,7 @@ If true, then delete and replace an existing LDAP link if one exists.
Will also remove an LDAP link if the parent group is not found.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#force GroupLdapLink#force}
---
@@ -1084,7 +1084,7 @@ Minimum access level for members of the LDAP group.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#group_access GroupLdapLink#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#group_access GroupLdapLink#group_access}
---
@@ -1096,7 +1096,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_ldap_link#id GroupLdapLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupMembership.csharp.md b/docs/groupMembership.csharp.md
index 47f345faa..0dc327418 100644
--- a/docs/groupMembership.csharp.md
+++ b/docs/groupMembership.csharp.md
@@ -4,7 +4,7 @@
### GroupMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership gitlab_group_membership}.
#### Initializers
@@ -502,7 +502,7 @@ The construct id used in the generated config for the GroupMembership to import.
The id of the existing GroupMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#import import section} in the documentation of this resource for the id to use
---
@@ -914,7 +914,7 @@ new GroupMembershipConfig {
| GroupId
| string
| The id of the group. |
| UserId
| double
| The id of the user. |
| ExpiresAt
| string
| Expiration date for the group membership. Format: `YYYY-MM-DD`. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#id GroupMembership#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#id GroupMembership#id}. |
| MemberRoleId
| double
| The ID of a custom member role. Only available for Ultimate instances. |
| SkipSubresourcesOnDestroy
| object
| Whether the deletion of direct memberships of the removed member in subgroups and projects should be skipped. |
| UnassignIssuablesOnDestroy
| object
| Whether the removed member should be unassigned from any issues or merge requests inside a given group or project. |
@@ -1001,7 +1001,7 @@ public string AccessLevel { get; set; }
Access level for the member. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#access_level GroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#access_level GroupMembership#access_level}
---
@@ -1015,7 +1015,7 @@ public string GroupId { get; set; }
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#group_id GroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#group_id GroupMembership#group_id}
---
@@ -1029,7 +1029,7 @@ public double UserId { get; set; }
The id of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#user_id GroupMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#user_id GroupMembership#user_id}
---
@@ -1043,7 +1043,7 @@ public string ExpiresAt { get; set; }
Expiration date for the group membership. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
---
@@ -1055,7 +1055,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#id GroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#id GroupMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1072,7 +1072,7 @@ public double MemberRoleId { get; set; }
The ID of a custom member role. Only available for Ultimate instances.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#member_role_id GroupMembership#member_role_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#member_role_id GroupMembership#member_role_id}
---
@@ -1088,7 +1088,7 @@ Whether the deletion of direct memberships of the removed member in subgroups an
Only used during a destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#skip_subresources_on_destroy GroupMembership#skip_subresources_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#skip_subresources_on_destroy GroupMembership#skip_subresources_on_destroy}
---
@@ -1104,7 +1104,7 @@ Whether the removed member should be unassigned from any issues or merge request
Only used during a destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#unassign_issuables_on_destroy GroupMembership#unassign_issuables_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#unassign_issuables_on_destroy GroupMembership#unassign_issuables_on_destroy}
---
diff --git a/docs/groupMembership.go.md b/docs/groupMembership.go.md
index a5d3307a9..c9369a5af 100644
--- a/docs/groupMembership.go.md
+++ b/docs/groupMembership.go.md
@@ -4,7 +4,7 @@
### GroupMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership gitlab_group_membership}.
#### Initializers
@@ -502,7 +502,7 @@ The construct id used in the generated config for the GroupMembership to import.
The id of the existing GroupMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#import import section} in the documentation of this resource for the id to use
---
@@ -914,7 +914,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/groupmembership"
| GroupId
| *string
| The id of the group. |
| UserId
| *f64
| The id of the user. |
| ExpiresAt
| *string
| Expiration date for the group membership. Format: `YYYY-MM-DD`. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#id GroupMembership#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#id GroupMembership#id}. |
| MemberRoleId
| *f64
| The ID of a custom member role. Only available for Ultimate instances. |
| SkipSubresourcesOnDestroy
| interface{}
| Whether the deletion of direct memberships of the removed member in subgroups and projects should be skipped. |
| UnassignIssuablesOnDestroy
| interface{}
| Whether the removed member should be unassigned from any issues or merge requests inside a given group or project. |
@@ -1001,7 +1001,7 @@ AccessLevel *string
Access level for the member. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#access_level GroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#access_level GroupMembership#access_level}
---
@@ -1015,7 +1015,7 @@ GroupId *string
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#group_id GroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#group_id GroupMembership#group_id}
---
@@ -1029,7 +1029,7 @@ UserId *f64
The id of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#user_id GroupMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#user_id GroupMembership#user_id}
---
@@ -1043,7 +1043,7 @@ ExpiresAt *string
Expiration date for the group membership. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
---
@@ -1055,7 +1055,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#id GroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#id GroupMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1072,7 +1072,7 @@ MemberRoleId *f64
The ID of a custom member role. Only available for Ultimate instances.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#member_role_id GroupMembership#member_role_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#member_role_id GroupMembership#member_role_id}
---
@@ -1088,7 +1088,7 @@ Whether the deletion of direct memberships of the removed member in subgroups an
Only used during a destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#skip_subresources_on_destroy GroupMembership#skip_subresources_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#skip_subresources_on_destroy GroupMembership#skip_subresources_on_destroy}
---
@@ -1104,7 +1104,7 @@ Whether the removed member should be unassigned from any issues or merge request
Only used during a destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#unassign_issuables_on_destroy GroupMembership#unassign_issuables_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#unassign_issuables_on_destroy GroupMembership#unassign_issuables_on_destroy}
---
diff --git a/docs/groupMembership.java.md b/docs/groupMembership.java.md
index 2d431a2b2..91efb9baf 100644
--- a/docs/groupMembership.java.md
+++ b/docs/groupMembership.java.md
@@ -4,7 +4,7 @@
### GroupMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership gitlab_group_membership}.
#### Initializers
@@ -51,7 +51,7 @@ GroupMembership.Builder.create(Construct scope, java.lang.String id)
| groupId
| java.lang.String
| The id of the group. |
| userId
| java.lang.Number
| The id of the user. |
| expiresAt
| java.lang.String
| Expiration date for the group membership. Format: `YYYY-MM-DD`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#id GroupMembership#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#id GroupMembership#id}. |
| memberRoleId
| java.lang.Number
| The ID of a custom member role. Only available for Ultimate instances. |
| skipSubresourcesOnDestroy
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the deletion of direct memberships of the removed member in subgroups and projects should be skipped. |
| unassignIssuablesOnDestroy
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the removed member should be unassigned from any issues or merge requests inside a given group or project. |
@@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope
Access level for the member. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#access_level GroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#access_level GroupMembership#access_level}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#group_id GroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#group_id GroupMembership#group_id}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#user_id GroupMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#user_id GroupMembership#user_id}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Expiration date for the group membership. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#id GroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#id GroupMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t
The ID of a custom member role. Only available for Ultimate instances.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#member_role_id GroupMembership#member_role_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#member_role_id GroupMembership#member_role_id}
---
@@ -187,7 +187,7 @@ Whether the deletion of direct memberships of the removed member in subgroups an
Only used during a destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#skip_subresources_on_destroy GroupMembership#skip_subresources_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#skip_subresources_on_destroy GroupMembership#skip_subresources_on_destroy}
---
@@ -199,7 +199,7 @@ Whether the removed member should be unassigned from any issues or merge request
Only used during a destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#unassign_issuables_on_destroy GroupMembership#unassign_issuables_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#unassign_issuables_on_destroy GroupMembership#unassign_issuables_on_destroy}
---
@@ -661,7 +661,7 @@ The construct id used in the generated config for the GroupMembership to import.
The id of the existing GroupMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#import import section} in the documentation of this resource for the id to use
---
@@ -1079,7 +1079,7 @@ GroupMembershipConfig.builder()
| groupId
| java.lang.String
| The id of the group. |
| userId
| java.lang.Number
| The id of the user. |
| expiresAt
| java.lang.String
| Expiration date for the group membership. Format: `YYYY-MM-DD`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#id GroupMembership#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#id GroupMembership#id}. |
| memberRoleId
| java.lang.Number
| The ID of a custom member role. Only available for Ultimate instances. |
| skipSubresourcesOnDestroy
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the deletion of direct memberships of the removed member in subgroups and projects should be skipped. |
| unassignIssuablesOnDestroy
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the removed member should be unassigned from any issues or merge requests inside a given group or project. |
@@ -1166,7 +1166,7 @@ public java.lang.String getAccessLevel();
Access level for the member. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#access_level GroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#access_level GroupMembership#access_level}
---
@@ -1180,7 +1180,7 @@ public java.lang.String getGroupId();
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#group_id GroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#group_id GroupMembership#group_id}
---
@@ -1194,7 +1194,7 @@ public java.lang.Number getUserId();
The id of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#user_id GroupMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#user_id GroupMembership#user_id}
---
@@ -1208,7 +1208,7 @@ public java.lang.String getExpiresAt();
Expiration date for the group membership. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
---
@@ -1220,7 +1220,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#id GroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#id GroupMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1237,7 +1237,7 @@ public java.lang.Number getMemberRoleId();
The ID of a custom member role. Only available for Ultimate instances.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#member_role_id GroupMembership#member_role_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#member_role_id GroupMembership#member_role_id}
---
@@ -1253,7 +1253,7 @@ Whether the deletion of direct memberships of the removed member in subgroups an
Only used during a destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#skip_subresources_on_destroy GroupMembership#skip_subresources_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#skip_subresources_on_destroy GroupMembership#skip_subresources_on_destroy}
---
@@ -1269,7 +1269,7 @@ Whether the removed member should be unassigned from any issues or merge request
Only used during a destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#unassign_issuables_on_destroy GroupMembership#unassign_issuables_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#unassign_issuables_on_destroy GroupMembership#unassign_issuables_on_destroy}
---
diff --git a/docs/groupMembership.python.md b/docs/groupMembership.python.md
index fe8c69e18..21cc9fe5f 100644
--- a/docs/groupMembership.python.md
+++ b/docs/groupMembership.python.md
@@ -4,7 +4,7 @@
### GroupMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership gitlab_group_membership}.
#### Initializers
@@ -47,7 +47,7 @@ groupMembership.GroupMembership(
| group_id
| str
| The id of the group. |
| user_id
| typing.Union[int, float]
| The id of the user. |
| expires_at
| str
| Expiration date for the group membership. Format: `YYYY-MM-DD`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#id GroupMembership#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#id GroupMembership#id}. |
| member_role_id
| typing.Union[int, float]
| The ID of a custom member role. Only available for Ultimate instances. |
| skip_subresources_on_destroy
| typing.Union[bool, cdktf.IResolvable]
| Whether the deletion of direct memberships of the removed member in subgroups and projects should be skipped. |
| unassign_issuables_on_destroy
| typing.Union[bool, cdktf.IResolvable]
| Whether the removed member should be unassigned from any issues or merge requests inside a given group or project. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
Access level for the member. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#access_level GroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#access_level GroupMembership#access_level}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#group_id GroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#group_id GroupMembership#group_id}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#user_id GroupMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#user_id GroupMembership#user_id}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Expiration date for the group membership. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#id GroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#id GroupMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -171,7 +171,7 @@ If you experience problems setting this value it might not be settable. Please t
The ID of a custom member role. Only available for Ultimate instances.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#member_role_id GroupMembership#member_role_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#member_role_id GroupMembership#member_role_id}
---
@@ -183,7 +183,7 @@ Whether the deletion of direct memberships of the removed member in subgroups an
Only used during a destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#skip_subresources_on_destroy GroupMembership#skip_subresources_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#skip_subresources_on_destroy GroupMembership#skip_subresources_on_destroy}
---
@@ -195,7 +195,7 @@ Whether the removed member should be unassigned from any issues or merge request
Only used during a destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#unassign_issuables_on_destroy GroupMembership#unassign_issuables_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#unassign_issuables_on_destroy GroupMembership#unassign_issuables_on_destroy}
---
@@ -703,7 +703,7 @@ The construct id used in the generated config for the GroupMembership to import.
The id of the existing GroupMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#import import section} in the documentation of this resource for the id to use
---
@@ -1115,7 +1115,7 @@ groupMembership.GroupMembershipConfig(
| group_id
| str
| The id of the group. |
| user_id
| typing.Union[int, float]
| The id of the user. |
| expires_at
| str
| Expiration date for the group membership. Format: `YYYY-MM-DD`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#id GroupMembership#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#id GroupMembership#id}. |
| member_role_id
| typing.Union[int, float]
| The ID of a custom member role. Only available for Ultimate instances. |
| skip_subresources_on_destroy
| typing.Union[bool, cdktf.IResolvable]
| Whether the deletion of direct memberships of the removed member in subgroups and projects should be skipped. |
| unassign_issuables_on_destroy
| typing.Union[bool, cdktf.IResolvable]
| Whether the removed member should be unassigned from any issues or merge requests inside a given group or project. |
@@ -1202,7 +1202,7 @@ access_level: str
Access level for the member. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#access_level GroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#access_level GroupMembership#access_level}
---
@@ -1216,7 +1216,7 @@ group_id: str
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#group_id GroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#group_id GroupMembership#group_id}
---
@@ -1230,7 +1230,7 @@ user_id: typing.Union[int, float]
The id of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#user_id GroupMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#user_id GroupMembership#user_id}
---
@@ -1244,7 +1244,7 @@ expires_at: str
Expiration date for the group membership. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
---
@@ -1256,7 +1256,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#id GroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#id GroupMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1273,7 +1273,7 @@ member_role_id: typing.Union[int, float]
The ID of a custom member role. Only available for Ultimate instances.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#member_role_id GroupMembership#member_role_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#member_role_id GroupMembership#member_role_id}
---
@@ -1289,7 +1289,7 @@ Whether the deletion of direct memberships of the removed member in subgroups an
Only used during a destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#skip_subresources_on_destroy GroupMembership#skip_subresources_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#skip_subresources_on_destroy GroupMembership#skip_subresources_on_destroy}
---
@@ -1305,7 +1305,7 @@ Whether the removed member should be unassigned from any issues or merge request
Only used during a destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#unassign_issuables_on_destroy GroupMembership#unassign_issuables_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#unassign_issuables_on_destroy GroupMembership#unassign_issuables_on_destroy}
---
diff --git a/docs/groupMembership.typescript.md b/docs/groupMembership.typescript.md
index 4bb2f3204..b03a2ac06 100644
--- a/docs/groupMembership.typescript.md
+++ b/docs/groupMembership.typescript.md
@@ -4,7 +4,7 @@
### GroupMembership
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership gitlab_group_membership}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership gitlab_group_membership}.
#### Initializers
@@ -502,7 +502,7 @@ The construct id used in the generated config for the GroupMembership to import.
The id of the existing GroupMembership that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#import import section} in the documentation of this resource for the id to use
---
@@ -898,7 +898,7 @@ const groupMembershipConfig: groupMembership.GroupMembershipConfig = { ... }
| groupId
| string
| The id of the group. |
| userId
| number
| The id of the user. |
| expiresAt
| string
| Expiration date for the group membership. Format: `YYYY-MM-DD`. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#id GroupMembership#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#id GroupMembership#id}. |
| memberRoleId
| number
| The ID of a custom member role. Only available for Ultimate instances. |
| skipSubresourcesOnDestroy
| boolean \| cdktf.IResolvable
| Whether the deletion of direct memberships of the removed member in subgroups and projects should be skipped. |
| unassignIssuablesOnDestroy
| boolean \| cdktf.IResolvable
| Whether the removed member should be unassigned from any issues or merge requests inside a given group or project. |
@@ -985,7 +985,7 @@ public readonly accessLevel: string;
Access level for the member. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#access_level GroupMembership#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#access_level GroupMembership#access_level}
---
@@ -999,7 +999,7 @@ public readonly groupId: string;
The id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#group_id GroupMembership#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#group_id GroupMembership#group_id}
---
@@ -1013,7 +1013,7 @@ public readonly userId: number;
The id of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#user_id GroupMembership#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#user_id GroupMembership#user_id}
---
@@ -1027,7 +1027,7 @@ public readonly expiresAt: string;
Expiration date for the group membership. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#expires_at GroupMembership#expires_at}
---
@@ -1039,7 +1039,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#id GroupMembership#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#id GroupMembership#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1056,7 +1056,7 @@ public readonly memberRoleId: number;
The ID of a custom member role. Only available for Ultimate instances.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#member_role_id GroupMembership#member_role_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#member_role_id GroupMembership#member_role_id}
---
@@ -1072,7 +1072,7 @@ Whether the deletion of direct memberships of the removed member in subgroups an
Only used during a destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#skip_subresources_on_destroy GroupMembership#skip_subresources_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#skip_subresources_on_destroy GroupMembership#skip_subresources_on_destroy}
---
@@ -1088,7 +1088,7 @@ Whether the removed member should be unassigned from any issues or merge request
Only used during a destroy.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_membership#unassign_issuables_on_destroy GroupMembership#unassign_issuables_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_membership#unassign_issuables_on_destroy GroupMembership#unassign_issuables_on_destroy}
---
diff --git a/docs/groupProjectFileTemplate.csharp.md b/docs/groupProjectFileTemplate.csharp.md
index 25d9ff269..e3288b307 100644
--- a/docs/groupProjectFileTemplate.csharp.md
+++ b/docs/groupProjectFileTemplate.csharp.md
@@ -4,7 +4,7 @@
### GroupProjectFileTemplate
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template gitlab_group_project_file_template}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template gitlab_group_project_file_template}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the GroupProjectFileTemplate t
The id of the existing GroupProjectFileTemplate that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#import import section} in the documentation of this resource for the id to use
---
@@ -769,7 +769,7 @@ new GroupProjectFileTemplateConfig {
| Provisioners
| object[]
| *No description.* |
| FileTemplateProjectId
| double
| The ID of the project that will be used for file templates. |
| GroupId
| double
| The ID of the group that will use the file template project. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}. |
---
@@ -856,7 +856,7 @@ The ID of the project that will be used for file templates.
This project must be the direct
child of the project defined by the group_id
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#file_template_project_id GroupProjectFileTemplate#file_template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#file_template_project_id GroupProjectFileTemplate#file_template_project_id}
---
@@ -873,7 +873,7 @@ The ID of the group that will use the file template project.
This group must be the direct
parent of the project defined by project_id
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#group_id GroupProjectFileTemplate#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#group_id GroupProjectFileTemplate#group_id}
---
@@ -885,7 +885,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupProjectFileTemplate.go.md b/docs/groupProjectFileTemplate.go.md
index aafef2954..c3b09785b 100644
--- a/docs/groupProjectFileTemplate.go.md
+++ b/docs/groupProjectFileTemplate.go.md
@@ -4,7 +4,7 @@
### GroupProjectFileTemplate
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template gitlab_group_project_file_template}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template gitlab_group_project_file_template}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the GroupProjectFileTemplate t
The id of the existing GroupProjectFileTemplate that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#import import section} in the documentation of this resource for the id to use
---
@@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/groupprojectfiletem
| Provisioners
| *[]interface{}
| *No description.* |
| FileTemplateProjectId
| *f64
| The ID of the project that will be used for file templates. |
| GroupId
| *f64
| The ID of the group that will use the file template project. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}. |
---
@@ -856,7 +856,7 @@ The ID of the project that will be used for file templates.
This project must be the direct
child of the project defined by the group_id
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#file_template_project_id GroupProjectFileTemplate#file_template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#file_template_project_id GroupProjectFileTemplate#file_template_project_id}
---
@@ -873,7 +873,7 @@ The ID of the group that will use the file template project.
This group must be the direct
parent of the project defined by project_id
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#group_id GroupProjectFileTemplate#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#group_id GroupProjectFileTemplate#group_id}
---
@@ -885,7 +885,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupProjectFileTemplate.java.md b/docs/groupProjectFileTemplate.java.md
index 31042f137..080fcbf24 100644
--- a/docs/groupProjectFileTemplate.java.md
+++ b/docs/groupProjectFileTemplate.java.md
@@ -4,7 +4,7 @@
### GroupProjectFileTemplate
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template gitlab_group_project_file_template}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template gitlab_group_project_file_template}.
#### Initializers
@@ -42,7 +42,7 @@ GroupProjectFileTemplate.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| fileTemplateProjectId
| java.lang.Number
| The ID of the project that will be used for file templates. |
| groupId
| java.lang.Number
| The ID of the group that will use the file template project. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}. |
---
@@ -115,7 +115,7 @@ The ID of the project that will be used for file templates.
This project must be the direct
child of the project defined by the group_id
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#file_template_project_id GroupProjectFileTemplate#file_template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#file_template_project_id GroupProjectFileTemplate#file_template_project_id}
---
@@ -128,7 +128,7 @@ The ID of the group that will use the file template project.
This group must be the direct
parent of the project defined by project_id
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#group_id GroupProjectFileTemplate#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#group_id GroupProjectFileTemplate#group_id}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -573,7 +573,7 @@ The construct id used in the generated config for the GroupProjectFileTemplate t
The id of the existing GroupProjectFileTemplate that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#import import section} in the documentation of this resource for the id to use
---
@@ -872,7 +872,7 @@ GroupProjectFileTemplateConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| fileTemplateProjectId
| java.lang.Number
| The ID of the project that will be used for file templates. |
| groupId
| java.lang.Number
| The ID of the group that will use the file template project. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}. |
---
@@ -959,7 +959,7 @@ The ID of the project that will be used for file templates.
This project must be the direct
child of the project defined by the group_id
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#file_template_project_id GroupProjectFileTemplate#file_template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#file_template_project_id GroupProjectFileTemplate#file_template_project_id}
---
@@ -976,7 +976,7 @@ The ID of the group that will use the file template project.
This group must be the direct
parent of the project defined by project_id
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#group_id GroupProjectFileTemplate#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#group_id GroupProjectFileTemplate#group_id}
---
@@ -988,7 +988,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupProjectFileTemplate.python.md b/docs/groupProjectFileTemplate.python.md
index 1c0c127e4..562beeffb 100644
--- a/docs/groupProjectFileTemplate.python.md
+++ b/docs/groupProjectFileTemplate.python.md
@@ -4,7 +4,7 @@
### GroupProjectFileTemplate
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template gitlab_group_project_file_template}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template gitlab_group_project_file_template}.
#### Initializers
@@ -40,7 +40,7 @@ groupProjectFileTemplate.GroupProjectFileTemplate(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| file_template_project_id
| typing.Union[int, float]
| The ID of the project that will be used for file templates. |
| group_id
| typing.Union[int, float]
| The ID of the group that will use the file template project. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}. |
---
@@ -113,7 +113,7 @@ The ID of the project that will be used for file templates.
This project must be the direct
child of the project defined by the group_id
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#file_template_project_id GroupProjectFileTemplate#file_template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#file_template_project_id GroupProjectFileTemplate#file_template_project_id}
---
@@ -126,7 +126,7 @@ The ID of the group that will use the file template project.
This group must be the direct
parent of the project defined by project_id
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#group_id GroupProjectFileTemplate#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#group_id GroupProjectFileTemplate#group_id}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -617,7 +617,7 @@ The construct id used in the generated config for the GroupProjectFileTemplate t
The id of the existing GroupProjectFileTemplate that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#import import section} in the documentation of this resource for the id to use
---
@@ -912,7 +912,7 @@ groupProjectFileTemplate.GroupProjectFileTemplateConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| file_template_project_id
| typing.Union[int, float]
| The ID of the project that will be used for file templates. |
| group_id
| typing.Union[int, float]
| The ID of the group that will use the file template project. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}. |
---
@@ -999,7 +999,7 @@ The ID of the project that will be used for file templates.
This project must be the direct
child of the project defined by the group_id
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#file_template_project_id GroupProjectFileTemplate#file_template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#file_template_project_id GroupProjectFileTemplate#file_template_project_id}
---
@@ -1016,7 +1016,7 @@ The ID of the group that will use the file template project.
This group must be the direct
parent of the project defined by project_id
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#group_id GroupProjectFileTemplate#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#group_id GroupProjectFileTemplate#group_id}
---
@@ -1028,7 +1028,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupProjectFileTemplate.typescript.md b/docs/groupProjectFileTemplate.typescript.md
index 42cce43f7..6c2cf9e01 100644
--- a/docs/groupProjectFileTemplate.typescript.md
+++ b/docs/groupProjectFileTemplate.typescript.md
@@ -4,7 +4,7 @@
### GroupProjectFileTemplate
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template gitlab_group_project_file_template}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template gitlab_group_project_file_template}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the GroupProjectFileTemplate t
The id of the existing GroupProjectFileTemplate that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#import import section} in the documentation of this resource for the id to use
---
@@ -758,7 +758,7 @@ const groupProjectFileTemplateConfig: groupProjectFileTemplate.GroupProjectFileT
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| fileTemplateProjectId
| number
| The ID of the project that will be used for file templates. |
| groupId
| number
| The ID of the group that will use the file template project. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}. |
---
@@ -845,7 +845,7 @@ The ID of the project that will be used for file templates.
This project must be the direct
child of the project defined by the group_id
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#file_template_project_id GroupProjectFileTemplate#file_template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#file_template_project_id GroupProjectFileTemplate#file_template_project_id}
---
@@ -862,7 +862,7 @@ The ID of the group that will use the file template project.
This group must be the direct
parent of the project defined by project_id
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#group_id GroupProjectFileTemplate#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#group_id GroupProjectFileTemplate#group_id}
---
@@ -874,7 +874,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_project_file_template#id GroupProjectFileTemplate#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupProtectedEnvironment.csharp.md b/docs/groupProtectedEnvironment.csharp.md
index f62ee429a..250850744 100644
--- a/docs/groupProtectedEnvironment.csharp.md
+++ b/docs/groupProtectedEnvironment.csharp.md
@@ -4,7 +4,7 @@
### GroupProtectedEnvironment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment gitlab_group_protected_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment gitlab_group_protected_environment}.
#### Initializers
@@ -500,7 +500,7 @@ The construct id used in the generated config for the GroupProtectedEnvironment
The id of the existing GroupProtectedEnvironment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#import import section} in the documentation of this resource for the id to use
---
@@ -834,7 +834,7 @@ Levels of access allowed to approve a deployment to this protected environment.
Mutually exclusive with `user_id` and `group_id`. Valid values are `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
---
@@ -850,7 +850,7 @@ The ID of the group allowed to approve a deployment to this protected environmen
TThe group must be a sub-group under the given group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
---
@@ -866,7 +866,7 @@ Group inheritance allows access rules to take inherited group membership into ac
Valid values are `0`, `1`. `0` => Direct group membership only, `1` => All inherited groups. Default: `0`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
---
@@ -880,7 +880,7 @@ public double RequiredApprovals { get; set; }
The number of approval required to allow deployment to this protected environment. This is mutually exclusive with user_id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#required_approvals GroupProtectedEnvironment#required_approvals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#required_approvals GroupProtectedEnvironment#required_approvals}
---
@@ -896,7 +896,7 @@ The ID of the user allowed to approve a deployment to this protected environment
The user must be a member of the group with Maintainer role or higher. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
---
@@ -1022,7 +1022,7 @@ Array of access levels allowed to deploy, with each described by a hash.
Elements in the `deploy_access_levels` should be one of `user_id`, `group_id` or `access_level`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#deploy_access_levels GroupProtectedEnvironment#deploy_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#deploy_access_levels GroupProtectedEnvironment#deploy_access_levels}
---
@@ -1036,7 +1036,7 @@ public string Environment { get; set; }
The deployment tier of the environment. Valid values are `production`, `staging`, `testing`, `development`, `other`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
---
@@ -1050,7 +1050,7 @@ public string Group { get; set; }
The ID or full path of the group which the protected environment is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
---
@@ -1066,7 +1066,7 @@ Array of approval rules to deploy, with each described by a hash.
Elements in the `approval_rules` should be one of `user_id`, `group_id` or `access_level`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#approval_rules GroupProtectedEnvironment#approval_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#approval_rules GroupProtectedEnvironment#approval_rules}
---
@@ -1108,7 +1108,7 @@ Levels of access required to deploy to this protected environment.
Mutually exclusive with `user_id` and `group_id`. Valid values are `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
---
@@ -1124,7 +1124,7 @@ The ID of the group allowed to deploy to this protected environment.
The group must be a sub-group under the given group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
---
@@ -1140,7 +1140,7 @@ Group inheritance allows deploy access levels to take inherited group membership
Valid values are `0`, `1`. `0` => Direct group membership only, `1` => All inherited groups. Default: `0`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
---
@@ -1156,7 +1156,7 @@ The ID of the user allowed to deploy to this protected environment.
The user must be a member of the group with Maintainer role or higher. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
---
diff --git a/docs/groupProtectedEnvironment.go.md b/docs/groupProtectedEnvironment.go.md
index e1c96cd4a..6d4a43778 100644
--- a/docs/groupProtectedEnvironment.go.md
+++ b/docs/groupProtectedEnvironment.go.md
@@ -4,7 +4,7 @@
### GroupProtectedEnvironment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment gitlab_group_protected_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment gitlab_group_protected_environment}.
#### Initializers
@@ -500,7 +500,7 @@ The construct id used in the generated config for the GroupProtectedEnvironment
The id of the existing GroupProtectedEnvironment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#import import section} in the documentation of this resource for the id to use
---
@@ -834,7 +834,7 @@ Levels of access allowed to approve a deployment to this protected environment.
Mutually exclusive with `user_id` and `group_id`. Valid values are `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
---
@@ -850,7 +850,7 @@ The ID of the group allowed to approve a deployment to this protected environmen
TThe group must be a sub-group under the given group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
---
@@ -866,7 +866,7 @@ Group inheritance allows access rules to take inherited group membership into ac
Valid values are `0`, `1`. `0` => Direct group membership only, `1` => All inherited groups. Default: `0`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
---
@@ -880,7 +880,7 @@ RequiredApprovals *f64
The number of approval required to allow deployment to this protected environment. This is mutually exclusive with user_id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#required_approvals GroupProtectedEnvironment#required_approvals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#required_approvals GroupProtectedEnvironment#required_approvals}
---
@@ -896,7 +896,7 @@ The ID of the user allowed to approve a deployment to this protected environment
The user must be a member of the group with Maintainer role or higher. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
---
@@ -1022,7 +1022,7 @@ Array of access levels allowed to deploy, with each described by a hash.
Elements in the `deploy_access_levels` should be one of `user_id`, `group_id` or `access_level`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#deploy_access_levels GroupProtectedEnvironment#deploy_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#deploy_access_levels GroupProtectedEnvironment#deploy_access_levels}
---
@@ -1036,7 +1036,7 @@ Environment *string
The deployment tier of the environment. Valid values are `production`, `staging`, `testing`, `development`, `other`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
---
@@ -1050,7 +1050,7 @@ Group *string
The ID or full path of the group which the protected environment is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
---
@@ -1066,7 +1066,7 @@ Array of approval rules to deploy, with each described by a hash.
Elements in the `approval_rules` should be one of `user_id`, `group_id` or `access_level`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#approval_rules GroupProtectedEnvironment#approval_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#approval_rules GroupProtectedEnvironment#approval_rules}
---
@@ -1108,7 +1108,7 @@ Levels of access required to deploy to this protected environment.
Mutually exclusive with `user_id` and `group_id`. Valid values are `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
---
@@ -1124,7 +1124,7 @@ The ID of the group allowed to deploy to this protected environment.
The group must be a sub-group under the given group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
---
@@ -1140,7 +1140,7 @@ Group inheritance allows deploy access levels to take inherited group membership
Valid values are `0`, `1`. `0` => Direct group membership only, `1` => All inherited groups. Default: `0`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
---
@@ -1156,7 +1156,7 @@ The ID of the user allowed to deploy to this protected environment.
The user must be a member of the group with Maintainer role or higher. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
---
diff --git a/docs/groupProtectedEnvironment.java.md b/docs/groupProtectedEnvironment.java.md
index bcf244579..ea9229df4 100644
--- a/docs/groupProtectedEnvironment.java.md
+++ b/docs/groupProtectedEnvironment.java.md
@@ -4,7 +4,7 @@
### GroupProtectedEnvironment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment gitlab_group_protected_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment gitlab_group_protected_environment}.
#### Initializers
@@ -118,7 +118,7 @@ Array of access levels allowed to deploy, with each described by a hash.
Elements in the `deploy_access_levels` should be one of `user_id`, `group_id` or `access_level`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#deploy_access_levels GroupProtectedEnvironment#deploy_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#deploy_access_levels GroupProtectedEnvironment#deploy_access_levels}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The deployment tier of the environment. Valid values are `production`, `staging`, `testing`, `development`, `other`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or full path of the group which the protected environment is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
---
@@ -150,7 +150,7 @@ Array of approval rules to deploy, with each described by a hash.
Elements in the `approval_rules` should be one of `user_id`, `group_id` or `access_level`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#approval_rules GroupProtectedEnvironment#approval_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#approval_rules GroupProtectedEnvironment#approval_rules}
---
@@ -610,7 +610,7 @@ The construct id used in the generated config for the GroupProtectedEnvironment
The id of the existing GroupProtectedEnvironment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#import import section} in the documentation of this resource for the id to use
---
@@ -944,7 +944,7 @@ Levels of access allowed to approve a deployment to this protected environment.
Mutually exclusive with `user_id` and `group_id`. Valid values are `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
---
@@ -960,7 +960,7 @@ The ID of the group allowed to approve a deployment to this protected environmen
TThe group must be a sub-group under the given group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
---
@@ -976,7 +976,7 @@ Group inheritance allows access rules to take inherited group membership into ac
Valid values are `0`, `1`. `0` => Direct group membership only, `1` => All inherited groups. Default: `0`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
---
@@ -990,7 +990,7 @@ public java.lang.Number getRequiredApprovals();
The number of approval required to allow deployment to this protected environment. This is mutually exclusive with user_id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#required_approvals GroupProtectedEnvironment#required_approvals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#required_approvals GroupProtectedEnvironment#required_approvals}
---
@@ -1006,7 +1006,7 @@ The ID of the user allowed to approve a deployment to this protected environment
The user must be a member of the group with Maintainer role or higher. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
---
@@ -1138,7 +1138,7 @@ Array of access levels allowed to deploy, with each described by a hash.
Elements in the `deploy_access_levels` should be one of `user_id`, `group_id` or `access_level`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#deploy_access_levels GroupProtectedEnvironment#deploy_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#deploy_access_levels GroupProtectedEnvironment#deploy_access_levels}
---
@@ -1152,7 +1152,7 @@ public java.lang.String getEnvironment();
The deployment tier of the environment. Valid values are `production`, `staging`, `testing`, `development`, `other`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
---
@@ -1166,7 +1166,7 @@ public java.lang.String getGroup();
The ID or full path of the group which the protected environment is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
---
@@ -1182,7 +1182,7 @@ Array of approval rules to deploy, with each described by a hash.
Elements in the `approval_rules` should be one of `user_id`, `group_id` or `access_level`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#approval_rules GroupProtectedEnvironment#approval_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#approval_rules GroupProtectedEnvironment#approval_rules}
---
@@ -1224,7 +1224,7 @@ Levels of access required to deploy to this protected environment.
Mutually exclusive with `user_id` and `group_id`. Valid values are `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
---
@@ -1240,7 +1240,7 @@ The ID of the group allowed to deploy to this protected environment.
The group must be a sub-group under the given group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
---
@@ -1256,7 +1256,7 @@ Group inheritance allows deploy access levels to take inherited group membership
Valid values are `0`, `1`. `0` => Direct group membership only, `1` => All inherited groups. Default: `0`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
---
@@ -1272,7 +1272,7 @@ The ID of the user allowed to deploy to this protected environment.
The user must be a member of the group with Maintainer role or higher. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
---
diff --git a/docs/groupProtectedEnvironment.python.md b/docs/groupProtectedEnvironment.python.md
index 687b9e3e2..ef819aaf8 100644
--- a/docs/groupProtectedEnvironment.python.md
+++ b/docs/groupProtectedEnvironment.python.md
@@ -4,7 +4,7 @@
### GroupProtectedEnvironment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment gitlab_group_protected_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment gitlab_group_protected_environment}.
#### Initializers
@@ -114,7 +114,7 @@ Array of access levels allowed to deploy, with each described by a hash.
Elements in the `deploy_access_levels` should be one of `user_id`, `group_id` or `access_level`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#deploy_access_levels GroupProtectedEnvironment#deploy_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#deploy_access_levels GroupProtectedEnvironment#deploy_access_levels}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The deployment tier of the environment. Valid values are `production`, `staging`, `testing`, `development`, `other`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or full path of the group which the protected environment is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
---
@@ -146,7 +146,7 @@ Array of approval rules to deploy, with each described by a hash.
Elements in the `approval_rules` should be one of `user_id`, `group_id` or `access_level`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#approval_rules GroupProtectedEnvironment#approval_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#approval_rules GroupProtectedEnvironment#approval_rules}
---
@@ -656,7 +656,7 @@ The construct id used in the generated config for the GroupProtectedEnvironment
The id of the existing GroupProtectedEnvironment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#import import section} in the documentation of this resource for the id to use
---
@@ -990,7 +990,7 @@ Levels of access allowed to approve a deployment to this protected environment.
Mutually exclusive with `user_id` and `group_id`. Valid values are `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
---
@@ -1006,7 +1006,7 @@ The ID of the group allowed to approve a deployment to this protected environmen
TThe group must be a sub-group under the given group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
---
@@ -1022,7 +1022,7 @@ Group inheritance allows access rules to take inherited group membership into ac
Valid values are `0`, `1`. `0` => Direct group membership only, `1` => All inherited groups. Default: `0`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
---
@@ -1036,7 +1036,7 @@ required_approvals: typing.Union[int, float]
The number of approval required to allow deployment to this protected environment. This is mutually exclusive with user_id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#required_approvals GroupProtectedEnvironment#required_approvals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#required_approvals GroupProtectedEnvironment#required_approvals}
---
@@ -1052,7 +1052,7 @@ The ID of the user allowed to approve a deployment to this protected environment
The user must be a member of the group with Maintainer role or higher. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
---
@@ -1178,7 +1178,7 @@ Array of access levels allowed to deploy, with each described by a hash.
Elements in the `deploy_access_levels` should be one of `user_id`, `group_id` or `access_level`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#deploy_access_levels GroupProtectedEnvironment#deploy_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#deploy_access_levels GroupProtectedEnvironment#deploy_access_levels}
---
@@ -1192,7 +1192,7 @@ environment: str
The deployment tier of the environment. Valid values are `production`, `staging`, `testing`, `development`, `other`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
---
@@ -1206,7 +1206,7 @@ group: str
The ID or full path of the group which the protected environment is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
---
@@ -1222,7 +1222,7 @@ Array of approval rules to deploy, with each described by a hash.
Elements in the `approval_rules` should be one of `user_id`, `group_id` or `access_level`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#approval_rules GroupProtectedEnvironment#approval_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#approval_rules GroupProtectedEnvironment#approval_rules}
---
@@ -1264,7 +1264,7 @@ Levels of access required to deploy to this protected environment.
Mutually exclusive with `user_id` and `group_id`. Valid values are `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
---
@@ -1280,7 +1280,7 @@ The ID of the group allowed to deploy to this protected environment.
The group must be a sub-group under the given group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
---
@@ -1296,7 +1296,7 @@ Group inheritance allows deploy access levels to take inherited group membership
Valid values are `0`, `1`. `0` => Direct group membership only, `1` => All inherited groups. Default: `0`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
---
@@ -1312,7 +1312,7 @@ The ID of the user allowed to deploy to this protected environment.
The user must be a member of the group with Maintainer role or higher. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
---
diff --git a/docs/groupProtectedEnvironment.typescript.md b/docs/groupProtectedEnvironment.typescript.md
index efa04b411..9fffc80d9 100644
--- a/docs/groupProtectedEnvironment.typescript.md
+++ b/docs/groupProtectedEnvironment.typescript.md
@@ -4,7 +4,7 @@
### GroupProtectedEnvironment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment gitlab_group_protected_environment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment gitlab_group_protected_environment}.
#### Initializers
@@ -500,7 +500,7 @@ The construct id used in the generated config for the GroupProtectedEnvironment
The id of the existing GroupProtectedEnvironment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#import import section} in the documentation of this resource for the id to use
---
@@ -828,7 +828,7 @@ Levels of access allowed to approve a deployment to this protected environment.
Mutually exclusive with `user_id` and `group_id`. Valid values are `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
---
@@ -844,7 +844,7 @@ The ID of the group allowed to approve a deployment to this protected environmen
TThe group must be a sub-group under the given group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
---
@@ -860,7 +860,7 @@ Group inheritance allows access rules to take inherited group membership into ac
Valid values are `0`, `1`. `0` => Direct group membership only, `1` => All inherited groups. Default: `0`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
---
@@ -874,7 +874,7 @@ public readonly requiredApprovals: number;
The number of approval required to allow deployment to this protected environment. This is mutually exclusive with user_id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#required_approvals GroupProtectedEnvironment#required_approvals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#required_approvals GroupProtectedEnvironment#required_approvals}
---
@@ -890,7 +890,7 @@ The ID of the user allowed to approve a deployment to this protected environment
The user must be a member of the group with Maintainer role or higher. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
---
@@ -1004,7 +1004,7 @@ Array of access levels allowed to deploy, with each described by a hash.
Elements in the `deploy_access_levels` should be one of `user_id`, `group_id` or `access_level`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#deploy_access_levels GroupProtectedEnvironment#deploy_access_levels}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#deploy_access_levels GroupProtectedEnvironment#deploy_access_levels}
---
@@ -1018,7 +1018,7 @@ public readonly environment: string;
The deployment tier of the environment. Valid values are `production`, `staging`, `testing`, `development`, `other`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#environment GroupProtectedEnvironment#environment}
---
@@ -1032,7 +1032,7 @@ public readonly group: string;
The ID or full path of the group which the protected environment is created against.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group GroupProtectedEnvironment#group}
---
@@ -1048,7 +1048,7 @@ Array of approval rules to deploy, with each described by a hash.
Elements in the `approval_rules` should be one of `user_id`, `group_id` or `access_level`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#approval_rules GroupProtectedEnvironment#approval_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#approval_rules GroupProtectedEnvironment#approval_rules}
---
@@ -1085,7 +1085,7 @@ Levels of access required to deploy to this protected environment.
Mutually exclusive with `user_id` and `group_id`. Valid values are `developer`, `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#access_level GroupProtectedEnvironment#access_level}
---
@@ -1101,7 +1101,7 @@ The ID of the group allowed to deploy to this protected environment.
The group must be a sub-group under the given group. Mutually exclusive with `access_level` and `user_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_id GroupProtectedEnvironment#group_id}
---
@@ -1117,7 +1117,7 @@ Group inheritance allows deploy access levels to take inherited group membership
Valid values are `0`, `1`. `0` => Direct group membership only, `1` => All inherited groups. Default: `0`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#group_inheritance_type GroupProtectedEnvironment#group_inheritance_type}
---
@@ -1133,7 +1133,7 @@ The ID of the user allowed to deploy to this protected environment.
The user must be a member of the group with Maintainer role or higher. Mutually exclusive with `access_level` and `group_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_protected_environment#user_id GroupProtectedEnvironment#user_id}
---
diff --git a/docs/groupSamlLink.csharp.md b/docs/groupSamlLink.csharp.md
index 640fdbbe9..3d308b348 100644
--- a/docs/groupSamlLink.csharp.md
+++ b/docs/groupSamlLink.csharp.md
@@ -4,7 +4,7 @@
### GroupSamlLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link gitlab_group_saml_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link gitlab_group_saml_link}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the GroupSamlLink to import.
The id of the existing GroupSamlLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#import import section} in the documentation of this resource for the id to use
---
@@ -823,7 +823,7 @@ new GroupSamlLinkConfig {
| AccessLevel
| string
| Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`. |
| Group
| string
| The ID or path of the group to add the SAML Group Link to. |
| SamlGroupName
| string
| The name of the SAML group. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#id GroupSamlLink#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}. |
| MemberRoleId
| double
| The ID of a custom member role. |
---
@@ -908,7 +908,7 @@ public string AccessLevel { get; set; }
Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#access_level GroupSamlLink#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#access_level GroupSamlLink#access_level}
---
@@ -922,7 +922,7 @@ public string Group { get; set; }
The ID or path of the group to add the SAML Group Link to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#group GroupSamlLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#group GroupSamlLink#group}
---
@@ -936,7 +936,7 @@ public string SamlGroupName { get; set; }
The name of the SAML group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#saml_group_name GroupSamlLink#saml_group_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#saml_group_name GroupSamlLink#saml_group_name}
---
@@ -948,7 +948,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -967,7 +967,7 @@ The ID of a custom member role.
Only available for Ultimate instances. When using a custom role, the `access_level` must match the base role used to create the custom role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#member_role_id GroupSamlLink#member_role_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#member_role_id GroupSamlLink#member_role_id}
---
diff --git a/docs/groupSamlLink.go.md b/docs/groupSamlLink.go.md
index 667f49a41..7aed7ab68 100644
--- a/docs/groupSamlLink.go.md
+++ b/docs/groupSamlLink.go.md
@@ -4,7 +4,7 @@
### GroupSamlLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link gitlab_group_saml_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link gitlab_group_saml_link}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the GroupSamlLink to import.
The id of the existing GroupSamlLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#import import section} in the documentation of this resource for the id to use
---
@@ -823,7 +823,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/groupsamllink"
| AccessLevel
| *string
| Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`. |
| Group
| *string
| The ID or path of the group to add the SAML Group Link to. |
| SamlGroupName
| *string
| The name of the SAML group. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#id GroupSamlLink#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}. |
| MemberRoleId
| *f64
| The ID of a custom member role. |
---
@@ -908,7 +908,7 @@ AccessLevel *string
Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#access_level GroupSamlLink#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#access_level GroupSamlLink#access_level}
---
@@ -922,7 +922,7 @@ Group *string
The ID or path of the group to add the SAML Group Link to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#group GroupSamlLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#group GroupSamlLink#group}
---
@@ -936,7 +936,7 @@ SamlGroupName *string
The name of the SAML group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#saml_group_name GroupSamlLink#saml_group_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#saml_group_name GroupSamlLink#saml_group_name}
---
@@ -948,7 +948,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -967,7 +967,7 @@ The ID of a custom member role.
Only available for Ultimate instances. When using a custom role, the `access_level` must match the base role used to create the custom role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#member_role_id GroupSamlLink#member_role_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#member_role_id GroupSamlLink#member_role_id}
---
diff --git a/docs/groupSamlLink.java.md b/docs/groupSamlLink.java.md
index 8a9c4a5c8..46c67402b 100644
--- a/docs/groupSamlLink.java.md
+++ b/docs/groupSamlLink.java.md
@@ -4,7 +4,7 @@
### GroupSamlLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link gitlab_group_saml_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link gitlab_group_saml_link}.
#### Initializers
@@ -45,7 +45,7 @@ GroupSamlLink.Builder.create(Construct scope, java.lang.String id)
| accessLevel
| java.lang.String
| Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`. |
| group
| java.lang.String
| The ID or path of the group to add the SAML Group Link to. |
| samlGroupName
| java.lang.String
| The name of the SAML group. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#id GroupSamlLink#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}. |
| memberRoleId
| java.lang.Number
| The ID of a custom member role. |
---
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#access_level GroupSamlLink#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#access_level GroupSamlLink#access_level}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or path of the group to add the SAML Group Link to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#group GroupSamlLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#group GroupSamlLink#group}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the SAML group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#saml_group_name GroupSamlLink#saml_group_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#saml_group_name GroupSamlLink#saml_group_name}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -159,7 +159,7 @@ The ID of a custom member role.
Only available for Ultimate instances. When using a custom role, the `access_level` must match the base role used to create the custom role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#member_role_id GroupSamlLink#member_role_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#member_role_id GroupSamlLink#member_role_id}
---
@@ -600,7 +600,7 @@ The construct id used in the generated config for the GroupSamlLink to import.
The id of the existing GroupSamlLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#import import section} in the documentation of this resource for the id to use
---
@@ -946,7 +946,7 @@ GroupSamlLinkConfig.builder()
| accessLevel
| java.lang.String
| Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`. |
| group
| java.lang.String
| The ID or path of the group to add the SAML Group Link to. |
| samlGroupName
| java.lang.String
| The name of the SAML group. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#id GroupSamlLink#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}. |
| memberRoleId
| java.lang.Number
| The ID of a custom member role. |
---
@@ -1031,7 +1031,7 @@ public java.lang.String getAccessLevel();
Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#access_level GroupSamlLink#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#access_level GroupSamlLink#access_level}
---
@@ -1045,7 +1045,7 @@ public java.lang.String getGroup();
The ID or path of the group to add the SAML Group Link to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#group GroupSamlLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#group GroupSamlLink#group}
---
@@ -1059,7 +1059,7 @@ public java.lang.String getSamlGroupName();
The name of the SAML group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#saml_group_name GroupSamlLink#saml_group_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#saml_group_name GroupSamlLink#saml_group_name}
---
@@ -1071,7 +1071,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1090,7 +1090,7 @@ The ID of a custom member role.
Only available for Ultimate instances. When using a custom role, the `access_level` must match the base role used to create the custom role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#member_role_id GroupSamlLink#member_role_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#member_role_id GroupSamlLink#member_role_id}
---
diff --git a/docs/groupSamlLink.python.md b/docs/groupSamlLink.python.md
index 7c897aae8..eba2efe83 100644
--- a/docs/groupSamlLink.python.md
+++ b/docs/groupSamlLink.python.md
@@ -4,7 +4,7 @@
### GroupSamlLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link gitlab_group_saml_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link gitlab_group_saml_link}.
#### Initializers
@@ -43,7 +43,7 @@ groupSamlLink.GroupSamlLink(
| access_level
| str
| Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`. |
| group
| str
| The ID or path of the group to add the SAML Group Link to. |
| saml_group_name
| str
| The name of the SAML group. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#id GroupSamlLink#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}. |
| member_role_id
| typing.Union[int, float]
| The ID of a custom member role. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#access_level GroupSamlLink#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#access_level GroupSamlLink#access_level}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or path of the group to add the SAML Group Link to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#group GroupSamlLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#group GroupSamlLink#group}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the SAML group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#saml_group_name GroupSamlLink#saml_group_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#saml_group_name GroupSamlLink#saml_group_name}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -157,7 +157,7 @@ The ID of a custom member role.
Only available for Ultimate instances. When using a custom role, the `access_level` must match the base role used to create the custom role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#member_role_id GroupSamlLink#member_role_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#member_role_id GroupSamlLink#member_role_id}
---
@@ -644,7 +644,7 @@ The construct id used in the generated config for the GroupSamlLink to import.
The id of the existing GroupSamlLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#import import section} in the documentation of this resource for the id to use
---
@@ -986,7 +986,7 @@ groupSamlLink.GroupSamlLinkConfig(
| access_level
| str
| Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`. |
| group
| str
| The ID or path of the group to add the SAML Group Link to. |
| saml_group_name
| str
| The name of the SAML group. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#id GroupSamlLink#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}. |
| member_role_id
| typing.Union[int, float]
| The ID of a custom member role. |
---
@@ -1071,7 +1071,7 @@ access_level: str
Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#access_level GroupSamlLink#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#access_level GroupSamlLink#access_level}
---
@@ -1085,7 +1085,7 @@ group: str
The ID or path of the group to add the SAML Group Link to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#group GroupSamlLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#group GroupSamlLink#group}
---
@@ -1099,7 +1099,7 @@ saml_group_name: str
The name of the SAML group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#saml_group_name GroupSamlLink#saml_group_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#saml_group_name GroupSamlLink#saml_group_name}
---
@@ -1111,7 +1111,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1130,7 +1130,7 @@ The ID of a custom member role.
Only available for Ultimate instances. When using a custom role, the `access_level` must match the base role used to create the custom role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#member_role_id GroupSamlLink#member_role_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#member_role_id GroupSamlLink#member_role_id}
---
diff --git a/docs/groupSamlLink.typescript.md b/docs/groupSamlLink.typescript.md
index 8a26b0964..d999a7f07 100644
--- a/docs/groupSamlLink.typescript.md
+++ b/docs/groupSamlLink.typescript.md
@@ -4,7 +4,7 @@
### GroupSamlLink
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link gitlab_group_saml_link}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link gitlab_group_saml_link}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the GroupSamlLink to import.
The id of the existing GroupSamlLink that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#import import section} in the documentation of this resource for the id to use
---
@@ -810,7 +810,7 @@ const groupSamlLinkConfig: groupSamlLink.GroupSamlLinkConfig = { ... }
| accessLevel
| string
| Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`. |
| group
| string
| The ID or path of the group to add the SAML Group Link to. |
| samlGroupName
| string
| The name of the SAML group. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#id GroupSamlLink#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}. |
| memberRoleId
| number
| The ID of a custom member role. |
---
@@ -895,7 +895,7 @@ public readonly accessLevel: string;
Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#access_level GroupSamlLink#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#access_level GroupSamlLink#access_level}
---
@@ -909,7 +909,7 @@ public readonly group: string;
The ID or path of the group to add the SAML Group Link to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#group GroupSamlLink#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#group GroupSamlLink#group}
---
@@ -923,7 +923,7 @@ public readonly samlGroupName: string;
The name of the SAML group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#saml_group_name GroupSamlLink#saml_group_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#saml_group_name GroupSamlLink#saml_group_name}
---
@@ -935,7 +935,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#id GroupSamlLink#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -954,7 +954,7 @@ The ID of a custom member role.
Only available for Ultimate instances. When using a custom role, the `access_level` must match the base role used to create the custom role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_saml_link#member_role_id GroupSamlLink#member_role_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_saml_link#member_role_id GroupSamlLink#member_role_id}
---
diff --git a/docs/groupSecurityPolicyAttachment.csharp.md b/docs/groupSecurityPolicyAttachment.csharp.md
index c0cbb3dbe..ac5325634 100644
--- a/docs/groupSecurityPolicyAttachment.csharp.md
+++ b/docs/groupSecurityPolicyAttachment.csharp.md
@@ -4,7 +4,7 @@
### GroupSecurityPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the GroupSecurityPolicyAttachm
The id of the existing GroupSecurityPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -855,7 +855,7 @@ public string Group { get; set; }
The ID or Full Path of the group which will have the security policy project assigned to it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
---
@@ -869,7 +869,7 @@ public string PolicyProject { get; set; }
The ID or Full Path of the security policy project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
---
diff --git a/docs/groupSecurityPolicyAttachment.go.md b/docs/groupSecurityPolicyAttachment.go.md
index 32c37b354..b4dc196a6 100644
--- a/docs/groupSecurityPolicyAttachment.go.md
+++ b/docs/groupSecurityPolicyAttachment.go.md
@@ -4,7 +4,7 @@
### GroupSecurityPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the GroupSecurityPolicyAttachm
The id of the existing GroupSecurityPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -855,7 +855,7 @@ Group *string
The ID or Full Path of the group which will have the security policy project assigned to it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
---
@@ -869,7 +869,7 @@ PolicyProject *string
The ID or Full Path of the security policy project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
---
diff --git a/docs/groupSecurityPolicyAttachment.java.md b/docs/groupSecurityPolicyAttachment.java.md
index ea49988c4..479a5b183 100644
--- a/docs/groupSecurityPolicyAttachment.java.md
+++ b/docs/groupSecurityPolicyAttachment.java.md
@@ -4,7 +4,7 @@
### GroupSecurityPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The ID or Full Path of the group which will have the security policy project assigned to it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or Full Path of the security policy project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
---
@@ -547,7 +547,7 @@ The construct id used in the generated config for the GroupSecurityPolicyAttachm
The id of the existing GroupSecurityPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -939,7 +939,7 @@ public java.lang.String getGroup();
The ID or Full Path of the group which will have the security policy project assigned to it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
---
@@ -953,7 +953,7 @@ public java.lang.String getPolicyProject();
The ID or Full Path of the security policy project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
---
diff --git a/docs/groupSecurityPolicyAttachment.python.md b/docs/groupSecurityPolicyAttachment.python.md
index 8754ee7cc..3977562b9 100644
--- a/docs/groupSecurityPolicyAttachment.python.md
+++ b/docs/groupSecurityPolicyAttachment.python.md
@@ -4,7 +4,7 @@
### GroupSecurityPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The ID or Full Path of the group which will have the security policy project assigned to it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or Full Path of the security policy project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
---
@@ -591,7 +591,7 @@ The construct id used in the generated config for the GroupSecurityPolicyAttachm
The id of the existing GroupSecurityPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -979,7 +979,7 @@ group: str
The ID or Full Path of the group which will have the security policy project assigned to it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
---
@@ -993,7 +993,7 @@ policy_project: str
The ID or Full Path of the security policy project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
---
diff --git a/docs/groupSecurityPolicyAttachment.typescript.md b/docs/groupSecurityPolicyAttachment.typescript.md
index 69be902f0..16f40e6e7 100644
--- a/docs/groupSecurityPolicyAttachment.typescript.md
+++ b/docs/groupSecurityPolicyAttachment.typescript.md
@@ -4,7 +4,7 @@
### GroupSecurityPolicyAttachment
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment gitlab_group_security_policy_attachment}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the GroupSecurityPolicyAttachm
The id of the existing GroupSecurityPolicyAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -845,7 +845,7 @@ public readonly group: string;
The ID or Full Path of the group which will have the security policy project assigned to it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#group GroupSecurityPolicyAttachment#group}
---
@@ -859,7 +859,7 @@ public readonly policyProject: string;
The ID or Full Path of the security policy project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_security_policy_attachment#policy_project GroupSecurityPolicyAttachment#policy_project}
---
diff --git a/docs/groupServiceAccount.csharp.md b/docs/groupServiceAccount.csharp.md
index 8f6d894f0..38489f15a 100644
--- a/docs/groupServiceAccount.csharp.md
+++ b/docs/groupServiceAccount.csharp.md
@@ -4,7 +4,7 @@
### GroupServiceAccount
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account gitlab_group_service_account}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the GroupServiceAccount to imp
The id of the existing GroupServiceAccount that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#import import section} in the documentation of this resource for the id to use
---
@@ -884,7 +884,7 @@ The ID or URL-encoded path of the group that the service account is created in.
Must be a top level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#group GroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#group GroupServiceAccount#group}
---
@@ -898,7 +898,7 @@ public string Name { get; set; }
The name of the user. If not specified, the default Service account user name is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#name GroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#name GroupServiceAccount#name}
---
@@ -912,7 +912,7 @@ public string Username { get; set; }
The username of the user. If not specified, it’s automatically generated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#username GroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#username GroupServiceAccount#username}
---
diff --git a/docs/groupServiceAccount.go.md b/docs/groupServiceAccount.go.md
index 0e0a9d56e..e57118dce 100644
--- a/docs/groupServiceAccount.go.md
+++ b/docs/groupServiceAccount.go.md
@@ -4,7 +4,7 @@
### GroupServiceAccount
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account gitlab_group_service_account}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the GroupServiceAccount to imp
The id of the existing GroupServiceAccount that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#import import section} in the documentation of this resource for the id to use
---
@@ -884,7 +884,7 @@ The ID or URL-encoded path of the group that the service account is created in.
Must be a top level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#group GroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#group GroupServiceAccount#group}
---
@@ -898,7 +898,7 @@ Name *string
The name of the user. If not specified, the default Service account user name is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#name GroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#name GroupServiceAccount#name}
---
@@ -912,7 +912,7 @@ Username *string
The username of the user. If not specified, it’s automatically generated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#username GroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#username GroupServiceAccount#username}
---
diff --git a/docs/groupServiceAccount.java.md b/docs/groupServiceAccount.java.md
index 13a970c0b..8d8a3ac4c 100644
--- a/docs/groupServiceAccount.java.md
+++ b/docs/groupServiceAccount.java.md
@@ -4,7 +4,7 @@
### GroupServiceAccount
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account gitlab_group_service_account}.
#### Initializers
@@ -114,7 +114,7 @@ The ID or URL-encoded path of the group that the service account is created in.
Must be a top level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#group GroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#group GroupServiceAccount#group}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the user. If not specified, the default Service account user name is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#name GroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#name GroupServiceAccount#name}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The username of the user. If not specified, it’s automatically generated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#username GroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#username GroupServiceAccount#username}
---
@@ -575,7 +575,7 @@ The construct id used in the generated config for the GroupServiceAccount to imp
The id of the existing GroupServiceAccount that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#import import section} in the documentation of this resource for the id to use
---
@@ -982,7 +982,7 @@ The ID or URL-encoded path of the group that the service account is created in.
Must be a top level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#group GroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#group GroupServiceAccount#group}
---
@@ -996,7 +996,7 @@ public java.lang.String getName();
The name of the user. If not specified, the default Service account user name is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#name GroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#name GroupServiceAccount#name}
---
@@ -1010,7 +1010,7 @@ public java.lang.String getUsername();
The username of the user. If not specified, it’s automatically generated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#username GroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#username GroupServiceAccount#username}
---
diff --git a/docs/groupServiceAccount.python.md b/docs/groupServiceAccount.python.md
index 81891c9a1..35e7136ef 100644
--- a/docs/groupServiceAccount.python.md
+++ b/docs/groupServiceAccount.python.md
@@ -4,7 +4,7 @@
### GroupServiceAccount
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account gitlab_group_service_account}.
#### Initializers
@@ -112,7 +112,7 @@ The ID or URL-encoded path of the group that the service account is created in.
Must be a top level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#group GroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#group GroupServiceAccount#group}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the user. If not specified, the default Service account user name is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#name GroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#name GroupServiceAccount#name}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The username of the user. If not specified, it’s automatically generated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#username GroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#username GroupServiceAccount#username}
---
@@ -619,7 +619,7 @@ The construct id used in the generated config for the GroupServiceAccount to imp
The id of the existing GroupServiceAccount that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#import import section} in the documentation of this resource for the id to use
---
@@ -1022,7 +1022,7 @@ The ID or URL-encoded path of the group that the service account is created in.
Must be a top level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#group GroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#group GroupServiceAccount#group}
---
@@ -1036,7 +1036,7 @@ name: str
The name of the user. If not specified, the default Service account user name is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#name GroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#name GroupServiceAccount#name}
---
@@ -1050,7 +1050,7 @@ username: str
The username of the user. If not specified, it’s automatically generated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#username GroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#username GroupServiceAccount#username}
---
diff --git a/docs/groupServiceAccount.typescript.md b/docs/groupServiceAccount.typescript.md
index e4c614e0f..744d59220 100644
--- a/docs/groupServiceAccount.typescript.md
+++ b/docs/groupServiceAccount.typescript.md
@@ -4,7 +4,7 @@
### GroupServiceAccount
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account gitlab_group_service_account}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account gitlab_group_service_account}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the GroupServiceAccount to imp
The id of the existing GroupServiceAccount that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#import import section} in the documentation of this resource for the id to use
---
@@ -873,7 +873,7 @@ The ID or URL-encoded path of the group that the service account is created in.
Must be a top level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#group GroupServiceAccount#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#group GroupServiceAccount#group}
---
@@ -887,7 +887,7 @@ public readonly name: string;
The name of the user. If not specified, the default Service account user name is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#name GroupServiceAccount#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#name GroupServiceAccount#name}
---
@@ -901,7 +901,7 @@ public readonly username: string;
The username of the user. If not specified, it’s automatically generated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account#username GroupServiceAccount#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account#username GroupServiceAccount#username}
---
diff --git a/docs/groupServiceAccountAccessToken.csharp.md b/docs/groupServiceAccountAccessToken.csharp.md
index c08992f11..e9e78961b 100644
--- a/docs/groupServiceAccountAccessToken.csharp.md
+++ b/docs/groupServiceAccountAccessToken.csharp.md
@@ -4,7 +4,7 @@
### GroupServiceAccountAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the GroupServiceAccountAccessT
The id of the existing GroupServiceAccountAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -956,7 +956,7 @@ public string Group { get; set; }
The ID or URL-encoded path of the group containing the service account. Must be a top level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
---
@@ -970,7 +970,7 @@ public string Name { get; set; }
The name of the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
---
@@ -986,7 +986,7 @@ The scopes of the group service account access token.
valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
---
@@ -1000,7 +1000,7 @@ public double UserId { get; set; }
The ID of a service account user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
---
@@ -1016,7 +1016,7 @@ The personal access token expiry date.
When left blank, the token follows the standard rule of expiry for personal access tokens.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
---
diff --git a/docs/groupServiceAccountAccessToken.go.md b/docs/groupServiceAccountAccessToken.go.md
index 921db6593..de5c78f2b 100644
--- a/docs/groupServiceAccountAccessToken.go.md
+++ b/docs/groupServiceAccountAccessToken.go.md
@@ -4,7 +4,7 @@
### GroupServiceAccountAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the GroupServiceAccountAccessT
The id of the existing GroupServiceAccountAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -956,7 +956,7 @@ Group *string
The ID or URL-encoded path of the group containing the service account. Must be a top level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
---
@@ -970,7 +970,7 @@ Name *string
The name of the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
---
@@ -986,7 +986,7 @@ The scopes of the group service account access token.
valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
---
@@ -1000,7 +1000,7 @@ UserId *f64
The ID of a service account user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
---
@@ -1016,7 +1016,7 @@ The personal access token expiry date.
When left blank, the token follows the standard rule of expiry for personal access tokens.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
---
diff --git a/docs/groupServiceAccountAccessToken.java.md b/docs/groupServiceAccountAccessToken.java.md
index 4fa15414e..352132070 100644
--- a/docs/groupServiceAccountAccessToken.java.md
+++ b/docs/groupServiceAccountAccessToken.java.md
@@ -4,7 +4,7 @@
### GroupServiceAccountAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}.
#### Initializers
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the group containing the service account. Must be a top level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
---
@@ -138,7 +138,7 @@ The scopes of the group service account access token.
valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of a service account user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
---
@@ -160,7 +160,7 @@ The personal access token expiry date.
When left blank, the token follows the standard rule of expiry for personal access tokens.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
---
@@ -594,7 +594,7 @@ The construct id used in the generated config for the GroupServiceAccountAccessT
The id of the existing GroupServiceAccountAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -1080,7 +1080,7 @@ public java.lang.String getGroup();
The ID or URL-encoded path of the group containing the service account. Must be a top level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
---
@@ -1094,7 +1094,7 @@ public java.lang.String getName();
The name of the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
---
@@ -1110,7 +1110,7 @@ The scopes of the group service account access token.
valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
---
@@ -1124,7 +1124,7 @@ public java.lang.Number getUserId();
The ID of a service account user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
---
@@ -1140,7 +1140,7 @@ The personal access token expiry date.
When left blank, the token follows the standard rule of expiry for personal access tokens.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
---
diff --git a/docs/groupServiceAccountAccessToken.python.md b/docs/groupServiceAccountAccessToken.python.md
index a69f49b4b..358cd292d 100644
--- a/docs/groupServiceAccountAccessToken.python.md
+++ b/docs/groupServiceAccountAccessToken.python.md
@@ -4,7 +4,7 @@
### GroupServiceAccountAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}.
#### Initializers
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The ID or URL-encoded path of the group containing the service account. Must be a top level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
---
@@ -136,7 +136,7 @@ The scopes of the group service account access token.
valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of a service account user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
---
@@ -158,7 +158,7 @@ The personal access token expiry date.
When left blank, the token follows the standard rule of expiry for personal access tokens.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
---
@@ -638,7 +638,7 @@ The construct id used in the generated config for the GroupServiceAccountAccessT
The id of the existing GroupServiceAccountAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -1120,7 +1120,7 @@ group: str
The ID or URL-encoded path of the group containing the service account. Must be a top level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
---
@@ -1134,7 +1134,7 @@ name: str
The name of the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
---
@@ -1150,7 +1150,7 @@ The scopes of the group service account access token.
valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
---
@@ -1164,7 +1164,7 @@ user_id: typing.Union[int, float]
The ID of a service account user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
---
@@ -1180,7 +1180,7 @@ The personal access token expiry date.
When left blank, the token follows the standard rule of expiry for personal access tokens.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
---
diff --git a/docs/groupServiceAccountAccessToken.typescript.md b/docs/groupServiceAccountAccessToken.typescript.md
index 67698d790..98efd0792 100644
--- a/docs/groupServiceAccountAccessToken.typescript.md
+++ b/docs/groupServiceAccountAccessToken.typescript.md
@@ -4,7 +4,7 @@
### GroupServiceAccountAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token gitlab_group_service_account_access_token}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the GroupServiceAccountAccessT
The id of the existing GroupServiceAccountAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -943,7 +943,7 @@ public readonly group: string;
The ID or URL-encoded path of the group containing the service account. Must be a top level group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#group GroupServiceAccountAccessToken#group}
---
@@ -957,7 +957,7 @@ public readonly name: string;
The name of the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#name GroupServiceAccountAccessToken#name}
---
@@ -973,7 +973,7 @@ The scopes of the group service account access token.
valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#scopes GroupServiceAccountAccessToken#scopes}
---
@@ -987,7 +987,7 @@ public readonly userId: number;
The ID of a service account user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#user_id GroupServiceAccountAccessToken#user_id}
---
@@ -1003,7 +1003,7 @@ The personal access token expiry date.
When left blank, the token follows the standard rule of expiry for personal access tokens.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_service_account_access_token#expires_at GroupServiceAccountAccessToken#expires_at}
---
diff --git a/docs/groupShareGroup.csharp.md b/docs/groupShareGroup.csharp.md
index 1f2f961f7..b8139789d 100644
--- a/docs/groupShareGroup.csharp.md
+++ b/docs/groupShareGroup.csharp.md
@@ -4,7 +4,7 @@
### GroupShareGroup
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group gitlab_group_share_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group gitlab_group_share_group}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the GroupShareGroup to import.
The id of the existing GroupShareGroup that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#import import section} in the documentation of this resource for the id to use
---
@@ -824,7 +824,7 @@ new GroupShareGroupConfig {
| GroupId
| string
| The id of the main group to be shared. |
| ShareGroupId
| double
| The id of the additional group with which the main group will be shared. |
| ExpiresAt
| string
| Share expiration date. Format: `YYYY-MM-DD`. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#id GroupShareGroup#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#id GroupShareGroup#id}. |
---
@@ -908,7 +908,7 @@ public string GroupAccess { get; set; }
The access level to grant the group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#group_access GroupShareGroup#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#group_access GroupShareGroup#group_access}
---
@@ -922,7 +922,7 @@ public string GroupId { get; set; }
The id of the main group to be shared.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#group_id GroupShareGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#group_id GroupShareGroup#group_id}
---
@@ -936,7 +936,7 @@ public double ShareGroupId { get; set; }
The id of the additional group with which the main group will be shared.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#share_group_id GroupShareGroup#share_group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#share_group_id GroupShareGroup#share_group_id}
---
@@ -950,7 +950,7 @@ public string ExpiresAt { get; set; }
Share expiration date. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#expires_at GroupShareGroup#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#expires_at GroupShareGroup#expires_at}
---
@@ -962,7 +962,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#id GroupShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#id GroupShareGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupShareGroup.go.md b/docs/groupShareGroup.go.md
index c19807d14..dece8c8f1 100644
--- a/docs/groupShareGroup.go.md
+++ b/docs/groupShareGroup.go.md
@@ -4,7 +4,7 @@
### GroupShareGroup
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group gitlab_group_share_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group gitlab_group_share_group}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the GroupShareGroup to import.
The id of the existing GroupShareGroup that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#import import section} in the documentation of this resource for the id to use
---
@@ -824,7 +824,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/groupsharegroup"
| GroupId
| *string
| The id of the main group to be shared. |
| ShareGroupId
| *f64
| The id of the additional group with which the main group will be shared. |
| ExpiresAt
| *string
| Share expiration date. Format: `YYYY-MM-DD`. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#id GroupShareGroup#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#id GroupShareGroup#id}. |
---
@@ -908,7 +908,7 @@ GroupAccess *string
The access level to grant the group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#group_access GroupShareGroup#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#group_access GroupShareGroup#group_access}
---
@@ -922,7 +922,7 @@ GroupId *string
The id of the main group to be shared.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#group_id GroupShareGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#group_id GroupShareGroup#group_id}
---
@@ -936,7 +936,7 @@ ShareGroupId *f64
The id of the additional group with which the main group will be shared.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#share_group_id GroupShareGroup#share_group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#share_group_id GroupShareGroup#share_group_id}
---
@@ -950,7 +950,7 @@ ExpiresAt *string
Share expiration date. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#expires_at GroupShareGroup#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#expires_at GroupShareGroup#expires_at}
---
@@ -962,7 +962,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#id GroupShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#id GroupShareGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupShareGroup.java.md b/docs/groupShareGroup.java.md
index a525367a6..3dcdc2170 100644
--- a/docs/groupShareGroup.java.md
+++ b/docs/groupShareGroup.java.md
@@ -4,7 +4,7 @@
### GroupShareGroup
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group gitlab_group_share_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group gitlab_group_share_group}.
#### Initializers
@@ -46,7 +46,7 @@ GroupShareGroup.Builder.create(Construct scope, java.lang.String id)
| groupId
| java.lang.String
| The id of the main group to be shared. |
| shareGroupId
| java.lang.Number
| The id of the additional group with which the main group will be shared. |
| expiresAt
| java.lang.String
| Share expiration date. Format: `YYYY-MM-DD`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#id GroupShareGroup#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#id GroupShareGroup#id}. |
---
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The access level to grant the group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#group_access GroupShareGroup#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#group_access GroupShareGroup#group_access}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the main group to be shared.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#group_id GroupShareGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#group_id GroupShareGroup#group_id}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the additional group with which the main group will be shared.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#share_group_id GroupShareGroup#share_group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#share_group_id GroupShareGroup#share_group_id}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Share expiration date. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#expires_at GroupShareGroup#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#expires_at GroupShareGroup#expires_at}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#id GroupShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#id GroupShareGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -598,7 +598,7 @@ The construct id used in the generated config for the GroupShareGroup to import.
The id of the existing GroupShareGroup that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#import import section} in the documentation of this resource for the id to use
---
@@ -945,7 +945,7 @@ GroupShareGroupConfig.builder()
| groupId
| java.lang.String
| The id of the main group to be shared. |
| shareGroupId
| java.lang.Number
| The id of the additional group with which the main group will be shared. |
| expiresAt
| java.lang.String
| Share expiration date. Format: `YYYY-MM-DD`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#id GroupShareGroup#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#id GroupShareGroup#id}. |
---
@@ -1029,7 +1029,7 @@ public java.lang.String getGroupAccess();
The access level to grant the group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#group_access GroupShareGroup#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#group_access GroupShareGroup#group_access}
---
@@ -1043,7 +1043,7 @@ public java.lang.String getGroupId();
The id of the main group to be shared.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#group_id GroupShareGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#group_id GroupShareGroup#group_id}
---
@@ -1057,7 +1057,7 @@ public java.lang.Number getShareGroupId();
The id of the additional group with which the main group will be shared.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#share_group_id GroupShareGroup#share_group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#share_group_id GroupShareGroup#share_group_id}
---
@@ -1071,7 +1071,7 @@ public java.lang.String getExpiresAt();
Share expiration date. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#expires_at GroupShareGroup#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#expires_at GroupShareGroup#expires_at}
---
@@ -1083,7 +1083,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#id GroupShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#id GroupShareGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupShareGroup.python.md b/docs/groupShareGroup.python.md
index 383b258b1..63dc406b6 100644
--- a/docs/groupShareGroup.python.md
+++ b/docs/groupShareGroup.python.md
@@ -4,7 +4,7 @@
### GroupShareGroup
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group gitlab_group_share_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group gitlab_group_share_group}.
#### Initializers
@@ -44,7 +44,7 @@ groupShareGroup.GroupShareGroup(
| group_id
| str
| The id of the main group to be shared. |
| share_group_id
| typing.Union[int, float]
| The id of the additional group with which the main group will be shared. |
| expires_at
| str
| Share expiration date. Format: `YYYY-MM-DD`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#id GroupShareGroup#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#id GroupShareGroup#id}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The access level to grant the group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#group_access GroupShareGroup#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#group_access GroupShareGroup#group_access}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the main group to be shared.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#group_id GroupShareGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#group_id GroupShareGroup#group_id}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the additional group with which the main group will be shared.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#share_group_id GroupShareGroup#share_group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#share_group_id GroupShareGroup#share_group_id}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Share expiration date. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#expires_at GroupShareGroup#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#expires_at GroupShareGroup#expires_at}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#id GroupShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#id GroupShareGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -642,7 +642,7 @@ The construct id used in the generated config for the GroupShareGroup to import.
The id of the existing GroupShareGroup that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#import import section} in the documentation of this resource for the id to use
---
@@ -985,7 +985,7 @@ groupShareGroup.GroupShareGroupConfig(
| group_id
| str
| The id of the main group to be shared. |
| share_group_id
| typing.Union[int, float]
| The id of the additional group with which the main group will be shared. |
| expires_at
| str
| Share expiration date. Format: `YYYY-MM-DD`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#id GroupShareGroup#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#id GroupShareGroup#id}. |
---
@@ -1069,7 +1069,7 @@ group_access: str
The access level to grant the group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#group_access GroupShareGroup#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#group_access GroupShareGroup#group_access}
---
@@ -1083,7 +1083,7 @@ group_id: str
The id of the main group to be shared.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#group_id GroupShareGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#group_id GroupShareGroup#group_id}
---
@@ -1097,7 +1097,7 @@ share_group_id: typing.Union[int, float]
The id of the additional group with which the main group will be shared.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#share_group_id GroupShareGroup#share_group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#share_group_id GroupShareGroup#share_group_id}
---
@@ -1111,7 +1111,7 @@ expires_at: str
Share expiration date. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#expires_at GroupShareGroup#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#expires_at GroupShareGroup#expires_at}
---
@@ -1123,7 +1123,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#id GroupShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#id GroupShareGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupShareGroup.typescript.md b/docs/groupShareGroup.typescript.md
index b7c86e578..62eb58cf3 100644
--- a/docs/groupShareGroup.typescript.md
+++ b/docs/groupShareGroup.typescript.md
@@ -4,7 +4,7 @@
### GroupShareGroup
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group gitlab_group_share_group}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group gitlab_group_share_group}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the GroupShareGroup to import.
The id of the existing GroupShareGroup that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#import import section} in the documentation of this resource for the id to use
---
@@ -811,7 +811,7 @@ const groupShareGroupConfig: groupShareGroup.GroupShareGroupConfig = { ... }
| groupId
| string
| The id of the main group to be shared. |
| shareGroupId
| number
| The id of the additional group with which the main group will be shared. |
| expiresAt
| string
| Share expiration date. Format: `YYYY-MM-DD`. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#id GroupShareGroup#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#id GroupShareGroup#id}. |
---
@@ -895,7 +895,7 @@ public readonly groupAccess: string;
The access level to grant the group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#group_access GroupShareGroup#group_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#group_access GroupShareGroup#group_access}
---
@@ -909,7 +909,7 @@ public readonly groupId: string;
The id of the main group to be shared.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#group_id GroupShareGroup#group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#group_id GroupShareGroup#group_id}
---
@@ -923,7 +923,7 @@ public readonly shareGroupId: number;
The id of the additional group with which the main group will be shared.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#share_group_id GroupShareGroup#share_group_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#share_group_id GroupShareGroup#share_group_id}
---
@@ -937,7 +937,7 @@ public readonly expiresAt: string;
Share expiration date. Format: `YYYY-MM-DD`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#expires_at GroupShareGroup#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#expires_at GroupShareGroup#expires_at}
---
@@ -949,7 +949,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_share_group#id GroupShareGroup#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_share_group#id GroupShareGroup#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/groupVariable.csharp.md b/docs/groupVariable.csharp.md
index e2e2f3c57..d0d2f313b 100644
--- a/docs/groupVariable.csharp.md
+++ b/docs/groupVariable.csharp.md
@@ -4,7 +4,7 @@
### GroupVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable gitlab_group_variable}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the GroupVariable to import.
The id of the existing GroupVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#import import section} in the documentation of this resource for the id to use
---
@@ -975,7 +975,7 @@ new GroupVariableConfig {
| Value
| string
| The value of the variable. |
| Description
| string
| The description of the variable. |
| EnvironmentScope
| string
| The environment scope of the variable. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#id GroupVariable#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#id GroupVariable#id}. |
| Masked
| object
| If set to `true`, the value of the variable will be hidden in job logs. |
| Protected
| object
| If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. |
| Raw
| object
| Whether the variable is treated as a raw string. |
@@ -1063,7 +1063,7 @@ public string Group { get; set; }
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#group GroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#group GroupVariable#group}
---
@@ -1077,7 +1077,7 @@ public string Key { get; set; }
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#key GroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#key GroupVariable#key}
---
@@ -1091,7 +1091,7 @@ public string Value { get; set; }
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#value GroupVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#value GroupVariable#value}
---
@@ -1105,7 +1105,7 @@ public string Description { get; set; }
The description of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#description GroupVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#description GroupVariable#description}
---
@@ -1121,7 +1121,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
---
@@ -1133,7 +1133,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#id GroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#id GroupVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1152,7 +1152,7 @@ If set to `true`, the value of the variable will be hidden in job logs.
The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#masked GroupVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#masked GroupVariable#masked}
---
@@ -1168,7 +1168,7 @@ If set to `true`, the variable will be passed only to pipelines running on prote
Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#protected GroupVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#protected GroupVariable#protected}
---
@@ -1184,7 +1184,7 @@ Whether the variable is treated as a raw string.
Default: false. When true, variables in the value are not expanded.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#raw GroupVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#raw GroupVariable#raw}
---
@@ -1198,7 +1198,7 @@ public string VariableType { get; set; }
The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
---
diff --git a/docs/groupVariable.go.md b/docs/groupVariable.go.md
index b84b4ba56..92f7f8a09 100644
--- a/docs/groupVariable.go.md
+++ b/docs/groupVariable.go.md
@@ -4,7 +4,7 @@
### GroupVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable gitlab_group_variable}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the GroupVariable to import.
The id of the existing GroupVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#import import section} in the documentation of this resource for the id to use
---
@@ -975,7 +975,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/groupvariable"
| Value
| *string
| The value of the variable. |
| Description
| *string
| The description of the variable. |
| EnvironmentScope
| *string
| The environment scope of the variable. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#id GroupVariable#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#id GroupVariable#id}. |
| Masked
| interface{}
| If set to `true`, the value of the variable will be hidden in job logs. |
| Protected
| interface{}
| If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. |
| Raw
| interface{}
| Whether the variable is treated as a raw string. |
@@ -1063,7 +1063,7 @@ Group *string
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#group GroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#group GroupVariable#group}
---
@@ -1077,7 +1077,7 @@ Key *string
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#key GroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#key GroupVariable#key}
---
@@ -1091,7 +1091,7 @@ Value *string
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#value GroupVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#value GroupVariable#value}
---
@@ -1105,7 +1105,7 @@ Description *string
The description of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#description GroupVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#description GroupVariable#description}
---
@@ -1121,7 +1121,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
---
@@ -1133,7 +1133,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#id GroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#id GroupVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1152,7 +1152,7 @@ If set to `true`, the value of the variable will be hidden in job logs.
The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#masked GroupVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#masked GroupVariable#masked}
---
@@ -1168,7 +1168,7 @@ If set to `true`, the variable will be passed only to pipelines running on prote
Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#protected GroupVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#protected GroupVariable#protected}
---
@@ -1184,7 +1184,7 @@ Whether the variable is treated as a raw string.
Default: false. When true, variables in the value are not expanded.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#raw GroupVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#raw GroupVariable#raw}
---
@@ -1198,7 +1198,7 @@ VariableType *string
The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
---
diff --git a/docs/groupVariable.java.md b/docs/groupVariable.java.md
index 23ceb53f1..070e12a7f 100644
--- a/docs/groupVariable.java.md
+++ b/docs/groupVariable.java.md
@@ -4,7 +4,7 @@
### GroupVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable gitlab_group_variable}.
#### Initializers
@@ -55,7 +55,7 @@ GroupVariable.Builder.create(Construct scope, java.lang.String id)
| value
| java.lang.String
| The value of the variable. |
| description
| java.lang.String
| The description of the variable. |
| environmentScope
| java.lang.String
| The environment scope of the variable. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#id GroupVariable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#id GroupVariable#id}. |
| masked
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If set to `true`, the value of the variable will be hidden in job logs. |
| protected
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. |
| raw
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the variable is treated as a raw string. |
@@ -129,7 +129,7 @@ Must be unique amongst siblings in the same scope
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#group GroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#group GroupVariable#group}
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#key GroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#key GroupVariable#key}
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#value GroupVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#value GroupVariable#value}
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The description of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#description GroupVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#description GroupVariable#description}
---
@@ -171,7 +171,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
---
@@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#id GroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#id GroupVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -194,7 +194,7 @@ If set to `true`, the value of the variable will be hidden in job logs.
The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#masked GroupVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#masked GroupVariable#masked}
---
@@ -206,7 +206,7 @@ If set to `true`, the variable will be passed only to pipelines running on prote
Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#protected GroupVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#protected GroupVariable#protected}
---
@@ -218,7 +218,7 @@ Whether the variable is treated as a raw string.
Default: false. When true, variables in the value are not expanded.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#raw GroupVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#raw GroupVariable#raw}
---
@@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
---
@@ -704,7 +704,7 @@ The construct id used in the generated config for the GroupVariable to import.
The id of the existing GroupVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#import import section} in the documentation of this resource for the id to use
---
@@ -1170,7 +1170,7 @@ GroupVariableConfig.builder()
| value
| java.lang.String
| The value of the variable. |
| description
| java.lang.String
| The description of the variable. |
| environmentScope
| java.lang.String
| The environment scope of the variable. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#id GroupVariable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#id GroupVariable#id}. |
| masked
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If set to `true`, the value of the variable will be hidden in job logs. |
| protected
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. |
| raw
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the variable is treated as a raw string. |
@@ -1258,7 +1258,7 @@ public java.lang.String getGroup();
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#group GroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#group GroupVariable#group}
---
@@ -1272,7 +1272,7 @@ public java.lang.String getKey();
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#key GroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#key GroupVariable#key}
---
@@ -1286,7 +1286,7 @@ public java.lang.String getValue();
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#value GroupVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#value GroupVariable#value}
---
@@ -1300,7 +1300,7 @@ public java.lang.String getDescription();
The description of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#description GroupVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#description GroupVariable#description}
---
@@ -1316,7 +1316,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
---
@@ -1328,7 +1328,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#id GroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#id GroupVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1347,7 +1347,7 @@ If set to `true`, the value of the variable will be hidden in job logs.
The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#masked GroupVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#masked GroupVariable#masked}
---
@@ -1363,7 +1363,7 @@ If set to `true`, the variable will be passed only to pipelines running on prote
Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#protected GroupVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#protected GroupVariable#protected}
---
@@ -1379,7 +1379,7 @@ Whether the variable is treated as a raw string.
Default: false. When true, variables in the value are not expanded.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#raw GroupVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#raw GroupVariable#raw}
---
@@ -1393,7 +1393,7 @@ public java.lang.String getVariableType();
The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
---
diff --git a/docs/groupVariable.python.md b/docs/groupVariable.python.md
index 7e2f73425..e163e445f 100644
--- a/docs/groupVariable.python.md
+++ b/docs/groupVariable.python.md
@@ -4,7 +4,7 @@
### GroupVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable gitlab_group_variable}.
#### Initializers
@@ -50,7 +50,7 @@ groupVariable.GroupVariable(
| value
| str
| The value of the variable. |
| description
| str
| The description of the variable. |
| environment_scope
| str
| The environment scope of the variable. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#id GroupVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#id GroupVariable#id}. |
| masked
| typing.Union[bool, cdktf.IResolvable]
| If set to `true`, the value of the variable will be hidden in job logs. |
| protected
| typing.Union[bool, cdktf.IResolvable]
| If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. |
| raw
| typing.Union[bool, cdktf.IResolvable]
| Whether the variable is treated as a raw string. |
@@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#group GroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#group GroupVariable#group}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#key GroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#key GroupVariable#key}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#value GroupVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#value GroupVariable#value}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The description of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#description GroupVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#description GroupVariable#description}
---
@@ -166,7 +166,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#id GroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#id GroupVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -189,7 +189,7 @@ If set to `true`, the value of the variable will be hidden in job logs.
The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#masked GroupVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#masked GroupVariable#masked}
---
@@ -201,7 +201,7 @@ If set to `true`, the variable will be passed only to pipelines running on prote
Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#protected GroupVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#protected GroupVariable#protected}
---
@@ -213,7 +213,7 @@ Whether the variable is treated as a raw string.
Default: false. When true, variables in the value are not expanded.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#raw GroupVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#raw GroupVariable#raw}
---
@@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
---
@@ -745,7 +745,7 @@ The construct id used in the generated config for the GroupVariable to import.
The id of the existing GroupVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#import import section} in the documentation of this resource for the id to use
---
@@ -1204,7 +1204,7 @@ groupVariable.GroupVariableConfig(
| value
| str
| The value of the variable. |
| description
| str
| The description of the variable. |
| environment_scope
| str
| The environment scope of the variable. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#id GroupVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#id GroupVariable#id}. |
| masked
| typing.Union[bool, cdktf.IResolvable]
| If set to `true`, the value of the variable will be hidden in job logs. |
| protected
| typing.Union[bool, cdktf.IResolvable]
| If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. |
| raw
| typing.Union[bool, cdktf.IResolvable]
| Whether the variable is treated as a raw string. |
@@ -1292,7 +1292,7 @@ group: str
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#group GroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#group GroupVariable#group}
---
@@ -1306,7 +1306,7 @@ key: str
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#key GroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#key GroupVariable#key}
---
@@ -1320,7 +1320,7 @@ value: str
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#value GroupVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#value GroupVariable#value}
---
@@ -1334,7 +1334,7 @@ description: str
The description of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#description GroupVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#description GroupVariable#description}
---
@@ -1350,7 +1350,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
---
@@ -1362,7 +1362,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#id GroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#id GroupVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1381,7 +1381,7 @@ If set to `true`, the value of the variable will be hidden in job logs.
The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#masked GroupVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#masked GroupVariable#masked}
---
@@ -1397,7 +1397,7 @@ If set to `true`, the variable will be passed only to pipelines running on prote
Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#protected GroupVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#protected GroupVariable#protected}
---
@@ -1413,7 +1413,7 @@ Whether the variable is treated as a raw string.
Default: false. When true, variables in the value are not expanded.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#raw GroupVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#raw GroupVariable#raw}
---
@@ -1427,7 +1427,7 @@ variable_type: str
The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
---
diff --git a/docs/groupVariable.typescript.md b/docs/groupVariable.typescript.md
index 8e8665512..4e515002d 100644
--- a/docs/groupVariable.typescript.md
+++ b/docs/groupVariable.typescript.md
@@ -4,7 +4,7 @@
### GroupVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable gitlab_group_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable gitlab_group_variable}.
#### Initializers
@@ -516,7 +516,7 @@ The construct id used in the generated config for the GroupVariable to import.
The id of the existing GroupVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#import import section} in the documentation of this resource for the id to use
---
@@ -957,7 +957,7 @@ const groupVariableConfig: groupVariable.GroupVariableConfig = { ... }
| value
| string
| The value of the variable. |
| description
| string
| The description of the variable. |
| environmentScope
| string
| The environment scope of the variable. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#id GroupVariable#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#id GroupVariable#id}. |
| masked
| boolean \| cdktf.IResolvable
| If set to `true`, the value of the variable will be hidden in job logs. |
| protected
| boolean \| cdktf.IResolvable
| If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. |
| raw
| boolean \| cdktf.IResolvable
| Whether the variable is treated as a raw string. |
@@ -1045,7 +1045,7 @@ public readonly group: string;
The name or id of the group.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#group GroupVariable#group}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#group GroupVariable#group}
---
@@ -1059,7 +1059,7 @@ public readonly key: string;
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#key GroupVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#key GroupVariable#key}
---
@@ -1073,7 +1073,7 @@ public readonly value: string;
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#value GroupVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#value GroupVariable#value}
---
@@ -1087,7 +1087,7 @@ public readonly description: string;
The description of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#description GroupVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#description GroupVariable#description}
---
@@ -1103,7 +1103,7 @@ The environment scope of the variable.
Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#environment_scope GroupVariable#environment_scope}
---
@@ -1115,7 +1115,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#id GroupVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#id GroupVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1134,7 +1134,7 @@ If set to `true`, the value of the variable will be hidden in job logs.
The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#masked GroupVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#masked GroupVariable#masked}
---
@@ -1150,7 +1150,7 @@ If set to `true`, the variable will be passed only to pipelines running on prote
Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#protected GroupVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#protected GroupVariable#protected}
---
@@ -1166,7 +1166,7 @@ Whether the variable is treated as a raw string.
Default: false. When true, variables in the value are not expanded.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#raw GroupVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#raw GroupVariable#raw}
---
@@ -1180,7 +1180,7 @@ public readonly variableType: string;
The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/group_variable#variable_type GroupVariable#variable_type}
---
diff --git a/docs/instanceCluster.csharp.md b/docs/instanceCluster.csharp.md
index af84f91cc..2a93247bd 100644
--- a/docs/instanceCluster.csharp.md
+++ b/docs/instanceCluster.csharp.md
@@ -4,7 +4,7 @@
### InstanceCluster
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster gitlab_instance_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster gitlab_instance_cluster}.
#### Initializers
@@ -530,7 +530,7 @@ The construct id used in the generated config for the InstanceCluster to import.
The id of the existing InstanceCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1080,7 +1080,7 @@ new InstanceClusterConfig {
| Domain
| string
| The base domain of the cluster. |
| Enabled
| object
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| EnvironmentScope
| string
| The associated environment to the cluster. Defaults to `*`. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
| KubernetesAuthorizationType
| string
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| KubernetesCaCert
| string
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| KubernetesNamespace
| string
| The unique namespace related to the instance. |
@@ -1169,7 +1169,7 @@ public string KubernetesApiUrl { get; set; }
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_api_url InstanceCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_api_url InstanceCluster#kubernetes_api_url}
---
@@ -1183,7 +1183,7 @@ public string KubernetesToken { get; set; }
The token to authenticate against Kubernetes. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
---
@@ -1197,7 +1197,7 @@ public string Name { get; set; }
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#name InstanceCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#name InstanceCluster#name}
---
@@ -1211,7 +1211,7 @@ public string Domain { get; set; }
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
---
@@ -1225,7 +1225,7 @@ public object Enabled { get; set; }
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
---
@@ -1239,7 +1239,7 @@ public string EnvironmentScope { get; set; }
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
---
@@ -1251,7 +1251,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#id InstanceCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#id InstanceCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1268,7 +1268,7 @@ public string KubernetesAuthorizationType { get; set; }
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_authorization_type InstanceCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_authorization_type InstanceCluster#kubernetes_authorization_type}
---
@@ -1282,7 +1282,7 @@ public string KubernetesCaCert { get; set; }
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_ca_cert InstanceCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_ca_cert InstanceCluster#kubernetes_ca_cert}
---
@@ -1296,7 +1296,7 @@ public string KubernetesNamespace { get; set; }
The unique namespace related to the instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
---
@@ -1310,7 +1310,7 @@ public object Managed { get; set; }
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
---
@@ -1324,7 +1324,7 @@ public string ManagementProjectId { get; set; }
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
---
diff --git a/docs/instanceCluster.go.md b/docs/instanceCluster.go.md
index fa892a1d1..e7595e565 100644
--- a/docs/instanceCluster.go.md
+++ b/docs/instanceCluster.go.md
@@ -4,7 +4,7 @@
### InstanceCluster
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster gitlab_instance_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster gitlab_instance_cluster}.
#### Initializers
@@ -530,7 +530,7 @@ The construct id used in the generated config for the InstanceCluster to import.
The id of the existing InstanceCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1080,7 +1080,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/instancecluster"
| Domain
| *string
| The base domain of the cluster. |
| Enabled
| interface{}
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| EnvironmentScope
| *string
| The associated environment to the cluster. Defaults to `*`. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
| KubernetesAuthorizationType
| *string
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| KubernetesCaCert
| *string
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| KubernetesNamespace
| *string
| The unique namespace related to the instance. |
@@ -1169,7 +1169,7 @@ KubernetesApiUrl *string
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_api_url InstanceCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_api_url InstanceCluster#kubernetes_api_url}
---
@@ -1183,7 +1183,7 @@ KubernetesToken *string
The token to authenticate against Kubernetes. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
---
@@ -1197,7 +1197,7 @@ Name *string
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#name InstanceCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#name InstanceCluster#name}
---
@@ -1211,7 +1211,7 @@ Domain *string
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
---
@@ -1225,7 +1225,7 @@ Enabled interface{}
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
---
@@ -1239,7 +1239,7 @@ EnvironmentScope *string
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
---
@@ -1251,7 +1251,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#id InstanceCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#id InstanceCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1268,7 +1268,7 @@ KubernetesAuthorizationType *string
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_authorization_type InstanceCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_authorization_type InstanceCluster#kubernetes_authorization_type}
---
@@ -1282,7 +1282,7 @@ KubernetesCaCert *string
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_ca_cert InstanceCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_ca_cert InstanceCluster#kubernetes_ca_cert}
---
@@ -1296,7 +1296,7 @@ KubernetesNamespace *string
The unique namespace related to the instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
---
@@ -1310,7 +1310,7 @@ Managed interface{}
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
---
@@ -1324,7 +1324,7 @@ ManagementProjectId *string
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
---
diff --git a/docs/instanceCluster.java.md b/docs/instanceCluster.java.md
index 40105e84e..3f7c011d6 100644
--- a/docs/instanceCluster.java.md
+++ b/docs/instanceCluster.java.md
@@ -4,7 +4,7 @@
### InstanceCluster
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster gitlab_instance_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster gitlab_instance_cluster}.
#### Initializers
@@ -57,7 +57,7 @@ InstanceCluster.Builder.create(Construct scope, java.lang.String id)
| domain
| java.lang.String
| The base domain of the cluster. |
| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| environmentScope
| java.lang.String
| The associated environment to the cluster. Defaults to `*`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
| kubernetesAuthorizationType
| java.lang.String
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| kubernetesCaCert
| java.lang.String
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| kubernetesNamespace
| java.lang.String
| The unique namespace related to the instance. |
@@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_api_url InstanceCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_api_url InstanceCluster#kubernetes_api_url}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The token to authenticate against Kubernetes. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#name InstanceCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#name InstanceCluster#name}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
---
@@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#id InstanceCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#id InstanceCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -203,7 +203,7 @@ If you experience problems setting this value it might not be settable. Please t
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_authorization_type InstanceCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_authorization_type InstanceCluster#kubernetes_authorization_type}
---
@@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_ca_cert InstanceCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_ca_cert InstanceCluster#kubernetes_ca_cert}
---
@@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The unique namespace related to the instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
---
@@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
---
@@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
---
@@ -733,7 +733,7 @@ The construct id used in the generated config for the InstanceCluster to import.
The id of the existing InstanceCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1289,7 +1289,7 @@ InstanceClusterConfig.builder()
| domain
| java.lang.String
| The base domain of the cluster. |
| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| environmentScope
| java.lang.String
| The associated environment to the cluster. Defaults to `*`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
| kubernetesAuthorizationType
| java.lang.String
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| kubernetesCaCert
| java.lang.String
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| kubernetesNamespace
| java.lang.String
| The unique namespace related to the instance. |
@@ -1378,7 +1378,7 @@ public java.lang.String getKubernetesApiUrl();
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_api_url InstanceCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_api_url InstanceCluster#kubernetes_api_url}
---
@@ -1392,7 +1392,7 @@ public java.lang.String getKubernetesToken();
The token to authenticate against Kubernetes. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
---
@@ -1406,7 +1406,7 @@ public java.lang.String getName();
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#name InstanceCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#name InstanceCluster#name}
---
@@ -1420,7 +1420,7 @@ public java.lang.String getDomain();
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
---
@@ -1434,7 +1434,7 @@ public java.lang.Object getEnabled();
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
---
@@ -1448,7 +1448,7 @@ public java.lang.String getEnvironmentScope();
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
---
@@ -1460,7 +1460,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#id InstanceCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#id InstanceCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1477,7 +1477,7 @@ public java.lang.String getKubernetesAuthorizationType();
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_authorization_type InstanceCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_authorization_type InstanceCluster#kubernetes_authorization_type}
---
@@ -1491,7 +1491,7 @@ public java.lang.String getKubernetesCaCert();
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_ca_cert InstanceCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_ca_cert InstanceCluster#kubernetes_ca_cert}
---
@@ -1505,7 +1505,7 @@ public java.lang.String getKubernetesNamespace();
The unique namespace related to the instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
---
@@ -1519,7 +1519,7 @@ public java.lang.Object getManaged();
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
---
@@ -1533,7 +1533,7 @@ public java.lang.String getManagementProjectId();
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
---
diff --git a/docs/instanceCluster.python.md b/docs/instanceCluster.python.md
index b34738ea2..a417d5a46 100644
--- a/docs/instanceCluster.python.md
+++ b/docs/instanceCluster.python.md
@@ -4,7 +4,7 @@
### InstanceCluster
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster gitlab_instance_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster gitlab_instance_cluster}.
#### Initializers
@@ -53,7 +53,7 @@ instanceCluster.InstanceCluster(
| domain
| str
| The base domain of the cluster. |
| enabled
| typing.Union[bool, cdktf.IResolvable]
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| environment_scope
| str
| The associated environment to the cluster. Defaults to `*`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
| kubernetes_authorization_type
| str
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| kubernetes_ca_cert
| str
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| kubernetes_namespace
| str
| The unique namespace related to the instance. |
@@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_api_url InstanceCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_api_url InstanceCluster#kubernetes_api_url}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The token to authenticate against Kubernetes. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#name InstanceCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#name InstanceCluster#name}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
---
@@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
---
@@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#id InstanceCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#id InstanceCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -199,7 +199,7 @@ If you experience problems setting this value it might not be settable. Please t
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_authorization_type InstanceCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_authorization_type InstanceCluster#kubernetes_authorization_type}
---
@@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_ca_cert InstanceCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_ca_cert InstanceCluster#kubernetes_ca_cert}
---
@@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The unique namespace related to the instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
---
@@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
---
@@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
---
@@ -775,7 +775,7 @@ The construct id used in the generated config for the InstanceCluster to import.
The id of the existing InstanceCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1325,7 +1325,7 @@ instanceCluster.InstanceClusterConfig(
| domain
| str
| The base domain of the cluster. |
| enabled
| typing.Union[bool, cdktf.IResolvable]
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| environment_scope
| str
| The associated environment to the cluster. Defaults to `*`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
| kubernetes_authorization_type
| str
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| kubernetes_ca_cert
| str
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| kubernetes_namespace
| str
| The unique namespace related to the instance. |
@@ -1414,7 +1414,7 @@ kubernetes_api_url: str
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_api_url InstanceCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_api_url InstanceCluster#kubernetes_api_url}
---
@@ -1428,7 +1428,7 @@ kubernetes_token: str
The token to authenticate against Kubernetes. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
---
@@ -1442,7 +1442,7 @@ name: str
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#name InstanceCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#name InstanceCluster#name}
---
@@ -1456,7 +1456,7 @@ domain: str
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
---
@@ -1470,7 +1470,7 @@ enabled: typing.Union[bool, IResolvable]
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
---
@@ -1484,7 +1484,7 @@ environment_scope: str
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
---
@@ -1496,7 +1496,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#id InstanceCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#id InstanceCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1513,7 +1513,7 @@ kubernetes_authorization_type: str
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_authorization_type InstanceCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_authorization_type InstanceCluster#kubernetes_authorization_type}
---
@@ -1527,7 +1527,7 @@ kubernetes_ca_cert: str
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_ca_cert InstanceCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_ca_cert InstanceCluster#kubernetes_ca_cert}
---
@@ -1541,7 +1541,7 @@ kubernetes_namespace: str
The unique namespace related to the instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
---
@@ -1555,7 +1555,7 @@ managed: typing.Union[bool, IResolvable]
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
---
@@ -1569,7 +1569,7 @@ management_project_id: str
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
---
diff --git a/docs/instanceCluster.typescript.md b/docs/instanceCluster.typescript.md
index 0fcc599f9..254d9aec2 100644
--- a/docs/instanceCluster.typescript.md
+++ b/docs/instanceCluster.typescript.md
@@ -4,7 +4,7 @@
### InstanceCluster
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster gitlab_instance_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster gitlab_instance_cluster}.
#### Initializers
@@ -530,7 +530,7 @@ The construct id used in the generated config for the InstanceCluster to import.
The id of the existing InstanceCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1060,7 +1060,7 @@ const instanceClusterConfig: instanceCluster.InstanceClusterConfig = { ... }
| domain
| string
| The base domain of the cluster. |
| enabled
| boolean \| cdktf.IResolvable
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| environmentScope
| string
| The associated environment to the cluster. Defaults to `*`. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#id InstanceCluster#id}. |
| kubernetesAuthorizationType
| string
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| kubernetesCaCert
| string
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| kubernetesNamespace
| string
| The unique namespace related to the instance. |
@@ -1149,7 +1149,7 @@ public readonly kubernetesApiUrl: string;
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_api_url InstanceCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_api_url InstanceCluster#kubernetes_api_url}
---
@@ -1163,7 +1163,7 @@ public readonly kubernetesToken: string;
The token to authenticate against Kubernetes. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_token InstanceCluster#kubernetes_token}
---
@@ -1177,7 +1177,7 @@ public readonly name: string;
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#name InstanceCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#name InstanceCluster#name}
---
@@ -1191,7 +1191,7 @@ public readonly domain: string;
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#domain InstanceCluster#domain}
---
@@ -1205,7 +1205,7 @@ public readonly enabled: boolean | IResolvable;
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#enabled InstanceCluster#enabled}
---
@@ -1219,7 +1219,7 @@ public readonly environmentScope: string;
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#environment_scope InstanceCluster#environment_scope}
---
@@ -1231,7 +1231,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#id InstanceCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#id InstanceCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1248,7 +1248,7 @@ public readonly kubernetesAuthorizationType: string;
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_authorization_type InstanceCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_authorization_type InstanceCluster#kubernetes_authorization_type}
---
@@ -1262,7 +1262,7 @@ public readonly kubernetesCaCert: string;
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_ca_cert InstanceCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_ca_cert InstanceCluster#kubernetes_ca_cert}
---
@@ -1276,7 +1276,7 @@ public readonly kubernetesNamespace: string;
The unique namespace related to the instance.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#kubernetes_namespace InstanceCluster#kubernetes_namespace}
---
@@ -1290,7 +1290,7 @@ public readonly managed: boolean | IResolvable;
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#managed InstanceCluster#managed}
---
@@ -1304,7 +1304,7 @@ public readonly managementProjectId: string;
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_cluster#management_project_id InstanceCluster#management_project_id}
---
diff --git a/docs/instanceVariable.csharp.md b/docs/instanceVariable.csharp.md
index 61be392a5..50b887520 100644
--- a/docs/instanceVariable.csharp.md
+++ b/docs/instanceVariable.csharp.md
@@ -4,7 +4,7 @@
### InstanceVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable gitlab_instance_variable}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the InstanceVariable to import
The id of the existing InstanceVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#import import section} in the documentation of this resource for the id to use
---
@@ -920,7 +920,7 @@ new InstanceVariableConfig {
| Key
| string
| The name of the variable. |
| Value
| string
| The value of the variable. |
| Description
| string
| The description of the variable. Maximum of 255 characters. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#id InstanceVariable#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#id InstanceVariable#id}. |
| Masked
| object
| If set to `true`, the value of the variable will be hidden in job logs. |
| Protected
| object
| If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. |
| Raw
| object
| Whether the variable is treated as a raw string. |
@@ -1008,7 +1008,7 @@ public string Key { get; set; }
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#key InstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#key InstanceVariable#key}
---
@@ -1022,7 +1022,7 @@ public string Value { get; set; }
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#value InstanceVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#value InstanceVariable#value}
---
@@ -1036,7 +1036,7 @@ public string Description { get; set; }
The description of the variable. Maximum of 255 characters.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#description InstanceVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#description InstanceVariable#description}
---
@@ -1048,7 +1048,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#id InstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#id InstanceVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1067,7 +1067,7 @@ If set to `true`, the value of the variable will be hidden in job logs.
The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#masked InstanceVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#masked InstanceVariable#masked}
---
@@ -1083,7 +1083,7 @@ If set to `true`, the variable will be passed only to pipelines running on prote
Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#protected InstanceVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#protected InstanceVariable#protected}
---
@@ -1099,7 +1099,7 @@ Whether the variable is treated as a raw string.
Default: false. When true, variables in the value are not expanded.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#raw InstanceVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#raw InstanceVariable#raw}
---
@@ -1113,7 +1113,7 @@ public string VariableType { get; set; }
The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
---
diff --git a/docs/instanceVariable.go.md b/docs/instanceVariable.go.md
index e8428098f..83abb0fc3 100644
--- a/docs/instanceVariable.go.md
+++ b/docs/instanceVariable.go.md
@@ -4,7 +4,7 @@
### InstanceVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable gitlab_instance_variable}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the InstanceVariable to import
The id of the existing InstanceVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#import import section} in the documentation of this resource for the id to use
---
@@ -920,7 +920,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/instancevariable"
| Key
| *string
| The name of the variable. |
| Value
| *string
| The value of the variable. |
| Description
| *string
| The description of the variable. Maximum of 255 characters. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#id InstanceVariable#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#id InstanceVariable#id}. |
| Masked
| interface{}
| If set to `true`, the value of the variable will be hidden in job logs. |
| Protected
| interface{}
| If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. |
| Raw
| interface{}
| Whether the variable is treated as a raw string. |
@@ -1008,7 +1008,7 @@ Key *string
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#key InstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#key InstanceVariable#key}
---
@@ -1022,7 +1022,7 @@ Value *string
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#value InstanceVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#value InstanceVariable#value}
---
@@ -1036,7 +1036,7 @@ Description *string
The description of the variable. Maximum of 255 characters.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#description InstanceVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#description InstanceVariable#description}
---
@@ -1048,7 +1048,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#id InstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#id InstanceVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1067,7 +1067,7 @@ If set to `true`, the value of the variable will be hidden in job logs.
The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#masked InstanceVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#masked InstanceVariable#masked}
---
@@ -1083,7 +1083,7 @@ If set to `true`, the variable will be passed only to pipelines running on prote
Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#protected InstanceVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#protected InstanceVariable#protected}
---
@@ -1099,7 +1099,7 @@ Whether the variable is treated as a raw string.
Default: false. When true, variables in the value are not expanded.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#raw InstanceVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#raw InstanceVariable#raw}
---
@@ -1113,7 +1113,7 @@ VariableType *string
The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
---
diff --git a/docs/instanceVariable.java.md b/docs/instanceVariable.java.md
index bc6e5c402..799ef66d5 100644
--- a/docs/instanceVariable.java.md
+++ b/docs/instanceVariable.java.md
@@ -4,7 +4,7 @@
### InstanceVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable gitlab_instance_variable}.
#### Initializers
@@ -51,7 +51,7 @@ InstanceVariable.Builder.create(Construct scope, java.lang.String id)
| key
| java.lang.String
| The name of the variable. |
| value
| java.lang.String
| The value of the variable. |
| description
| java.lang.String
| The description of the variable. Maximum of 255 characters. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#id InstanceVariable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#id InstanceVariable#id}. |
| masked
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If set to `true`, the value of the variable will be hidden in job logs. |
| protected
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. |
| raw
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the variable is treated as a raw string. |
@@ -125,7 +125,7 @@ Must be unique amongst siblings in the same scope
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#key InstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#key InstanceVariable#key}
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#value InstanceVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#value InstanceVariable#value}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The description of the variable. Maximum of 255 characters.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#description InstanceVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#description InstanceVariable#description}
---
@@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#id InstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#id InstanceVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -168,7 +168,7 @@ If set to `true`, the value of the variable will be hidden in job logs.
The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#masked InstanceVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#masked InstanceVariable#masked}
---
@@ -180,7 +180,7 @@ If set to `true`, the variable will be passed only to pipelines running on prote
Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#protected InstanceVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#protected InstanceVariable#protected}
---
@@ -192,7 +192,7 @@ Whether the variable is treated as a raw string.
Default: false. When true, variables in the value are not expanded.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#raw InstanceVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#raw InstanceVariable#raw}
---
@@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
---
@@ -671,7 +671,7 @@ The construct id used in the generated config for the InstanceVariable to import
The id of the existing InstanceVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#import import section} in the documentation of this resource for the id to use
---
@@ -1089,7 +1089,7 @@ InstanceVariableConfig.builder()
| key
| java.lang.String
| The name of the variable. |
| value
| java.lang.String
| The value of the variable. |
| description
| java.lang.String
| The description of the variable. Maximum of 255 characters. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#id InstanceVariable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#id InstanceVariable#id}. |
| masked
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If set to `true`, the value of the variable will be hidden in job logs. |
| protected
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. |
| raw
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the variable is treated as a raw string. |
@@ -1177,7 +1177,7 @@ public java.lang.String getKey();
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#key InstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#key InstanceVariable#key}
---
@@ -1191,7 +1191,7 @@ public java.lang.String getValue();
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#value InstanceVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#value InstanceVariable#value}
---
@@ -1205,7 +1205,7 @@ public java.lang.String getDescription();
The description of the variable. Maximum of 255 characters.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#description InstanceVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#description InstanceVariable#description}
---
@@ -1217,7 +1217,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#id InstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#id InstanceVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1236,7 +1236,7 @@ If set to `true`, the value of the variable will be hidden in job logs.
The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#masked InstanceVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#masked InstanceVariable#masked}
---
@@ -1252,7 +1252,7 @@ If set to `true`, the variable will be passed only to pipelines running on prote
Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#protected InstanceVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#protected InstanceVariable#protected}
---
@@ -1268,7 +1268,7 @@ Whether the variable is treated as a raw string.
Default: false. When true, variables in the value are not expanded.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#raw InstanceVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#raw InstanceVariable#raw}
---
@@ -1282,7 +1282,7 @@ public java.lang.String getVariableType();
The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
---
diff --git a/docs/instanceVariable.python.md b/docs/instanceVariable.python.md
index 11c8622fa..968136096 100644
--- a/docs/instanceVariable.python.md
+++ b/docs/instanceVariable.python.md
@@ -4,7 +4,7 @@
### InstanceVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable gitlab_instance_variable}.
#### Initializers
@@ -46,7 +46,7 @@ instanceVariable.InstanceVariable(
| key
| str
| The name of the variable. |
| value
| str
| The value of the variable. |
| description
| str
| The description of the variable. Maximum of 255 characters. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#id InstanceVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#id InstanceVariable#id}. |
| masked
| typing.Union[bool, cdktf.IResolvable]
| If set to `true`, the value of the variable will be hidden in job logs. |
| protected
| typing.Union[bool, cdktf.IResolvable]
| If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. |
| raw
| typing.Union[bool, cdktf.IResolvable]
| Whether the variable is treated as a raw string. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#key InstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#key InstanceVariable#key}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#value InstanceVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#value InstanceVariable#value}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The description of the variable. Maximum of 255 characters.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#description InstanceVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#description InstanceVariable#description}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#id InstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#id InstanceVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -163,7 +163,7 @@ If set to `true`, the value of the variable will be hidden in job logs.
The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#masked InstanceVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#masked InstanceVariable#masked}
---
@@ -175,7 +175,7 @@ If set to `true`, the variable will be passed only to pipelines running on prote
Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#protected InstanceVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#protected InstanceVariable#protected}
---
@@ -187,7 +187,7 @@ Whether the variable is treated as a raw string.
Default: false. When true, variables in the value are not expanded.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#raw InstanceVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#raw InstanceVariable#raw}
---
@@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
---
@@ -712,7 +712,7 @@ The construct id used in the generated config for the InstanceVariable to import
The id of the existing InstanceVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#import import section} in the documentation of this resource for the id to use
---
@@ -1123,7 +1123,7 @@ instanceVariable.InstanceVariableConfig(
| key
| str
| The name of the variable. |
| value
| str
| The value of the variable. |
| description
| str
| The description of the variable. Maximum of 255 characters. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#id InstanceVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#id InstanceVariable#id}. |
| masked
| typing.Union[bool, cdktf.IResolvable]
| If set to `true`, the value of the variable will be hidden in job logs. |
| protected
| typing.Union[bool, cdktf.IResolvable]
| If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. |
| raw
| typing.Union[bool, cdktf.IResolvable]
| Whether the variable is treated as a raw string. |
@@ -1211,7 +1211,7 @@ key: str
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#key InstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#key InstanceVariable#key}
---
@@ -1225,7 +1225,7 @@ value: str
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#value InstanceVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#value InstanceVariable#value}
---
@@ -1239,7 +1239,7 @@ description: str
The description of the variable. Maximum of 255 characters.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#description InstanceVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#description InstanceVariable#description}
---
@@ -1251,7 +1251,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#id InstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#id InstanceVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1270,7 +1270,7 @@ If set to `true`, the value of the variable will be hidden in job logs.
The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#masked InstanceVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#masked InstanceVariable#masked}
---
@@ -1286,7 +1286,7 @@ If set to `true`, the variable will be passed only to pipelines running on prote
Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#protected InstanceVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#protected InstanceVariable#protected}
---
@@ -1302,7 +1302,7 @@ Whether the variable is treated as a raw string.
Default: false. When true, variables in the value are not expanded.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#raw InstanceVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#raw InstanceVariable#raw}
---
@@ -1316,7 +1316,7 @@ variable_type: str
The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
---
diff --git a/docs/instanceVariable.typescript.md b/docs/instanceVariable.typescript.md
index f965132ba..03dbfa64f 100644
--- a/docs/instanceVariable.typescript.md
+++ b/docs/instanceVariable.typescript.md
@@ -4,7 +4,7 @@
### InstanceVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable gitlab_instance_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable gitlab_instance_variable}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the InstanceVariable to import
The id of the existing InstanceVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#import import section} in the documentation of this resource for the id to use
---
@@ -904,7 +904,7 @@ const instanceVariableConfig: instanceVariable.InstanceVariableConfig = { ... }
| key
| string
| The name of the variable. |
| value
| string
| The value of the variable. |
| description
| string
| The description of the variable. Maximum of 255 characters. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#id InstanceVariable#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#id InstanceVariable#id}. |
| masked
| boolean \| cdktf.IResolvable
| If set to `true`, the value of the variable will be hidden in job logs. |
| protected
| boolean \| cdktf.IResolvable
| If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. |
| raw
| boolean \| cdktf.IResolvable
| Whether the variable is treated as a raw string. |
@@ -992,7 +992,7 @@ public readonly key: string;
The name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#key InstanceVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#key InstanceVariable#key}
---
@@ -1006,7 +1006,7 @@ public readonly value: string;
The value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#value InstanceVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#value InstanceVariable#value}
---
@@ -1020,7 +1020,7 @@ public readonly description: string;
The description of the variable. Maximum of 255 characters.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#description InstanceVariable#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#description InstanceVariable#description}
---
@@ -1032,7 +1032,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#id InstanceVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#id InstanceVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1051,7 +1051,7 @@ If set to `true`, the value of the variable will be hidden in job logs.
The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#masked InstanceVariable#masked}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#masked InstanceVariable#masked}
---
@@ -1067,7 +1067,7 @@ If set to `true`, the variable will be passed only to pipelines running on prote
Defaults to `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#protected InstanceVariable#protected}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#protected InstanceVariable#protected}
---
@@ -1083,7 +1083,7 @@ Whether the variable is treated as a raw string.
Default: false. When true, variables in the value are not expanded.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#raw InstanceVariable#raw}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#raw InstanceVariable#raw}
---
@@ -1097,7 +1097,7 @@ public readonly variableType: string;
The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/instance_variable#variable_type InstanceVariable#variable_type}
---
diff --git a/docs/integrationCustomIssueTracker.csharp.md b/docs/integrationCustomIssueTracker.csharp.md
index de9a52daf..553cabce4 100644
--- a/docs/integrationCustomIssueTracker.csharp.md
+++ b/docs/integrationCustomIssueTracker.csharp.md
@@ -4,7 +4,7 @@
### IntegrationCustomIssueTracker
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the IntegrationCustomIssueTrac
The id of the existing IntegrationCustomIssueTracker that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#import import section} in the documentation of this resource for the id to use
---
@@ -901,7 +901,7 @@ public string IssuesUrl { get; set; }
The URL to view an issue in the external issue tracker. Must contain :id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#issues_url IntegrationCustomIssueTracker#issues_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#issues_url IntegrationCustomIssueTracker#issues_url}
---
@@ -915,7 +915,7 @@ public string Project { get; set; }
The ID or full path of the project for the custom issue tracker.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
---
@@ -929,7 +929,7 @@ public string ProjectUrl { get; set; }
The URL to the project in the external issue tracker.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
---
diff --git a/docs/integrationCustomIssueTracker.go.md b/docs/integrationCustomIssueTracker.go.md
index 9084a1055..60a30b9c8 100644
--- a/docs/integrationCustomIssueTracker.go.md
+++ b/docs/integrationCustomIssueTracker.go.md
@@ -4,7 +4,7 @@
### IntegrationCustomIssueTracker
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the IntegrationCustomIssueTrac
The id of the existing IntegrationCustomIssueTracker that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#import import section} in the documentation of this resource for the id to use
---
@@ -901,7 +901,7 @@ IssuesUrl *string
The URL to view an issue in the external issue tracker. Must contain :id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#issues_url IntegrationCustomIssueTracker#issues_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#issues_url IntegrationCustomIssueTracker#issues_url}
---
@@ -915,7 +915,7 @@ Project *string
The ID or full path of the project for the custom issue tracker.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
---
@@ -929,7 +929,7 @@ ProjectUrl *string
The URL to the project in the external issue tracker.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
---
diff --git a/docs/integrationCustomIssueTracker.java.md b/docs/integrationCustomIssueTracker.java.md
index 949145cf6..9932decd0 100644
--- a/docs/integrationCustomIssueTracker.java.md
+++ b/docs/integrationCustomIssueTracker.java.md
@@ -4,7 +4,7 @@
### IntegrationCustomIssueTracker
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The URL to view an issue in the external issue tracker. Must contain :id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#issues_url IntegrationCustomIssueTracker#issues_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#issues_url IntegrationCustomIssueTracker#issues_url}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or full path of the project for the custom issue tracker.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL to the project in the external issue tracker.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
---
@@ -559,7 +559,7 @@ The construct id used in the generated config for the IntegrationCustomIssueTrac
The id of the existing IntegrationCustomIssueTracker that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#import import section} in the documentation of this resource for the id to use
---
@@ -997,7 +997,7 @@ public java.lang.String getIssuesUrl();
The URL to view an issue in the external issue tracker. Must contain :id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#issues_url IntegrationCustomIssueTracker#issues_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#issues_url IntegrationCustomIssueTracker#issues_url}
---
@@ -1011,7 +1011,7 @@ public java.lang.String getProject();
The ID or full path of the project for the custom issue tracker.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
---
@@ -1025,7 +1025,7 @@ public java.lang.String getProjectUrl();
The URL to the project in the external issue tracker.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
---
diff --git a/docs/integrationCustomIssueTracker.python.md b/docs/integrationCustomIssueTracker.python.md
index aa60032d0..6735e1d93 100644
--- a/docs/integrationCustomIssueTracker.python.md
+++ b/docs/integrationCustomIssueTracker.python.md
@@ -4,7 +4,7 @@
### IntegrationCustomIssueTracker
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The URL to view an issue in the external issue tracker. Must contain :id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#issues_url IntegrationCustomIssueTracker#issues_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#issues_url IntegrationCustomIssueTracker#issues_url}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or full path of the project for the custom issue tracker.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL to the project in the external issue tracker.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
---
@@ -603,7 +603,7 @@ The construct id used in the generated config for the IntegrationCustomIssueTrac
The id of the existing IntegrationCustomIssueTracker that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#import import section} in the documentation of this resource for the id to use
---
@@ -1037,7 +1037,7 @@ issues_url: str
The URL to view an issue in the external issue tracker. Must contain :id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#issues_url IntegrationCustomIssueTracker#issues_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#issues_url IntegrationCustomIssueTracker#issues_url}
---
@@ -1051,7 +1051,7 @@ project: str
The ID or full path of the project for the custom issue tracker.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
---
@@ -1065,7 +1065,7 @@ project_url: str
The URL to the project in the external issue tracker.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
---
diff --git a/docs/integrationCustomIssueTracker.typescript.md b/docs/integrationCustomIssueTracker.typescript.md
index adf8c0405..b663afa7c 100644
--- a/docs/integrationCustomIssueTracker.typescript.md
+++ b/docs/integrationCustomIssueTracker.typescript.md
@@ -4,7 +4,7 @@
### IntegrationCustomIssueTracker
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker gitlab_integration_custom_issue_tracker}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the IntegrationCustomIssueTrac
The id of the existing IntegrationCustomIssueTracker that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#import import section} in the documentation of this resource for the id to use
---
@@ -890,7 +890,7 @@ public readonly issuesUrl: string;
The URL to view an issue in the external issue tracker. Must contain :id.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#issues_url IntegrationCustomIssueTracker#issues_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#issues_url IntegrationCustomIssueTracker#issues_url}
---
@@ -904,7 +904,7 @@ public readonly project: string;
The ID or full path of the project for the custom issue tracker.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#project IntegrationCustomIssueTracker#project}
---
@@ -918,7 +918,7 @@ public readonly projectUrl: string;
The URL to the project in the external issue tracker.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_custom_issue_tracker#project_url IntegrationCustomIssueTracker#project_url}
---
diff --git a/docs/integrationEmailsOnPush.csharp.md b/docs/integrationEmailsOnPush.csharp.md
index 26b6d6c6a..5b35cd864 100644
--- a/docs/integrationEmailsOnPush.csharp.md
+++ b/docs/integrationEmailsOnPush.csharp.md
@@ -4,7 +4,7 @@
### IntegrationEmailsOnPush
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the IntegrationEmailsOnPush to
The id of the existing IntegrationEmailsOnPush that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#import import section} in the documentation of this resource for the id to use
---
@@ -976,7 +976,7 @@ new IntegrationEmailsOnPushConfig {
| Recipients
| string
| Emails separated by whitespace. |
| BranchesToBeNotified
| string
| Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes. |
| DisableDiffs
| object
| Disable code diffs. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}. |
| PushEvents
| object
| Enable notifications for push events. |
| SendFromCommitterEmail
| object
| Send from committer. |
| TagPushEvents
| object
| Enable notifications for tag push events. |
@@ -1063,7 +1063,7 @@ public string Project { get; set; }
ID or full-path of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
---
@@ -1077,7 +1077,7 @@ public string Recipients { get; set; }
Emails separated by whitespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
---
@@ -1091,7 +1091,7 @@ public string BranchesToBeNotified { get; set; }
Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#branches_to_be_notified IntegrationEmailsOnPush#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#branches_to_be_notified IntegrationEmailsOnPush#branches_to_be_notified}
---
@@ -1105,7 +1105,7 @@ public object DisableDiffs { get; set; }
Disable code diffs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#disable_diffs IntegrationEmailsOnPush#disable_diffs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#disable_diffs IntegrationEmailsOnPush#disable_diffs}
---
@@ -1117,7 +1117,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1134,7 +1134,7 @@ public object PushEvents { get; set; }
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#push_events IntegrationEmailsOnPush#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#push_events IntegrationEmailsOnPush#push_events}
---
@@ -1148,7 +1148,7 @@ public object SendFromCommitterEmail { get; set; }
Send from committer.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#send_from_committer_email IntegrationEmailsOnPush#send_from_committer_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#send_from_committer_email IntegrationEmailsOnPush#send_from_committer_email}
---
@@ -1162,7 +1162,7 @@ public object TagPushEvents { get; set; }
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#tag_push_events IntegrationEmailsOnPush#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#tag_push_events IntegrationEmailsOnPush#tag_push_events}
---
diff --git a/docs/integrationEmailsOnPush.go.md b/docs/integrationEmailsOnPush.go.md
index 34db697bf..b902f1dea 100644
--- a/docs/integrationEmailsOnPush.go.md
+++ b/docs/integrationEmailsOnPush.go.md
@@ -4,7 +4,7 @@
### IntegrationEmailsOnPush
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the IntegrationEmailsOnPush to
The id of the existing IntegrationEmailsOnPush that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#import import section} in the documentation of this resource for the id to use
---
@@ -976,7 +976,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/integrationemailson
| Recipients
| *string
| Emails separated by whitespace. |
| BranchesToBeNotified
| *string
| Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes. |
| DisableDiffs
| interface{}
| Disable code diffs. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}. |
| PushEvents
| interface{}
| Enable notifications for push events. |
| SendFromCommitterEmail
| interface{}
| Send from committer. |
| TagPushEvents
| interface{}
| Enable notifications for tag push events. |
@@ -1063,7 +1063,7 @@ Project *string
ID or full-path of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
---
@@ -1077,7 +1077,7 @@ Recipients *string
Emails separated by whitespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
---
@@ -1091,7 +1091,7 @@ BranchesToBeNotified *string
Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#branches_to_be_notified IntegrationEmailsOnPush#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#branches_to_be_notified IntegrationEmailsOnPush#branches_to_be_notified}
---
@@ -1105,7 +1105,7 @@ DisableDiffs interface{}
Disable code diffs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#disable_diffs IntegrationEmailsOnPush#disable_diffs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#disable_diffs IntegrationEmailsOnPush#disable_diffs}
---
@@ -1117,7 +1117,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1134,7 +1134,7 @@ PushEvents interface{}
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#push_events IntegrationEmailsOnPush#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#push_events IntegrationEmailsOnPush#push_events}
---
@@ -1148,7 +1148,7 @@ SendFromCommitterEmail interface{}
Send from committer.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#send_from_committer_email IntegrationEmailsOnPush#send_from_committer_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#send_from_committer_email IntegrationEmailsOnPush#send_from_committer_email}
---
@@ -1162,7 +1162,7 @@ TagPushEvents interface{}
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#tag_push_events IntegrationEmailsOnPush#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#tag_push_events IntegrationEmailsOnPush#tag_push_events}
---
diff --git a/docs/integrationEmailsOnPush.java.md b/docs/integrationEmailsOnPush.java.md
index 242a26b55..892729fcc 100644
--- a/docs/integrationEmailsOnPush.java.md
+++ b/docs/integrationEmailsOnPush.java.md
@@ -4,7 +4,7 @@
### IntegrationEmailsOnPush
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}.
#### Initializers
@@ -53,7 +53,7 @@ IntegrationEmailsOnPush.Builder.create(Construct scope, java.lang.String id)
| recipients
| java.lang.String
| Emails separated by whitespace. |
| branchesToBeNotified
| java.lang.String
| Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes. |
| disableDiffs
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Disable code diffs. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}. |
| pushEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for push events. |
| sendFromCommitterEmail
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Send from committer. |
| tagPushEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for tag push events. |
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
ID or full-path of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Emails separated by whitespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#branches_to_be_notified IntegrationEmailsOnPush#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#branches_to_be_notified IntegrationEmailsOnPush#branches_to_be_notified}
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Disable code diffs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#disable_diffs IntegrationEmailsOnPush#disable_diffs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#disable_diffs IntegrationEmailsOnPush#disable_diffs}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -177,7 +177,7 @@ If you experience problems setting this value it might not be settable. Please t
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#push_events IntegrationEmailsOnPush#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#push_events IntegrationEmailsOnPush#push_events}
---
@@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Send from committer.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#send_from_committer_email IntegrationEmailsOnPush#send_from_committer_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#send_from_committer_email IntegrationEmailsOnPush#send_from_committer_email}
---
@@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#tag_push_events IntegrationEmailsOnPush#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#tag_push_events IntegrationEmailsOnPush#tag_push_events}
---
@@ -666,7 +666,7 @@ The construct id used in the generated config for the IntegrationEmailsOnPush to
The id of the existing IntegrationEmailsOnPush that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#import import section} in the documentation of this resource for the id to use
---
@@ -1141,7 +1141,7 @@ IntegrationEmailsOnPushConfig.builder()
| recipients
| java.lang.String
| Emails separated by whitespace. |
| branchesToBeNotified
| java.lang.String
| Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes. |
| disableDiffs
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Disable code diffs. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}. |
| pushEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for push events. |
| sendFromCommitterEmail
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Send from committer. |
| tagPushEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for tag push events. |
@@ -1228,7 +1228,7 @@ public java.lang.String getProject();
ID or full-path of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
---
@@ -1242,7 +1242,7 @@ public java.lang.String getRecipients();
Emails separated by whitespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
---
@@ -1256,7 +1256,7 @@ public java.lang.String getBranchesToBeNotified();
Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#branches_to_be_notified IntegrationEmailsOnPush#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#branches_to_be_notified IntegrationEmailsOnPush#branches_to_be_notified}
---
@@ -1270,7 +1270,7 @@ public java.lang.Object getDisableDiffs();
Disable code diffs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#disable_diffs IntegrationEmailsOnPush#disable_diffs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#disable_diffs IntegrationEmailsOnPush#disable_diffs}
---
@@ -1282,7 +1282,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1299,7 +1299,7 @@ public java.lang.Object getPushEvents();
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#push_events IntegrationEmailsOnPush#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#push_events IntegrationEmailsOnPush#push_events}
---
@@ -1313,7 +1313,7 @@ public java.lang.Object getSendFromCommitterEmail();
Send from committer.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#send_from_committer_email IntegrationEmailsOnPush#send_from_committer_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#send_from_committer_email IntegrationEmailsOnPush#send_from_committer_email}
---
@@ -1327,7 +1327,7 @@ public java.lang.Object getTagPushEvents();
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#tag_push_events IntegrationEmailsOnPush#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#tag_push_events IntegrationEmailsOnPush#tag_push_events}
---
diff --git a/docs/integrationEmailsOnPush.python.md b/docs/integrationEmailsOnPush.python.md
index 47d089eb7..1d6e55472 100644
--- a/docs/integrationEmailsOnPush.python.md
+++ b/docs/integrationEmailsOnPush.python.md
@@ -4,7 +4,7 @@
### IntegrationEmailsOnPush
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}.
#### Initializers
@@ -47,7 +47,7 @@ integrationEmailsOnPush.IntegrationEmailsOnPush(
| recipients
| str
| Emails separated by whitespace. |
| branches_to_be_notified
| str
| Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes. |
| disable_diffs
| typing.Union[bool, cdktf.IResolvable]
| Disable code diffs. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}. |
| push_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for push events. |
| send_from_committer_email
| typing.Union[bool, cdktf.IResolvable]
| Send from committer. |
| tag_push_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for tag push events. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
ID or full-path of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Emails separated by whitespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#branches_to_be_notified IntegrationEmailsOnPush#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#branches_to_be_notified IntegrationEmailsOnPush#branches_to_be_notified}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Disable code diffs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#disable_diffs IntegrationEmailsOnPush#disable_diffs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#disable_diffs IntegrationEmailsOnPush#disable_diffs}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -171,7 +171,7 @@ If you experience problems setting this value it might not be settable. Please t
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#push_events IntegrationEmailsOnPush#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#push_events IntegrationEmailsOnPush#push_events}
---
@@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Send from committer.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#send_from_committer_email IntegrationEmailsOnPush#send_from_committer_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#send_from_committer_email IntegrationEmailsOnPush#send_from_committer_email}
---
@@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#tag_push_events IntegrationEmailsOnPush#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#tag_push_events IntegrationEmailsOnPush#tag_push_events}
---
@@ -706,7 +706,7 @@ The construct id used in the generated config for the IntegrationEmailsOnPush to
The id of the existing IntegrationEmailsOnPush that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#import import section} in the documentation of this resource for the id to use
---
@@ -1173,7 +1173,7 @@ integrationEmailsOnPush.IntegrationEmailsOnPushConfig(
| recipients
| str
| Emails separated by whitespace. |
| branches_to_be_notified
| str
| Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes. |
| disable_diffs
| typing.Union[bool, cdktf.IResolvable]
| Disable code diffs. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}. |
| push_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for push events. |
| send_from_committer_email
| typing.Union[bool, cdktf.IResolvable]
| Send from committer. |
| tag_push_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for tag push events. |
@@ -1260,7 +1260,7 @@ project: str
ID or full-path of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
---
@@ -1274,7 +1274,7 @@ recipients: str
Emails separated by whitespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
---
@@ -1288,7 +1288,7 @@ branches_to_be_notified: str
Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#branches_to_be_notified IntegrationEmailsOnPush#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#branches_to_be_notified IntegrationEmailsOnPush#branches_to_be_notified}
---
@@ -1302,7 +1302,7 @@ disable_diffs: typing.Union[bool, IResolvable]
Disable code diffs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#disable_diffs IntegrationEmailsOnPush#disable_diffs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#disable_diffs IntegrationEmailsOnPush#disable_diffs}
---
@@ -1314,7 +1314,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1331,7 +1331,7 @@ push_events: typing.Union[bool, IResolvable]
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#push_events IntegrationEmailsOnPush#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#push_events IntegrationEmailsOnPush#push_events}
---
@@ -1345,7 +1345,7 @@ send_from_committer_email: typing.Union[bool, IResolvable]
Send from committer.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#send_from_committer_email IntegrationEmailsOnPush#send_from_committer_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#send_from_committer_email IntegrationEmailsOnPush#send_from_committer_email}
---
@@ -1359,7 +1359,7 @@ tag_push_events: typing.Union[bool, IResolvable]
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#tag_push_events IntegrationEmailsOnPush#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#tag_push_events IntegrationEmailsOnPush#tag_push_events}
---
diff --git a/docs/integrationEmailsOnPush.typescript.md b/docs/integrationEmailsOnPush.typescript.md
index 3e4c3c7e9..a7cc5c492 100644
--- a/docs/integrationEmailsOnPush.typescript.md
+++ b/docs/integrationEmailsOnPush.typescript.md
@@ -4,7 +4,7 @@
### IntegrationEmailsOnPush
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push gitlab_integration_emails_on_push}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the IntegrationEmailsOnPush to
The id of the existing IntegrationEmailsOnPush that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#import import section} in the documentation of this resource for the id to use
---
@@ -960,7 +960,7 @@ const integrationEmailsOnPushConfig: integrationEmailsOnPush.IntegrationEmailsOn
| recipients
| string
| Emails separated by whitespace. |
| branchesToBeNotified
| string
| Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes. |
| disableDiffs
| boolean \| cdktf.IResolvable
| Disable code diffs. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}. |
| pushEvents
| boolean \| cdktf.IResolvable
| Enable notifications for push events. |
| sendFromCommitterEmail
| boolean \| cdktf.IResolvable
| Send from committer. |
| tagPushEvents
| boolean \| cdktf.IResolvable
| Enable notifications for tag push events. |
@@ -1047,7 +1047,7 @@ public readonly project: string;
ID or full-path of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#project IntegrationEmailsOnPush#project}
---
@@ -1061,7 +1061,7 @@ public readonly recipients: string;
Emails separated by whitespace.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#recipients IntegrationEmailsOnPush#recipients}
---
@@ -1075,7 +1075,7 @@ public readonly branchesToBeNotified: string;
Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#branches_to_be_notified IntegrationEmailsOnPush#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#branches_to_be_notified IntegrationEmailsOnPush#branches_to_be_notified}
---
@@ -1089,7 +1089,7 @@ public readonly disableDiffs: boolean | IResolvable;
Disable code diffs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#disable_diffs IntegrationEmailsOnPush#disable_diffs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#disable_diffs IntegrationEmailsOnPush#disable_diffs}
---
@@ -1101,7 +1101,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#id IntegrationEmailsOnPush#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1118,7 +1118,7 @@ public readonly pushEvents: boolean | IResolvable;
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#push_events IntegrationEmailsOnPush#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#push_events IntegrationEmailsOnPush#push_events}
---
@@ -1132,7 +1132,7 @@ public readonly sendFromCommitterEmail: boolean | IResolvable;
Send from committer.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#send_from_committer_email IntegrationEmailsOnPush#send_from_committer_email}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#send_from_committer_email IntegrationEmailsOnPush#send_from_committer_email}
---
@@ -1146,7 +1146,7 @@ public readonly tagPushEvents: boolean | IResolvable;
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_emails_on_push#tag_push_events IntegrationEmailsOnPush#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_emails_on_push#tag_push_events IntegrationEmailsOnPush#tag_push_events}
---
diff --git a/docs/integrationExternalWiki.csharp.md b/docs/integrationExternalWiki.csharp.md
index 87f0adb1e..eadd3474b 100644
--- a/docs/integrationExternalWiki.csharp.md
+++ b/docs/integrationExternalWiki.csharp.md
@@ -4,7 +4,7 @@
### IntegrationExternalWiki
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the IntegrationExternalWiki to
The id of the existing IntegrationExternalWiki that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#import import section} in the documentation of this resource for the id to use
---
@@ -824,7 +824,7 @@ new IntegrationExternalWikiConfig {
| Provisioners
| object[]
| *No description.* |
| ExternalWikiUrl
| string
| The URL of the external wiki. |
| Project
| string
| ID of the project you want to activate integration on. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}. |
---
@@ -908,7 +908,7 @@ public string ExternalWikiUrl { get; set; }
The URL of the external wiki.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#external_wiki_url IntegrationExternalWiki#external_wiki_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#external_wiki_url IntegrationExternalWiki#external_wiki_url}
---
@@ -922,7 +922,7 @@ public string Project { get; set; }
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
---
@@ -934,7 +934,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/integrationExternalWiki.go.md b/docs/integrationExternalWiki.go.md
index 5156180b1..5288809ce 100644
--- a/docs/integrationExternalWiki.go.md
+++ b/docs/integrationExternalWiki.go.md
@@ -4,7 +4,7 @@
### IntegrationExternalWiki
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the IntegrationExternalWiki to
The id of the existing IntegrationExternalWiki that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#import import section} in the documentation of this resource for the id to use
---
@@ -824,7 +824,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/integrationexternal
| Provisioners
| *[]interface{}
| *No description.* |
| ExternalWikiUrl
| *string
| The URL of the external wiki. |
| Project
| *string
| ID of the project you want to activate integration on. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}. |
---
@@ -908,7 +908,7 @@ ExternalWikiUrl *string
The URL of the external wiki.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#external_wiki_url IntegrationExternalWiki#external_wiki_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#external_wiki_url IntegrationExternalWiki#external_wiki_url}
---
@@ -922,7 +922,7 @@ Project *string
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
---
@@ -934,7 +934,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/integrationExternalWiki.java.md b/docs/integrationExternalWiki.java.md
index 5458f387e..7f70921f3 100644
--- a/docs/integrationExternalWiki.java.md
+++ b/docs/integrationExternalWiki.java.md
@@ -4,7 +4,7 @@
### IntegrationExternalWiki
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}.
#### Initializers
@@ -42,7 +42,7 @@ IntegrationExternalWiki.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| externalWikiUrl
| java.lang.String
| The URL of the external wiki. |
| project
| java.lang.String
| ID of the project you want to activate integration on. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The URL of the external wiki.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#external_wiki_url IntegrationExternalWiki#external_wiki_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#external_wiki_url IntegrationExternalWiki#external_wiki_url}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -567,7 +567,7 @@ The construct id used in the generated config for the IntegrationExternalWiki to
The id of the existing IntegrationExternalWiki that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#import import section} in the documentation of this resource for the id to use
---
@@ -921,7 +921,7 @@ IntegrationExternalWikiConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| externalWikiUrl
| java.lang.String
| The URL of the external wiki. |
| project
| java.lang.String
| ID of the project you want to activate integration on. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}. |
---
@@ -1005,7 +1005,7 @@ public java.lang.String getExternalWikiUrl();
The URL of the external wiki.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#external_wiki_url IntegrationExternalWiki#external_wiki_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#external_wiki_url IntegrationExternalWiki#external_wiki_url}
---
@@ -1019,7 +1019,7 @@ public java.lang.String getProject();
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
---
@@ -1031,7 +1031,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/integrationExternalWiki.python.md b/docs/integrationExternalWiki.python.md
index 5f31e9665..fc7a96ec9 100644
--- a/docs/integrationExternalWiki.python.md
+++ b/docs/integrationExternalWiki.python.md
@@ -4,7 +4,7 @@
### IntegrationExternalWiki
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}.
#### Initializers
@@ -40,7 +40,7 @@ integrationExternalWiki.IntegrationExternalWiki(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| external_wiki_url
| str
| The URL of the external wiki. |
| project
| str
| ID of the project you want to activate integration on. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The URL of the external wiki.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#external_wiki_url IntegrationExternalWiki#external_wiki_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#external_wiki_url IntegrationExternalWiki#external_wiki_url}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -611,7 +611,7 @@ The construct id used in the generated config for the IntegrationExternalWiki to
The id of the existing IntegrationExternalWiki that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#import import section} in the documentation of this resource for the id to use
---
@@ -961,7 +961,7 @@ integrationExternalWiki.IntegrationExternalWikiConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| external_wiki_url
| str
| The URL of the external wiki. |
| project
| str
| ID of the project you want to activate integration on. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}. |
---
@@ -1045,7 +1045,7 @@ external_wiki_url: str
The URL of the external wiki.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#external_wiki_url IntegrationExternalWiki#external_wiki_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#external_wiki_url IntegrationExternalWiki#external_wiki_url}
---
@@ -1059,7 +1059,7 @@ project: str
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
---
@@ -1071,7 +1071,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/integrationExternalWiki.typescript.md b/docs/integrationExternalWiki.typescript.md
index 434f51353..a6ed2602b 100644
--- a/docs/integrationExternalWiki.typescript.md
+++ b/docs/integrationExternalWiki.typescript.md
@@ -4,7 +4,7 @@
### IntegrationExternalWiki
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki gitlab_integration_external_wiki}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the IntegrationExternalWiki to
The id of the existing IntegrationExternalWiki that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#import import section} in the documentation of this resource for the id to use
---
@@ -813,7 +813,7 @@ const integrationExternalWikiConfig: integrationExternalWiki.IntegrationExternal
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| externalWikiUrl
| string
| The URL of the external wiki. |
| project
| string
| ID of the project you want to activate integration on. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}. |
---
@@ -897,7 +897,7 @@ public readonly externalWikiUrl: string;
The URL of the external wiki.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#external_wiki_url IntegrationExternalWiki#external_wiki_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#external_wiki_url IntegrationExternalWiki#external_wiki_url}
---
@@ -911,7 +911,7 @@ public readonly project: string;
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#project IntegrationExternalWiki#project}
---
@@ -923,7 +923,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_external_wiki#id IntegrationExternalWiki#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/integrationGithub.csharp.md b/docs/integrationGithub.csharp.md
index 17ddd1ab3..73fe1ae98 100644
--- a/docs/integrationGithub.csharp.md
+++ b/docs/integrationGithub.csharp.md
@@ -4,7 +4,7 @@
### IntegrationGithub
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github gitlab_integration_github}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github gitlab_integration_github}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the IntegrationGithub to impor
The id of the existing IntegrationGithub that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#import import section} in the documentation of this resource for the id to use
---
@@ -867,7 +867,7 @@ new IntegrationGithubConfig {
| Project
| string
| ID of the project you want to activate integration on. |
| RepositoryUrl
| string
| The URL of the GitHub repo to integrate with, e,g, https://github.com/gitlabhq/terraform-provider-gitlab. |
| Token
| string
| A GitHub personal access token with at least `repo:status` scope. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#id IntegrationGithub#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#id IntegrationGithub#id}. |
| StaticContext
| object
| Append instance name instead of branch to the status. |
---
@@ -952,7 +952,7 @@ public string Project { get; set; }
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#project IntegrationGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#project IntegrationGithub#project}
---
@@ -966,7 +966,7 @@ public string RepositoryUrl { get; set; }
The URL of the GitHub repo to integrate with, e,g, https://github.com/gitlabhq/terraform-provider-gitlab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
---
@@ -980,7 +980,7 @@ public string Token { get; set; }
A GitHub personal access token with at least `repo:status` scope.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#token IntegrationGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#token IntegrationGithub#token}
---
@@ -992,7 +992,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#id IntegrationGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#id IntegrationGithub#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1011,7 +1011,7 @@ Append instance name instead of branch to the status.
Must enable to set a GitLab status check as *required* in GitHub. See [Static / dynamic status check names] to learn more.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
---
diff --git a/docs/integrationGithub.go.md b/docs/integrationGithub.go.md
index a88dc125c..5da4927c3 100644
--- a/docs/integrationGithub.go.md
+++ b/docs/integrationGithub.go.md
@@ -4,7 +4,7 @@
### IntegrationGithub
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github gitlab_integration_github}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github gitlab_integration_github}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the IntegrationGithub to impor
The id of the existing IntegrationGithub that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#import import section} in the documentation of this resource for the id to use
---
@@ -867,7 +867,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/integrationgithub"
| Project
| *string
| ID of the project you want to activate integration on. |
| RepositoryUrl
| *string
| The URL of the GitHub repo to integrate with, e,g, https://github.com/gitlabhq/terraform-provider-gitlab. |
| Token
| *string
| A GitHub personal access token with at least `repo:status` scope. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#id IntegrationGithub#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#id IntegrationGithub#id}. |
| StaticContext
| interface{}
| Append instance name instead of branch to the status. |
---
@@ -952,7 +952,7 @@ Project *string
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#project IntegrationGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#project IntegrationGithub#project}
---
@@ -966,7 +966,7 @@ RepositoryUrl *string
The URL of the GitHub repo to integrate with, e,g, https://github.com/gitlabhq/terraform-provider-gitlab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
---
@@ -980,7 +980,7 @@ Token *string
A GitHub personal access token with at least `repo:status` scope.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#token IntegrationGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#token IntegrationGithub#token}
---
@@ -992,7 +992,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#id IntegrationGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#id IntegrationGithub#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1011,7 +1011,7 @@ Append instance name instead of branch to the status.
Must enable to set a GitLab status check as *required* in GitHub. See [Static / dynamic status check names] to learn more.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
---
diff --git a/docs/integrationGithub.java.md b/docs/integrationGithub.java.md
index fd291a92e..85446453b 100644
--- a/docs/integrationGithub.java.md
+++ b/docs/integrationGithub.java.md
@@ -4,7 +4,7 @@
### IntegrationGithub
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github gitlab_integration_github}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github gitlab_integration_github}.
#### Initializers
@@ -46,7 +46,7 @@ IntegrationGithub.Builder.create(Construct scope, java.lang.String id)
| project
| java.lang.String
| ID of the project you want to activate integration on. |
| repositoryUrl
| java.lang.String
| The URL of the GitHub repo to integrate with, e,g, https://github.com/gitlabhq/terraform-provider-gitlab. |
| token
| java.lang.String
| A GitHub personal access token with at least `repo:status` scope. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#id IntegrationGithub#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#id IntegrationGithub#id}. |
| staticContext
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Append instance name instead of branch to the status. |
---
@@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#project IntegrationGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#project IntegrationGithub#project}
---
@@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL of the GitHub repo to integrate with, e,g, https://github.com/gitlabhq/terraform-provider-gitlab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A GitHub personal access token with at least `repo:status` scope.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#token IntegrationGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#token IntegrationGithub#token}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#id IntegrationGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#id IntegrationGithub#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -160,7 +160,7 @@ Append instance name instead of branch to the status.
Must enable to set a GitLab status check as *required* in GitHub. See [Static / dynamic status check names] to learn more.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
---
@@ -601,7 +601,7 @@ The construct id used in the generated config for the IntegrationGithub to impor
The id of the existing IntegrationGithub that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#import import section} in the documentation of this resource for the id to use
---
@@ -992,7 +992,7 @@ IntegrationGithubConfig.builder()
| project
| java.lang.String
| ID of the project you want to activate integration on. |
| repositoryUrl
| java.lang.String
| The URL of the GitHub repo to integrate with, e,g, https://github.com/gitlabhq/terraform-provider-gitlab. |
| token
| java.lang.String
| A GitHub personal access token with at least `repo:status` scope. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#id IntegrationGithub#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#id IntegrationGithub#id}. |
| staticContext
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Append instance name instead of branch to the status. |
---
@@ -1077,7 +1077,7 @@ public java.lang.String getProject();
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#project IntegrationGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#project IntegrationGithub#project}
---
@@ -1091,7 +1091,7 @@ public java.lang.String getRepositoryUrl();
The URL of the GitHub repo to integrate with, e,g, https://github.com/gitlabhq/terraform-provider-gitlab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
---
@@ -1105,7 +1105,7 @@ public java.lang.String getToken();
A GitHub personal access token with at least `repo:status` scope.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#token IntegrationGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#token IntegrationGithub#token}
---
@@ -1117,7 +1117,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#id IntegrationGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#id IntegrationGithub#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1136,7 +1136,7 @@ Append instance name instead of branch to the status.
Must enable to set a GitLab status check as *required* in GitHub. See [Static / dynamic status check names] to learn more.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
---
diff --git a/docs/integrationGithub.python.md b/docs/integrationGithub.python.md
index e5c52c960..a8740e5e7 100644
--- a/docs/integrationGithub.python.md
+++ b/docs/integrationGithub.python.md
@@ -4,7 +4,7 @@
### IntegrationGithub
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github gitlab_integration_github}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github gitlab_integration_github}.
#### Initializers
@@ -43,7 +43,7 @@ integrationGithub.IntegrationGithub(
| project
| str
| ID of the project you want to activate integration on. |
| repository_url
| str
| The URL of the GitHub repo to integrate with, e,g, https://github.com/gitlabhq/terraform-provider-gitlab. |
| token
| str
| A GitHub personal access token with at least `repo:status` scope. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#id IntegrationGithub#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#id IntegrationGithub#id}. |
| static_context
| typing.Union[bool, cdktf.IResolvable]
| Append instance name instead of branch to the status. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#project IntegrationGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#project IntegrationGithub#project}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL of the GitHub repo to integrate with, e,g, https://github.com/gitlabhq/terraform-provider-gitlab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A GitHub personal access token with at least `repo:status` scope.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#token IntegrationGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#token IntegrationGithub#token}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#id IntegrationGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#id IntegrationGithub#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -157,7 +157,7 @@ Append instance name instead of branch to the status.
Must enable to set a GitLab status check as *required* in GitHub. See [Static / dynamic status check names] to learn more.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
---
@@ -644,7 +644,7 @@ The construct id used in the generated config for the IntegrationGithub to impor
The id of the existing IntegrationGithub that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#import import section} in the documentation of this resource for the id to use
---
@@ -1030,7 +1030,7 @@ integrationGithub.IntegrationGithubConfig(
| project
| str
| ID of the project you want to activate integration on. |
| repository_url
| str
| The URL of the GitHub repo to integrate with, e,g, https://github.com/gitlabhq/terraform-provider-gitlab. |
| token
| str
| A GitHub personal access token with at least `repo:status` scope. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#id IntegrationGithub#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#id IntegrationGithub#id}. |
| static_context
| typing.Union[bool, cdktf.IResolvable]
| Append instance name instead of branch to the status. |
---
@@ -1115,7 +1115,7 @@ project: str
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#project IntegrationGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#project IntegrationGithub#project}
---
@@ -1129,7 +1129,7 @@ repository_url: str
The URL of the GitHub repo to integrate with, e,g, https://github.com/gitlabhq/terraform-provider-gitlab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
---
@@ -1143,7 +1143,7 @@ token: str
A GitHub personal access token with at least `repo:status` scope.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#token IntegrationGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#token IntegrationGithub#token}
---
@@ -1155,7 +1155,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#id IntegrationGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#id IntegrationGithub#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1174,7 +1174,7 @@ Append instance name instead of branch to the status.
Must enable to set a GitLab status check as *required* in GitHub. See [Static / dynamic status check names] to learn more.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
---
diff --git a/docs/integrationGithub.typescript.md b/docs/integrationGithub.typescript.md
index 2378358c9..7b0051e2a 100644
--- a/docs/integrationGithub.typescript.md
+++ b/docs/integrationGithub.typescript.md
@@ -4,7 +4,7 @@
### IntegrationGithub
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github gitlab_integration_github}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github gitlab_integration_github}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the IntegrationGithub to impor
The id of the existing IntegrationGithub that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#import import section} in the documentation of this resource for the id to use
---
@@ -854,7 +854,7 @@ const integrationGithubConfig: integrationGithub.IntegrationGithubConfig = { ...
| project
| string
| ID of the project you want to activate integration on. |
| repositoryUrl
| string
| The URL of the GitHub repo to integrate with, e,g, https://github.com/gitlabhq/terraform-provider-gitlab. |
| token
| string
| A GitHub personal access token with at least `repo:status` scope. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#id IntegrationGithub#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#id IntegrationGithub#id}. |
| staticContext
| boolean \| cdktf.IResolvable
| Append instance name instead of branch to the status. |
---
@@ -939,7 +939,7 @@ public readonly project: string;
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#project IntegrationGithub#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#project IntegrationGithub#project}
---
@@ -953,7 +953,7 @@ public readonly repositoryUrl: string;
The URL of the GitHub repo to integrate with, e,g, https://github.com/gitlabhq/terraform-provider-gitlab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#repository_url IntegrationGithub#repository_url}
---
@@ -967,7 +967,7 @@ public readonly token: string;
A GitHub personal access token with at least `repo:status` scope.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#token IntegrationGithub#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#token IntegrationGithub#token}
---
@@ -979,7 +979,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#id IntegrationGithub#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#id IntegrationGithub#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -998,7 +998,7 @@ Append instance name instead of branch to the status.
Must enable to set a GitLab status check as _required_ in GitHub. See [Static / dynamic status check names] to learn more.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_github#static_context IntegrationGithub#static_context}
---
diff --git a/docs/integrationJenkins.csharp.md b/docs/integrationJenkins.csharp.md
index 9db5e0482..30debb9bd 100644
--- a/docs/integrationJenkins.csharp.md
+++ b/docs/integrationJenkins.csharp.md
@@ -4,7 +4,7 @@
### IntegrationJenkins
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins gitlab_integration_jenkins}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins gitlab_integration_jenkins}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the IntegrationJenkins to impo
The id of the existing IntegrationJenkins that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#import import section} in the documentation of this resource for the id to use
---
@@ -1054,7 +1054,7 @@ public string JenkinsUrl { get; set; }
Jenkins URL like `http://jenkins.example.com`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
---
@@ -1068,7 +1068,7 @@ public string Project { get; set; }
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
---
@@ -1082,7 +1082,7 @@ public string ProjectName { get; set; }
The URL-friendly project name. Example: `my_project_name`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
---
@@ -1096,7 +1096,7 @@ public object EnableSslVerification { get; set; }
Enable SSL verification. Defaults to `true` (enabled).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#enable_ssl_verification IntegrationJenkins#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#enable_ssl_verification IntegrationJenkins#enable_ssl_verification}
---
@@ -1110,7 +1110,7 @@ public object MergeRequestEvents { get; set; }
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#merge_request_events IntegrationJenkins#merge_request_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#merge_request_events IntegrationJenkins#merge_request_events}
---
@@ -1124,7 +1124,7 @@ public string Password { get; set; }
Password for authentication with the Jenkins server, if authentication is required by the server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
---
@@ -1138,7 +1138,7 @@ public object PushEvents { get; set; }
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
---
@@ -1152,7 +1152,7 @@ public object TagPushEvents { get; set; }
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#tag_push_events IntegrationJenkins#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#tag_push_events IntegrationJenkins#tag_push_events}
---
@@ -1166,7 +1166,7 @@ public string Username { get; set; }
Username for authentication with the Jenkins server, if authentication is required by the server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
---
diff --git a/docs/integrationJenkins.go.md b/docs/integrationJenkins.go.md
index 3b125c1f9..a024df271 100644
--- a/docs/integrationJenkins.go.md
+++ b/docs/integrationJenkins.go.md
@@ -4,7 +4,7 @@
### IntegrationJenkins
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins gitlab_integration_jenkins}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins gitlab_integration_jenkins}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the IntegrationJenkins to impo
The id of the existing IntegrationJenkins that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#import import section} in the documentation of this resource for the id to use
---
@@ -1054,7 +1054,7 @@ JenkinsUrl *string
Jenkins URL like `http://jenkins.example.com`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
---
@@ -1068,7 +1068,7 @@ Project *string
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
---
@@ -1082,7 +1082,7 @@ ProjectName *string
The URL-friendly project name. Example: `my_project_name`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
---
@@ -1096,7 +1096,7 @@ EnableSslVerification interface{}
Enable SSL verification. Defaults to `true` (enabled).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#enable_ssl_verification IntegrationJenkins#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#enable_ssl_verification IntegrationJenkins#enable_ssl_verification}
---
@@ -1110,7 +1110,7 @@ MergeRequestEvents interface{}
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#merge_request_events IntegrationJenkins#merge_request_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#merge_request_events IntegrationJenkins#merge_request_events}
---
@@ -1124,7 +1124,7 @@ Password *string
Password for authentication with the Jenkins server, if authentication is required by the server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
---
@@ -1138,7 +1138,7 @@ PushEvents interface{}
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
---
@@ -1152,7 +1152,7 @@ TagPushEvents interface{}
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#tag_push_events IntegrationJenkins#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#tag_push_events IntegrationJenkins#tag_push_events}
---
@@ -1166,7 +1166,7 @@ Username *string
Username for authentication with the Jenkins server, if authentication is required by the server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
---
diff --git a/docs/integrationJenkins.java.md b/docs/integrationJenkins.java.md
index 590b892da..e58e148fa 100644
--- a/docs/integrationJenkins.java.md
+++ b/docs/integrationJenkins.java.md
@@ -4,7 +4,7 @@
### IntegrationJenkins
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins gitlab_integration_jenkins}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins gitlab_integration_jenkins}.
#### Initializers
@@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope
Jenkins URL like `http://jenkins.example.com`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL-friendly project name. Example: `my_project_name`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable SSL verification. Defaults to `true` (enabled).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#enable_ssl_verification IntegrationJenkins#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#enable_ssl_verification IntegrationJenkins#enable_ssl_verification}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#merge_request_events IntegrationJenkins#merge_request_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#merge_request_events IntegrationJenkins#merge_request_events}
---
@@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Password for authentication with the Jenkins server, if authentication is required by the server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
---
@@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
---
@@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#tag_push_events IntegrationJenkins#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#tag_push_events IntegrationJenkins#tag_push_events}
---
@@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Username for authentication with the Jenkins server, if authentication is required by the server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
---
@@ -677,7 +677,7 @@ The construct id used in the generated config for the IntegrationJenkins to impo
The id of the existing IntegrationJenkins that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#import import section} in the documentation of this resource for the id to use
---
@@ -1230,7 +1230,7 @@ public java.lang.String getJenkinsUrl();
Jenkins URL like `http://jenkins.example.com`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
---
@@ -1244,7 +1244,7 @@ public java.lang.String getProject();
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
---
@@ -1258,7 +1258,7 @@ public java.lang.String getProjectName();
The URL-friendly project name. Example: `my_project_name`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
---
@@ -1272,7 +1272,7 @@ public java.lang.Object getEnableSslVerification();
Enable SSL verification. Defaults to `true` (enabled).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#enable_ssl_verification IntegrationJenkins#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#enable_ssl_verification IntegrationJenkins#enable_ssl_verification}
---
@@ -1286,7 +1286,7 @@ public java.lang.Object getMergeRequestEvents();
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#merge_request_events IntegrationJenkins#merge_request_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#merge_request_events IntegrationJenkins#merge_request_events}
---
@@ -1300,7 +1300,7 @@ public java.lang.String getPassword();
Password for authentication with the Jenkins server, if authentication is required by the server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
---
@@ -1314,7 +1314,7 @@ public java.lang.Object getPushEvents();
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
---
@@ -1328,7 +1328,7 @@ public java.lang.Object getTagPushEvents();
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#tag_push_events IntegrationJenkins#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#tag_push_events IntegrationJenkins#tag_push_events}
---
@@ -1342,7 +1342,7 @@ public java.lang.String getUsername();
Username for authentication with the Jenkins server, if authentication is required by the server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
---
diff --git a/docs/integrationJenkins.python.md b/docs/integrationJenkins.python.md
index 1b11a8e89..bf4586398 100644
--- a/docs/integrationJenkins.python.md
+++ b/docs/integrationJenkins.python.md
@@ -4,7 +4,7 @@
### IntegrationJenkins
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins gitlab_integration_jenkins}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins gitlab_integration_jenkins}.
#### Initializers
@@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope
Jenkins URL like `http://jenkins.example.com`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL-friendly project name. Example: `my_project_name`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable SSL verification. Defaults to `true` (enabled).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#enable_ssl_verification IntegrationJenkins#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#enable_ssl_verification IntegrationJenkins#enable_ssl_verification}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#merge_request_events IntegrationJenkins#merge_request_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#merge_request_events IntegrationJenkins#merge_request_events}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Password for authentication with the Jenkins server, if authentication is required by the server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
---
@@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#tag_push_events IntegrationJenkins#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#tag_push_events IntegrationJenkins#tag_push_events}
---
@@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Username for authentication with the Jenkins server, if authentication is required by the server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
---
@@ -717,7 +717,7 @@ The construct id used in the generated config for the IntegrationJenkins to impo
The id of the existing IntegrationJenkins that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#import import section} in the documentation of this resource for the id to use
---
@@ -1262,7 +1262,7 @@ jenkins_url: str
Jenkins URL like `http://jenkins.example.com`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
---
@@ -1276,7 +1276,7 @@ project: str
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
---
@@ -1290,7 +1290,7 @@ project_name: str
The URL-friendly project name. Example: `my_project_name`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
---
@@ -1304,7 +1304,7 @@ enable_ssl_verification: typing.Union[bool, IResolvable]
Enable SSL verification. Defaults to `true` (enabled).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#enable_ssl_verification IntegrationJenkins#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#enable_ssl_verification IntegrationJenkins#enable_ssl_verification}
---
@@ -1318,7 +1318,7 @@ merge_request_events: typing.Union[bool, IResolvable]
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#merge_request_events IntegrationJenkins#merge_request_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#merge_request_events IntegrationJenkins#merge_request_events}
---
@@ -1332,7 +1332,7 @@ password: str
Password for authentication with the Jenkins server, if authentication is required by the server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
---
@@ -1346,7 +1346,7 @@ push_events: typing.Union[bool, IResolvable]
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
---
@@ -1360,7 +1360,7 @@ tag_push_events: typing.Union[bool, IResolvable]
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#tag_push_events IntegrationJenkins#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#tag_push_events IntegrationJenkins#tag_push_events}
---
@@ -1374,7 +1374,7 @@ username: str
Username for authentication with the Jenkins server, if authentication is required by the server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
---
diff --git a/docs/integrationJenkins.typescript.md b/docs/integrationJenkins.typescript.md
index 91b16968e..3768028d4 100644
--- a/docs/integrationJenkins.typescript.md
+++ b/docs/integrationJenkins.typescript.md
@@ -4,7 +4,7 @@
### IntegrationJenkins
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins gitlab_integration_jenkins}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins gitlab_integration_jenkins}.
#### Initializers
@@ -509,7 +509,7 @@ The construct id used in the generated config for the IntegrationJenkins to impo
The id of the existing IntegrationJenkins that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#import import section} in the documentation of this resource for the id to use
---
@@ -1037,7 +1037,7 @@ public readonly jenkinsUrl: string;
Jenkins URL like `http://jenkins.example.com`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#jenkins_url IntegrationJenkins#jenkins_url}
---
@@ -1051,7 +1051,7 @@ public readonly project: string;
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#project IntegrationJenkins#project}
---
@@ -1065,7 +1065,7 @@ public readonly projectName: string;
The URL-friendly project name. Example: `my_project_name`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#project_name IntegrationJenkins#project_name}
---
@@ -1079,7 +1079,7 @@ public readonly enableSslVerification: boolean | IResolvable;
Enable SSL verification. Defaults to `true` (enabled).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#enable_ssl_verification IntegrationJenkins#enable_ssl_verification}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#enable_ssl_verification IntegrationJenkins#enable_ssl_verification}
---
@@ -1093,7 +1093,7 @@ public readonly mergeRequestEvents: boolean | IResolvable;
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#merge_request_events IntegrationJenkins#merge_request_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#merge_request_events IntegrationJenkins#merge_request_events}
---
@@ -1107,7 +1107,7 @@ public readonly password: string;
Password for authentication with the Jenkins server, if authentication is required by the server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#password IntegrationJenkins#password}
---
@@ -1121,7 +1121,7 @@ public readonly pushEvents: boolean | IResolvable;
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#push_events IntegrationJenkins#push_events}
---
@@ -1135,7 +1135,7 @@ public readonly tagPushEvents: boolean | IResolvable;
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#tag_push_events IntegrationJenkins#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#tag_push_events IntegrationJenkins#tag_push_events}
---
@@ -1149,7 +1149,7 @@ public readonly username: string;
Username for authentication with the Jenkins server, if authentication is required by the server.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jenkins#username IntegrationJenkins#username}
---
diff --git a/docs/integrationJira.csharp.md b/docs/integrationJira.csharp.md
index e9f0dc830..9479181e4 100644
--- a/docs/integrationJira.csharp.md
+++ b/docs/integrationJira.csharp.md
@@ -4,7 +4,7 @@
### IntegrationJira
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira gitlab_integration_jira}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira gitlab_integration_jira}.
#### Initializers
@@ -572,7 +572,7 @@ The construct id used in the generated config for the IntegrationJira to import.
The id of the existing IntegrationJira that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#import import section} in the documentation of this resource for the id to use
---
@@ -1260,7 +1260,7 @@ new IntegrationJiraConfig {
| ApiUrl
| string
| The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com. |
| CommentOnEventEnabled
| object
| Enable comments inside Jira issues on each GitLab event (commit / merge request). |
| CommitEvents
| object
| Enable notifications for commit events. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#id IntegrationJira#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#id IntegrationJira#id}. |
| IssuesEnabled
| object
| Enable viewing Jira issues in GitLab. |
| JiraAuthType
| double
| The authentication method to be used with Jira. |
| JiraIssuePrefix
| string
| Prefix to match Jira issue keys. |
@@ -1357,7 +1357,7 @@ The Jira API token, password, or personal access token to be used with Jira.
When your authentication method is basic (jira_auth_type is 0), use an API token for Jira Cloud or a password for Jira Data Center or Jira Server. When your authentication method is a Jira personal access token (jira_auth_type is 1), use the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#password IntegrationJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#password IntegrationJira#password}
---
@@ -1371,7 +1371,7 @@ public string Project { get; set; }
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project IntegrationJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project IntegrationJira#project}
---
@@ -1385,7 +1385,7 @@ public string Url { get; set; }
The URL to the JIRA project which is being linked to this GitLab project. For example, https://jira.example.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#url IntegrationJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#url IntegrationJira#url}
---
@@ -1399,7 +1399,7 @@ public string ApiUrl { get; set; }
The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
---
@@ -1413,7 +1413,7 @@ public object CommentOnEventEnabled { get; set; }
Enable comments inside Jira issues on each GitLab event (commit / merge request).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#comment_on_event_enabled IntegrationJira#comment_on_event_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#comment_on_event_enabled IntegrationJira#comment_on_event_enabled}
---
@@ -1427,7 +1427,7 @@ public object CommitEvents { get; set; }
Enable notifications for commit events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
---
@@ -1439,7 +1439,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#id IntegrationJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#id IntegrationJira#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1456,7 +1456,7 @@ public object IssuesEnabled { get; set; }
Enable viewing Jira issues in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
---
@@ -1472,7 +1472,7 @@ The authentication method to be used with Jira.
0 means Basic Authentication. 1 means Jira personal access token. Defaults to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_auth_type IntegrationJira#jira_auth_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_auth_type IntegrationJira#jira_auth_type}
---
@@ -1486,7 +1486,7 @@ public string JiraIssuePrefix { get; set; }
Prefix to match Jira issue keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_prefix IntegrationJira#jira_issue_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_prefix IntegrationJira#jira_issue_prefix}
---
@@ -1500,7 +1500,7 @@ public string JiraIssueRegex { get; set; }
Regular expression to match Jira issue keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_regex IntegrationJira#jira_issue_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_regex IntegrationJira#jira_issue_regex}
---
@@ -1514,7 +1514,7 @@ public object JiraIssueTransitionAutomatic { get; set; }
Enable automatic issue transitions. Takes precedence over jira_issue_transition_id if enabled. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_transition_automatic IntegrationJira#jira_issue_transition_automatic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_transition_automatic IntegrationJira#jira_issue_transition_automatic}
---
@@ -1530,7 +1530,7 @@ The ID of a transition that moves issues to a closed state.
You can find this number under the JIRA workflow administration (Administration > Issues > Workflows) by selecting View under Operations of the desired workflow of your project. By default, this ID is set to 2. *Note**: importing this field is only supported since GitLab 15.2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_transition_id IntegrationJira#jira_issue_transition_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_transition_id IntegrationJira#jira_issue_transition_id}
---
@@ -1544,7 +1544,7 @@ public object MergeRequestsEvents { get; set; }
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#merge_requests_events IntegrationJira#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#merge_requests_events IntegrationJira#merge_requests_events}
---
@@ -1558,7 +1558,7 @@ public string ProjectKey { get; set; }
The short identifier for your JIRA project, all uppercase, e.g., PROJ.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
---
@@ -1574,7 +1574,7 @@ Keys of Jira projects.
When issues_enabled is true, this setting specifies which Jira projects to view issues from in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
---
@@ -1588,7 +1588,7 @@ public object UseInheritedSettings { get; set; }
Indicates whether or not to inherit default settings. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#use_inherited_settings IntegrationJira#use_inherited_settings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#use_inherited_settings IntegrationJira#use_inherited_settings}
---
@@ -1604,7 +1604,7 @@ The email or username to be used with Jira.
For Jira Cloud use an email, for Jira Data Center and Jira Server use a username. Required when using Basic authentication (jira_auth_type is 0).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#username IntegrationJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#username IntegrationJira#username}
---
diff --git a/docs/integrationJira.go.md b/docs/integrationJira.go.md
index d04616af1..2a60c68f9 100644
--- a/docs/integrationJira.go.md
+++ b/docs/integrationJira.go.md
@@ -4,7 +4,7 @@
### IntegrationJira
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira gitlab_integration_jira}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira gitlab_integration_jira}.
#### Initializers
@@ -572,7 +572,7 @@ The construct id used in the generated config for the IntegrationJira to import.
The id of the existing IntegrationJira that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#import import section} in the documentation of this resource for the id to use
---
@@ -1260,7 +1260,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/integrationjira"
| ApiUrl
| *string
| The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com. |
| CommentOnEventEnabled
| interface{}
| Enable comments inside Jira issues on each GitLab event (commit / merge request). |
| CommitEvents
| interface{}
| Enable notifications for commit events. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#id IntegrationJira#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#id IntegrationJira#id}. |
| IssuesEnabled
| interface{}
| Enable viewing Jira issues in GitLab. |
| JiraAuthType
| *f64
| The authentication method to be used with Jira. |
| JiraIssuePrefix
| *string
| Prefix to match Jira issue keys. |
@@ -1357,7 +1357,7 @@ The Jira API token, password, or personal access token to be used with Jira.
When your authentication method is basic (jira_auth_type is 0), use an API token for Jira Cloud or a password for Jira Data Center or Jira Server. When your authentication method is a Jira personal access token (jira_auth_type is 1), use the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#password IntegrationJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#password IntegrationJira#password}
---
@@ -1371,7 +1371,7 @@ Project *string
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project IntegrationJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project IntegrationJira#project}
---
@@ -1385,7 +1385,7 @@ Url *string
The URL to the JIRA project which is being linked to this GitLab project. For example, https://jira.example.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#url IntegrationJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#url IntegrationJira#url}
---
@@ -1399,7 +1399,7 @@ ApiUrl *string
The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
---
@@ -1413,7 +1413,7 @@ CommentOnEventEnabled interface{}
Enable comments inside Jira issues on each GitLab event (commit / merge request).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#comment_on_event_enabled IntegrationJira#comment_on_event_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#comment_on_event_enabled IntegrationJira#comment_on_event_enabled}
---
@@ -1427,7 +1427,7 @@ CommitEvents interface{}
Enable notifications for commit events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
---
@@ -1439,7 +1439,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#id IntegrationJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#id IntegrationJira#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1456,7 +1456,7 @@ IssuesEnabled interface{}
Enable viewing Jira issues in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
---
@@ -1472,7 +1472,7 @@ The authentication method to be used with Jira.
0 means Basic Authentication. 1 means Jira personal access token. Defaults to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_auth_type IntegrationJira#jira_auth_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_auth_type IntegrationJira#jira_auth_type}
---
@@ -1486,7 +1486,7 @@ JiraIssuePrefix *string
Prefix to match Jira issue keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_prefix IntegrationJira#jira_issue_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_prefix IntegrationJira#jira_issue_prefix}
---
@@ -1500,7 +1500,7 @@ JiraIssueRegex *string
Regular expression to match Jira issue keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_regex IntegrationJira#jira_issue_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_regex IntegrationJira#jira_issue_regex}
---
@@ -1514,7 +1514,7 @@ JiraIssueTransitionAutomatic interface{}
Enable automatic issue transitions. Takes precedence over jira_issue_transition_id if enabled. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_transition_automatic IntegrationJira#jira_issue_transition_automatic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_transition_automatic IntegrationJira#jira_issue_transition_automatic}
---
@@ -1530,7 +1530,7 @@ The ID of a transition that moves issues to a closed state.
You can find this number under the JIRA workflow administration (Administration > Issues > Workflows) by selecting View under Operations of the desired workflow of your project. By default, this ID is set to 2. *Note**: importing this field is only supported since GitLab 15.2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_transition_id IntegrationJira#jira_issue_transition_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_transition_id IntegrationJira#jira_issue_transition_id}
---
@@ -1544,7 +1544,7 @@ MergeRequestsEvents interface{}
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#merge_requests_events IntegrationJira#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#merge_requests_events IntegrationJira#merge_requests_events}
---
@@ -1558,7 +1558,7 @@ ProjectKey *string
The short identifier for your JIRA project, all uppercase, e.g., PROJ.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
---
@@ -1574,7 +1574,7 @@ Keys of Jira projects.
When issues_enabled is true, this setting specifies which Jira projects to view issues from in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
---
@@ -1588,7 +1588,7 @@ UseInheritedSettings interface{}
Indicates whether or not to inherit default settings. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#use_inherited_settings IntegrationJira#use_inherited_settings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#use_inherited_settings IntegrationJira#use_inherited_settings}
---
@@ -1604,7 +1604,7 @@ The email or username to be used with Jira.
For Jira Cloud use an email, for Jira Data Center and Jira Server use a username. Required when using Basic authentication (jira_auth_type is 0).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#username IntegrationJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#username IntegrationJira#username}
---
diff --git a/docs/integrationJira.java.md b/docs/integrationJira.java.md
index ed749243c..171516d56 100644
--- a/docs/integrationJira.java.md
+++ b/docs/integrationJira.java.md
@@ -4,7 +4,7 @@
### IntegrationJira
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira gitlab_integration_jira}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira gitlab_integration_jira}.
#### Initializers
@@ -67,7 +67,7 @@ IntegrationJira.Builder.create(Construct scope, java.lang.String id)
| apiUrl
| java.lang.String
| The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com. |
| commentOnEventEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable comments inside Jira issues on each GitLab event (commit / merge request). |
| commitEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for commit events. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#id IntegrationJira#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#id IntegrationJira#id}. |
| issuesEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable viewing Jira issues in GitLab. |
| jiraAuthType
| java.lang.Number
| The authentication method to be used with Jira. |
| jiraIssuePrefix
| java.lang.String
| Prefix to match Jira issue keys. |
@@ -150,7 +150,7 @@ The Jira API token, password, or personal access token to be used with Jira.
When your authentication method is basic (jira_auth_type is 0), use an API token for Jira Cloud or a password for Jira Data Center or Jira Server. When your authentication method is a Jira personal access token (jira_auth_type is 1), use the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#password IntegrationJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#password IntegrationJira#password}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project IntegrationJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project IntegrationJira#project}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL to the JIRA project which is being linked to this GitLab project. For example, https://jira.example.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#url IntegrationJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#url IntegrationJira#url}
---
@@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
---
@@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable comments inside Jira issues on each GitLab event (commit / merge request).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#comment_on_event_enabled IntegrationJira#comment_on_event_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#comment_on_event_enabled IntegrationJira#comment_on_event_enabled}
---
@@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for commit events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
---
@@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#id IntegrationJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#id IntegrationJira#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -221,7 +221,7 @@ If you experience problems setting this value it might not be settable. Please t
Enable viewing Jira issues in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
---
@@ -233,7 +233,7 @@ The authentication method to be used with Jira.
0 means Basic Authentication. 1 means Jira personal access token. Defaults to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_auth_type IntegrationJira#jira_auth_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_auth_type IntegrationJira#jira_auth_type}
---
@@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Prefix to match Jira issue keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_prefix IntegrationJira#jira_issue_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_prefix IntegrationJira#jira_issue_prefix}
---
@@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Regular expression to match Jira issue keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_regex IntegrationJira#jira_issue_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_regex IntegrationJira#jira_issue_regex}
---
@@ -263,7 +263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable automatic issue transitions. Takes precedence over jira_issue_transition_id if enabled. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_transition_automatic IntegrationJira#jira_issue_transition_automatic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_transition_automatic IntegrationJira#jira_issue_transition_automatic}
---
@@ -275,7 +275,7 @@ The ID of a transition that moves issues to a closed state.
You can find this number under the JIRA workflow administration (Administration > Issues > Workflows) by selecting View under Operations of the desired workflow of your project. By default, this ID is set to 2. *Note**: importing this field is only supported since GitLab 15.2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_transition_id IntegrationJira#jira_issue_transition_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_transition_id IntegrationJira#jira_issue_transition_id}
---
@@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#merge_requests_events IntegrationJira#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#merge_requests_events IntegrationJira#merge_requests_events}
---
@@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The short identifier for your JIRA project, all uppercase, e.g., PROJ.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
---
@@ -307,7 +307,7 @@ Keys of Jira projects.
When issues_enabled is true, this setting specifies which Jira projects to view issues from in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
---
@@ -317,7 +317,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether or not to inherit default settings. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#use_inherited_settings IntegrationJira#use_inherited_settings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#use_inherited_settings IntegrationJira#use_inherited_settings}
---
@@ -329,7 +329,7 @@ The email or username to be used with Jira.
For Jira Cloud use an email, for Jira Data Center and Jira Server use a username. Required when using Basic authentication (jira_auth_type is 0).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#username IntegrationJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#username IntegrationJira#username}
---
@@ -861,7 +861,7 @@ The construct id used in the generated config for the IntegrationJira to import.
The id of the existing IntegrationJira that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#import import section} in the documentation of this resource for the id to use
---
@@ -1559,7 +1559,7 @@ IntegrationJiraConfig.builder()
| apiUrl
| java.lang.String
| The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com. |
| commentOnEventEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable comments inside Jira issues on each GitLab event (commit / merge request). |
| commitEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for commit events. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#id IntegrationJira#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#id IntegrationJira#id}. |
| issuesEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable viewing Jira issues in GitLab. |
| jiraAuthType
| java.lang.Number
| The authentication method to be used with Jira. |
| jiraIssuePrefix
| java.lang.String
| Prefix to match Jira issue keys. |
@@ -1656,7 +1656,7 @@ The Jira API token, password, or personal access token to be used with Jira.
When your authentication method is basic (jira_auth_type is 0), use an API token for Jira Cloud or a password for Jira Data Center or Jira Server. When your authentication method is a Jira personal access token (jira_auth_type is 1), use the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#password IntegrationJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#password IntegrationJira#password}
---
@@ -1670,7 +1670,7 @@ public java.lang.String getProject();
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project IntegrationJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project IntegrationJira#project}
---
@@ -1684,7 +1684,7 @@ public java.lang.String getUrl();
The URL to the JIRA project which is being linked to this GitLab project. For example, https://jira.example.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#url IntegrationJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#url IntegrationJira#url}
---
@@ -1698,7 +1698,7 @@ public java.lang.String getApiUrl();
The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
---
@@ -1712,7 +1712,7 @@ public java.lang.Object getCommentOnEventEnabled();
Enable comments inside Jira issues on each GitLab event (commit / merge request).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#comment_on_event_enabled IntegrationJira#comment_on_event_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#comment_on_event_enabled IntegrationJira#comment_on_event_enabled}
---
@@ -1726,7 +1726,7 @@ public java.lang.Object getCommitEvents();
Enable notifications for commit events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
---
@@ -1738,7 +1738,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#id IntegrationJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#id IntegrationJira#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1755,7 +1755,7 @@ public java.lang.Object getIssuesEnabled();
Enable viewing Jira issues in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
---
@@ -1771,7 +1771,7 @@ The authentication method to be used with Jira.
0 means Basic Authentication. 1 means Jira personal access token. Defaults to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_auth_type IntegrationJira#jira_auth_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_auth_type IntegrationJira#jira_auth_type}
---
@@ -1785,7 +1785,7 @@ public java.lang.String getJiraIssuePrefix();
Prefix to match Jira issue keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_prefix IntegrationJira#jira_issue_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_prefix IntegrationJira#jira_issue_prefix}
---
@@ -1799,7 +1799,7 @@ public java.lang.String getJiraIssueRegex();
Regular expression to match Jira issue keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_regex IntegrationJira#jira_issue_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_regex IntegrationJira#jira_issue_regex}
---
@@ -1813,7 +1813,7 @@ public java.lang.Object getJiraIssueTransitionAutomatic();
Enable automatic issue transitions. Takes precedence over jira_issue_transition_id if enabled. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_transition_automatic IntegrationJira#jira_issue_transition_automatic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_transition_automatic IntegrationJira#jira_issue_transition_automatic}
---
@@ -1829,7 +1829,7 @@ The ID of a transition that moves issues to a closed state.
You can find this number under the JIRA workflow administration (Administration > Issues > Workflows) by selecting View under Operations of the desired workflow of your project. By default, this ID is set to 2. *Note**: importing this field is only supported since GitLab 15.2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_transition_id IntegrationJira#jira_issue_transition_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_transition_id IntegrationJira#jira_issue_transition_id}
---
@@ -1843,7 +1843,7 @@ public java.lang.Object getMergeRequestsEvents();
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#merge_requests_events IntegrationJira#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#merge_requests_events IntegrationJira#merge_requests_events}
---
@@ -1857,7 +1857,7 @@ public java.lang.String getProjectKey();
The short identifier for your JIRA project, all uppercase, e.g., PROJ.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
---
@@ -1873,7 +1873,7 @@ Keys of Jira projects.
When issues_enabled is true, this setting specifies which Jira projects to view issues from in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
---
@@ -1887,7 +1887,7 @@ public java.lang.Object getUseInheritedSettings();
Indicates whether or not to inherit default settings. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#use_inherited_settings IntegrationJira#use_inherited_settings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#use_inherited_settings IntegrationJira#use_inherited_settings}
---
@@ -1903,7 +1903,7 @@ The email or username to be used with Jira.
For Jira Cloud use an email, for Jira Data Center and Jira Server use a username. Required when using Basic authentication (jira_auth_type is 0).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#username IntegrationJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#username IntegrationJira#username}
---
diff --git a/docs/integrationJira.python.md b/docs/integrationJira.python.md
index 83304b94f..2547f473c 100644
--- a/docs/integrationJira.python.md
+++ b/docs/integrationJira.python.md
@@ -4,7 +4,7 @@
### IntegrationJira
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira gitlab_integration_jira}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira gitlab_integration_jira}.
#### Initializers
@@ -59,7 +59,7 @@ integrationJira.IntegrationJira(
| api_url
| str
| The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com. |
| comment_on_event_enabled
| typing.Union[bool, cdktf.IResolvable]
| Enable comments inside Jira issues on each GitLab event (commit / merge request). |
| commit_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for commit events. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#id IntegrationJira#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#id IntegrationJira#id}. |
| issues_enabled
| typing.Union[bool, cdktf.IResolvable]
| Enable viewing Jira issues in GitLab. |
| jira_auth_type
| typing.Union[int, float]
| The authentication method to be used with Jira. |
| jira_issue_prefix
| str
| Prefix to match Jira issue keys. |
@@ -142,7 +142,7 @@ The Jira API token, password, or personal access token to be used with Jira.
When your authentication method is basic (jira_auth_type is 0), use an API token for Jira Cloud or a password for Jira Data Center or Jira Server. When your authentication method is a Jira personal access token (jira_auth_type is 1), use the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#password IntegrationJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#password IntegrationJira#password}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project IntegrationJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project IntegrationJira#project}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The URL to the JIRA project which is being linked to this GitLab project. For example, https://jira.example.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#url IntegrationJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#url IntegrationJira#url}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable comments inside Jira issues on each GitLab event (commit / merge request).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#comment_on_event_enabled IntegrationJira#comment_on_event_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#comment_on_event_enabled IntegrationJira#comment_on_event_enabled}
---
@@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for commit events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
---
@@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#id IntegrationJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#id IntegrationJira#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -213,7 +213,7 @@ If you experience problems setting this value it might not be settable. Please t
Enable viewing Jira issues in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
---
@@ -225,7 +225,7 @@ The authentication method to be used with Jira.
0 means Basic Authentication. 1 means Jira personal access token. Defaults to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_auth_type IntegrationJira#jira_auth_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_auth_type IntegrationJira#jira_auth_type}
---
@@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Prefix to match Jira issue keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_prefix IntegrationJira#jira_issue_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_prefix IntegrationJira#jira_issue_prefix}
---
@@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Regular expression to match Jira issue keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_regex IntegrationJira#jira_issue_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_regex IntegrationJira#jira_issue_regex}
---
@@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable automatic issue transitions. Takes precedence over jira_issue_transition_id if enabled. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_transition_automatic IntegrationJira#jira_issue_transition_automatic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_transition_automatic IntegrationJira#jira_issue_transition_automatic}
---
@@ -267,7 +267,7 @@ The ID of a transition that moves issues to a closed state.
You can find this number under the JIRA workflow administration (Administration > Issues > Workflows) by selecting View under Operations of the desired workflow of your project. By default, this ID is set to 2. *Note**: importing this field is only supported since GitLab 15.2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_transition_id IntegrationJira#jira_issue_transition_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_transition_id IntegrationJira#jira_issue_transition_id}
---
@@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#merge_requests_events IntegrationJira#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#merge_requests_events IntegrationJira#merge_requests_events}
---
@@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The short identifier for your JIRA project, all uppercase, e.g., PROJ.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
---
@@ -299,7 +299,7 @@ Keys of Jira projects.
When issues_enabled is true, this setting specifies which Jira projects to view issues from in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
---
@@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Indicates whether or not to inherit default settings. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#use_inherited_settings IntegrationJira#use_inherited_settings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#use_inherited_settings IntegrationJira#use_inherited_settings}
---
@@ -321,7 +321,7 @@ The email or username to be used with Jira.
For Jira Cloud use an email, for Jira Data Center and Jira Server use a username. Required when using Basic authentication (jira_auth_type is 0).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#username IntegrationJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#username IntegrationJira#username}
---
@@ -899,7 +899,7 @@ The construct id used in the generated config for the IntegrationJira to import.
The id of the existing IntegrationJira that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#import import section} in the documentation of this resource for the id to use
---
@@ -1587,7 +1587,7 @@ integrationJira.IntegrationJiraConfig(
| api_url
| str
| The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com. |
| comment_on_event_enabled
| typing.Union[bool, cdktf.IResolvable]
| Enable comments inside Jira issues on each GitLab event (commit / merge request). |
| commit_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for commit events. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#id IntegrationJira#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#id IntegrationJira#id}. |
| issues_enabled
| typing.Union[bool, cdktf.IResolvable]
| Enable viewing Jira issues in GitLab. |
| jira_auth_type
| typing.Union[int, float]
| The authentication method to be used with Jira. |
| jira_issue_prefix
| str
| Prefix to match Jira issue keys. |
@@ -1684,7 +1684,7 @@ The Jira API token, password, or personal access token to be used with Jira.
When your authentication method is basic (jira_auth_type is 0), use an API token for Jira Cloud or a password for Jira Data Center or Jira Server. When your authentication method is a Jira personal access token (jira_auth_type is 1), use the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#password IntegrationJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#password IntegrationJira#password}
---
@@ -1698,7 +1698,7 @@ project: str
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project IntegrationJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project IntegrationJira#project}
---
@@ -1712,7 +1712,7 @@ url: str
The URL to the JIRA project which is being linked to this GitLab project. For example, https://jira.example.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#url IntegrationJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#url IntegrationJira#url}
---
@@ -1726,7 +1726,7 @@ api_url: str
The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
---
@@ -1740,7 +1740,7 @@ comment_on_event_enabled: typing.Union[bool, IResolvable]
Enable comments inside Jira issues on each GitLab event (commit / merge request).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#comment_on_event_enabled IntegrationJira#comment_on_event_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#comment_on_event_enabled IntegrationJira#comment_on_event_enabled}
---
@@ -1754,7 +1754,7 @@ commit_events: typing.Union[bool, IResolvable]
Enable notifications for commit events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
---
@@ -1766,7 +1766,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#id IntegrationJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#id IntegrationJira#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1783,7 +1783,7 @@ issues_enabled: typing.Union[bool, IResolvable]
Enable viewing Jira issues in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
---
@@ -1799,7 +1799,7 @@ The authentication method to be used with Jira.
0 means Basic Authentication. 1 means Jira personal access token. Defaults to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_auth_type IntegrationJira#jira_auth_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_auth_type IntegrationJira#jira_auth_type}
---
@@ -1813,7 +1813,7 @@ jira_issue_prefix: str
Prefix to match Jira issue keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_prefix IntegrationJira#jira_issue_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_prefix IntegrationJira#jira_issue_prefix}
---
@@ -1827,7 +1827,7 @@ jira_issue_regex: str
Regular expression to match Jira issue keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_regex IntegrationJira#jira_issue_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_regex IntegrationJira#jira_issue_regex}
---
@@ -1841,7 +1841,7 @@ jira_issue_transition_automatic: typing.Union[bool, IResolvable]
Enable automatic issue transitions. Takes precedence over jira_issue_transition_id if enabled. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_transition_automatic IntegrationJira#jira_issue_transition_automatic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_transition_automatic IntegrationJira#jira_issue_transition_automatic}
---
@@ -1857,7 +1857,7 @@ The ID of a transition that moves issues to a closed state.
You can find this number under the JIRA workflow administration (Administration > Issues > Workflows) by selecting View under Operations of the desired workflow of your project. By default, this ID is set to 2. *Note**: importing this field is only supported since GitLab 15.2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_transition_id IntegrationJira#jira_issue_transition_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_transition_id IntegrationJira#jira_issue_transition_id}
---
@@ -1871,7 +1871,7 @@ merge_requests_events: typing.Union[bool, IResolvable]
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#merge_requests_events IntegrationJira#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#merge_requests_events IntegrationJira#merge_requests_events}
---
@@ -1885,7 +1885,7 @@ project_key: str
The short identifier for your JIRA project, all uppercase, e.g., PROJ.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
---
@@ -1901,7 +1901,7 @@ Keys of Jira projects.
When issues_enabled is true, this setting specifies which Jira projects to view issues from in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
---
@@ -1915,7 +1915,7 @@ use_inherited_settings: typing.Union[bool, IResolvable]
Indicates whether or not to inherit default settings. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#use_inherited_settings IntegrationJira#use_inherited_settings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#use_inherited_settings IntegrationJira#use_inherited_settings}
---
@@ -1931,7 +1931,7 @@ The email or username to be used with Jira.
For Jira Cloud use an email, for Jira Data Center and Jira Server use a username. Required when using Basic authentication (jira_auth_type is 0).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#username IntegrationJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#username IntegrationJira#username}
---
diff --git a/docs/integrationJira.typescript.md b/docs/integrationJira.typescript.md
index cf172476f..cf6d857bc 100644
--- a/docs/integrationJira.typescript.md
+++ b/docs/integrationJira.typescript.md
@@ -4,7 +4,7 @@
### IntegrationJira
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira gitlab_integration_jira}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira gitlab_integration_jira}.
#### Initializers
@@ -572,7 +572,7 @@ The construct id used in the generated config for the IntegrationJira to import.
The id of the existing IntegrationJira that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#import import section} in the documentation of this resource for the id to use
---
@@ -1234,7 +1234,7 @@ const integrationJiraConfig: integrationJira.IntegrationJiraConfig = { ... }
| apiUrl
| string
| The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com. |
| commentOnEventEnabled
| boolean \| cdktf.IResolvable
| Enable comments inside Jira issues on each GitLab event (commit / merge request). |
| commitEvents
| boolean \| cdktf.IResolvable
| Enable notifications for commit events. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#id IntegrationJira#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#id IntegrationJira#id}. |
| issuesEnabled
| boolean \| cdktf.IResolvable
| Enable viewing Jira issues in GitLab. |
| jiraAuthType
| number
| The authentication method to be used with Jira. |
| jiraIssuePrefix
| string
| Prefix to match Jira issue keys. |
@@ -1331,7 +1331,7 @@ The Jira API token, password, or personal access token to be used with Jira.
When your authentication method is basic (jira_auth_type is 0), use an API token for Jira Cloud or a password for Jira Data Center or Jira Server. When your authentication method is a Jira personal access token (jira_auth_type is 1), use the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#password IntegrationJira#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#password IntegrationJira#password}
---
@@ -1345,7 +1345,7 @@ public readonly project: string;
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project IntegrationJira#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project IntegrationJira#project}
---
@@ -1359,7 +1359,7 @@ public readonly url: string;
The URL to the JIRA project which is being linked to this GitLab project. For example, https://jira.example.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#url IntegrationJira#url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#url IntegrationJira#url}
---
@@ -1373,7 +1373,7 @@ public readonly apiUrl: string;
The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#api_url IntegrationJira#api_url}
---
@@ -1387,7 +1387,7 @@ public readonly commentOnEventEnabled: boolean | IResolvable;
Enable comments inside Jira issues on each GitLab event (commit / merge request).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#comment_on_event_enabled IntegrationJira#comment_on_event_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#comment_on_event_enabled IntegrationJira#comment_on_event_enabled}
---
@@ -1401,7 +1401,7 @@ public readonly commitEvents: boolean | IResolvable;
Enable notifications for commit events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#commit_events IntegrationJira#commit_events}
---
@@ -1413,7 +1413,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#id IntegrationJira#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#id IntegrationJira#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1430,7 +1430,7 @@ public readonly issuesEnabled: boolean | IResolvable;
Enable viewing Jira issues in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#issues_enabled IntegrationJira#issues_enabled}
---
@@ -1446,7 +1446,7 @@ The authentication method to be used with Jira.
0 means Basic Authentication. 1 means Jira personal access token. Defaults to 0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_auth_type IntegrationJira#jira_auth_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_auth_type IntegrationJira#jira_auth_type}
---
@@ -1460,7 +1460,7 @@ public readonly jiraIssuePrefix: string;
Prefix to match Jira issue keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_prefix IntegrationJira#jira_issue_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_prefix IntegrationJira#jira_issue_prefix}
---
@@ -1474,7 +1474,7 @@ public readonly jiraIssueRegex: string;
Regular expression to match Jira issue keys.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_regex IntegrationJira#jira_issue_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_regex IntegrationJira#jira_issue_regex}
---
@@ -1488,7 +1488,7 @@ public readonly jiraIssueTransitionAutomatic: boolean | IResolvable;
Enable automatic issue transitions. Takes precedence over jira_issue_transition_id if enabled. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_transition_automatic IntegrationJira#jira_issue_transition_automatic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_transition_automatic IntegrationJira#jira_issue_transition_automatic}
---
@@ -1504,7 +1504,7 @@ The ID of a transition that moves issues to a closed state.
You can find this number under the JIRA workflow administration (Administration > Issues > Workflows) by selecting View under Operations of the desired workflow of your project. By default, this ID is set to 2. *Note**: importing this field is only supported since GitLab 15.2.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#jira_issue_transition_id IntegrationJira#jira_issue_transition_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#jira_issue_transition_id IntegrationJira#jira_issue_transition_id}
---
@@ -1518,7 +1518,7 @@ public readonly mergeRequestsEvents: boolean | IResolvable;
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#merge_requests_events IntegrationJira#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#merge_requests_events IntegrationJira#merge_requests_events}
---
@@ -1532,7 +1532,7 @@ public readonly projectKey: string;
The short identifier for your JIRA project, all uppercase, e.g., PROJ.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project_key IntegrationJira#project_key}
---
@@ -1548,7 +1548,7 @@ Keys of Jira projects.
When issues_enabled is true, this setting specifies which Jira projects to view issues from in GitLab.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#project_keys IntegrationJira#project_keys}
---
@@ -1562,7 +1562,7 @@ public readonly useInheritedSettings: boolean | IResolvable;
Indicates whether or not to inherit default settings. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#use_inherited_settings IntegrationJira#use_inherited_settings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#use_inherited_settings IntegrationJira#use_inherited_settings}
---
@@ -1578,7 +1578,7 @@ The email or username to be used with Jira.
For Jira Cloud use an email, for Jira Data Center and Jira Server use a username. Required when using Basic authentication (jira_auth_type is 0).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_jira#username IntegrationJira#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_jira#username IntegrationJira#username}
---
diff --git a/docs/integrationMattermost.csharp.md b/docs/integrationMattermost.csharp.md
index 51ee8cfa0..986243689 100644
--- a/docs/integrationMattermost.csharp.md
+++ b/docs/integrationMattermost.csharp.md
@@ -4,7 +4,7 @@
### IntegrationMattermost
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost gitlab_integration_mattermost}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost gitlab_integration_mattermost}.
#### Initializers
@@ -621,7 +621,7 @@ The construct id used in the generated config for the IntegrationMattermost to i
The id of the existing IntegrationMattermost that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#import import section} in the documentation of this resource for the id to use
---
@@ -1404,7 +1404,7 @@ new IntegrationMattermostConfig {
| ConfidentialIssuesEvents
| object
| Enable notifications for confidential issues events. |
| ConfidentialNoteChannel
| string
| The name of the channel to receive confidential note events notifications. |
| ConfidentialNoteEvents
| object
| Enable notifications for confidential note events. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
| IssueChannel
| string
| The name of the channel to receive issue events notifications. |
| IssuesEvents
| object
| Enable notifications for issues events. |
| MergeRequestChannel
| string
| The name of the channel to receive merge request events notifications. |
@@ -1504,7 +1504,7 @@ public string Project { get; set; }
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
---
@@ -1518,7 +1518,7 @@ public string Webhook { get; set; }
Webhook URL (Example, https://mattermost.yourdomain.com/hooks/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
---
@@ -1532,7 +1532,7 @@ public string BranchesToBeNotified { get; set; }
Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#branches_to_be_notified IntegrationMattermost#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#branches_to_be_notified IntegrationMattermost#branches_to_be_notified}
---
@@ -1546,7 +1546,7 @@ public string ConfidentialIssueChannel { get; set; }
The name of the channel to receive confidential issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_issue_channel IntegrationMattermost#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_issue_channel IntegrationMattermost#confidential_issue_channel}
---
@@ -1560,7 +1560,7 @@ public object ConfidentialIssuesEvents { get; set; }
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_issues_events IntegrationMattermost#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_issues_events IntegrationMattermost#confidential_issues_events}
---
@@ -1574,7 +1574,7 @@ public string ConfidentialNoteChannel { get; set; }
The name of the channel to receive confidential note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_note_channel IntegrationMattermost#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_note_channel IntegrationMattermost#confidential_note_channel}
---
@@ -1588,7 +1588,7 @@ public object ConfidentialNoteEvents { get; set; }
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_note_events IntegrationMattermost#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_note_events IntegrationMattermost#confidential_note_events}
---
@@ -1600,7 +1600,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1617,7 +1617,7 @@ public string IssueChannel { get; set; }
The name of the channel to receive issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
---
@@ -1631,7 +1631,7 @@ public object IssuesEvents { get; set; }
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
---
@@ -1645,7 +1645,7 @@ public string MergeRequestChannel { get; set; }
The name of the channel to receive merge request events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#merge_request_channel IntegrationMattermost#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#merge_request_channel IntegrationMattermost#merge_request_channel}
---
@@ -1659,7 +1659,7 @@ public object MergeRequestsEvents { get; set; }
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#merge_requests_events IntegrationMattermost#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#merge_requests_events IntegrationMattermost#merge_requests_events}
---
@@ -1673,7 +1673,7 @@ public string NoteChannel { get; set; }
The name of the channel to receive note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
---
@@ -1687,7 +1687,7 @@ public object NoteEvents { get; set; }
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
---
@@ -1701,7 +1701,7 @@ public object NotifyOnlyBrokenPipelines { get; set; }
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#notify_only_broken_pipelines IntegrationMattermost#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#notify_only_broken_pipelines IntegrationMattermost#notify_only_broken_pipelines}
---
@@ -1715,7 +1715,7 @@ public string PipelineChannel { get; set; }
The name of the channel to receive pipeline events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
---
@@ -1729,7 +1729,7 @@ public object PipelineEvents { get; set; }
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
---
@@ -1743,7 +1743,7 @@ public string PushChannel { get; set; }
The name of the channel to receive push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
---
@@ -1757,7 +1757,7 @@ public object PushEvents { get; set; }
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
---
@@ -1771,7 +1771,7 @@ public string TagPushChannel { get; set; }
The name of the channel to receive tag push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#tag_push_channel IntegrationMattermost#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#tag_push_channel IntegrationMattermost#tag_push_channel}
---
@@ -1785,7 +1785,7 @@ public object TagPushEvents { get; set; }
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#tag_push_events IntegrationMattermost#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#tag_push_events IntegrationMattermost#tag_push_events}
---
@@ -1799,7 +1799,7 @@ public string Username { get; set; }
Username to use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
---
@@ -1813,7 +1813,7 @@ public string WikiPageChannel { get; set; }
The name of the channel to receive wiki page events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#wiki_page_channel IntegrationMattermost#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#wiki_page_channel IntegrationMattermost#wiki_page_channel}
---
@@ -1827,7 +1827,7 @@ public object WikiPageEvents { get; set; }
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
---
diff --git a/docs/integrationMattermost.go.md b/docs/integrationMattermost.go.md
index efae50390..46e3067ee 100644
--- a/docs/integrationMattermost.go.md
+++ b/docs/integrationMattermost.go.md
@@ -4,7 +4,7 @@
### IntegrationMattermost
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost gitlab_integration_mattermost}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost gitlab_integration_mattermost}.
#### Initializers
@@ -621,7 +621,7 @@ The construct id used in the generated config for the IntegrationMattermost to i
The id of the existing IntegrationMattermost that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#import import section} in the documentation of this resource for the id to use
---
@@ -1404,7 +1404,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/integrationmattermo
| ConfidentialIssuesEvents
| interface{}
| Enable notifications for confidential issues events. |
| ConfidentialNoteChannel
| *string
| The name of the channel to receive confidential note events notifications. |
| ConfidentialNoteEvents
| interface{}
| Enable notifications for confidential note events. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
| IssueChannel
| *string
| The name of the channel to receive issue events notifications. |
| IssuesEvents
| interface{}
| Enable notifications for issues events. |
| MergeRequestChannel
| *string
| The name of the channel to receive merge request events notifications. |
@@ -1504,7 +1504,7 @@ Project *string
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
---
@@ -1518,7 +1518,7 @@ Webhook *string
Webhook URL (Example, https://mattermost.yourdomain.com/hooks/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
---
@@ -1532,7 +1532,7 @@ BranchesToBeNotified *string
Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#branches_to_be_notified IntegrationMattermost#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#branches_to_be_notified IntegrationMattermost#branches_to_be_notified}
---
@@ -1546,7 +1546,7 @@ ConfidentialIssueChannel *string
The name of the channel to receive confidential issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_issue_channel IntegrationMattermost#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_issue_channel IntegrationMattermost#confidential_issue_channel}
---
@@ -1560,7 +1560,7 @@ ConfidentialIssuesEvents interface{}
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_issues_events IntegrationMattermost#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_issues_events IntegrationMattermost#confidential_issues_events}
---
@@ -1574,7 +1574,7 @@ ConfidentialNoteChannel *string
The name of the channel to receive confidential note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_note_channel IntegrationMattermost#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_note_channel IntegrationMattermost#confidential_note_channel}
---
@@ -1588,7 +1588,7 @@ ConfidentialNoteEvents interface{}
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_note_events IntegrationMattermost#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_note_events IntegrationMattermost#confidential_note_events}
---
@@ -1600,7 +1600,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1617,7 +1617,7 @@ IssueChannel *string
The name of the channel to receive issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
---
@@ -1631,7 +1631,7 @@ IssuesEvents interface{}
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
---
@@ -1645,7 +1645,7 @@ MergeRequestChannel *string
The name of the channel to receive merge request events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#merge_request_channel IntegrationMattermost#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#merge_request_channel IntegrationMattermost#merge_request_channel}
---
@@ -1659,7 +1659,7 @@ MergeRequestsEvents interface{}
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#merge_requests_events IntegrationMattermost#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#merge_requests_events IntegrationMattermost#merge_requests_events}
---
@@ -1673,7 +1673,7 @@ NoteChannel *string
The name of the channel to receive note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
---
@@ -1687,7 +1687,7 @@ NoteEvents interface{}
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
---
@@ -1701,7 +1701,7 @@ NotifyOnlyBrokenPipelines interface{}
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#notify_only_broken_pipelines IntegrationMattermost#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#notify_only_broken_pipelines IntegrationMattermost#notify_only_broken_pipelines}
---
@@ -1715,7 +1715,7 @@ PipelineChannel *string
The name of the channel to receive pipeline events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
---
@@ -1729,7 +1729,7 @@ PipelineEvents interface{}
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
---
@@ -1743,7 +1743,7 @@ PushChannel *string
The name of the channel to receive push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
---
@@ -1757,7 +1757,7 @@ PushEvents interface{}
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
---
@@ -1771,7 +1771,7 @@ TagPushChannel *string
The name of the channel to receive tag push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#tag_push_channel IntegrationMattermost#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#tag_push_channel IntegrationMattermost#tag_push_channel}
---
@@ -1785,7 +1785,7 @@ TagPushEvents interface{}
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#tag_push_events IntegrationMattermost#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#tag_push_events IntegrationMattermost#tag_push_events}
---
@@ -1799,7 +1799,7 @@ Username *string
Username to use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
---
@@ -1813,7 +1813,7 @@ WikiPageChannel *string
The name of the channel to receive wiki page events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#wiki_page_channel IntegrationMattermost#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#wiki_page_channel IntegrationMattermost#wiki_page_channel}
---
@@ -1827,7 +1827,7 @@ WikiPageEvents interface{}
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
---
diff --git a/docs/integrationMattermost.java.md b/docs/integrationMattermost.java.md
index 00069d78f..06f0fa6dd 100644
--- a/docs/integrationMattermost.java.md
+++ b/docs/integrationMattermost.java.md
@@ -4,7 +4,7 @@
### IntegrationMattermost
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost gitlab_integration_mattermost}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost gitlab_integration_mattermost}.
#### Initializers
@@ -78,7 +78,7 @@ IntegrationMattermost.Builder.create(Construct scope, java.lang.String id)
| confidentialIssuesEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for confidential issues events. |
| confidentialNoteChannel
| java.lang.String
| The name of the channel to receive confidential note events notifications. |
| confidentialNoteEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for confidential note events. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
| issueChannel
| java.lang.String
| The name of the channel to receive issue events notifications. |
| issuesEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for issues events. |
| mergeRequestChannel
| java.lang.String
| The name of the channel to receive merge request events notifications. |
@@ -164,7 +164,7 @@ Must be unique amongst siblings in the same scope
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Webhook URL (Example, https://mattermost.yourdomain.com/hooks/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#branches_to_be_notified IntegrationMattermost#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#branches_to_be_notified IntegrationMattermost#branches_to_be_notified}
---
@@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive confidential issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_issue_channel IntegrationMattermost#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_issue_channel IntegrationMattermost#confidential_issue_channel}
---
@@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_issues_events IntegrationMattermost#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_issues_events IntegrationMattermost#confidential_issues_events}
---
@@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive confidential note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_note_channel IntegrationMattermost#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_note_channel IntegrationMattermost#confidential_note_channel}
---
@@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_note_events IntegrationMattermost#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_note_events IntegrationMattermost#confidential_note_events}
---
@@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -245,7 +245,7 @@ If you experience problems setting this value it might not be settable. Please t
The name of the channel to receive issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
---
@@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
---
@@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive merge request events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#merge_request_channel IntegrationMattermost#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#merge_request_channel IntegrationMattermost#merge_request_channel}
---
@@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#merge_requests_events IntegrationMattermost#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#merge_requests_events IntegrationMattermost#merge_requests_events}
---
@@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
---
@@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
---
@@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#notify_only_broken_pipelines IntegrationMattermost#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#notify_only_broken_pipelines IntegrationMattermost#notify_only_broken_pipelines}
---
@@ -315,7 +315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive pipeline events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
---
@@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
---
@@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
---
@@ -345,7 +345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
---
@@ -355,7 +355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive tag push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#tag_push_channel IntegrationMattermost#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#tag_push_channel IntegrationMattermost#tag_push_channel}
---
@@ -365,7 +365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#tag_push_events IntegrationMattermost#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#tag_push_events IntegrationMattermost#tag_push_events}
---
@@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Username to use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
---
@@ -385,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive wiki page events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#wiki_page_channel IntegrationMattermost#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#wiki_page_channel IntegrationMattermost#wiki_page_channel}
---
@@ -395,7 +395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
---
@@ -976,7 +976,7 @@ The construct id used in the generated config for the IntegrationMattermost to i
The id of the existing IntegrationMattermost that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#import import section} in the documentation of this resource for the id to use
---
@@ -1773,7 +1773,7 @@ IntegrationMattermostConfig.builder()
| confidentialIssuesEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for confidential issues events. |
| confidentialNoteChannel
| java.lang.String
| The name of the channel to receive confidential note events notifications. |
| confidentialNoteEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for confidential note events. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
| issueChannel
| java.lang.String
| The name of the channel to receive issue events notifications. |
| issuesEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for issues events. |
| mergeRequestChannel
| java.lang.String
| The name of the channel to receive merge request events notifications. |
@@ -1873,7 +1873,7 @@ public java.lang.String getProject();
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
---
@@ -1887,7 +1887,7 @@ public java.lang.String getWebhook();
Webhook URL (Example, https://mattermost.yourdomain.com/hooks/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
---
@@ -1901,7 +1901,7 @@ public java.lang.String getBranchesToBeNotified();
Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#branches_to_be_notified IntegrationMattermost#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#branches_to_be_notified IntegrationMattermost#branches_to_be_notified}
---
@@ -1915,7 +1915,7 @@ public java.lang.String getConfidentialIssueChannel();
The name of the channel to receive confidential issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_issue_channel IntegrationMattermost#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_issue_channel IntegrationMattermost#confidential_issue_channel}
---
@@ -1929,7 +1929,7 @@ public java.lang.Object getConfidentialIssuesEvents();
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_issues_events IntegrationMattermost#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_issues_events IntegrationMattermost#confidential_issues_events}
---
@@ -1943,7 +1943,7 @@ public java.lang.String getConfidentialNoteChannel();
The name of the channel to receive confidential note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_note_channel IntegrationMattermost#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_note_channel IntegrationMattermost#confidential_note_channel}
---
@@ -1957,7 +1957,7 @@ public java.lang.Object getConfidentialNoteEvents();
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_note_events IntegrationMattermost#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_note_events IntegrationMattermost#confidential_note_events}
---
@@ -1969,7 +1969,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1986,7 +1986,7 @@ public java.lang.String getIssueChannel();
The name of the channel to receive issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
---
@@ -2000,7 +2000,7 @@ public java.lang.Object getIssuesEvents();
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
---
@@ -2014,7 +2014,7 @@ public java.lang.String getMergeRequestChannel();
The name of the channel to receive merge request events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#merge_request_channel IntegrationMattermost#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#merge_request_channel IntegrationMattermost#merge_request_channel}
---
@@ -2028,7 +2028,7 @@ public java.lang.Object getMergeRequestsEvents();
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#merge_requests_events IntegrationMattermost#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#merge_requests_events IntegrationMattermost#merge_requests_events}
---
@@ -2042,7 +2042,7 @@ public java.lang.String getNoteChannel();
The name of the channel to receive note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
---
@@ -2056,7 +2056,7 @@ public java.lang.Object getNoteEvents();
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
---
@@ -2070,7 +2070,7 @@ public java.lang.Object getNotifyOnlyBrokenPipelines();
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#notify_only_broken_pipelines IntegrationMattermost#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#notify_only_broken_pipelines IntegrationMattermost#notify_only_broken_pipelines}
---
@@ -2084,7 +2084,7 @@ public java.lang.String getPipelineChannel();
The name of the channel to receive pipeline events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
---
@@ -2098,7 +2098,7 @@ public java.lang.Object getPipelineEvents();
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
---
@@ -2112,7 +2112,7 @@ public java.lang.String getPushChannel();
The name of the channel to receive push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
---
@@ -2126,7 +2126,7 @@ public java.lang.Object getPushEvents();
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
---
@@ -2140,7 +2140,7 @@ public java.lang.String getTagPushChannel();
The name of the channel to receive tag push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#tag_push_channel IntegrationMattermost#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#tag_push_channel IntegrationMattermost#tag_push_channel}
---
@@ -2154,7 +2154,7 @@ public java.lang.Object getTagPushEvents();
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#tag_push_events IntegrationMattermost#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#tag_push_events IntegrationMattermost#tag_push_events}
---
@@ -2168,7 +2168,7 @@ public java.lang.String getUsername();
Username to use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
---
@@ -2182,7 +2182,7 @@ public java.lang.String getWikiPageChannel();
The name of the channel to receive wiki page events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#wiki_page_channel IntegrationMattermost#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#wiki_page_channel IntegrationMattermost#wiki_page_channel}
---
@@ -2196,7 +2196,7 @@ public java.lang.Object getWikiPageEvents();
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
---
diff --git a/docs/integrationMattermost.python.md b/docs/integrationMattermost.python.md
index 25c3c7d38..b494accaa 100644
--- a/docs/integrationMattermost.python.md
+++ b/docs/integrationMattermost.python.md
@@ -4,7 +4,7 @@
### IntegrationMattermost
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost gitlab_integration_mattermost}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost gitlab_integration_mattermost}.
#### Initializers
@@ -66,7 +66,7 @@ integrationMattermost.IntegrationMattermost(
| confidential_issues_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for confidential issues events. |
| confidential_note_channel
| str
| The name of the channel to receive confidential note events notifications. |
| confidential_note_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for confidential note events. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
| issue_channel
| str
| The name of the channel to receive issue events notifications. |
| issues_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for issues events. |
| merge_request_channel
| str
| The name of the channel to receive merge request events notifications. |
@@ -152,7 +152,7 @@ Must be unique amongst siblings in the same scope
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Webhook URL (Example, https://mattermost.yourdomain.com/hooks/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#branches_to_be_notified IntegrationMattermost#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#branches_to_be_notified IntegrationMattermost#branches_to_be_notified}
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive confidential issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_issue_channel IntegrationMattermost#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_issue_channel IntegrationMattermost#confidential_issue_channel}
---
@@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_issues_events IntegrationMattermost#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_issues_events IntegrationMattermost#confidential_issues_events}
---
@@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive confidential note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_note_channel IntegrationMattermost#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_note_channel IntegrationMattermost#confidential_note_channel}
---
@@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_note_events IntegrationMattermost#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_note_events IntegrationMattermost#confidential_note_events}
---
@@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -233,7 +233,7 @@ If you experience problems setting this value it might not be settable. Please t
The name of the channel to receive issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
---
@@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
---
@@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive merge request events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#merge_request_channel IntegrationMattermost#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#merge_request_channel IntegrationMattermost#merge_request_channel}
---
@@ -263,7 +263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#merge_requests_events IntegrationMattermost#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#merge_requests_events IntegrationMattermost#merge_requests_events}
---
@@ -273,7 +273,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
---
@@ -283,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
---
@@ -293,7 +293,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#notify_only_broken_pipelines IntegrationMattermost#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#notify_only_broken_pipelines IntegrationMattermost#notify_only_broken_pipelines}
---
@@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive pipeline events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
---
@@ -313,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
---
@@ -323,7 +323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
---
@@ -333,7 +333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
---
@@ -343,7 +343,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive tag push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#tag_push_channel IntegrationMattermost#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#tag_push_channel IntegrationMattermost#tag_push_channel}
---
@@ -353,7 +353,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#tag_push_events IntegrationMattermost#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#tag_push_events IntegrationMattermost#tag_push_events}
---
@@ -363,7 +363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Username to use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
---
@@ -373,7 +373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive wiki page events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#wiki_page_channel IntegrationMattermost#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#wiki_page_channel IntegrationMattermost#wiki_page_channel}
---
@@ -383,7 +383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
---
@@ -1010,7 +1010,7 @@ The construct id used in the generated config for the IntegrationMattermost to i
The id of the existing IntegrationMattermost that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#import import section} in the documentation of this resource for the id to use
---
@@ -1793,7 +1793,7 @@ integrationMattermost.IntegrationMattermostConfig(
| confidential_issues_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for confidential issues events. |
| confidential_note_channel
| str
| The name of the channel to receive confidential note events notifications. |
| confidential_note_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for confidential note events. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
| issue_channel
| str
| The name of the channel to receive issue events notifications. |
| issues_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for issues events. |
| merge_request_channel
| str
| The name of the channel to receive merge request events notifications. |
@@ -1893,7 +1893,7 @@ project: str
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
---
@@ -1907,7 +1907,7 @@ webhook: str
Webhook URL (Example, https://mattermost.yourdomain.com/hooks/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
---
@@ -1921,7 +1921,7 @@ branches_to_be_notified: str
Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#branches_to_be_notified IntegrationMattermost#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#branches_to_be_notified IntegrationMattermost#branches_to_be_notified}
---
@@ -1935,7 +1935,7 @@ confidential_issue_channel: str
The name of the channel to receive confidential issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_issue_channel IntegrationMattermost#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_issue_channel IntegrationMattermost#confidential_issue_channel}
---
@@ -1949,7 +1949,7 @@ confidential_issues_events: typing.Union[bool, IResolvable]
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_issues_events IntegrationMattermost#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_issues_events IntegrationMattermost#confidential_issues_events}
---
@@ -1963,7 +1963,7 @@ confidential_note_channel: str
The name of the channel to receive confidential note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_note_channel IntegrationMattermost#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_note_channel IntegrationMattermost#confidential_note_channel}
---
@@ -1977,7 +1977,7 @@ confidential_note_events: typing.Union[bool, IResolvable]
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_note_events IntegrationMattermost#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_note_events IntegrationMattermost#confidential_note_events}
---
@@ -1989,7 +1989,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -2006,7 +2006,7 @@ issue_channel: str
The name of the channel to receive issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
---
@@ -2020,7 +2020,7 @@ issues_events: typing.Union[bool, IResolvable]
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
---
@@ -2034,7 +2034,7 @@ merge_request_channel: str
The name of the channel to receive merge request events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#merge_request_channel IntegrationMattermost#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#merge_request_channel IntegrationMattermost#merge_request_channel}
---
@@ -2048,7 +2048,7 @@ merge_requests_events: typing.Union[bool, IResolvable]
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#merge_requests_events IntegrationMattermost#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#merge_requests_events IntegrationMattermost#merge_requests_events}
---
@@ -2062,7 +2062,7 @@ note_channel: str
The name of the channel to receive note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
---
@@ -2076,7 +2076,7 @@ note_events: typing.Union[bool, IResolvable]
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
---
@@ -2090,7 +2090,7 @@ notify_only_broken_pipelines: typing.Union[bool, IResolvable]
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#notify_only_broken_pipelines IntegrationMattermost#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#notify_only_broken_pipelines IntegrationMattermost#notify_only_broken_pipelines}
---
@@ -2104,7 +2104,7 @@ pipeline_channel: str
The name of the channel to receive pipeline events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
---
@@ -2118,7 +2118,7 @@ pipeline_events: typing.Union[bool, IResolvable]
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
---
@@ -2132,7 +2132,7 @@ push_channel: str
The name of the channel to receive push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
---
@@ -2146,7 +2146,7 @@ push_events: typing.Union[bool, IResolvable]
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
---
@@ -2160,7 +2160,7 @@ tag_push_channel: str
The name of the channel to receive tag push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#tag_push_channel IntegrationMattermost#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#tag_push_channel IntegrationMattermost#tag_push_channel}
---
@@ -2174,7 +2174,7 @@ tag_push_events: typing.Union[bool, IResolvable]
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#tag_push_events IntegrationMattermost#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#tag_push_events IntegrationMattermost#tag_push_events}
---
@@ -2188,7 +2188,7 @@ username: str
Username to use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
---
@@ -2202,7 +2202,7 @@ wiki_page_channel: str
The name of the channel to receive wiki page events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#wiki_page_channel IntegrationMattermost#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#wiki_page_channel IntegrationMattermost#wiki_page_channel}
---
@@ -2216,7 +2216,7 @@ wiki_page_events: typing.Union[bool, IResolvable]
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
---
diff --git a/docs/integrationMattermost.typescript.md b/docs/integrationMattermost.typescript.md
index dee2c3c2c..8fe0b2112 100644
--- a/docs/integrationMattermost.typescript.md
+++ b/docs/integrationMattermost.typescript.md
@@ -4,7 +4,7 @@
### IntegrationMattermost
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost gitlab_integration_mattermost}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost gitlab_integration_mattermost}.
#### Initializers
@@ -621,7 +621,7 @@ The construct id used in the generated config for the IntegrationMattermost to i
The id of the existing IntegrationMattermost that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#import import section} in the documentation of this resource for the id to use
---
@@ -1372,7 +1372,7 @@ const integrationMattermostConfig: integrationMattermost.IntegrationMattermostCo
| confidentialIssuesEvents
| boolean \| cdktf.IResolvable
| Enable notifications for confidential issues events. |
| confidentialNoteChannel
| string
| The name of the channel to receive confidential note events notifications. |
| confidentialNoteEvents
| boolean \| cdktf.IResolvable
| Enable notifications for confidential note events. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}. |
| issueChannel
| string
| The name of the channel to receive issue events notifications. |
| issuesEvents
| boolean \| cdktf.IResolvable
| Enable notifications for issues events. |
| mergeRequestChannel
| string
| The name of the channel to receive merge request events notifications. |
@@ -1472,7 +1472,7 @@ public readonly project: string;
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#project IntegrationMattermost#project}
---
@@ -1486,7 +1486,7 @@ public readonly webhook: string;
Webhook URL (Example, https://mattermost.yourdomain.com/hooks/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#webhook IntegrationMattermost#webhook}
---
@@ -1500,7 +1500,7 @@ public readonly branchesToBeNotified: string;
Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#branches_to_be_notified IntegrationMattermost#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#branches_to_be_notified IntegrationMattermost#branches_to_be_notified}
---
@@ -1514,7 +1514,7 @@ public readonly confidentialIssueChannel: string;
The name of the channel to receive confidential issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_issue_channel IntegrationMattermost#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_issue_channel IntegrationMattermost#confidential_issue_channel}
---
@@ -1528,7 +1528,7 @@ public readonly confidentialIssuesEvents: boolean | IResolvable;
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_issues_events IntegrationMattermost#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_issues_events IntegrationMattermost#confidential_issues_events}
---
@@ -1542,7 +1542,7 @@ public readonly confidentialNoteChannel: string;
The name of the channel to receive confidential note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_note_channel IntegrationMattermost#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_note_channel IntegrationMattermost#confidential_note_channel}
---
@@ -1556,7 +1556,7 @@ public readonly confidentialNoteEvents: boolean | IResolvable;
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#confidential_note_events IntegrationMattermost#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#confidential_note_events IntegrationMattermost#confidential_note_events}
---
@@ -1568,7 +1568,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#id IntegrationMattermost#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1585,7 +1585,7 @@ public readonly issueChannel: string;
The name of the channel to receive issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#issue_channel IntegrationMattermost#issue_channel}
---
@@ -1599,7 +1599,7 @@ public readonly issuesEvents: boolean | IResolvable;
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#issues_events IntegrationMattermost#issues_events}
---
@@ -1613,7 +1613,7 @@ public readonly mergeRequestChannel: string;
The name of the channel to receive merge request events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#merge_request_channel IntegrationMattermost#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#merge_request_channel IntegrationMattermost#merge_request_channel}
---
@@ -1627,7 +1627,7 @@ public readonly mergeRequestsEvents: boolean | IResolvable;
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#merge_requests_events IntegrationMattermost#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#merge_requests_events IntegrationMattermost#merge_requests_events}
---
@@ -1641,7 +1641,7 @@ public readonly noteChannel: string;
The name of the channel to receive note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#note_channel IntegrationMattermost#note_channel}
---
@@ -1655,7 +1655,7 @@ public readonly noteEvents: boolean | IResolvable;
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#note_events IntegrationMattermost#note_events}
---
@@ -1669,7 +1669,7 @@ public readonly notifyOnlyBrokenPipelines: boolean | IResolvable;
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#notify_only_broken_pipelines IntegrationMattermost#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#notify_only_broken_pipelines IntegrationMattermost#notify_only_broken_pipelines}
---
@@ -1683,7 +1683,7 @@ public readonly pipelineChannel: string;
The name of the channel to receive pipeline events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#pipeline_channel IntegrationMattermost#pipeline_channel}
---
@@ -1697,7 +1697,7 @@ public readonly pipelineEvents: boolean | IResolvable;
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#pipeline_events IntegrationMattermost#pipeline_events}
---
@@ -1711,7 +1711,7 @@ public readonly pushChannel: string;
The name of the channel to receive push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#push_channel IntegrationMattermost#push_channel}
---
@@ -1725,7 +1725,7 @@ public readonly pushEvents: boolean | IResolvable;
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#push_events IntegrationMattermost#push_events}
---
@@ -1739,7 +1739,7 @@ public readonly tagPushChannel: string;
The name of the channel to receive tag push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#tag_push_channel IntegrationMattermost#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#tag_push_channel IntegrationMattermost#tag_push_channel}
---
@@ -1753,7 +1753,7 @@ public readonly tagPushEvents: boolean | IResolvable;
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#tag_push_events IntegrationMattermost#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#tag_push_events IntegrationMattermost#tag_push_events}
---
@@ -1767,7 +1767,7 @@ public readonly username: string;
Username to use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#username IntegrationMattermost#username}
---
@@ -1781,7 +1781,7 @@ public readonly wikiPageChannel: string;
The name of the channel to receive wiki page events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#wiki_page_channel IntegrationMattermost#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#wiki_page_channel IntegrationMattermost#wiki_page_channel}
---
@@ -1795,7 +1795,7 @@ public readonly wikiPageEvents: boolean | IResolvable;
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_mattermost#wiki_page_events IntegrationMattermost#wiki_page_events}
---
diff --git a/docs/integrationMicrosoftTeams.csharp.md b/docs/integrationMicrosoftTeams.csharp.md
index 91cbf6b77..fc3f481d2 100644
--- a/docs/integrationMicrosoftTeams.csharp.md
+++ b/docs/integrationMicrosoftTeams.csharp.md
@@ -4,7 +4,7 @@
### IntegrationMicrosoftTeams
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}.
#### Initializers
@@ -551,7 +551,7 @@ The construct id used in the generated config for the IntegrationMicrosoftTeams
The id of the existing IntegrationMicrosoftTeams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#import import section} in the documentation of this resource for the id to use
---
@@ -1135,7 +1135,7 @@ new IntegrationMicrosoftTeamsConfig {
| BranchesToBeNotified
| string
| Branches to send notifications for. Valid options are “all”, “default”, “protected”, and “default_and_protected”. The default value is “default”. |
| ConfidentialIssuesEvents
| object
| Enable notifications for confidential issue events. |
| ConfidentialNoteEvents
| object
| Enable notifications for confidential note events. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}. |
| IssuesEvents
| object
| Enable notifications for issue events. |
| MergeRequestsEvents
| object
| Enable notifications for merge request events. |
| NoteEvents
| object
| Enable notifications for note events. |
@@ -1227,7 +1227,7 @@ public string Project { get; set; }
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
---
@@ -1241,7 +1241,7 @@ public string Webhook { get; set; }
The Microsoft Teams webhook (Example, https://outlook.office.com/webhook/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
---
@@ -1255,7 +1255,7 @@ public string BranchesToBeNotified { get; set; }
Branches to send notifications for. Valid options are “all”, “default”, “protected”, and “default_and_protected”. The default value is “default”.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#branches_to_be_notified IntegrationMicrosoftTeams#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#branches_to_be_notified IntegrationMicrosoftTeams#branches_to_be_notified}
---
@@ -1269,7 +1269,7 @@ public object ConfidentialIssuesEvents { get; set; }
Enable notifications for confidential issue events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#confidential_issues_events IntegrationMicrosoftTeams#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#confidential_issues_events IntegrationMicrosoftTeams#confidential_issues_events}
---
@@ -1283,7 +1283,7 @@ public object ConfidentialNoteEvents { get; set; }
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#confidential_note_events IntegrationMicrosoftTeams#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#confidential_note_events IntegrationMicrosoftTeams#confidential_note_events}
---
@@ -1295,7 +1295,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1312,7 +1312,7 @@ public object IssuesEvents { get; set; }
Enable notifications for issue events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#issues_events IntegrationMicrosoftTeams#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#issues_events IntegrationMicrosoftTeams#issues_events}
---
@@ -1326,7 +1326,7 @@ public object MergeRequestsEvents { get; set; }
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#merge_requests_events IntegrationMicrosoftTeams#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#merge_requests_events IntegrationMicrosoftTeams#merge_requests_events}
---
@@ -1340,7 +1340,7 @@ public object NoteEvents { get; set; }
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#note_events IntegrationMicrosoftTeams#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#note_events IntegrationMicrosoftTeams#note_events}
---
@@ -1354,7 +1354,7 @@ public object NotifyOnlyBrokenPipelines { get; set; }
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#notify_only_broken_pipelines IntegrationMicrosoftTeams#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#notify_only_broken_pipelines IntegrationMicrosoftTeams#notify_only_broken_pipelines}
---
@@ -1368,7 +1368,7 @@ public object PipelineEvents { get; set; }
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#pipeline_events IntegrationMicrosoftTeams#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#pipeline_events IntegrationMicrosoftTeams#pipeline_events}
---
@@ -1382,7 +1382,7 @@ public object PushEvents { get; set; }
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#push_events IntegrationMicrosoftTeams#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#push_events IntegrationMicrosoftTeams#push_events}
---
@@ -1396,7 +1396,7 @@ public object TagPushEvents { get; set; }
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#tag_push_events IntegrationMicrosoftTeams#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#tag_push_events IntegrationMicrosoftTeams#tag_push_events}
---
@@ -1410,7 +1410,7 @@ public object WikiPageEvents { get; set; }
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#wiki_page_events IntegrationMicrosoftTeams#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#wiki_page_events IntegrationMicrosoftTeams#wiki_page_events}
---
diff --git a/docs/integrationMicrosoftTeams.go.md b/docs/integrationMicrosoftTeams.go.md
index 38892e0e8..336be3e0f 100644
--- a/docs/integrationMicrosoftTeams.go.md
+++ b/docs/integrationMicrosoftTeams.go.md
@@ -4,7 +4,7 @@
### IntegrationMicrosoftTeams
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}.
#### Initializers
@@ -551,7 +551,7 @@ The construct id used in the generated config for the IntegrationMicrosoftTeams
The id of the existing IntegrationMicrosoftTeams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#import import section} in the documentation of this resource for the id to use
---
@@ -1135,7 +1135,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/integrationmicrosof
| BranchesToBeNotified
| *string
| Branches to send notifications for. Valid options are “all”, “default”, “protected”, and “default_and_protected”. The default value is “default”. |
| ConfidentialIssuesEvents
| interface{}
| Enable notifications for confidential issue events. |
| ConfidentialNoteEvents
| interface{}
| Enable notifications for confidential note events. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}. |
| IssuesEvents
| interface{}
| Enable notifications for issue events. |
| MergeRequestsEvents
| interface{}
| Enable notifications for merge request events. |
| NoteEvents
| interface{}
| Enable notifications for note events. |
@@ -1227,7 +1227,7 @@ Project *string
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
---
@@ -1241,7 +1241,7 @@ Webhook *string
The Microsoft Teams webhook (Example, https://outlook.office.com/webhook/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
---
@@ -1255,7 +1255,7 @@ BranchesToBeNotified *string
Branches to send notifications for. Valid options are “all”, “default”, “protected”, and “default_and_protected”. The default value is “default”.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#branches_to_be_notified IntegrationMicrosoftTeams#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#branches_to_be_notified IntegrationMicrosoftTeams#branches_to_be_notified}
---
@@ -1269,7 +1269,7 @@ ConfidentialIssuesEvents interface{}
Enable notifications for confidential issue events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#confidential_issues_events IntegrationMicrosoftTeams#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#confidential_issues_events IntegrationMicrosoftTeams#confidential_issues_events}
---
@@ -1283,7 +1283,7 @@ ConfidentialNoteEvents interface{}
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#confidential_note_events IntegrationMicrosoftTeams#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#confidential_note_events IntegrationMicrosoftTeams#confidential_note_events}
---
@@ -1295,7 +1295,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1312,7 +1312,7 @@ IssuesEvents interface{}
Enable notifications for issue events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#issues_events IntegrationMicrosoftTeams#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#issues_events IntegrationMicrosoftTeams#issues_events}
---
@@ -1326,7 +1326,7 @@ MergeRequestsEvents interface{}
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#merge_requests_events IntegrationMicrosoftTeams#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#merge_requests_events IntegrationMicrosoftTeams#merge_requests_events}
---
@@ -1340,7 +1340,7 @@ NoteEvents interface{}
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#note_events IntegrationMicrosoftTeams#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#note_events IntegrationMicrosoftTeams#note_events}
---
@@ -1354,7 +1354,7 @@ NotifyOnlyBrokenPipelines interface{}
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#notify_only_broken_pipelines IntegrationMicrosoftTeams#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#notify_only_broken_pipelines IntegrationMicrosoftTeams#notify_only_broken_pipelines}
---
@@ -1368,7 +1368,7 @@ PipelineEvents interface{}
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#pipeline_events IntegrationMicrosoftTeams#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#pipeline_events IntegrationMicrosoftTeams#pipeline_events}
---
@@ -1382,7 +1382,7 @@ PushEvents interface{}
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#push_events IntegrationMicrosoftTeams#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#push_events IntegrationMicrosoftTeams#push_events}
---
@@ -1396,7 +1396,7 @@ TagPushEvents interface{}
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#tag_push_events IntegrationMicrosoftTeams#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#tag_push_events IntegrationMicrosoftTeams#tag_push_events}
---
@@ -1410,7 +1410,7 @@ WikiPageEvents interface{}
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#wiki_page_events IntegrationMicrosoftTeams#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#wiki_page_events IntegrationMicrosoftTeams#wiki_page_events}
---
diff --git a/docs/integrationMicrosoftTeams.java.md b/docs/integrationMicrosoftTeams.java.md
index e562400ac..d23b41ceb 100644
--- a/docs/integrationMicrosoftTeams.java.md
+++ b/docs/integrationMicrosoftTeams.java.md
@@ -4,7 +4,7 @@
### IntegrationMicrosoftTeams
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}.
#### Initializers
@@ -66,7 +66,7 @@ IntegrationMicrosoftTeams.Builder.create(Construct scope, java.lang.String id)
| branchesToBeNotified
| java.lang.String
| Branches to send notifications for. Valid options are “all”, “default”, “protected”, and “default_and_protected”. The default value is “default”. |
| confidentialIssuesEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for confidential issue events. |
| confidentialNoteEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for confidential note events. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}. |
| issuesEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for issue events. |
| mergeRequestsEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for merge request events. |
| noteEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for note events. |
@@ -144,7 +144,7 @@ Must be unique amongst siblings in the same scope
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Microsoft Teams webhook (Example, https://outlook.office.com/webhook/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Branches to send notifications for. Valid options are “all”, “default”, “protected”, and “default_and_protected”. The default value is “default”.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#branches_to_be_notified IntegrationMicrosoftTeams#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#branches_to_be_notified IntegrationMicrosoftTeams#branches_to_be_notified}
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for confidential issue events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#confidential_issues_events IntegrationMicrosoftTeams#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#confidential_issues_events IntegrationMicrosoftTeams#confidential_issues_events}
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#confidential_note_events IntegrationMicrosoftTeams#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#confidential_note_events IntegrationMicrosoftTeams#confidential_note_events}
---
@@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -205,7 +205,7 @@ If you experience problems setting this value it might not be settable. Please t
Enable notifications for issue events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#issues_events IntegrationMicrosoftTeams#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#issues_events IntegrationMicrosoftTeams#issues_events}
---
@@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#merge_requests_events IntegrationMicrosoftTeams#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#merge_requests_events IntegrationMicrosoftTeams#merge_requests_events}
---
@@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#note_events IntegrationMicrosoftTeams#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#note_events IntegrationMicrosoftTeams#note_events}
---
@@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#notify_only_broken_pipelines IntegrationMicrosoftTeams#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#notify_only_broken_pipelines IntegrationMicrosoftTeams#notify_only_broken_pipelines}
---
@@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#pipeline_events IntegrationMicrosoftTeams#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#pipeline_events IntegrationMicrosoftTeams#pipeline_events}
---
@@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#push_events IntegrationMicrosoftTeams#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#push_events IntegrationMicrosoftTeams#push_events}
---
@@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#tag_push_events IntegrationMicrosoftTeams#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#tag_push_events IntegrationMicrosoftTeams#tag_push_events}
---
@@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#wiki_page_events IntegrationMicrosoftTeams#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#wiki_page_events IntegrationMicrosoftTeams#wiki_page_events}
---
@@ -786,7 +786,7 @@ The construct id used in the generated config for the IntegrationMicrosoftTeams
The id of the existing IntegrationMicrosoftTeams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#import import section} in the documentation of this resource for the id to use
---
@@ -1384,7 +1384,7 @@ IntegrationMicrosoftTeamsConfig.builder()
| branchesToBeNotified
| java.lang.String
| Branches to send notifications for. Valid options are “all”, “default”, “protected”, and “default_and_protected”. The default value is “default”. |
| confidentialIssuesEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for confidential issue events. |
| confidentialNoteEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for confidential note events. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}. |
| issuesEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for issue events. |
| mergeRequestsEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for merge request events. |
| noteEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for note events. |
@@ -1476,7 +1476,7 @@ public java.lang.String getProject();
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
---
@@ -1490,7 +1490,7 @@ public java.lang.String getWebhook();
The Microsoft Teams webhook (Example, https://outlook.office.com/webhook/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
---
@@ -1504,7 +1504,7 @@ public java.lang.String getBranchesToBeNotified();
Branches to send notifications for. Valid options are “all”, “default”, “protected”, and “default_and_protected”. The default value is “default”.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#branches_to_be_notified IntegrationMicrosoftTeams#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#branches_to_be_notified IntegrationMicrosoftTeams#branches_to_be_notified}
---
@@ -1518,7 +1518,7 @@ public java.lang.Object getConfidentialIssuesEvents();
Enable notifications for confidential issue events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#confidential_issues_events IntegrationMicrosoftTeams#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#confidential_issues_events IntegrationMicrosoftTeams#confidential_issues_events}
---
@@ -1532,7 +1532,7 @@ public java.lang.Object getConfidentialNoteEvents();
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#confidential_note_events IntegrationMicrosoftTeams#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#confidential_note_events IntegrationMicrosoftTeams#confidential_note_events}
---
@@ -1544,7 +1544,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1561,7 +1561,7 @@ public java.lang.Object getIssuesEvents();
Enable notifications for issue events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#issues_events IntegrationMicrosoftTeams#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#issues_events IntegrationMicrosoftTeams#issues_events}
---
@@ -1575,7 +1575,7 @@ public java.lang.Object getMergeRequestsEvents();
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#merge_requests_events IntegrationMicrosoftTeams#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#merge_requests_events IntegrationMicrosoftTeams#merge_requests_events}
---
@@ -1589,7 +1589,7 @@ public java.lang.Object getNoteEvents();
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#note_events IntegrationMicrosoftTeams#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#note_events IntegrationMicrosoftTeams#note_events}
---
@@ -1603,7 +1603,7 @@ public java.lang.Object getNotifyOnlyBrokenPipelines();
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#notify_only_broken_pipelines IntegrationMicrosoftTeams#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#notify_only_broken_pipelines IntegrationMicrosoftTeams#notify_only_broken_pipelines}
---
@@ -1617,7 +1617,7 @@ public java.lang.Object getPipelineEvents();
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#pipeline_events IntegrationMicrosoftTeams#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#pipeline_events IntegrationMicrosoftTeams#pipeline_events}
---
@@ -1631,7 +1631,7 @@ public java.lang.Object getPushEvents();
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#push_events IntegrationMicrosoftTeams#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#push_events IntegrationMicrosoftTeams#push_events}
---
@@ -1645,7 +1645,7 @@ public java.lang.Object getTagPushEvents();
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#tag_push_events IntegrationMicrosoftTeams#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#tag_push_events IntegrationMicrosoftTeams#tag_push_events}
---
@@ -1659,7 +1659,7 @@ public java.lang.Object getWikiPageEvents();
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#wiki_page_events IntegrationMicrosoftTeams#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#wiki_page_events IntegrationMicrosoftTeams#wiki_page_events}
---
diff --git a/docs/integrationMicrosoftTeams.python.md b/docs/integrationMicrosoftTeams.python.md
index 35fa4295c..3b699fdae 100644
--- a/docs/integrationMicrosoftTeams.python.md
+++ b/docs/integrationMicrosoftTeams.python.md
@@ -4,7 +4,7 @@
### IntegrationMicrosoftTeams
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}.
#### Initializers
@@ -54,7 +54,7 @@ integrationMicrosoftTeams.IntegrationMicrosoftTeams(
| branches_to_be_notified
| str
| Branches to send notifications for. Valid options are “all”, “default”, “protected”, and “default_and_protected”. The default value is “default”. |
| confidential_issues_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for confidential issue events. |
| confidential_note_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for confidential note events. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}. |
| issues_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for issue events. |
| merge_requests_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for merge request events. |
| note_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for note events. |
@@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Microsoft Teams webhook (Example, https://outlook.office.com/webhook/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Branches to send notifications for. Valid options are “all”, “default”, “protected”, and “default_and_protected”. The default value is “default”.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#branches_to_be_notified IntegrationMicrosoftTeams#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#branches_to_be_notified IntegrationMicrosoftTeams#branches_to_be_notified}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for confidential issue events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#confidential_issues_events IntegrationMicrosoftTeams#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#confidential_issues_events IntegrationMicrosoftTeams#confidential_issues_events}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#confidential_note_events IntegrationMicrosoftTeams#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#confidential_note_events IntegrationMicrosoftTeams#confidential_note_events}
---
@@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -193,7 +193,7 @@ If you experience problems setting this value it might not be settable. Please t
Enable notifications for issue events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#issues_events IntegrationMicrosoftTeams#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#issues_events IntegrationMicrosoftTeams#issues_events}
---
@@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#merge_requests_events IntegrationMicrosoftTeams#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#merge_requests_events IntegrationMicrosoftTeams#merge_requests_events}
---
@@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#note_events IntegrationMicrosoftTeams#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#note_events IntegrationMicrosoftTeams#note_events}
---
@@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#notify_only_broken_pipelines IntegrationMicrosoftTeams#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#notify_only_broken_pipelines IntegrationMicrosoftTeams#notify_only_broken_pipelines}
---
@@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#pipeline_events IntegrationMicrosoftTeams#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#pipeline_events IntegrationMicrosoftTeams#pipeline_events}
---
@@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#push_events IntegrationMicrosoftTeams#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#push_events IntegrationMicrosoftTeams#push_events}
---
@@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#tag_push_events IntegrationMicrosoftTeams#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#tag_push_events IntegrationMicrosoftTeams#tag_push_events}
---
@@ -263,7 +263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#wiki_page_events IntegrationMicrosoftTeams#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#wiki_page_events IntegrationMicrosoftTeams#wiki_page_events}
---
@@ -820,7 +820,7 @@ The construct id used in the generated config for the IntegrationMicrosoftTeams
The id of the existing IntegrationMicrosoftTeams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#import import section} in the documentation of this resource for the id to use
---
@@ -1404,7 +1404,7 @@ integrationMicrosoftTeams.IntegrationMicrosoftTeamsConfig(
| branches_to_be_notified
| str
| Branches to send notifications for. Valid options are “all”, “default”, “protected”, and “default_and_protected”. The default value is “default”. |
| confidential_issues_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for confidential issue events. |
| confidential_note_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for confidential note events. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}. |
| issues_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for issue events. |
| merge_requests_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for merge request events. |
| note_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for note events. |
@@ -1496,7 +1496,7 @@ project: str
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
---
@@ -1510,7 +1510,7 @@ webhook: str
The Microsoft Teams webhook (Example, https://outlook.office.com/webhook/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
---
@@ -1524,7 +1524,7 @@ branches_to_be_notified: str
Branches to send notifications for. Valid options are “all”, “default”, “protected”, and “default_and_protected”. The default value is “default”.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#branches_to_be_notified IntegrationMicrosoftTeams#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#branches_to_be_notified IntegrationMicrosoftTeams#branches_to_be_notified}
---
@@ -1538,7 +1538,7 @@ confidential_issues_events: typing.Union[bool, IResolvable]
Enable notifications for confidential issue events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#confidential_issues_events IntegrationMicrosoftTeams#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#confidential_issues_events IntegrationMicrosoftTeams#confidential_issues_events}
---
@@ -1552,7 +1552,7 @@ confidential_note_events: typing.Union[bool, IResolvable]
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#confidential_note_events IntegrationMicrosoftTeams#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#confidential_note_events IntegrationMicrosoftTeams#confidential_note_events}
---
@@ -1564,7 +1564,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1581,7 +1581,7 @@ issues_events: typing.Union[bool, IResolvable]
Enable notifications for issue events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#issues_events IntegrationMicrosoftTeams#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#issues_events IntegrationMicrosoftTeams#issues_events}
---
@@ -1595,7 +1595,7 @@ merge_requests_events: typing.Union[bool, IResolvable]
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#merge_requests_events IntegrationMicrosoftTeams#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#merge_requests_events IntegrationMicrosoftTeams#merge_requests_events}
---
@@ -1609,7 +1609,7 @@ note_events: typing.Union[bool, IResolvable]
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#note_events IntegrationMicrosoftTeams#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#note_events IntegrationMicrosoftTeams#note_events}
---
@@ -1623,7 +1623,7 @@ notify_only_broken_pipelines: typing.Union[bool, IResolvable]
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#notify_only_broken_pipelines IntegrationMicrosoftTeams#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#notify_only_broken_pipelines IntegrationMicrosoftTeams#notify_only_broken_pipelines}
---
@@ -1637,7 +1637,7 @@ pipeline_events: typing.Union[bool, IResolvable]
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#pipeline_events IntegrationMicrosoftTeams#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#pipeline_events IntegrationMicrosoftTeams#pipeline_events}
---
@@ -1651,7 +1651,7 @@ push_events: typing.Union[bool, IResolvable]
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#push_events IntegrationMicrosoftTeams#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#push_events IntegrationMicrosoftTeams#push_events}
---
@@ -1665,7 +1665,7 @@ tag_push_events: typing.Union[bool, IResolvable]
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#tag_push_events IntegrationMicrosoftTeams#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#tag_push_events IntegrationMicrosoftTeams#tag_push_events}
---
@@ -1679,7 +1679,7 @@ wiki_page_events: typing.Union[bool, IResolvable]
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#wiki_page_events IntegrationMicrosoftTeams#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#wiki_page_events IntegrationMicrosoftTeams#wiki_page_events}
---
diff --git a/docs/integrationMicrosoftTeams.typescript.md b/docs/integrationMicrosoftTeams.typescript.md
index c036eea43..e99d82d6d 100644
--- a/docs/integrationMicrosoftTeams.typescript.md
+++ b/docs/integrationMicrosoftTeams.typescript.md
@@ -4,7 +4,7 @@
### IntegrationMicrosoftTeams
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams gitlab_integration_microsoft_teams}.
#### Initializers
@@ -551,7 +551,7 @@ The construct id used in the generated config for the IntegrationMicrosoftTeams
The id of the existing IntegrationMicrosoftTeams that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#import import section} in the documentation of this resource for the id to use
---
@@ -1113,7 +1113,7 @@ const integrationMicrosoftTeamsConfig: integrationMicrosoftTeams.IntegrationMicr
| branchesToBeNotified
| string
| Branches to send notifications for. Valid options are “all”, “default”, “protected”, and “default_and_protected”. The default value is “default”. |
| confidentialIssuesEvents
| boolean \| cdktf.IResolvable
| Enable notifications for confidential issue events. |
| confidentialNoteEvents
| boolean \| cdktf.IResolvable
| Enable notifications for confidential note events. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}. |
| issuesEvents
| boolean \| cdktf.IResolvable
| Enable notifications for issue events. |
| mergeRequestsEvents
| boolean \| cdktf.IResolvable
| Enable notifications for merge request events. |
| noteEvents
| boolean \| cdktf.IResolvable
| Enable notifications for note events. |
@@ -1205,7 +1205,7 @@ public readonly project: string;
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#project IntegrationMicrosoftTeams#project}
---
@@ -1219,7 +1219,7 @@ public readonly webhook: string;
The Microsoft Teams webhook (Example, https://outlook.office.com/webhook/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#webhook IntegrationMicrosoftTeams#webhook}
---
@@ -1233,7 +1233,7 @@ public readonly branchesToBeNotified: string;
Branches to send notifications for. Valid options are “all”, “default”, “protected”, and “default_and_protected”. The default value is “default”.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#branches_to_be_notified IntegrationMicrosoftTeams#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#branches_to_be_notified IntegrationMicrosoftTeams#branches_to_be_notified}
---
@@ -1247,7 +1247,7 @@ public readonly confidentialIssuesEvents: boolean | IResolvable;
Enable notifications for confidential issue events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#confidential_issues_events IntegrationMicrosoftTeams#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#confidential_issues_events IntegrationMicrosoftTeams#confidential_issues_events}
---
@@ -1261,7 +1261,7 @@ public readonly confidentialNoteEvents: boolean | IResolvable;
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#confidential_note_events IntegrationMicrosoftTeams#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#confidential_note_events IntegrationMicrosoftTeams#confidential_note_events}
---
@@ -1273,7 +1273,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#id IntegrationMicrosoftTeams#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1290,7 +1290,7 @@ public readonly issuesEvents: boolean | IResolvable;
Enable notifications for issue events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#issues_events IntegrationMicrosoftTeams#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#issues_events IntegrationMicrosoftTeams#issues_events}
---
@@ -1304,7 +1304,7 @@ public readonly mergeRequestsEvents: boolean | IResolvable;
Enable notifications for merge request events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#merge_requests_events IntegrationMicrosoftTeams#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#merge_requests_events IntegrationMicrosoftTeams#merge_requests_events}
---
@@ -1318,7 +1318,7 @@ public readonly noteEvents: boolean | IResolvable;
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#note_events IntegrationMicrosoftTeams#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#note_events IntegrationMicrosoftTeams#note_events}
---
@@ -1332,7 +1332,7 @@ public readonly notifyOnlyBrokenPipelines: boolean | IResolvable;
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#notify_only_broken_pipelines IntegrationMicrosoftTeams#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#notify_only_broken_pipelines IntegrationMicrosoftTeams#notify_only_broken_pipelines}
---
@@ -1346,7 +1346,7 @@ public readonly pipelineEvents: boolean | IResolvable;
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#pipeline_events IntegrationMicrosoftTeams#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#pipeline_events IntegrationMicrosoftTeams#pipeline_events}
---
@@ -1360,7 +1360,7 @@ public readonly pushEvents: boolean | IResolvable;
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#push_events IntegrationMicrosoftTeams#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#push_events IntegrationMicrosoftTeams#push_events}
---
@@ -1374,7 +1374,7 @@ public readonly tagPushEvents: boolean | IResolvable;
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#tag_push_events IntegrationMicrosoftTeams#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#tag_push_events IntegrationMicrosoftTeams#tag_push_events}
---
@@ -1388,7 +1388,7 @@ public readonly wikiPageEvents: boolean | IResolvable;
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_microsoft_teams#wiki_page_events IntegrationMicrosoftTeams#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_microsoft_teams#wiki_page_events IntegrationMicrosoftTeams#wiki_page_events}
---
diff --git a/docs/integrationPipelinesEmail.csharp.md b/docs/integrationPipelinesEmail.csharp.md
index 3791d3875..8172e797c 100644
--- a/docs/integrationPipelinesEmail.csharp.md
+++ b/docs/integrationPipelinesEmail.csharp.md
@@ -4,7 +4,7 @@
### IntegrationPipelinesEmail
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the IntegrationPipelinesEmail
The id of the existing IntegrationPipelinesEmail that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#import import section} in the documentation of this resource for the id to use
---
@@ -830,7 +830,7 @@ new IntegrationPipelinesEmailConfig {
| Project
| string
| ID of the project you want to activate integration on. |
| Recipients
| string[]
| ) email addresses where notifications are sent. |
| BranchesToBeNotified
| string
| Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Default is `default`. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}. |
| NotifyOnlyBrokenPipelines
| object
| Notify only broken pipelines. Default is true. |
---
@@ -915,7 +915,7 @@ public string Project { get; set; }
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
---
@@ -929,7 +929,7 @@ public string[] Recipients { get; set; }
) email addresses where notifications are sent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
---
@@ -943,7 +943,7 @@ public string BranchesToBeNotified { get; set; }
Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Default is `default`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#branches_to_be_notified IntegrationPipelinesEmail#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#branches_to_be_notified IntegrationPipelinesEmail#branches_to_be_notified}
---
@@ -955,7 +955,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -972,7 +972,7 @@ public object NotifyOnlyBrokenPipelines { get; set; }
Notify only broken pipelines. Default is true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#notify_only_broken_pipelines IntegrationPipelinesEmail#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#notify_only_broken_pipelines IntegrationPipelinesEmail#notify_only_broken_pipelines}
---
diff --git a/docs/integrationPipelinesEmail.go.md b/docs/integrationPipelinesEmail.go.md
index e1bf55286..007dbe8bb 100644
--- a/docs/integrationPipelinesEmail.go.md
+++ b/docs/integrationPipelinesEmail.go.md
@@ -4,7 +4,7 @@
### IntegrationPipelinesEmail
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the IntegrationPipelinesEmail
The id of the existing IntegrationPipelinesEmail that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#import import section} in the documentation of this resource for the id to use
---
@@ -830,7 +830,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/integrationpipeline
| Project
| *string
| ID of the project you want to activate integration on. |
| Recipients
| *[]*string
| ) email addresses where notifications are sent. |
| BranchesToBeNotified
| *string
| Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Default is `default`. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}. |
| NotifyOnlyBrokenPipelines
| interface{}
| Notify only broken pipelines. Default is true. |
---
@@ -915,7 +915,7 @@ Project *string
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
---
@@ -929,7 +929,7 @@ Recipients *[]*string
) email addresses where notifications are sent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
---
@@ -943,7 +943,7 @@ BranchesToBeNotified *string
Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Default is `default`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#branches_to_be_notified IntegrationPipelinesEmail#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#branches_to_be_notified IntegrationPipelinesEmail#branches_to_be_notified}
---
@@ -955,7 +955,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -972,7 +972,7 @@ NotifyOnlyBrokenPipelines interface{}
Notify only broken pipelines. Default is true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#notify_only_broken_pipelines IntegrationPipelinesEmail#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#notify_only_broken_pipelines IntegrationPipelinesEmail#notify_only_broken_pipelines}
---
diff --git a/docs/integrationPipelinesEmail.java.md b/docs/integrationPipelinesEmail.java.md
index 5d45fe0ee..8120c7bbe 100644
--- a/docs/integrationPipelinesEmail.java.md
+++ b/docs/integrationPipelinesEmail.java.md
@@ -4,7 +4,7 @@
### IntegrationPipelinesEmail
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}.
#### Initializers
@@ -46,7 +46,7 @@ IntegrationPipelinesEmail.Builder.create(Construct scope, java.lang.String id)
| project
| java.lang.String
| ID of the project you want to activate integration on. |
| recipients
| java.util.List
| ) email addresses where notifications are sent. |
| branchesToBeNotified
| java.lang.String
| Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Default is `default`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}. |
| notifyOnlyBrokenPipelines
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Notify only broken pipelines. Default is true. |
---
@@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
---
@@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
) email addresses where notifications are sent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Default is `default`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#branches_to_be_notified IntegrationPipelinesEmail#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#branches_to_be_notified IntegrationPipelinesEmail#branches_to_be_notified}
---
@@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -158,7 +158,7 @@ If you experience problems setting this value it might not be settable. Please t
Notify only broken pipelines. Default is true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#notify_only_broken_pipelines IntegrationPipelinesEmail#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#notify_only_broken_pipelines IntegrationPipelinesEmail#notify_only_broken_pipelines}
---
@@ -606,7 +606,7 @@ The construct id used in the generated config for the IntegrationPipelinesEmail
The id of the existing IntegrationPipelinesEmail that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#import import section} in the documentation of this resource for the id to use
---
@@ -953,7 +953,7 @@ IntegrationPipelinesEmailConfig.builder()
| project
| java.lang.String
| ID of the project you want to activate integration on. |
| recipients
| java.util.List
| ) email addresses where notifications are sent. |
| branchesToBeNotified
| java.lang.String
| Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Default is `default`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}. |
| notifyOnlyBrokenPipelines
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Notify only broken pipelines. Default is true. |
---
@@ -1038,7 +1038,7 @@ public java.lang.String getProject();
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
---
@@ -1052,7 +1052,7 @@ public java.util.List getRecipients();
) email addresses where notifications are sent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
---
@@ -1066,7 +1066,7 @@ public java.lang.String getBranchesToBeNotified();
Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Default is `default`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#branches_to_be_notified IntegrationPipelinesEmail#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#branches_to_be_notified IntegrationPipelinesEmail#branches_to_be_notified}
---
@@ -1078,7 +1078,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1095,7 +1095,7 @@ public java.lang.Object getNotifyOnlyBrokenPipelines();
Notify only broken pipelines. Default is true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#notify_only_broken_pipelines IntegrationPipelinesEmail#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#notify_only_broken_pipelines IntegrationPipelinesEmail#notify_only_broken_pipelines}
---
diff --git a/docs/integrationPipelinesEmail.python.md b/docs/integrationPipelinesEmail.python.md
index 7f56619bd..b9ffeea80 100644
--- a/docs/integrationPipelinesEmail.python.md
+++ b/docs/integrationPipelinesEmail.python.md
@@ -4,7 +4,7 @@
### IntegrationPipelinesEmail
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}.
#### Initializers
@@ -43,7 +43,7 @@ integrationPipelinesEmail.IntegrationPipelinesEmail(
| project
| str
| ID of the project you want to activate integration on. |
| recipients
| typing.List[str]
| ) email addresses where notifications are sent. |
| branches_to_be_notified
| str
| Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Default is `default`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}. |
| notify_only_broken_pipelines
| typing.Union[bool, cdktf.IResolvable]
| Notify only broken pipelines. Default is true. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
) email addresses where notifications are sent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Default is `default`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#branches_to_be_notified IntegrationPipelinesEmail#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#branches_to_be_notified IntegrationPipelinesEmail#branches_to_be_notified}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t
Notify only broken pipelines. Default is true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#notify_only_broken_pipelines IntegrationPipelinesEmail#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#notify_only_broken_pipelines IntegrationPipelinesEmail#notify_only_broken_pipelines}
---
@@ -649,7 +649,7 @@ The construct id used in the generated config for the IntegrationPipelinesEmail
The id of the existing IntegrationPipelinesEmail that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#import import section} in the documentation of this resource for the id to use
---
@@ -991,7 +991,7 @@ integrationPipelinesEmail.IntegrationPipelinesEmailConfig(
| project
| str
| ID of the project you want to activate integration on. |
| recipients
| typing.List[str]
| ) email addresses where notifications are sent. |
| branches_to_be_notified
| str
| Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Default is `default`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}. |
| notify_only_broken_pipelines
| typing.Union[bool, cdktf.IResolvable]
| Notify only broken pipelines. Default is true. |
---
@@ -1076,7 +1076,7 @@ project: str
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
---
@@ -1090,7 +1090,7 @@ recipients: typing.List[str]
) email addresses where notifications are sent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
---
@@ -1104,7 +1104,7 @@ branches_to_be_notified: str
Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Default is `default`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#branches_to_be_notified IntegrationPipelinesEmail#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#branches_to_be_notified IntegrationPipelinesEmail#branches_to_be_notified}
---
@@ -1116,7 +1116,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1133,7 +1133,7 @@ notify_only_broken_pipelines: typing.Union[bool, IResolvable]
Notify only broken pipelines. Default is true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#notify_only_broken_pipelines IntegrationPipelinesEmail#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#notify_only_broken_pipelines IntegrationPipelinesEmail#notify_only_broken_pipelines}
---
diff --git a/docs/integrationPipelinesEmail.typescript.md b/docs/integrationPipelinesEmail.typescript.md
index 12fcc8ca7..c39c9ae64 100644
--- a/docs/integrationPipelinesEmail.typescript.md
+++ b/docs/integrationPipelinesEmail.typescript.md
@@ -4,7 +4,7 @@
### IntegrationPipelinesEmail
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email gitlab_integration_pipelines_email}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the IntegrationPipelinesEmail
The id of the existing IntegrationPipelinesEmail that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#import import section} in the documentation of this resource for the id to use
---
@@ -817,7 +817,7 @@ const integrationPipelinesEmailConfig: integrationPipelinesEmail.IntegrationPipe
| project
| string
| ID of the project you want to activate integration on. |
| recipients
| string[]
| ) email addresses where notifications are sent. |
| branchesToBeNotified
| string
| Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Default is `default`. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}. |
| notifyOnlyBrokenPipelines
| boolean \| cdktf.IResolvable
| Notify only broken pipelines. Default is true. |
---
@@ -902,7 +902,7 @@ public readonly project: string;
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#project IntegrationPipelinesEmail#project}
---
@@ -916,7 +916,7 @@ public readonly recipients: string[];
) email addresses where notifications are sent.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#recipients IntegrationPipelinesEmail#recipients}
---
@@ -930,7 +930,7 @@ public readonly branchesToBeNotified: string;
Branches to send notifications for. Valid options are `all`, `default`, `protected`, and `default_and_protected`. Default is `default`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#branches_to_be_notified IntegrationPipelinesEmail#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#branches_to_be_notified IntegrationPipelinesEmail#branches_to_be_notified}
---
@@ -942,7 +942,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#id IntegrationPipelinesEmail#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -959,7 +959,7 @@ public readonly notifyOnlyBrokenPipelines: boolean | IResolvable;
Notify only broken pipelines. Default is true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_pipelines_email#notify_only_broken_pipelines IntegrationPipelinesEmail#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_pipelines_email#notify_only_broken_pipelines IntegrationPipelinesEmail#notify_only_broken_pipelines}
---
diff --git a/docs/integrationSlack.csharp.md b/docs/integrationSlack.csharp.md
index eee90b408..97b1ed000 100644
--- a/docs/integrationSlack.csharp.md
+++ b/docs/integrationSlack.csharp.md
@@ -4,7 +4,7 @@
### IntegrationSlack
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack gitlab_integration_slack}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack gitlab_integration_slack}.
#### Initializers
@@ -628,7 +628,7 @@ The construct id used in the generated config for the IntegrationSlack to import
The id of the existing IntegrationSlack that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#import import section} in the documentation of this resource for the id to use
---
@@ -1445,7 +1445,7 @@ new IntegrationSlackConfig {
| ConfidentialIssuesEvents
| object
| Enable notifications for confidential issues events. |
| ConfidentialNoteChannel
| string
| The name of the channel to receive confidential note events notifications. |
| ConfidentialNoteEvents
| object
| Enable notifications for confidential note events. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
| IssueChannel
| string
| The name of the channel to receive issue events notifications. |
| IssuesEvents
| object
| Enable notifications for issues events. |
| MergeRequestChannel
| string
| The name of the channel to receive merge request events notifications. |
@@ -1546,7 +1546,7 @@ public string Project { get; set; }
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#project IntegrationSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#project IntegrationSlack#project}
---
@@ -1560,7 +1560,7 @@ public string Webhook { get; set; }
Webhook URL (Example, https://hooks.slack.com/services/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
---
@@ -1574,7 +1574,7 @@ public string BranchesToBeNotified { get; set; }
Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#branches_to_be_notified IntegrationSlack#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#branches_to_be_notified IntegrationSlack#branches_to_be_notified}
---
@@ -1588,7 +1588,7 @@ public string ConfidentialIssueChannel { get; set; }
The name of the channel to receive confidential issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_issue_channel IntegrationSlack#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_issue_channel IntegrationSlack#confidential_issue_channel}
---
@@ -1602,7 +1602,7 @@ public object ConfidentialIssuesEvents { get; set; }
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_issues_events IntegrationSlack#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_issues_events IntegrationSlack#confidential_issues_events}
---
@@ -1616,7 +1616,7 @@ public string ConfidentialNoteChannel { get; set; }
The name of the channel to receive confidential note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_note_channel IntegrationSlack#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_note_channel IntegrationSlack#confidential_note_channel}
---
@@ -1630,7 +1630,7 @@ public object ConfidentialNoteEvents { get; set; }
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_note_events IntegrationSlack#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_note_events IntegrationSlack#confidential_note_events}
---
@@ -1642,7 +1642,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#id IntegrationSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#id IntegrationSlack#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1659,7 +1659,7 @@ public string IssueChannel { get; set; }
The name of the channel to receive issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
---
@@ -1673,7 +1673,7 @@ public object IssuesEvents { get; set; }
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
---
@@ -1687,7 +1687,7 @@ public string MergeRequestChannel { get; set; }
The name of the channel to receive merge request events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#merge_request_channel IntegrationSlack#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#merge_request_channel IntegrationSlack#merge_request_channel}
---
@@ -1701,7 +1701,7 @@ public object MergeRequestsEvents { get; set; }
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#merge_requests_events IntegrationSlack#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#merge_requests_events IntegrationSlack#merge_requests_events}
---
@@ -1715,7 +1715,7 @@ public string NoteChannel { get; set; }
The name of the channel to receive note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
---
@@ -1729,7 +1729,7 @@ public object NoteEvents { get; set; }
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
---
@@ -1743,7 +1743,7 @@ public object NotifyOnlyBrokenPipelines { get; set; }
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#notify_only_broken_pipelines IntegrationSlack#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#notify_only_broken_pipelines IntegrationSlack#notify_only_broken_pipelines}
---
@@ -1757,7 +1757,7 @@ public object NotifyOnlyDefaultBranch { get; set; }
This parameter has been replaced with `branches_to_be_notified`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#notify_only_default_branch IntegrationSlack#notify_only_default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#notify_only_default_branch IntegrationSlack#notify_only_default_branch}
---
@@ -1771,7 +1771,7 @@ public string PipelineChannel { get; set; }
The name of the channel to receive pipeline events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
---
@@ -1785,7 +1785,7 @@ public object PipelineEvents { get; set; }
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
---
@@ -1799,7 +1799,7 @@ public string PushChannel { get; set; }
The name of the channel to receive push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
---
@@ -1813,7 +1813,7 @@ public object PushEvents { get; set; }
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
---
@@ -1827,7 +1827,7 @@ public string TagPushChannel { get; set; }
The name of the channel to receive tag push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#tag_push_channel IntegrationSlack#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#tag_push_channel IntegrationSlack#tag_push_channel}
---
@@ -1841,7 +1841,7 @@ public object TagPushEvents { get; set; }
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#tag_push_events IntegrationSlack#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#tag_push_events IntegrationSlack#tag_push_events}
---
@@ -1855,7 +1855,7 @@ public string Username { get; set; }
Username to use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#username IntegrationSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#username IntegrationSlack#username}
---
@@ -1869,7 +1869,7 @@ public string WikiPageChannel { get; set; }
The name of the channel to receive wiki page events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#wiki_page_channel IntegrationSlack#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#wiki_page_channel IntegrationSlack#wiki_page_channel}
---
@@ -1883,7 +1883,7 @@ public object WikiPageEvents { get; set; }
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
---
diff --git a/docs/integrationSlack.go.md b/docs/integrationSlack.go.md
index 8d51214ea..60dd0f0a5 100644
--- a/docs/integrationSlack.go.md
+++ b/docs/integrationSlack.go.md
@@ -4,7 +4,7 @@
### IntegrationSlack
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack gitlab_integration_slack}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack gitlab_integration_slack}.
#### Initializers
@@ -628,7 +628,7 @@ The construct id used in the generated config for the IntegrationSlack to import
The id of the existing IntegrationSlack that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#import import section} in the documentation of this resource for the id to use
---
@@ -1445,7 +1445,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/integrationslack"
| ConfidentialIssuesEvents
| interface{}
| Enable notifications for confidential issues events. |
| ConfidentialNoteChannel
| *string
| The name of the channel to receive confidential note events notifications. |
| ConfidentialNoteEvents
| interface{}
| Enable notifications for confidential note events. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
| IssueChannel
| *string
| The name of the channel to receive issue events notifications. |
| IssuesEvents
| interface{}
| Enable notifications for issues events. |
| MergeRequestChannel
| *string
| The name of the channel to receive merge request events notifications. |
@@ -1546,7 +1546,7 @@ Project *string
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#project IntegrationSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#project IntegrationSlack#project}
---
@@ -1560,7 +1560,7 @@ Webhook *string
Webhook URL (Example, https://hooks.slack.com/services/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
---
@@ -1574,7 +1574,7 @@ BranchesToBeNotified *string
Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#branches_to_be_notified IntegrationSlack#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#branches_to_be_notified IntegrationSlack#branches_to_be_notified}
---
@@ -1588,7 +1588,7 @@ ConfidentialIssueChannel *string
The name of the channel to receive confidential issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_issue_channel IntegrationSlack#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_issue_channel IntegrationSlack#confidential_issue_channel}
---
@@ -1602,7 +1602,7 @@ ConfidentialIssuesEvents interface{}
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_issues_events IntegrationSlack#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_issues_events IntegrationSlack#confidential_issues_events}
---
@@ -1616,7 +1616,7 @@ ConfidentialNoteChannel *string
The name of the channel to receive confidential note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_note_channel IntegrationSlack#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_note_channel IntegrationSlack#confidential_note_channel}
---
@@ -1630,7 +1630,7 @@ ConfidentialNoteEvents interface{}
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_note_events IntegrationSlack#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_note_events IntegrationSlack#confidential_note_events}
---
@@ -1642,7 +1642,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#id IntegrationSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#id IntegrationSlack#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1659,7 +1659,7 @@ IssueChannel *string
The name of the channel to receive issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
---
@@ -1673,7 +1673,7 @@ IssuesEvents interface{}
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
---
@@ -1687,7 +1687,7 @@ MergeRequestChannel *string
The name of the channel to receive merge request events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#merge_request_channel IntegrationSlack#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#merge_request_channel IntegrationSlack#merge_request_channel}
---
@@ -1701,7 +1701,7 @@ MergeRequestsEvents interface{}
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#merge_requests_events IntegrationSlack#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#merge_requests_events IntegrationSlack#merge_requests_events}
---
@@ -1715,7 +1715,7 @@ NoteChannel *string
The name of the channel to receive note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
---
@@ -1729,7 +1729,7 @@ NoteEvents interface{}
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
---
@@ -1743,7 +1743,7 @@ NotifyOnlyBrokenPipelines interface{}
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#notify_only_broken_pipelines IntegrationSlack#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#notify_only_broken_pipelines IntegrationSlack#notify_only_broken_pipelines}
---
@@ -1757,7 +1757,7 @@ NotifyOnlyDefaultBranch interface{}
This parameter has been replaced with `branches_to_be_notified`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#notify_only_default_branch IntegrationSlack#notify_only_default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#notify_only_default_branch IntegrationSlack#notify_only_default_branch}
---
@@ -1771,7 +1771,7 @@ PipelineChannel *string
The name of the channel to receive pipeline events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
---
@@ -1785,7 +1785,7 @@ PipelineEvents interface{}
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
---
@@ -1799,7 +1799,7 @@ PushChannel *string
The name of the channel to receive push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
---
@@ -1813,7 +1813,7 @@ PushEvents interface{}
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
---
@@ -1827,7 +1827,7 @@ TagPushChannel *string
The name of the channel to receive tag push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#tag_push_channel IntegrationSlack#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#tag_push_channel IntegrationSlack#tag_push_channel}
---
@@ -1841,7 +1841,7 @@ TagPushEvents interface{}
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#tag_push_events IntegrationSlack#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#tag_push_events IntegrationSlack#tag_push_events}
---
@@ -1855,7 +1855,7 @@ Username *string
Username to use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#username IntegrationSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#username IntegrationSlack#username}
---
@@ -1869,7 +1869,7 @@ WikiPageChannel *string
The name of the channel to receive wiki page events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#wiki_page_channel IntegrationSlack#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#wiki_page_channel IntegrationSlack#wiki_page_channel}
---
@@ -1883,7 +1883,7 @@ WikiPageEvents interface{}
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
---
diff --git a/docs/integrationSlack.java.md b/docs/integrationSlack.java.md
index 838622127..93357e2c8 100644
--- a/docs/integrationSlack.java.md
+++ b/docs/integrationSlack.java.md
@@ -4,7 +4,7 @@
### IntegrationSlack
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack gitlab_integration_slack}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack gitlab_integration_slack}.
#### Initializers
@@ -80,7 +80,7 @@ IntegrationSlack.Builder.create(Construct scope, java.lang.String id)
| confidentialIssuesEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for confidential issues events. |
| confidentialNoteChannel
| java.lang.String
| The name of the channel to receive confidential note events notifications. |
| confidentialNoteEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for confidential note events. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
| issueChannel
| java.lang.String
| The name of the channel to receive issue events notifications. |
| issuesEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for issues events. |
| mergeRequestChannel
| java.lang.String
| The name of the channel to receive merge request events notifications. |
@@ -167,7 +167,7 @@ Must be unique amongst siblings in the same scope
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#project IntegrationSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#project IntegrationSlack#project}
---
@@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Webhook URL (Example, https://hooks.slack.com/services/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
---
@@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#branches_to_be_notified IntegrationSlack#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#branches_to_be_notified IntegrationSlack#branches_to_be_notified}
---
@@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive confidential issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_issue_channel IntegrationSlack#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_issue_channel IntegrationSlack#confidential_issue_channel}
---
@@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_issues_events IntegrationSlack#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_issues_events IntegrationSlack#confidential_issues_events}
---
@@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive confidential note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_note_channel IntegrationSlack#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_note_channel IntegrationSlack#confidential_note_channel}
---
@@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_note_events IntegrationSlack#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_note_events IntegrationSlack#confidential_note_events}
---
@@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#id IntegrationSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#id IntegrationSlack#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -248,7 +248,7 @@ If you experience problems setting this value it might not be settable. Please t
The name of the channel to receive issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
---
@@ -258,7 +258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
---
@@ -268,7 +268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive merge request events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#merge_request_channel IntegrationSlack#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#merge_request_channel IntegrationSlack#merge_request_channel}
---
@@ -278,7 +278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#merge_requests_events IntegrationSlack#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#merge_requests_events IntegrationSlack#merge_requests_events}
---
@@ -288,7 +288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
---
@@ -298,7 +298,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
---
@@ -308,7 +308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#notify_only_broken_pipelines IntegrationSlack#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#notify_only_broken_pipelines IntegrationSlack#notify_only_broken_pipelines}
---
@@ -318,7 +318,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
This parameter has been replaced with `branches_to_be_notified`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#notify_only_default_branch IntegrationSlack#notify_only_default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#notify_only_default_branch IntegrationSlack#notify_only_default_branch}
---
@@ -328,7 +328,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive pipeline events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
---
@@ -338,7 +338,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
---
@@ -348,7 +348,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
---
@@ -358,7 +358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
---
@@ -368,7 +368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive tag push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#tag_push_channel IntegrationSlack#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#tag_push_channel IntegrationSlack#tag_push_channel}
---
@@ -378,7 +378,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#tag_push_events IntegrationSlack#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#tag_push_events IntegrationSlack#tag_push_events}
---
@@ -388,7 +388,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Username to use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#username IntegrationSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#username IntegrationSlack#username}
---
@@ -398,7 +398,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive wiki page events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#wiki_page_channel IntegrationSlack#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#wiki_page_channel IntegrationSlack#wiki_page_channel}
---
@@ -408,7 +408,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
---
@@ -996,7 +996,7 @@ The construct id used in the generated config for the IntegrationSlack to import
The id of the existing IntegrationSlack that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#import import section} in the documentation of this resource for the id to use
---
@@ -1828,7 +1828,7 @@ IntegrationSlackConfig.builder()
| confidentialIssuesEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for confidential issues events. |
| confidentialNoteChannel
| java.lang.String
| The name of the channel to receive confidential note events notifications. |
| confidentialNoteEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for confidential note events. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
| issueChannel
| java.lang.String
| The name of the channel to receive issue events notifications. |
| issuesEvents
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable notifications for issues events. |
| mergeRequestChannel
| java.lang.String
| The name of the channel to receive merge request events notifications. |
@@ -1929,7 +1929,7 @@ public java.lang.String getProject();
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#project IntegrationSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#project IntegrationSlack#project}
---
@@ -1943,7 +1943,7 @@ public java.lang.String getWebhook();
Webhook URL (Example, https://hooks.slack.com/services/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
---
@@ -1957,7 +1957,7 @@ public java.lang.String getBranchesToBeNotified();
Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#branches_to_be_notified IntegrationSlack#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#branches_to_be_notified IntegrationSlack#branches_to_be_notified}
---
@@ -1971,7 +1971,7 @@ public java.lang.String getConfidentialIssueChannel();
The name of the channel to receive confidential issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_issue_channel IntegrationSlack#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_issue_channel IntegrationSlack#confidential_issue_channel}
---
@@ -1985,7 +1985,7 @@ public java.lang.Object getConfidentialIssuesEvents();
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_issues_events IntegrationSlack#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_issues_events IntegrationSlack#confidential_issues_events}
---
@@ -1999,7 +1999,7 @@ public java.lang.String getConfidentialNoteChannel();
The name of the channel to receive confidential note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_note_channel IntegrationSlack#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_note_channel IntegrationSlack#confidential_note_channel}
---
@@ -2013,7 +2013,7 @@ public java.lang.Object getConfidentialNoteEvents();
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_note_events IntegrationSlack#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_note_events IntegrationSlack#confidential_note_events}
---
@@ -2025,7 +2025,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#id IntegrationSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#id IntegrationSlack#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -2042,7 +2042,7 @@ public java.lang.String getIssueChannel();
The name of the channel to receive issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
---
@@ -2056,7 +2056,7 @@ public java.lang.Object getIssuesEvents();
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
---
@@ -2070,7 +2070,7 @@ public java.lang.String getMergeRequestChannel();
The name of the channel to receive merge request events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#merge_request_channel IntegrationSlack#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#merge_request_channel IntegrationSlack#merge_request_channel}
---
@@ -2084,7 +2084,7 @@ public java.lang.Object getMergeRequestsEvents();
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#merge_requests_events IntegrationSlack#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#merge_requests_events IntegrationSlack#merge_requests_events}
---
@@ -2098,7 +2098,7 @@ public java.lang.String getNoteChannel();
The name of the channel to receive note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
---
@@ -2112,7 +2112,7 @@ public java.lang.Object getNoteEvents();
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
---
@@ -2126,7 +2126,7 @@ public java.lang.Object getNotifyOnlyBrokenPipelines();
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#notify_only_broken_pipelines IntegrationSlack#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#notify_only_broken_pipelines IntegrationSlack#notify_only_broken_pipelines}
---
@@ -2140,7 +2140,7 @@ public java.lang.Object getNotifyOnlyDefaultBranch();
This parameter has been replaced with `branches_to_be_notified`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#notify_only_default_branch IntegrationSlack#notify_only_default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#notify_only_default_branch IntegrationSlack#notify_only_default_branch}
---
@@ -2154,7 +2154,7 @@ public java.lang.String getPipelineChannel();
The name of the channel to receive pipeline events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
---
@@ -2168,7 +2168,7 @@ public java.lang.Object getPipelineEvents();
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
---
@@ -2182,7 +2182,7 @@ public java.lang.String getPushChannel();
The name of the channel to receive push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
---
@@ -2196,7 +2196,7 @@ public java.lang.Object getPushEvents();
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
---
@@ -2210,7 +2210,7 @@ public java.lang.String getTagPushChannel();
The name of the channel to receive tag push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#tag_push_channel IntegrationSlack#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#tag_push_channel IntegrationSlack#tag_push_channel}
---
@@ -2224,7 +2224,7 @@ public java.lang.Object getTagPushEvents();
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#tag_push_events IntegrationSlack#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#tag_push_events IntegrationSlack#tag_push_events}
---
@@ -2238,7 +2238,7 @@ public java.lang.String getUsername();
Username to use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#username IntegrationSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#username IntegrationSlack#username}
---
@@ -2252,7 +2252,7 @@ public java.lang.String getWikiPageChannel();
The name of the channel to receive wiki page events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#wiki_page_channel IntegrationSlack#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#wiki_page_channel IntegrationSlack#wiki_page_channel}
---
@@ -2266,7 +2266,7 @@ public java.lang.Object getWikiPageEvents();
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
---
diff --git a/docs/integrationSlack.python.md b/docs/integrationSlack.python.md
index 6e61eb266..7b5a0a9b8 100644
--- a/docs/integrationSlack.python.md
+++ b/docs/integrationSlack.python.md
@@ -4,7 +4,7 @@
### IntegrationSlack
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack gitlab_integration_slack}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack gitlab_integration_slack}.
#### Initializers
@@ -67,7 +67,7 @@ integrationSlack.IntegrationSlack(
| confidential_issues_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for confidential issues events. |
| confidential_note_channel
| str
| The name of the channel to receive confidential note events notifications. |
| confidential_note_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for confidential note events. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
| issue_channel
| str
| The name of the channel to receive issue events notifications. |
| issues_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for issues events. |
| merge_request_channel
| str
| The name of the channel to receive merge request events notifications. |
@@ -154,7 +154,7 @@ Must be unique amongst siblings in the same scope
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#project IntegrationSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#project IntegrationSlack#project}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Webhook URL (Example, https://hooks.slack.com/services/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#branches_to_be_notified IntegrationSlack#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#branches_to_be_notified IntegrationSlack#branches_to_be_notified}
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive confidential issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_issue_channel IntegrationSlack#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_issue_channel IntegrationSlack#confidential_issue_channel}
---
@@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_issues_events IntegrationSlack#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_issues_events IntegrationSlack#confidential_issues_events}
---
@@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive confidential note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_note_channel IntegrationSlack#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_note_channel IntegrationSlack#confidential_note_channel}
---
@@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_note_events IntegrationSlack#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_note_events IntegrationSlack#confidential_note_events}
---
@@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#id IntegrationSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#id IntegrationSlack#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -235,7 +235,7 @@ If you experience problems setting this value it might not be settable. Please t
The name of the channel to receive issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
---
@@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
---
@@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive merge request events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#merge_request_channel IntegrationSlack#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#merge_request_channel IntegrationSlack#merge_request_channel}
---
@@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#merge_requests_events IntegrationSlack#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#merge_requests_events IntegrationSlack#merge_requests_events}
---
@@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
---
@@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
---
@@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#notify_only_broken_pipelines IntegrationSlack#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#notify_only_broken_pipelines IntegrationSlack#notify_only_broken_pipelines}
---
@@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
This parameter has been replaced with `branches_to_be_notified`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#notify_only_default_branch IntegrationSlack#notify_only_default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#notify_only_default_branch IntegrationSlack#notify_only_default_branch}
---
@@ -315,7 +315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive pipeline events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
---
@@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
---
@@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
---
@@ -345,7 +345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
---
@@ -355,7 +355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive tag push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#tag_push_channel IntegrationSlack#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#tag_push_channel IntegrationSlack#tag_push_channel}
---
@@ -365,7 +365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#tag_push_events IntegrationSlack#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#tag_push_events IntegrationSlack#tag_push_events}
---
@@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Username to use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#username IntegrationSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#username IntegrationSlack#username}
---
@@ -385,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the channel to receive wiki page events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#wiki_page_channel IntegrationSlack#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#wiki_page_channel IntegrationSlack#wiki_page_channel}
---
@@ -395,7 +395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
---
@@ -1029,7 +1029,7 @@ The construct id used in the generated config for the IntegrationSlack to import
The id of the existing IntegrationSlack that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#import import section} in the documentation of this resource for the id to use
---
@@ -1846,7 +1846,7 @@ integrationSlack.IntegrationSlackConfig(
| confidential_issues_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for confidential issues events. |
| confidential_note_channel
| str
| The name of the channel to receive confidential note events notifications. |
| confidential_note_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for confidential note events. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
| issue_channel
| str
| The name of the channel to receive issue events notifications. |
| issues_events
| typing.Union[bool, cdktf.IResolvable]
| Enable notifications for issues events. |
| merge_request_channel
| str
| The name of the channel to receive merge request events notifications. |
@@ -1947,7 +1947,7 @@ project: str
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#project IntegrationSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#project IntegrationSlack#project}
---
@@ -1961,7 +1961,7 @@ webhook: str
Webhook URL (Example, https://hooks.slack.com/services/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
---
@@ -1975,7 +1975,7 @@ branches_to_be_notified: str
Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#branches_to_be_notified IntegrationSlack#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#branches_to_be_notified IntegrationSlack#branches_to_be_notified}
---
@@ -1989,7 +1989,7 @@ confidential_issue_channel: str
The name of the channel to receive confidential issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_issue_channel IntegrationSlack#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_issue_channel IntegrationSlack#confidential_issue_channel}
---
@@ -2003,7 +2003,7 @@ confidential_issues_events: typing.Union[bool, IResolvable]
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_issues_events IntegrationSlack#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_issues_events IntegrationSlack#confidential_issues_events}
---
@@ -2017,7 +2017,7 @@ confidential_note_channel: str
The name of the channel to receive confidential note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_note_channel IntegrationSlack#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_note_channel IntegrationSlack#confidential_note_channel}
---
@@ -2031,7 +2031,7 @@ confidential_note_events: typing.Union[bool, IResolvable]
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_note_events IntegrationSlack#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_note_events IntegrationSlack#confidential_note_events}
---
@@ -2043,7 +2043,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#id IntegrationSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#id IntegrationSlack#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -2060,7 +2060,7 @@ issue_channel: str
The name of the channel to receive issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
---
@@ -2074,7 +2074,7 @@ issues_events: typing.Union[bool, IResolvable]
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
---
@@ -2088,7 +2088,7 @@ merge_request_channel: str
The name of the channel to receive merge request events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#merge_request_channel IntegrationSlack#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#merge_request_channel IntegrationSlack#merge_request_channel}
---
@@ -2102,7 +2102,7 @@ merge_requests_events: typing.Union[bool, IResolvable]
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#merge_requests_events IntegrationSlack#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#merge_requests_events IntegrationSlack#merge_requests_events}
---
@@ -2116,7 +2116,7 @@ note_channel: str
The name of the channel to receive note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
---
@@ -2130,7 +2130,7 @@ note_events: typing.Union[bool, IResolvable]
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
---
@@ -2144,7 +2144,7 @@ notify_only_broken_pipelines: typing.Union[bool, IResolvable]
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#notify_only_broken_pipelines IntegrationSlack#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#notify_only_broken_pipelines IntegrationSlack#notify_only_broken_pipelines}
---
@@ -2158,7 +2158,7 @@ notify_only_default_branch: typing.Union[bool, IResolvable]
This parameter has been replaced with `branches_to_be_notified`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#notify_only_default_branch IntegrationSlack#notify_only_default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#notify_only_default_branch IntegrationSlack#notify_only_default_branch}
---
@@ -2172,7 +2172,7 @@ pipeline_channel: str
The name of the channel to receive pipeline events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
---
@@ -2186,7 +2186,7 @@ pipeline_events: typing.Union[bool, IResolvable]
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
---
@@ -2200,7 +2200,7 @@ push_channel: str
The name of the channel to receive push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
---
@@ -2214,7 +2214,7 @@ push_events: typing.Union[bool, IResolvable]
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
---
@@ -2228,7 +2228,7 @@ tag_push_channel: str
The name of the channel to receive tag push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#tag_push_channel IntegrationSlack#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#tag_push_channel IntegrationSlack#tag_push_channel}
---
@@ -2242,7 +2242,7 @@ tag_push_events: typing.Union[bool, IResolvable]
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#tag_push_events IntegrationSlack#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#tag_push_events IntegrationSlack#tag_push_events}
---
@@ -2256,7 +2256,7 @@ username: str
Username to use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#username IntegrationSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#username IntegrationSlack#username}
---
@@ -2270,7 +2270,7 @@ wiki_page_channel: str
The name of the channel to receive wiki page events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#wiki_page_channel IntegrationSlack#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#wiki_page_channel IntegrationSlack#wiki_page_channel}
---
@@ -2284,7 +2284,7 @@ wiki_page_events: typing.Union[bool, IResolvable]
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
---
diff --git a/docs/integrationSlack.typescript.md b/docs/integrationSlack.typescript.md
index 4b24bf2b7..40fed419e 100644
--- a/docs/integrationSlack.typescript.md
+++ b/docs/integrationSlack.typescript.md
@@ -4,7 +4,7 @@
### IntegrationSlack
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack gitlab_integration_slack}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack gitlab_integration_slack}.
#### Initializers
@@ -628,7 +628,7 @@ The construct id used in the generated config for the IntegrationSlack to import
The id of the existing IntegrationSlack that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#import import section} in the documentation of this resource for the id to use
---
@@ -1412,7 +1412,7 @@ const integrationSlackConfig: integrationSlack.IntegrationSlackConfig = { ... }
| confidentialIssuesEvents
| boolean \| cdktf.IResolvable
| Enable notifications for confidential issues events. |
| confidentialNoteChannel
| string
| The name of the channel to receive confidential note events notifications. |
| confidentialNoteEvents
| boolean \| cdktf.IResolvable
| Enable notifications for confidential note events. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#id IntegrationSlack#id}. |
| issueChannel
| string
| The name of the channel to receive issue events notifications. |
| issuesEvents
| boolean \| cdktf.IResolvable
| Enable notifications for issues events. |
| mergeRequestChannel
| string
| The name of the channel to receive merge request events notifications. |
@@ -1513,7 +1513,7 @@ public readonly project: string;
ID of the project you want to activate integration on.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#project IntegrationSlack#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#project IntegrationSlack#project}
---
@@ -1527,7 +1527,7 @@ public readonly webhook: string;
Webhook URL (Example, https://hooks.slack.com/services/...). This value cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#webhook IntegrationSlack#webhook}
---
@@ -1541,7 +1541,7 @@ public readonly branchesToBeNotified: string;
Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#branches_to_be_notified IntegrationSlack#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#branches_to_be_notified IntegrationSlack#branches_to_be_notified}
---
@@ -1555,7 +1555,7 @@ public readonly confidentialIssueChannel: string;
The name of the channel to receive confidential issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_issue_channel IntegrationSlack#confidential_issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_issue_channel IntegrationSlack#confidential_issue_channel}
---
@@ -1569,7 +1569,7 @@ public readonly confidentialIssuesEvents: boolean | IResolvable;
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_issues_events IntegrationSlack#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_issues_events IntegrationSlack#confidential_issues_events}
---
@@ -1583,7 +1583,7 @@ public readonly confidentialNoteChannel: string;
The name of the channel to receive confidential note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_note_channel IntegrationSlack#confidential_note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_note_channel IntegrationSlack#confidential_note_channel}
---
@@ -1597,7 +1597,7 @@ public readonly confidentialNoteEvents: boolean | IResolvable;
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#confidential_note_events IntegrationSlack#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#confidential_note_events IntegrationSlack#confidential_note_events}
---
@@ -1609,7 +1609,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#id IntegrationSlack#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#id IntegrationSlack#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1626,7 +1626,7 @@ public readonly issueChannel: string;
The name of the channel to receive issue events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#issue_channel IntegrationSlack#issue_channel}
---
@@ -1640,7 +1640,7 @@ public readonly issuesEvents: boolean | IResolvable;
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#issues_events IntegrationSlack#issues_events}
---
@@ -1654,7 +1654,7 @@ public readonly mergeRequestChannel: string;
The name of the channel to receive merge request events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#merge_request_channel IntegrationSlack#merge_request_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#merge_request_channel IntegrationSlack#merge_request_channel}
---
@@ -1668,7 +1668,7 @@ public readonly mergeRequestsEvents: boolean | IResolvable;
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#merge_requests_events IntegrationSlack#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#merge_requests_events IntegrationSlack#merge_requests_events}
---
@@ -1682,7 +1682,7 @@ public readonly noteChannel: string;
The name of the channel to receive note events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#note_channel IntegrationSlack#note_channel}
---
@@ -1696,7 +1696,7 @@ public readonly noteEvents: boolean | IResolvable;
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#note_events IntegrationSlack#note_events}
---
@@ -1710,7 +1710,7 @@ public readonly notifyOnlyBrokenPipelines: boolean | IResolvable;
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#notify_only_broken_pipelines IntegrationSlack#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#notify_only_broken_pipelines IntegrationSlack#notify_only_broken_pipelines}
---
@@ -1724,7 +1724,7 @@ public readonly notifyOnlyDefaultBranch: boolean | IResolvable;
This parameter has been replaced with `branches_to_be_notified`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#notify_only_default_branch IntegrationSlack#notify_only_default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#notify_only_default_branch IntegrationSlack#notify_only_default_branch}
---
@@ -1738,7 +1738,7 @@ public readonly pipelineChannel: string;
The name of the channel to receive pipeline events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#pipeline_channel IntegrationSlack#pipeline_channel}
---
@@ -1752,7 +1752,7 @@ public readonly pipelineEvents: boolean | IResolvable;
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#pipeline_events IntegrationSlack#pipeline_events}
---
@@ -1766,7 +1766,7 @@ public readonly pushChannel: string;
The name of the channel to receive push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#push_channel IntegrationSlack#push_channel}
---
@@ -1780,7 +1780,7 @@ public readonly pushEvents: boolean | IResolvable;
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#push_events IntegrationSlack#push_events}
---
@@ -1794,7 +1794,7 @@ public readonly tagPushChannel: string;
The name of the channel to receive tag push events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#tag_push_channel IntegrationSlack#tag_push_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#tag_push_channel IntegrationSlack#tag_push_channel}
---
@@ -1808,7 +1808,7 @@ public readonly tagPushEvents: boolean | IResolvable;
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#tag_push_events IntegrationSlack#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#tag_push_events IntegrationSlack#tag_push_events}
---
@@ -1822,7 +1822,7 @@ public readonly username: string;
Username to use.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#username IntegrationSlack#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#username IntegrationSlack#username}
---
@@ -1836,7 +1836,7 @@ public readonly wikiPageChannel: string;
The name of the channel to receive wiki page events notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#wiki_page_channel IntegrationSlack#wiki_page_channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#wiki_page_channel IntegrationSlack#wiki_page_channel}
---
@@ -1850,7 +1850,7 @@ public readonly wikiPageEvents: boolean | IResolvable;
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_slack#wiki_page_events IntegrationSlack#wiki_page_events}
---
diff --git a/docs/integrationTelegram.csharp.md b/docs/integrationTelegram.csharp.md
index 6d4c9d8b0..00db92c60 100644
--- a/docs/integrationTelegram.csharp.md
+++ b/docs/integrationTelegram.csharp.md
@@ -4,7 +4,7 @@
### IntegrationTelegram
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram gitlab_integration_telegram}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram gitlab_integration_telegram}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the IntegrationTelegram to imp
The id of the existing IntegrationTelegram that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#import import section} in the documentation of this resource for the id to use
---
@@ -1135,7 +1135,7 @@ public object ConfidentialIssuesEvents { get; set; }
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#confidential_issues_events IntegrationTelegram#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#confidential_issues_events IntegrationTelegram#confidential_issues_events}
---
@@ -1149,7 +1149,7 @@ public object ConfidentialNoteEvents { get; set; }
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#confidential_note_events IntegrationTelegram#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#confidential_note_events IntegrationTelegram#confidential_note_events}
---
@@ -1163,7 +1163,7 @@ public object IssuesEvents { get; set; }
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
---
@@ -1177,7 +1177,7 @@ public object MergeRequestsEvents { get; set; }
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#merge_requests_events IntegrationTelegram#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#merge_requests_events IntegrationTelegram#merge_requests_events}
---
@@ -1191,7 +1191,7 @@ public object NoteEvents { get; set; }
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
---
@@ -1205,7 +1205,7 @@ public object PipelineEvents { get; set; }
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
---
@@ -1219,7 +1219,7 @@ public string Project { get; set; }
The ID or full path of the project to integrate with Telegram.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
---
@@ -1233,7 +1233,7 @@ public object PushEvents { get; set; }
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
---
@@ -1247,7 +1247,7 @@ public string Room { get; set; }
Unique identifier for the target chat or the username of the target channel (in the format `@channelusername`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
---
@@ -1261,7 +1261,7 @@ public object TagPushEvents { get; set; }
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#tag_push_events IntegrationTelegram#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#tag_push_events IntegrationTelegram#tag_push_events}
---
@@ -1275,7 +1275,7 @@ public string Token { get; set; }
The Telegram bot token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
---
@@ -1289,7 +1289,7 @@ public object WikiPageEvents { get; set; }
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#wiki_page_events IntegrationTelegram#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#wiki_page_events IntegrationTelegram#wiki_page_events}
---
@@ -1303,7 +1303,7 @@ public string BranchesToBeNotified { get; set; }
Branches to send notifications for (introduced in GitLab 16.5). Update of this attribute was not supported before Gitlab 16.11 due to API bug. Valid options are `all`, `default`, `protected`, `default_and_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#branches_to_be_notified IntegrationTelegram#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#branches_to_be_notified IntegrationTelegram#branches_to_be_notified}
---
@@ -1317,7 +1317,7 @@ public object NotifyOnlyBrokenPipelines { get; set; }
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#notify_only_broken_pipelines IntegrationTelegram#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#notify_only_broken_pipelines IntegrationTelegram#notify_only_broken_pipelines}
---
diff --git a/docs/integrationTelegram.go.md b/docs/integrationTelegram.go.md
index 4c7cf3c3f..d3e4a4804 100644
--- a/docs/integrationTelegram.go.md
+++ b/docs/integrationTelegram.go.md
@@ -4,7 +4,7 @@
### IntegrationTelegram
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram gitlab_integration_telegram}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram gitlab_integration_telegram}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the IntegrationTelegram to imp
The id of the existing IntegrationTelegram that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#import import section} in the documentation of this resource for the id to use
---
@@ -1135,7 +1135,7 @@ ConfidentialIssuesEvents interface{}
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#confidential_issues_events IntegrationTelegram#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#confidential_issues_events IntegrationTelegram#confidential_issues_events}
---
@@ -1149,7 +1149,7 @@ ConfidentialNoteEvents interface{}
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#confidential_note_events IntegrationTelegram#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#confidential_note_events IntegrationTelegram#confidential_note_events}
---
@@ -1163,7 +1163,7 @@ IssuesEvents interface{}
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
---
@@ -1177,7 +1177,7 @@ MergeRequestsEvents interface{}
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#merge_requests_events IntegrationTelegram#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#merge_requests_events IntegrationTelegram#merge_requests_events}
---
@@ -1191,7 +1191,7 @@ NoteEvents interface{}
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
---
@@ -1205,7 +1205,7 @@ PipelineEvents interface{}
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
---
@@ -1219,7 +1219,7 @@ Project *string
The ID or full path of the project to integrate with Telegram.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
---
@@ -1233,7 +1233,7 @@ PushEvents interface{}
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
---
@@ -1247,7 +1247,7 @@ Room *string
Unique identifier for the target chat or the username of the target channel (in the format `@channelusername`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
---
@@ -1261,7 +1261,7 @@ TagPushEvents interface{}
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#tag_push_events IntegrationTelegram#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#tag_push_events IntegrationTelegram#tag_push_events}
---
@@ -1275,7 +1275,7 @@ Token *string
The Telegram bot token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
---
@@ -1289,7 +1289,7 @@ WikiPageEvents interface{}
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#wiki_page_events IntegrationTelegram#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#wiki_page_events IntegrationTelegram#wiki_page_events}
---
@@ -1303,7 +1303,7 @@ BranchesToBeNotified *string
Branches to send notifications for (introduced in GitLab 16.5). Update of this attribute was not supported before Gitlab 16.11 due to API bug. Valid options are `all`, `default`, `protected`, `default_and_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#branches_to_be_notified IntegrationTelegram#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#branches_to_be_notified IntegrationTelegram#branches_to_be_notified}
---
@@ -1317,7 +1317,7 @@ NotifyOnlyBrokenPipelines interface{}
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#notify_only_broken_pipelines IntegrationTelegram#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#notify_only_broken_pipelines IntegrationTelegram#notify_only_broken_pipelines}
---
diff --git a/docs/integrationTelegram.java.md b/docs/integrationTelegram.java.md
index fdfc6058e..c7d8c0579 100644
--- a/docs/integrationTelegram.java.md
+++ b/docs/integrationTelegram.java.md
@@ -4,7 +4,7 @@
### IntegrationTelegram
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram gitlab_integration_telegram}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram gitlab_integration_telegram}.
#### Initializers
@@ -144,7 +144,7 @@ Must be unique amongst siblings in the same scope
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#confidential_issues_events IntegrationTelegram#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#confidential_issues_events IntegrationTelegram#confidential_issues_events}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#confidential_note_events IntegrationTelegram#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#confidential_note_events IntegrationTelegram#confidential_note_events}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#merge_requests_events IntegrationTelegram#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#merge_requests_events IntegrationTelegram#merge_requests_events}
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
---
@@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
---
@@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or full path of the project to integrate with Telegram.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
---
@@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
---
@@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Unique identifier for the target chat or the username of the target channel (in the format `@channelusername`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
---
@@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#tag_push_events IntegrationTelegram#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#tag_push_events IntegrationTelegram#tag_push_events}
---
@@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Telegram bot token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
---
@@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#wiki_page_events IntegrationTelegram#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#wiki_page_events IntegrationTelegram#wiki_page_events}
---
@@ -264,7 +264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Branches to send notifications for (introduced in GitLab 16.5). Update of this attribute was not supported before Gitlab 16.11 due to API bug. Valid options are `all`, `default`, `protected`, `default_and_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#branches_to_be_notified IntegrationTelegram#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#branches_to_be_notified IntegrationTelegram#branches_to_be_notified}
---
@@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#notify_only_broken_pipelines IntegrationTelegram#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#notify_only_broken_pipelines IntegrationTelegram#notify_only_broken_pipelines}
---
@@ -715,7 +715,7 @@ The construct id used in the generated config for the IntegrationTelegram to imp
The id of the existing IntegrationTelegram that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#import import section} in the documentation of this resource for the id to use
---
@@ -1383,7 +1383,7 @@ public java.lang.Object getConfidentialIssuesEvents();
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#confidential_issues_events IntegrationTelegram#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#confidential_issues_events IntegrationTelegram#confidential_issues_events}
---
@@ -1397,7 +1397,7 @@ public java.lang.Object getConfidentialNoteEvents();
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#confidential_note_events IntegrationTelegram#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#confidential_note_events IntegrationTelegram#confidential_note_events}
---
@@ -1411,7 +1411,7 @@ public java.lang.Object getIssuesEvents();
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
---
@@ -1425,7 +1425,7 @@ public java.lang.Object getMergeRequestsEvents();
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#merge_requests_events IntegrationTelegram#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#merge_requests_events IntegrationTelegram#merge_requests_events}
---
@@ -1439,7 +1439,7 @@ public java.lang.Object getNoteEvents();
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
---
@@ -1453,7 +1453,7 @@ public java.lang.Object getPipelineEvents();
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
---
@@ -1467,7 +1467,7 @@ public java.lang.String getProject();
The ID or full path of the project to integrate with Telegram.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
---
@@ -1481,7 +1481,7 @@ public java.lang.Object getPushEvents();
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
---
@@ -1495,7 +1495,7 @@ public java.lang.String getRoom();
Unique identifier for the target chat or the username of the target channel (in the format `@channelusername`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
---
@@ -1509,7 +1509,7 @@ public java.lang.Object getTagPushEvents();
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#tag_push_events IntegrationTelegram#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#tag_push_events IntegrationTelegram#tag_push_events}
---
@@ -1523,7 +1523,7 @@ public java.lang.String getToken();
The Telegram bot token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
---
@@ -1537,7 +1537,7 @@ public java.lang.Object getWikiPageEvents();
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#wiki_page_events IntegrationTelegram#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#wiki_page_events IntegrationTelegram#wiki_page_events}
---
@@ -1551,7 +1551,7 @@ public java.lang.String getBranchesToBeNotified();
Branches to send notifications for (introduced in GitLab 16.5). Update of this attribute was not supported before Gitlab 16.11 due to API bug. Valid options are `all`, `default`, `protected`, `default_and_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#branches_to_be_notified IntegrationTelegram#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#branches_to_be_notified IntegrationTelegram#branches_to_be_notified}
---
@@ -1565,7 +1565,7 @@ public java.lang.Object getNotifyOnlyBrokenPipelines();
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#notify_only_broken_pipelines IntegrationTelegram#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#notify_only_broken_pipelines IntegrationTelegram#notify_only_broken_pipelines}
---
diff --git a/docs/integrationTelegram.python.md b/docs/integrationTelegram.python.md
index 0d7b5b94c..2b7ef33e4 100644
--- a/docs/integrationTelegram.python.md
+++ b/docs/integrationTelegram.python.md
@@ -4,7 +4,7 @@
### IntegrationTelegram
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram gitlab_integration_telegram}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram gitlab_integration_telegram}.
#### Initializers
@@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#confidential_issues_events IntegrationTelegram#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#confidential_issues_events IntegrationTelegram#confidential_issues_events}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#confidential_note_events IntegrationTelegram#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#confidential_note_events IntegrationTelegram#confidential_note_events}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#merge_requests_events IntegrationTelegram#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#merge_requests_events IntegrationTelegram#merge_requests_events}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
---
@@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or full path of the project to integrate with Telegram.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
---
@@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
---
@@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Unique identifier for the target chat or the username of the target channel (in the format `@channelusername`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
---
@@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#tag_push_events IntegrationTelegram#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#tag_push_events IntegrationTelegram#tag_push_events}
---
@@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Telegram bot token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
---
@@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#wiki_page_events IntegrationTelegram#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#wiki_page_events IntegrationTelegram#wiki_page_events}
---
@@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Branches to send notifications for (introduced in GitLab 16.5). Update of this attribute was not supported before Gitlab 16.11 due to API bug. Valid options are `all`, `default`, `protected`, `default_and_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#branches_to_be_notified IntegrationTelegram#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#branches_to_be_notified IntegrationTelegram#branches_to_be_notified}
---
@@ -262,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#notify_only_broken_pipelines IntegrationTelegram#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#notify_only_broken_pipelines IntegrationTelegram#notify_only_broken_pipelines}
---
@@ -749,7 +749,7 @@ The construct id used in the generated config for the IntegrationTelegram to imp
The id of the existing IntegrationTelegram that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#import import section} in the documentation of this resource for the id to use
---
@@ -1403,7 +1403,7 @@ confidential_issues_events: typing.Union[bool, IResolvable]
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#confidential_issues_events IntegrationTelegram#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#confidential_issues_events IntegrationTelegram#confidential_issues_events}
---
@@ -1417,7 +1417,7 @@ confidential_note_events: typing.Union[bool, IResolvable]
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#confidential_note_events IntegrationTelegram#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#confidential_note_events IntegrationTelegram#confidential_note_events}
---
@@ -1431,7 +1431,7 @@ issues_events: typing.Union[bool, IResolvable]
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
---
@@ -1445,7 +1445,7 @@ merge_requests_events: typing.Union[bool, IResolvable]
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#merge_requests_events IntegrationTelegram#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#merge_requests_events IntegrationTelegram#merge_requests_events}
---
@@ -1459,7 +1459,7 @@ note_events: typing.Union[bool, IResolvable]
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
---
@@ -1473,7 +1473,7 @@ pipeline_events: typing.Union[bool, IResolvable]
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
---
@@ -1487,7 +1487,7 @@ project: str
The ID or full path of the project to integrate with Telegram.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
---
@@ -1501,7 +1501,7 @@ push_events: typing.Union[bool, IResolvable]
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
---
@@ -1515,7 +1515,7 @@ room: str
Unique identifier for the target chat or the username of the target channel (in the format `@channelusername`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
---
@@ -1529,7 +1529,7 @@ tag_push_events: typing.Union[bool, IResolvable]
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#tag_push_events IntegrationTelegram#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#tag_push_events IntegrationTelegram#tag_push_events}
---
@@ -1543,7 +1543,7 @@ token: str
The Telegram bot token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
---
@@ -1557,7 +1557,7 @@ wiki_page_events: typing.Union[bool, IResolvable]
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#wiki_page_events IntegrationTelegram#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#wiki_page_events IntegrationTelegram#wiki_page_events}
---
@@ -1571,7 +1571,7 @@ branches_to_be_notified: str
Branches to send notifications for (introduced in GitLab 16.5). Update of this attribute was not supported before Gitlab 16.11 due to API bug. Valid options are `all`, `default`, `protected`, `default_and_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#branches_to_be_notified IntegrationTelegram#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#branches_to_be_notified IntegrationTelegram#branches_to_be_notified}
---
@@ -1585,7 +1585,7 @@ notify_only_broken_pipelines: typing.Union[bool, IResolvable]
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#notify_only_broken_pipelines IntegrationTelegram#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#notify_only_broken_pipelines IntegrationTelegram#notify_only_broken_pipelines}
---
diff --git a/docs/integrationTelegram.typescript.md b/docs/integrationTelegram.typescript.md
index 867de1048..a53bbe266 100644
--- a/docs/integrationTelegram.typescript.md
+++ b/docs/integrationTelegram.typescript.md
@@ -4,7 +4,7 @@
### IntegrationTelegram
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram gitlab_integration_telegram}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram gitlab_integration_telegram}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the IntegrationTelegram to imp
The id of the existing IntegrationTelegram that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#import import section} in the documentation of this resource for the id to use
---
@@ -1113,7 +1113,7 @@ public readonly confidentialIssuesEvents: boolean | IResolvable;
Enable notifications for confidential issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#confidential_issues_events IntegrationTelegram#confidential_issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#confidential_issues_events IntegrationTelegram#confidential_issues_events}
---
@@ -1127,7 +1127,7 @@ public readonly confidentialNoteEvents: boolean | IResolvable;
Enable notifications for confidential note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#confidential_note_events IntegrationTelegram#confidential_note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#confidential_note_events IntegrationTelegram#confidential_note_events}
---
@@ -1141,7 +1141,7 @@ public readonly issuesEvents: boolean | IResolvable;
Enable notifications for issues events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#issues_events IntegrationTelegram#issues_events}
---
@@ -1155,7 +1155,7 @@ public readonly mergeRequestsEvents: boolean | IResolvable;
Enable notifications for merge requests events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#merge_requests_events IntegrationTelegram#merge_requests_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#merge_requests_events IntegrationTelegram#merge_requests_events}
---
@@ -1169,7 +1169,7 @@ public readonly noteEvents: boolean | IResolvable;
Enable notifications for note events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#note_events IntegrationTelegram#note_events}
---
@@ -1183,7 +1183,7 @@ public readonly pipelineEvents: boolean | IResolvable;
Enable notifications for pipeline events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#pipeline_events IntegrationTelegram#pipeline_events}
---
@@ -1197,7 +1197,7 @@ public readonly project: string;
The ID or full path of the project to integrate with Telegram.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#project IntegrationTelegram#project}
---
@@ -1211,7 +1211,7 @@ public readonly pushEvents: boolean | IResolvable;
Enable notifications for push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#push_events IntegrationTelegram#push_events}
---
@@ -1225,7 +1225,7 @@ public readonly room: string;
Unique identifier for the target chat or the username of the target channel (in the format `@channelusername`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#room IntegrationTelegram#room}
---
@@ -1239,7 +1239,7 @@ public readonly tagPushEvents: boolean | IResolvable;
Enable notifications for tag push events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#tag_push_events IntegrationTelegram#tag_push_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#tag_push_events IntegrationTelegram#tag_push_events}
---
@@ -1253,7 +1253,7 @@ public readonly token: string;
The Telegram bot token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#token IntegrationTelegram#token}
---
@@ -1267,7 +1267,7 @@ public readonly wikiPageEvents: boolean | IResolvable;
Enable notifications for wiki page events.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#wiki_page_events IntegrationTelegram#wiki_page_events}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#wiki_page_events IntegrationTelegram#wiki_page_events}
---
@@ -1281,7 +1281,7 @@ public readonly branchesToBeNotified: string;
Branches to send notifications for (introduced in GitLab 16.5). Update of this attribute was not supported before Gitlab 16.11 due to API bug. Valid options are `all`, `default`, `protected`, `default_and_protected`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#branches_to_be_notified IntegrationTelegram#branches_to_be_notified}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#branches_to_be_notified IntegrationTelegram#branches_to_be_notified}
---
@@ -1295,7 +1295,7 @@ public readonly notifyOnlyBrokenPipelines: boolean | IResolvable;
Send notifications for broken pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/integration_telegram#notify_only_broken_pipelines IntegrationTelegram#notify_only_broken_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/integration_telegram#notify_only_broken_pipelines IntegrationTelegram#notify_only_broken_pipelines}
---
diff --git a/docs/label.csharp.md b/docs/label.csharp.md
index 77755a192..7b00aa9e3 100644
--- a/docs/label.csharp.md
+++ b/docs/label.csharp.md
@@ -4,7 +4,7 @@
### Label
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label gitlab_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label gitlab_label}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the Label to import.
The id of the existing Label that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#import import section} in the documentation of this resource for the id to use
---
@@ -835,7 +835,7 @@ new LabelConfig {
| Name
| string
| The name of the label. |
| Project
| string
| The name or id of the project to add the label to. |
| Description
| string
| The description of the label. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#id Label#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#id Label#id}. |
---
@@ -919,7 +919,7 @@ public string Color { get; set; }
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#color Label#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#color Label#color}
---
@@ -933,7 +933,7 @@ public string Name { get; set; }
The name of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#name Label#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#name Label#name}
---
@@ -947,7 +947,7 @@ public string Project { get; set; }
The name or id of the project to add the label to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#project Label#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#project Label#project}
---
@@ -961,7 +961,7 @@ public string Description { get; set; }
The description of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#description Label#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#description Label#description}
---
@@ -973,7 +973,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#id Label#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#id Label#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/label.go.md b/docs/label.go.md
index 8394c65ac..eb6f0598f 100644
--- a/docs/label.go.md
+++ b/docs/label.go.md
@@ -4,7 +4,7 @@
### Label
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label gitlab_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label gitlab_label}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the Label to import.
The id of the existing Label that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#import import section} in the documentation of this resource for the id to use
---
@@ -835,7 +835,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/label"
| Name
| *string
| The name of the label. |
| Project
| *string
| The name or id of the project to add the label to. |
| Description
| *string
| The description of the label. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#id Label#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#id Label#id}. |
---
@@ -919,7 +919,7 @@ Color *string
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#color Label#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#color Label#color}
---
@@ -933,7 +933,7 @@ Name *string
The name of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#name Label#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#name Label#name}
---
@@ -947,7 +947,7 @@ Project *string
The name or id of the project to add the label to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#project Label#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#project Label#project}
---
@@ -961,7 +961,7 @@ Description *string
The description of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#description Label#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#description Label#description}
---
@@ -973,7 +973,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#id Label#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#id Label#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/label.java.md b/docs/label.java.md
index fa10db6ed..ea1bc9f7b 100644
--- a/docs/label.java.md
+++ b/docs/label.java.md
@@ -4,7 +4,7 @@
### Label
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label gitlab_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label gitlab_label}.
#### Initializers
@@ -46,7 +46,7 @@ Label.Builder.create(Construct scope, java.lang.String id)
| name
| java.lang.String
| The name of the label. |
| project
| java.lang.String
| The name or id of the project to add the label to. |
| description
| java.lang.String
| The description of the label. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#id Label#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#id Label#id}. |
---
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#color Label#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#color Label#color}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#name Label#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#name Label#name}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the label to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#project Label#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#project Label#project}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The description of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#description Label#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#description Label#description}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#id Label#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#id Label#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -598,7 +598,7 @@ The construct id used in the generated config for the Label to import.
The id of the existing Label that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#import import section} in the documentation of this resource for the id to use
---
@@ -956,7 +956,7 @@ LabelConfig.builder()
| name
| java.lang.String
| The name of the label. |
| project
| java.lang.String
| The name or id of the project to add the label to. |
| description
| java.lang.String
| The description of the label. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#id Label#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#id Label#id}. |
---
@@ -1040,7 +1040,7 @@ public java.lang.String getColor();
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#color Label#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#color Label#color}
---
@@ -1054,7 +1054,7 @@ public java.lang.String getName();
The name of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#name Label#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#name Label#name}
---
@@ -1068,7 +1068,7 @@ public java.lang.String getProject();
The name or id of the project to add the label to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#project Label#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#project Label#project}
---
@@ -1082,7 +1082,7 @@ public java.lang.String getDescription();
The description of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#description Label#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#description Label#description}
---
@@ -1094,7 +1094,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#id Label#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#id Label#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/label.python.md b/docs/label.python.md
index 69a6ec87b..697907200 100644
--- a/docs/label.python.md
+++ b/docs/label.python.md
@@ -4,7 +4,7 @@
### Label
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label gitlab_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label gitlab_label}.
#### Initializers
@@ -44,7 +44,7 @@ label.Label(
| name
| str
| The name of the label. |
| project
| str
| The name or id of the project to add the label to. |
| description
| str
| The description of the label. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#id Label#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#id Label#id}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#color Label#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#color Label#color}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#name Label#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#name Label#name}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the label to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#project Label#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#project Label#project}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The description of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#description Label#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#description Label#description}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#id Label#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#id Label#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -642,7 +642,7 @@ The construct id used in the generated config for the Label to import.
The id of the existing Label that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#import import section} in the documentation of this resource for the id to use
---
@@ -996,7 +996,7 @@ label.LabelConfig(
| name
| str
| The name of the label. |
| project
| str
| The name or id of the project to add the label to. |
| description
| str
| The description of the label. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#id Label#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#id Label#id}. |
---
@@ -1080,7 +1080,7 @@ color: str
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#color Label#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#color Label#color}
---
@@ -1094,7 +1094,7 @@ name: str
The name of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#name Label#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#name Label#name}
---
@@ -1108,7 +1108,7 @@ project: str
The name or id of the project to add the label to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#project Label#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#project Label#project}
---
@@ -1122,7 +1122,7 @@ description: str
The description of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#description Label#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#description Label#description}
---
@@ -1134,7 +1134,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#id Label#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#id Label#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/label.typescript.md b/docs/label.typescript.md
index f4df0a5d3..68c1908bc 100644
--- a/docs/label.typescript.md
+++ b/docs/label.typescript.md
@@ -4,7 +4,7 @@
### Label
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label gitlab_label}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label gitlab_label}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the Label to import.
The id of the existing Label that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#import import section} in the documentation of this resource for the id to use
---
@@ -822,7 +822,7 @@ const labelConfig: label.LabelConfig = { ... }
| name
| string
| The name of the label. |
| project
| string
| The name or id of the project to add the label to. |
| description
| string
| The description of the label. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#id Label#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#id Label#id}. |
---
@@ -906,7 +906,7 @@ public readonly color: string;
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#color Label#color}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#color Label#color}
---
@@ -920,7 +920,7 @@ public readonly name: string;
The name of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#name Label#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#name Label#name}
---
@@ -934,7 +934,7 @@ public readonly project: string;
The name or id of the project to add the label to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#project Label#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#project Label#project}
---
@@ -948,7 +948,7 @@ public readonly description: string;
The description of the label.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#description Label#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#description Label#description}
---
@@ -960,7 +960,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/label#id Label#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/label#id Label#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/memberRole.csharp.md b/docs/memberRole.csharp.md
index 012ffc4e4..affbe2547 100644
--- a/docs/memberRole.csharp.md
+++ b/docs/memberRole.csharp.md
@@ -4,7 +4,7 @@
### MemberRole
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role gitlab_member_role}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role gitlab_member_role}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the MemberRole to import.
The id of the existing MemberRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#import import section} in the documentation of this resource for the id to use
---
@@ -952,7 +952,7 @@ public string BaseAccessLevel { get; set; }
The base access level for the custom role. Valid values are: `DEVELOPER`, `GUEST`, `MAINTAINER`, `MINIMAL_ACCESS`, `OWNER`, `REPORTER`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#base_access_level MemberRole#base_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#base_access_level MemberRole#base_access_level}
---
@@ -968,7 +968,7 @@ All permissions enabled for the custom role.
Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_CODE`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
---
@@ -982,7 +982,7 @@ public string Name { get; set; }
Name for the member role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#name MemberRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#name MemberRole#name}
---
@@ -996,7 +996,7 @@ public string Description { get; set; }
Description for the member role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#description MemberRole#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#description MemberRole#description}
---
@@ -1010,7 +1010,7 @@ public string GroupPath { get; set; }
Full path of the namespace to create the member role in. **Required for SAAS** **Not allowed for self-managed**.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#group_path MemberRole#group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#group_path MemberRole#group_path}
---
diff --git a/docs/memberRole.go.md b/docs/memberRole.go.md
index bf8ec0a0c..f9057af9f 100644
--- a/docs/memberRole.go.md
+++ b/docs/memberRole.go.md
@@ -4,7 +4,7 @@
### MemberRole
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role gitlab_member_role}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role gitlab_member_role}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the MemberRole to import.
The id of the existing MemberRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#import import section} in the documentation of this resource for the id to use
---
@@ -952,7 +952,7 @@ BaseAccessLevel *string
The base access level for the custom role. Valid values are: `DEVELOPER`, `GUEST`, `MAINTAINER`, `MINIMAL_ACCESS`, `OWNER`, `REPORTER`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#base_access_level MemberRole#base_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#base_access_level MemberRole#base_access_level}
---
@@ -968,7 +968,7 @@ All permissions enabled for the custom role.
Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_CODE`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
---
@@ -982,7 +982,7 @@ Name *string
Name for the member role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#name MemberRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#name MemberRole#name}
---
@@ -996,7 +996,7 @@ Description *string
Description for the member role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#description MemberRole#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#description MemberRole#description}
---
@@ -1010,7 +1010,7 @@ GroupPath *string
Full path of the namespace to create the member role in. **Required for SAAS** **Not allowed for self-managed**.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#group_path MemberRole#group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#group_path MemberRole#group_path}
---
diff --git a/docs/memberRole.java.md b/docs/memberRole.java.md
index db4b93297..fa44ffca3 100644
--- a/docs/memberRole.java.md
+++ b/docs/memberRole.java.md
@@ -4,7 +4,7 @@
### MemberRole
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role gitlab_member_role}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role gitlab_member_role}.
#### Initializers
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The base access level for the custom role. Valid values are: `DEVELOPER`, `GUEST`, `MAINTAINER`, `MINIMAL_ACCESS`, `OWNER`, `REPORTER`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#base_access_level MemberRole#base_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#base_access_level MemberRole#base_access_level}
---
@@ -128,7 +128,7 @@ All permissions enabled for the custom role.
Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_CODE`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Name for the member role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#name MemberRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#name MemberRole#name}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Description for the member role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#description MemberRole#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#description MemberRole#description}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Full path of the namespace to create the member role in. **Required for SAAS** **Not allowed for self-managed**.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#group_path MemberRole#group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#group_path MemberRole#group_path}
---
@@ -599,7 +599,7 @@ The construct id used in the generated config for the MemberRole to import.
The id of the existing MemberRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#import import section} in the documentation of this resource for the id to use
---
@@ -1074,7 +1074,7 @@ public java.lang.String getBaseAccessLevel();
The base access level for the custom role. Valid values are: `DEVELOPER`, `GUEST`, `MAINTAINER`, `MINIMAL_ACCESS`, `OWNER`, `REPORTER`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#base_access_level MemberRole#base_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#base_access_level MemberRole#base_access_level}
---
@@ -1090,7 +1090,7 @@ All permissions enabled for the custom role.
Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_CODE`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
---
@@ -1104,7 +1104,7 @@ public java.lang.String getName();
Name for the member role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#name MemberRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#name MemberRole#name}
---
@@ -1118,7 +1118,7 @@ public java.lang.String getDescription();
Description for the member role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#description MemberRole#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#description MemberRole#description}
---
@@ -1132,7 +1132,7 @@ public java.lang.String getGroupPath();
Full path of the namespace to create the member role in. **Required for SAAS** **Not allowed for self-managed**.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#group_path MemberRole#group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#group_path MemberRole#group_path}
---
diff --git a/docs/memberRole.python.md b/docs/memberRole.python.md
index af2dd65b3..96164168b 100644
--- a/docs/memberRole.python.md
+++ b/docs/memberRole.python.md
@@ -4,7 +4,7 @@
### MemberRole
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role gitlab_member_role}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role gitlab_member_role}.
#### Initializers
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The base access level for the custom role. Valid values are: `DEVELOPER`, `GUEST`, `MAINTAINER`, `MINIMAL_ACCESS`, `OWNER`, `REPORTER`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#base_access_level MemberRole#base_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#base_access_level MemberRole#base_access_level}
---
@@ -126,7 +126,7 @@ All permissions enabled for the custom role.
Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_CODE`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Name for the member role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#name MemberRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#name MemberRole#name}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Description for the member role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#description MemberRole#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#description MemberRole#description}
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Full path of the namespace to create the member role in. **Required for SAAS** **Not allowed for self-managed**.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#group_path MemberRole#group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#group_path MemberRole#group_path}
---
@@ -643,7 +643,7 @@ The construct id used in the generated config for the MemberRole to import.
The id of the existing MemberRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#import import section} in the documentation of this resource for the id to use
---
@@ -1114,7 +1114,7 @@ base_access_level: str
The base access level for the custom role. Valid values are: `DEVELOPER`, `GUEST`, `MAINTAINER`, `MINIMAL_ACCESS`, `OWNER`, `REPORTER`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#base_access_level MemberRole#base_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#base_access_level MemberRole#base_access_level}
---
@@ -1130,7 +1130,7 @@ All permissions enabled for the custom role.
Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_CODE`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
---
@@ -1144,7 +1144,7 @@ name: str
Name for the member role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#name MemberRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#name MemberRole#name}
---
@@ -1158,7 +1158,7 @@ description: str
Description for the member role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#description MemberRole#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#description MemberRole#description}
---
@@ -1172,7 +1172,7 @@ group_path: str
Full path of the namespace to create the member role in. **Required for SAAS** **Not allowed for self-managed**.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#group_path MemberRole#group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#group_path MemberRole#group_path}
---
diff --git a/docs/memberRole.typescript.md b/docs/memberRole.typescript.md
index f96878c48..66c5fe6f4 100644
--- a/docs/memberRole.typescript.md
+++ b/docs/memberRole.typescript.md
@@ -4,7 +4,7 @@
### MemberRole
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role gitlab_member_role}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role gitlab_member_role}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the MemberRole to import.
The id of the existing MemberRole that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#import import section} in the documentation of this resource for the id to use
---
@@ -939,7 +939,7 @@ public readonly baseAccessLevel: string;
The base access level for the custom role. Valid values are: `DEVELOPER`, `GUEST`, `MAINTAINER`, `MINIMAL_ACCESS`, `OWNER`, `REPORTER`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#base_access_level MemberRole#base_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#base_access_level MemberRole#base_access_level}
---
@@ -955,7 +955,7 @@ All permissions enabled for the custom role.
Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_CODE`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#enabled_permissions MemberRole#enabled_permissions}
---
@@ -969,7 +969,7 @@ public readonly name: string;
Name for the member role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#name MemberRole#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#name MemberRole#name}
---
@@ -983,7 +983,7 @@ public readonly description: string;
Description for the member role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#description MemberRole#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#description MemberRole#description}
---
@@ -997,7 +997,7 @@ public readonly groupPath: string;
Full path of the namespace to create the member role in. **Required for SAAS** **Not allowed for self-managed**.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/member_role#group_path MemberRole#group_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/member_role#group_path MemberRole#group_path}
---
diff --git a/docs/pagesDomain.csharp.md b/docs/pagesDomain.csharp.md
index 50188086a..e98d9acad 100644
--- a/docs/pagesDomain.csharp.md
+++ b/docs/pagesDomain.csharp.md
@@ -4,7 +4,7 @@
### PagesDomain
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain gitlab_pages_domain}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain gitlab_pages_domain}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the PagesDomain to import.
The id of the existing PagesDomain that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#import import section} in the documentation of this resource for the id to use
---
@@ -990,7 +990,7 @@ public string Domain { get; set; }
The custom domain indicated by the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#domain PagesDomain#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#domain PagesDomain#domain}
---
@@ -1004,7 +1004,7 @@ public string Project { get; set; }
The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding) owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#project PagesDomain#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#project PagesDomain#project}
---
@@ -1018,7 +1018,7 @@ public object AutoSslEnabled { get; set; }
Enables [automatic generation](https://docs.gitlab.com/ee/user/project/pages/custom_domains_ssl_tls_certification/lets_encrypt_integration.html) of SSL certificates issued by Let’s Encrypt for custom domains. When this is set to "true", certificate can't be provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#auto_ssl_enabled PagesDomain#auto_ssl_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#auto_ssl_enabled PagesDomain#auto_ssl_enabled}
---
@@ -1032,7 +1032,7 @@ public string Certificate { get; set; }
The certificate in PEM format with intermediates following in most specific to least specific order.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
---
@@ -1046,7 +1046,7 @@ public object Expired { get; set; }
Whether the certificate is expired.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#expired PagesDomain#expired}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#expired PagesDomain#expired}
---
@@ -1060,7 +1060,7 @@ public string Key { get; set; }
The certificate key in PEM format.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#key PagesDomain#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#key PagesDomain#key}
---
diff --git a/docs/pagesDomain.go.md b/docs/pagesDomain.go.md
index c41218864..53be10a3e 100644
--- a/docs/pagesDomain.go.md
+++ b/docs/pagesDomain.go.md
@@ -4,7 +4,7 @@
### PagesDomain
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain gitlab_pages_domain}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain gitlab_pages_domain}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the PagesDomain to import.
The id of the existing PagesDomain that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#import import section} in the documentation of this resource for the id to use
---
@@ -990,7 +990,7 @@ Domain *string
The custom domain indicated by the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#domain PagesDomain#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#domain PagesDomain#domain}
---
@@ -1004,7 +1004,7 @@ Project *string
The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding) owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#project PagesDomain#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#project PagesDomain#project}
---
@@ -1018,7 +1018,7 @@ AutoSslEnabled interface{}
Enables [automatic generation](https://docs.gitlab.com/ee/user/project/pages/custom_domains_ssl_tls_certification/lets_encrypt_integration.html) of SSL certificates issued by Let’s Encrypt for custom domains. When this is set to "true", certificate can't be provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#auto_ssl_enabled PagesDomain#auto_ssl_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#auto_ssl_enabled PagesDomain#auto_ssl_enabled}
---
@@ -1032,7 +1032,7 @@ Certificate *string
The certificate in PEM format with intermediates following in most specific to least specific order.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
---
@@ -1046,7 +1046,7 @@ Expired interface{}
Whether the certificate is expired.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#expired PagesDomain#expired}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#expired PagesDomain#expired}
---
@@ -1060,7 +1060,7 @@ Key *string
The certificate key in PEM format.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#key PagesDomain#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#key PagesDomain#key}
---
diff --git a/docs/pagesDomain.java.md b/docs/pagesDomain.java.md
index 066ede65c..3b5c1f016 100644
--- a/docs/pagesDomain.java.md
+++ b/docs/pagesDomain.java.md
@@ -4,7 +4,7 @@
### PagesDomain
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain gitlab_pages_domain}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain gitlab_pages_domain}.
#### Initializers
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The custom domain indicated by the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#domain PagesDomain#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#domain PagesDomain#domain}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding) owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#project PagesDomain#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#project PagesDomain#project}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enables [automatic generation](https://docs.gitlab.com/ee/user/project/pages/custom_domains_ssl_tls_certification/lets_encrypt_integration.html) of SSL certificates issued by Let’s Encrypt for custom domains. When this is set to "true", certificate can't be provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#auto_ssl_enabled PagesDomain#auto_ssl_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#auto_ssl_enabled PagesDomain#auto_ssl_enabled}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The certificate in PEM format with intermediates following in most specific to least specific order.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether the certificate is expired.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#expired PagesDomain#expired}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#expired PagesDomain#expired}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The certificate key in PEM format.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#key PagesDomain#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#key PagesDomain#key}
---
@@ -625,7 +625,7 @@ The construct id used in the generated config for the PagesDomain to import.
The id of the existing PagesDomain that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#import import section} in the documentation of this resource for the id to use
---
@@ -1126,7 +1126,7 @@ public java.lang.String getDomain();
The custom domain indicated by the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#domain PagesDomain#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#domain PagesDomain#domain}
---
@@ -1140,7 +1140,7 @@ public java.lang.String getProject();
The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding) owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#project PagesDomain#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#project PagesDomain#project}
---
@@ -1154,7 +1154,7 @@ public java.lang.Object getAutoSslEnabled();
Enables [automatic generation](https://docs.gitlab.com/ee/user/project/pages/custom_domains_ssl_tls_certification/lets_encrypt_integration.html) of SSL certificates issued by Let’s Encrypt for custom domains. When this is set to "true", certificate can't be provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#auto_ssl_enabled PagesDomain#auto_ssl_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#auto_ssl_enabled PagesDomain#auto_ssl_enabled}
---
@@ -1168,7 +1168,7 @@ public java.lang.String getCertificate();
The certificate in PEM format with intermediates following in most specific to least specific order.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
---
@@ -1182,7 +1182,7 @@ public java.lang.Object getExpired();
Whether the certificate is expired.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#expired PagesDomain#expired}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#expired PagesDomain#expired}
---
@@ -1196,7 +1196,7 @@ public java.lang.String getKey();
The certificate key in PEM format.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#key PagesDomain#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#key PagesDomain#key}
---
diff --git a/docs/pagesDomain.python.md b/docs/pagesDomain.python.md
index 6d82ed595..ce7f2b58a 100644
--- a/docs/pagesDomain.python.md
+++ b/docs/pagesDomain.python.md
@@ -4,7 +4,7 @@
### PagesDomain
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain gitlab_pages_domain}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain gitlab_pages_domain}.
#### Initializers
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The custom domain indicated by the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#domain PagesDomain#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#domain PagesDomain#domain}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding) owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#project PagesDomain#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#project PagesDomain#project}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enables [automatic generation](https://docs.gitlab.com/ee/user/project/pages/custom_domains_ssl_tls_certification/lets_encrypt_integration.html) of SSL certificates issued by Let’s Encrypt for custom domains. When this is set to "true", certificate can't be provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#auto_ssl_enabled PagesDomain#auto_ssl_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#auto_ssl_enabled PagesDomain#auto_ssl_enabled}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The certificate in PEM format with intermediates following in most specific to least specific order.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether the certificate is expired.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#expired PagesDomain#expired}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#expired PagesDomain#expired}
---
@@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The certificate key in PEM format.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#key PagesDomain#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#key PagesDomain#key}
---
@@ -667,7 +667,7 @@ The construct id used in the generated config for the PagesDomain to import.
The id of the existing PagesDomain that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#import import section} in the documentation of this resource for the id to use
---
@@ -1162,7 +1162,7 @@ domain: str
The custom domain indicated by the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#domain PagesDomain#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#domain PagesDomain#domain}
---
@@ -1176,7 +1176,7 @@ project: str
The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding) owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#project PagesDomain#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#project PagesDomain#project}
---
@@ -1190,7 +1190,7 @@ auto_ssl_enabled: typing.Union[bool, IResolvable]
Enables [automatic generation](https://docs.gitlab.com/ee/user/project/pages/custom_domains_ssl_tls_certification/lets_encrypt_integration.html) of SSL certificates issued by Let’s Encrypt for custom domains. When this is set to "true", certificate can't be provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#auto_ssl_enabled PagesDomain#auto_ssl_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#auto_ssl_enabled PagesDomain#auto_ssl_enabled}
---
@@ -1204,7 +1204,7 @@ certificate: str
The certificate in PEM format with intermediates following in most specific to least specific order.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
---
@@ -1218,7 +1218,7 @@ expired: typing.Union[bool, IResolvable]
Whether the certificate is expired.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#expired PagesDomain#expired}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#expired PagesDomain#expired}
---
@@ -1232,7 +1232,7 @@ key: str
The certificate key in PEM format.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#key PagesDomain#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#key PagesDomain#key}
---
diff --git a/docs/pagesDomain.typescript.md b/docs/pagesDomain.typescript.md
index 433012e2b..9159c8e44 100644
--- a/docs/pagesDomain.typescript.md
+++ b/docs/pagesDomain.typescript.md
@@ -4,7 +4,7 @@
### PagesDomain
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain gitlab_pages_domain}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain gitlab_pages_domain}.
#### Initializers
@@ -495,7 +495,7 @@ The construct id used in the generated config for the PagesDomain to import.
The id of the existing PagesDomain that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#import import section} in the documentation of this resource for the id to use
---
@@ -976,7 +976,7 @@ public readonly domain: string;
The custom domain indicated by the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#domain PagesDomain#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#domain PagesDomain#domain}
---
@@ -990,7 +990,7 @@ public readonly project: string;
The ID or [URL-encoded path of the project](https://docs.gitlab.com/ee/api/index.html#namespaced-path-encoding) owned by the authenticated user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#project PagesDomain#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#project PagesDomain#project}
---
@@ -1004,7 +1004,7 @@ public readonly autoSslEnabled: boolean | IResolvable;
Enables [automatic generation](https://docs.gitlab.com/ee/user/project/pages/custom_domains_ssl_tls_certification/lets_encrypt_integration.html) of SSL certificates issued by Let’s Encrypt for custom domains. When this is set to "true", certificate can't be provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#auto_ssl_enabled PagesDomain#auto_ssl_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#auto_ssl_enabled PagesDomain#auto_ssl_enabled}
---
@@ -1018,7 +1018,7 @@ public readonly certificate: string;
The certificate in PEM format with intermediates following in most specific to least specific order.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#certificate PagesDomain#certificate}
---
@@ -1032,7 +1032,7 @@ public readonly expired: boolean | IResolvable;
Whether the certificate is expired.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#expired PagesDomain#expired}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#expired PagesDomain#expired}
---
@@ -1046,7 +1046,7 @@ public readonly key: string;
The certificate key in PEM format.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pages_domain#key PagesDomain#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pages_domain#key PagesDomain#key}
---
diff --git a/docs/personalAccessToken.csharp.md b/docs/personalAccessToken.csharp.md
index 30a304078..8ae3a597b 100644
--- a/docs/personalAccessToken.csharp.md
+++ b/docs/personalAccessToken.csharp.md
@@ -4,7 +4,7 @@
### PersonalAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token gitlab_personal_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token gitlab_personal_access_token}.
#### Initializers
@@ -494,7 +494,7 @@ The construct id used in the generated config for the PersonalAccessToken to imp
The id of the existing PersonalAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -976,7 +976,7 @@ public string Name { get; set; }
The name of the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
---
@@ -992,7 +992,7 @@ The scopes of the personal access token.
valid values are: `api`, `read_user`, `read_api`, `read_repository`, `write_repository`, `read_registry`, `write_registry`, `sudo`, `admin_mode`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_service_ping`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
---
@@ -1006,7 +1006,7 @@ public double UserId { get; set; }
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#user_id PersonalAccessToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#user_id PersonalAccessToken#user_id}
---
@@ -1020,7 +1020,7 @@ public string ExpiresAt { get; set; }
When the token will expire, YYYY-MM-DD format. Is automatically set when `rotation_configuration` is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#expires_at PersonalAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#expires_at PersonalAccessToken#expires_at}
---
@@ -1034,7 +1034,7 @@ public PersonalAccessTokenRotationConfiguration RotationConfiguration { get; set
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#rotation_configuration PersonalAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#rotation_configuration PersonalAccessToken#rotation_configuration}
---
@@ -1070,7 +1070,7 @@ public double ExpirationDays { get; set; }
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#expiration_days PersonalAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#expiration_days PersonalAccessToken#expiration_days}
---
@@ -1086,7 +1086,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#rotate_before_days PersonalAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#rotate_before_days PersonalAccessToken#rotate_before_days}
---
diff --git a/docs/personalAccessToken.go.md b/docs/personalAccessToken.go.md
index 3d7e46020..1a34bb553 100644
--- a/docs/personalAccessToken.go.md
+++ b/docs/personalAccessToken.go.md
@@ -4,7 +4,7 @@
### PersonalAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token gitlab_personal_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token gitlab_personal_access_token}.
#### Initializers
@@ -494,7 +494,7 @@ The construct id used in the generated config for the PersonalAccessToken to imp
The id of the existing PersonalAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -976,7 +976,7 @@ Name *string
The name of the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
---
@@ -992,7 +992,7 @@ The scopes of the personal access token.
valid values are: `api`, `read_user`, `read_api`, `read_repository`, `write_repository`, `read_registry`, `write_registry`, `sudo`, `admin_mode`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_service_ping`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
---
@@ -1006,7 +1006,7 @@ UserId *f64
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#user_id PersonalAccessToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#user_id PersonalAccessToken#user_id}
---
@@ -1020,7 +1020,7 @@ ExpiresAt *string
When the token will expire, YYYY-MM-DD format. Is automatically set when `rotation_configuration` is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#expires_at PersonalAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#expires_at PersonalAccessToken#expires_at}
---
@@ -1034,7 +1034,7 @@ RotationConfiguration PersonalAccessTokenRotationConfiguration
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#rotation_configuration PersonalAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#rotation_configuration PersonalAccessToken#rotation_configuration}
---
@@ -1070,7 +1070,7 @@ ExpirationDays *f64
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#expiration_days PersonalAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#expiration_days PersonalAccessToken#expiration_days}
---
@@ -1086,7 +1086,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#rotate_before_days PersonalAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#rotate_before_days PersonalAccessToken#rotate_before_days}
---
diff --git a/docs/personalAccessToken.java.md b/docs/personalAccessToken.java.md
index 10d4274d9..06ea98d31 100644
--- a/docs/personalAccessToken.java.md
+++ b/docs/personalAccessToken.java.md
@@ -4,7 +4,7 @@
### PersonalAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token gitlab_personal_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token gitlab_personal_access_token}.
#### Initializers
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The name of the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
---
@@ -128,7 +128,7 @@ The scopes of the personal access token.
valid values are: `api`, `read_user`, `read_api`, `read_repository`, `write_repository`, `read_registry`, `write_registry`, `sudo`, `admin_mode`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_service_ping`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#user_id PersonalAccessToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#user_id PersonalAccessToken#user_id}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When the token will expire, YYYY-MM-DD format. Is automatically set when `rotation_configuration` is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#expires_at PersonalAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#expires_at PersonalAccessToken#expires_at}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#rotation_configuration PersonalAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#rotation_configuration PersonalAccessToken#rotation_configuration}
---
@@ -612,7 +612,7 @@ The construct id used in the generated config for the PersonalAccessToken to imp
The id of the existing PersonalAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -1098,7 +1098,7 @@ public java.lang.String getName();
The name of the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
---
@@ -1114,7 +1114,7 @@ The scopes of the personal access token.
valid values are: `api`, `read_user`, `read_api`, `read_repository`, `write_repository`, `read_registry`, `write_registry`, `sudo`, `admin_mode`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_service_ping`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
---
@@ -1128,7 +1128,7 @@ public java.lang.Number getUserId();
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#user_id PersonalAccessToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#user_id PersonalAccessToken#user_id}
---
@@ -1142,7 +1142,7 @@ public java.lang.String getExpiresAt();
When the token will expire, YYYY-MM-DD format. Is automatically set when `rotation_configuration` is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#expires_at PersonalAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#expires_at PersonalAccessToken#expires_at}
---
@@ -1156,7 +1156,7 @@ public PersonalAccessTokenRotationConfiguration getRotationConfiguration();
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#rotation_configuration PersonalAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#rotation_configuration PersonalAccessToken#rotation_configuration}
---
@@ -1192,7 +1192,7 @@ public java.lang.Number getExpirationDays();
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#expiration_days PersonalAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#expiration_days PersonalAccessToken#expiration_days}
---
@@ -1208,7 +1208,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#rotate_before_days PersonalAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#rotate_before_days PersonalAccessToken#rotate_before_days}
---
diff --git a/docs/personalAccessToken.python.md b/docs/personalAccessToken.python.md
index 6816abfb5..64a24fae7 100644
--- a/docs/personalAccessToken.python.md
+++ b/docs/personalAccessToken.python.md
@@ -4,7 +4,7 @@
### PersonalAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token gitlab_personal_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token gitlab_personal_access_token}.
#### Initializers
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The name of the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
---
@@ -126,7 +126,7 @@ The scopes of the personal access token.
valid values are: `api`, `read_user`, `read_api`, `read_repository`, `write_repository`, `read_registry`, `write_registry`, `sudo`, `admin_mode`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_service_ping`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#user_id PersonalAccessToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#user_id PersonalAccessToken#user_id}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When the token will expire, YYYY-MM-DD format. Is automatically set when `rotation_configuration` is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#expires_at PersonalAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#expires_at PersonalAccessToken#expires_at}
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#rotation_configuration PersonalAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#rotation_configuration PersonalAccessToken#rotation_configuration}
---
@@ -533,7 +533,7 @@ def put_rotation_configuration(
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#expiration_days PersonalAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#expiration_days PersonalAccessToken#expiration_days}
---
@@ -545,7 +545,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#rotate_before_days PersonalAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#rotate_before_days PersonalAccessToken#rotate_before_days}
---
@@ -675,7 +675,7 @@ The construct id used in the generated config for the PersonalAccessToken to imp
The id of the existing PersonalAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -1157,7 +1157,7 @@ name: str
The name of the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
---
@@ -1173,7 +1173,7 @@ The scopes of the personal access token.
valid values are: `api`, `read_user`, `read_api`, `read_repository`, `write_repository`, `read_registry`, `write_registry`, `sudo`, `admin_mode`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_service_ping`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
---
@@ -1187,7 +1187,7 @@ user_id: typing.Union[int, float]
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#user_id PersonalAccessToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#user_id PersonalAccessToken#user_id}
---
@@ -1201,7 +1201,7 @@ expires_at: str
When the token will expire, YYYY-MM-DD format. Is automatically set when `rotation_configuration` is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#expires_at PersonalAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#expires_at PersonalAccessToken#expires_at}
---
@@ -1215,7 +1215,7 @@ rotation_configuration: PersonalAccessTokenRotationConfiguration
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#rotation_configuration PersonalAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#rotation_configuration PersonalAccessToken#rotation_configuration}
---
@@ -1251,7 +1251,7 @@ expiration_days: typing.Union[int, float]
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#expiration_days PersonalAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#expiration_days PersonalAccessToken#expiration_days}
---
@@ -1267,7 +1267,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#rotate_before_days PersonalAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#rotate_before_days PersonalAccessToken#rotate_before_days}
---
diff --git a/docs/personalAccessToken.typescript.md b/docs/personalAccessToken.typescript.md
index 52eda99d9..15b845688 100644
--- a/docs/personalAccessToken.typescript.md
+++ b/docs/personalAccessToken.typescript.md
@@ -4,7 +4,7 @@
### PersonalAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token gitlab_personal_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token gitlab_personal_access_token}.
#### Initializers
@@ -494,7 +494,7 @@ The construct id used in the generated config for the PersonalAccessToken to imp
The id of the existing PersonalAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -963,7 +963,7 @@ public readonly name: string;
The name of the personal access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#name PersonalAccessToken#name}
---
@@ -979,7 +979,7 @@ The scopes of the personal access token.
valid values are: `api`, `read_user`, `read_api`, `read_repository`, `write_repository`, `read_registry`, `write_registry`, `sudo`, `admin_mode`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_service_ping`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#scopes PersonalAccessToken#scopes}
---
@@ -993,7 +993,7 @@ public readonly userId: number;
The ID of the user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#user_id PersonalAccessToken#user_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#user_id PersonalAccessToken#user_id}
---
@@ -1007,7 +1007,7 @@ public readonly expiresAt: string;
When the token will expire, YYYY-MM-DD format. Is automatically set when `rotation_configuration` is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#expires_at PersonalAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#expires_at PersonalAccessToken#expires_at}
---
@@ -1021,7 +1021,7 @@ public readonly rotationConfiguration: PersonalAccessTokenRotationConfiguration;
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#rotation_configuration PersonalAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#rotation_configuration PersonalAccessToken#rotation_configuration}
---
@@ -1054,7 +1054,7 @@ public readonly expirationDays: number;
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#expiration_days PersonalAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#expiration_days PersonalAccessToken#expiration_days}
---
@@ -1070,7 +1070,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/personal_access_token#rotate_before_days PersonalAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/personal_access_token#rotate_before_days PersonalAccessToken#rotate_before_days}
---
diff --git a/docs/pipelineSchedule.csharp.md b/docs/pipelineSchedule.csharp.md
index 9a01c7604..249db5aa1 100644
--- a/docs/pipelineSchedule.csharp.md
+++ b/docs/pipelineSchedule.csharp.md
@@ -4,7 +4,7 @@
### PipelineSchedule
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the PipelineSchedule to import
The id of the existing PipelineSchedule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
---
@@ -996,7 +996,7 @@ public string Cron { get; set; }
The cron (e.g. `0 1 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
---
@@ -1010,7 +1010,7 @@ public string Description { get; set; }
The description of the pipeline schedule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
---
@@ -1024,7 +1024,7 @@ public string Project { get; set; }
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
---
@@ -1038,7 +1038,7 @@ public string Ref { get; set; }
The branch/tag name to be triggered. This must be the full branch reference, for example: `refs/heads/main`, not `main`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
---
@@ -1052,7 +1052,7 @@ public object Active { get; set; }
The activation of pipeline schedule. If false is set, the pipeline schedule will deactivated initially.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
---
@@ -1066,7 +1066,7 @@ public string CronTimezone { get; set; }
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
---
@@ -1082,7 +1082,7 @@ When set to `true`, the user represented by the token running Terraform will tak
This can help when managing scheduled pipeline drift when other users are making changes outside Terraform.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
---
diff --git a/docs/pipelineSchedule.go.md b/docs/pipelineSchedule.go.md
index ccb38fe2c..cc52f7fd0 100644
--- a/docs/pipelineSchedule.go.md
+++ b/docs/pipelineSchedule.go.md
@@ -4,7 +4,7 @@
### PipelineSchedule
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the PipelineSchedule to import
The id of the existing PipelineSchedule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
---
@@ -996,7 +996,7 @@ Cron *string
The cron (e.g. `0 1 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
---
@@ -1010,7 +1010,7 @@ Description *string
The description of the pipeline schedule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
---
@@ -1024,7 +1024,7 @@ Project *string
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
---
@@ -1038,7 +1038,7 @@ Ref *string
The branch/tag name to be triggered. This must be the full branch reference, for example: `refs/heads/main`, not `main`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
---
@@ -1052,7 +1052,7 @@ Active interface{}
The activation of pipeline schedule. If false is set, the pipeline schedule will deactivated initially.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
---
@@ -1066,7 +1066,7 @@ CronTimezone *string
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
---
@@ -1082,7 +1082,7 @@ When set to `true`, the user represented by the token running Terraform will tak
This can help when managing scheduled pipeline drift when other users are making changes outside Terraform.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
---
diff --git a/docs/pipelineSchedule.java.md b/docs/pipelineSchedule.java.md
index 6ebe6c86b..d3595f545 100644
--- a/docs/pipelineSchedule.java.md
+++ b/docs/pipelineSchedule.java.md
@@ -4,7 +4,7 @@
### PipelineSchedule
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}.
#### Initializers
@@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope
The cron (e.g. `0 1 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The description of the pipeline schedule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The branch/tag name to be triggered. This must be the full branch reference, for example: `refs/heads/main`, not `main`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The activation of pipeline schedule. If false is set, the pipeline schedule will deactivated initially.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
---
@@ -184,7 +184,7 @@ When set to `true`, the user represented by the token running Terraform will tak
This can help when managing scheduled pipeline drift when other users are making changes outside Terraform.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
---
@@ -632,7 +632,7 @@ The construct id used in the generated config for the PipelineSchedule to import
The id of the existing PipelineSchedule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
---
@@ -1146,7 +1146,7 @@ public java.lang.String getCron();
The cron (e.g. `0 1 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
---
@@ -1160,7 +1160,7 @@ public java.lang.String getDescription();
The description of the pipeline schedule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
---
@@ -1174,7 +1174,7 @@ public java.lang.String getProject();
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
---
@@ -1188,7 +1188,7 @@ public java.lang.String getRef();
The branch/tag name to be triggered. This must be the full branch reference, for example: `refs/heads/main`, not `main`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
---
@@ -1202,7 +1202,7 @@ public java.lang.Object getActive();
The activation of pipeline schedule. If false is set, the pipeline schedule will deactivated initially.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
---
@@ -1216,7 +1216,7 @@ public java.lang.String getCronTimezone();
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
---
@@ -1232,7 +1232,7 @@ When set to `true`, the user represented by the token running Terraform will tak
This can help when managing scheduled pipeline drift when other users are making changes outside Terraform.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
---
diff --git a/docs/pipelineSchedule.python.md b/docs/pipelineSchedule.python.md
index ab4724967..1421227fe 100644
--- a/docs/pipelineSchedule.python.md
+++ b/docs/pipelineSchedule.python.md
@@ -4,7 +4,7 @@
### PipelineSchedule
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}.
#### Initializers
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The cron (e.g. `0 1 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The description of the pipeline schedule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The branch/tag name to be triggered. This must be the full branch reference, for example: `refs/heads/main`, not `main`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The activation of pipeline schedule. If false is set, the pipeline schedule will deactivated initially.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
---
@@ -180,7 +180,7 @@ When set to `true`, the user represented by the token running Terraform will tak
This can help when managing scheduled pipeline drift when other users are making changes outside Terraform.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
---
@@ -674,7 +674,7 @@ The construct id used in the generated config for the PipelineSchedule to import
The id of the existing PipelineSchedule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
---
@@ -1182,7 +1182,7 @@ cron: str
The cron (e.g. `0 1 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
---
@@ -1196,7 +1196,7 @@ description: str
The description of the pipeline schedule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
---
@@ -1210,7 +1210,7 @@ project: str
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
---
@@ -1224,7 +1224,7 @@ ref: str
The branch/tag name to be triggered. This must be the full branch reference, for example: `refs/heads/main`, not `main`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
---
@@ -1238,7 +1238,7 @@ active: typing.Union[bool, IResolvable]
The activation of pipeline schedule. If false is set, the pipeline schedule will deactivated initially.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
---
@@ -1252,7 +1252,7 @@ cron_timezone: str
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
---
@@ -1268,7 +1268,7 @@ When set to `true`, the user represented by the token running Terraform will tak
This can help when managing scheduled pipeline drift when other users are making changes outside Terraform.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
---
diff --git a/docs/pipelineSchedule.typescript.md b/docs/pipelineSchedule.typescript.md
index df8112e65..20779613f 100644
--- a/docs/pipelineSchedule.typescript.md
+++ b/docs/pipelineSchedule.typescript.md
@@ -4,7 +4,7 @@
### PipelineSchedule
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule gitlab_pipeline_schedule}.
#### Initializers
@@ -488,7 +488,7 @@ The construct id used in the generated config for the PipelineSchedule to import
The id of the existing PipelineSchedule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#import import section} in the documentation of this resource for the id to use
---
@@ -981,7 +981,7 @@ public readonly cron: string;
The cron (e.g. `0 1 * * *`).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#cron PipelineSchedule#cron}
---
@@ -995,7 +995,7 @@ public readonly description: string;
The description of the pipeline schedule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#description PipelineSchedule#description}
---
@@ -1009,7 +1009,7 @@ public readonly project: string;
The name or id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#project PipelineSchedule#project}
---
@@ -1023,7 +1023,7 @@ public readonly ref: string;
The branch/tag name to be triggered. This must be the full branch reference, for example: `refs/heads/main`, not `main`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#ref PipelineSchedule#ref}
---
@@ -1037,7 +1037,7 @@ public readonly active: boolean | IResolvable;
The activation of pipeline schedule. If false is set, the pipeline schedule will deactivated initially.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#active PipelineSchedule#active}
---
@@ -1051,7 +1051,7 @@ public readonly cronTimezone: string;
The timezone.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#cron_timezone PipelineSchedule#cron_timezone}
---
@@ -1067,7 +1067,7 @@ When set to `true`, the user represented by the token running Terraform will tak
This can help when managing scheduled pipeline drift when other users are making changes outside Terraform.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule#take_ownership PipelineSchedule#take_ownership}
---
diff --git a/docs/pipelineScheduleVariable.csharp.md b/docs/pipelineScheduleVariable.csharp.md
index 90f3666c9..49351b399 100644
--- a/docs/pipelineScheduleVariable.csharp.md
+++ b/docs/pipelineScheduleVariable.csharp.md
@@ -4,7 +4,7 @@
### PipelineScheduleVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the PipelineScheduleVariable t
The id of the existing PipelineScheduleVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#import import section} in the documentation of this resource for the id to use
---
@@ -847,7 +847,7 @@ new PipelineScheduleVariableConfig {
| PipelineScheduleId
| double
| The id of the pipeline schedule. |
| Project
| string
| The id of the project to add the schedule to. |
| Value
| string
| Value of the variable. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}. |
| VariableType
| string
| The type of a variable. Available types are: `env_var`, `file`. Default is `env_var`. |
---
@@ -932,7 +932,7 @@ public string Key { get; set; }
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
---
@@ -946,7 +946,7 @@ public double PipelineScheduleId { get; set; }
The id of the pipeline schedule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#pipeline_schedule_id PipelineScheduleVariable#pipeline_schedule_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#pipeline_schedule_id PipelineScheduleVariable#pipeline_schedule_id}
---
@@ -960,7 +960,7 @@ public string Project { get; set; }
The id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
---
@@ -974,7 +974,7 @@ public string Value { get; set; }
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
---
@@ -986,7 +986,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1003,7 +1003,7 @@ public string VariableType { get; set; }
The type of a variable. Available types are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
---
diff --git a/docs/pipelineScheduleVariable.go.md b/docs/pipelineScheduleVariable.go.md
index 570f921e2..d81668561 100644
--- a/docs/pipelineScheduleVariable.go.md
+++ b/docs/pipelineScheduleVariable.go.md
@@ -4,7 +4,7 @@
### PipelineScheduleVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the PipelineScheduleVariable t
The id of the existing PipelineScheduleVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#import import section} in the documentation of this resource for the id to use
---
@@ -847,7 +847,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/pipelineschedulevar
| PipelineScheduleId
| *f64
| The id of the pipeline schedule. |
| Project
| *string
| The id of the project to add the schedule to. |
| Value
| *string
| Value of the variable. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}. |
| VariableType
| *string
| The type of a variable. Available types are: `env_var`, `file`. Default is `env_var`. |
---
@@ -932,7 +932,7 @@ Key *string
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
---
@@ -946,7 +946,7 @@ PipelineScheduleId *f64
The id of the pipeline schedule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#pipeline_schedule_id PipelineScheduleVariable#pipeline_schedule_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#pipeline_schedule_id PipelineScheduleVariable#pipeline_schedule_id}
---
@@ -960,7 +960,7 @@ Project *string
The id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
---
@@ -974,7 +974,7 @@ Value *string
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
---
@@ -986,7 +986,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1003,7 +1003,7 @@ VariableType *string
The type of a variable. Available types are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
---
diff --git a/docs/pipelineScheduleVariable.java.md b/docs/pipelineScheduleVariable.java.md
index 73a37659d..453c0c73d 100644
--- a/docs/pipelineScheduleVariable.java.md
+++ b/docs/pipelineScheduleVariable.java.md
@@ -4,7 +4,7 @@
### PipelineScheduleVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}.
#### Initializers
@@ -47,7 +47,7 @@ PipelineScheduleVariable.Builder.create(Construct scope, java.lang.String id)
| pipelineScheduleId
| java.lang.Number
| The id of the pipeline schedule. |
| project
| java.lang.String
| The id of the project to add the schedule to. |
| value
| java.lang.String
| Value of the variable. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}. |
| variableType
| java.lang.String
| The type of a variable. Available types are: `env_var`, `file`. Default is `env_var`. |
---
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the pipeline schedule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#pipeline_schedule_id PipelineScheduleVariable#pipeline_schedule_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#pipeline_schedule_id PipelineScheduleVariable#pipeline_schedule_id}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -169,7 +169,7 @@ If you experience problems setting this value it might not be settable. Please t
The type of a variable. Available types are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
---
@@ -610,7 +610,7 @@ The construct id used in the generated config for the PipelineScheduleVariable t
The id of the existing PipelineScheduleVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#import import section} in the documentation of this resource for the id to use
---
@@ -980,7 +980,7 @@ PipelineScheduleVariableConfig.builder()
| pipelineScheduleId
| java.lang.Number
| The id of the pipeline schedule. |
| project
| java.lang.String
| The id of the project to add the schedule to. |
| value
| java.lang.String
| Value of the variable. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}. |
| variableType
| java.lang.String
| The type of a variable. Available types are: `env_var`, `file`. Default is `env_var`. |
---
@@ -1065,7 +1065,7 @@ public java.lang.String getKey();
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
---
@@ -1079,7 +1079,7 @@ public java.lang.Number getPipelineScheduleId();
The id of the pipeline schedule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#pipeline_schedule_id PipelineScheduleVariable#pipeline_schedule_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#pipeline_schedule_id PipelineScheduleVariable#pipeline_schedule_id}
---
@@ -1093,7 +1093,7 @@ public java.lang.String getProject();
The id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
---
@@ -1107,7 +1107,7 @@ public java.lang.String getValue();
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
---
@@ -1119,7 +1119,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1136,7 +1136,7 @@ public java.lang.String getVariableType();
The type of a variable. Available types are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
---
diff --git a/docs/pipelineScheduleVariable.python.md b/docs/pipelineScheduleVariable.python.md
index 72a1aee80..a4956773c 100644
--- a/docs/pipelineScheduleVariable.python.md
+++ b/docs/pipelineScheduleVariable.python.md
@@ -4,7 +4,7 @@
### PipelineScheduleVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}.
#### Initializers
@@ -45,7 +45,7 @@ pipelineScheduleVariable.PipelineScheduleVariable(
| pipeline_schedule_id
| typing.Union[int, float]
| The id of the pipeline schedule. |
| project
| str
| The id of the project to add the schedule to. |
| value
| str
| Value of the variable. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}. |
| variable_type
| str
| The type of a variable. Available types are: `env_var`, `file`. Default is `env_var`. |
---
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the pipeline schedule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#pipeline_schedule_id PipelineScheduleVariable#pipeline_schedule_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#pipeline_schedule_id PipelineScheduleVariable#pipeline_schedule_id}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -167,7 +167,7 @@ If you experience problems setting this value it might not be settable. Please t
The type of a variable. Available types are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
---
@@ -654,7 +654,7 @@ The construct id used in the generated config for the PipelineScheduleVariable t
The id of the existing PipelineScheduleVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#import import section} in the documentation of this resource for the id to use
---
@@ -1020,7 +1020,7 @@ pipelineScheduleVariable.PipelineScheduleVariableConfig(
| pipeline_schedule_id
| typing.Union[int, float]
| The id of the pipeline schedule. |
| project
| str
| The id of the project to add the schedule to. |
| value
| str
| Value of the variable. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}. |
| variable_type
| str
| The type of a variable. Available types are: `env_var`, `file`. Default is `env_var`. |
---
@@ -1105,7 +1105,7 @@ key: str
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
---
@@ -1119,7 +1119,7 @@ pipeline_schedule_id: typing.Union[int, float]
The id of the pipeline schedule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#pipeline_schedule_id PipelineScheduleVariable#pipeline_schedule_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#pipeline_schedule_id PipelineScheduleVariable#pipeline_schedule_id}
---
@@ -1133,7 +1133,7 @@ project: str
The id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
---
@@ -1147,7 +1147,7 @@ value: str
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
---
@@ -1159,7 +1159,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1176,7 +1176,7 @@ variable_type: str
The type of a variable. Available types are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
---
diff --git a/docs/pipelineScheduleVariable.typescript.md b/docs/pipelineScheduleVariable.typescript.md
index 53b1a0bfb..af2380d78 100644
--- a/docs/pipelineScheduleVariable.typescript.md
+++ b/docs/pipelineScheduleVariable.typescript.md
@@ -4,7 +4,7 @@
### PipelineScheduleVariable
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable gitlab_pipeline_schedule_variable}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the PipelineScheduleVariable t
The id of the existing PipelineScheduleVariable that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#import import section} in the documentation of this resource for the id to use
---
@@ -833,7 +833,7 @@ const pipelineScheduleVariableConfig: pipelineScheduleVariable.PipelineScheduleV
| pipelineScheduleId
| number
| The id of the pipeline schedule. |
| project
| string
| The id of the project to add the schedule to. |
| value
| string
| Value of the variable. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}. |
| variableType
| string
| The type of a variable. Available types are: `env_var`, `file`. Default is `env_var`. |
---
@@ -918,7 +918,7 @@ public readonly key: string;
Name of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#key PipelineScheduleVariable#key}
---
@@ -932,7 +932,7 @@ public readonly pipelineScheduleId: number;
The id of the pipeline schedule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#pipeline_schedule_id PipelineScheduleVariable#pipeline_schedule_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#pipeline_schedule_id PipelineScheduleVariable#pipeline_schedule_id}
---
@@ -946,7 +946,7 @@ public readonly project: string;
The id of the project to add the schedule to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#project PipelineScheduleVariable#project}
---
@@ -960,7 +960,7 @@ public readonly value: string;
Value of the variable.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#value PipelineScheduleVariable#value}
---
@@ -972,7 +972,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#id PipelineScheduleVariable#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -989,7 +989,7 @@ public readonly variableType: string;
The type of a variable. Available types are: `env_var`, `file`. Default is `env_var`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_schedule_variable#variable_type PipelineScheduleVariable#variable_type}
---
diff --git a/docs/pipelineTrigger.csharp.md b/docs/pipelineTrigger.csharp.md
index 35beb7e23..ca0a3aac2 100644
--- a/docs/pipelineTrigger.csharp.md
+++ b/docs/pipelineTrigger.csharp.md
@@ -4,7 +4,7 @@
### PipelineTrigger
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the PipelineTrigger to import.
The id of the existing PipelineTrigger that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#import import section} in the documentation of this resource for the id to use
---
@@ -791,7 +791,7 @@ new PipelineTriggerConfig {
| Provisioners
| object[]
| *No description.* |
| Description
| string
| The description of the pipeline trigger. |
| Project
| string
| The name or id of the project to add the trigger to. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
---
@@ -875,7 +875,7 @@ public string Description { get; set; }
The description of the pipeline trigger.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
---
@@ -889,7 +889,7 @@ public string Project { get; set; }
The name or id of the project to add the trigger to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
---
@@ -901,7 +901,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/pipelineTrigger.go.md b/docs/pipelineTrigger.go.md
index 1cd318e0e..42564a35d 100644
--- a/docs/pipelineTrigger.go.md
+++ b/docs/pipelineTrigger.go.md
@@ -4,7 +4,7 @@
### PipelineTrigger
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the PipelineTrigger to import.
The id of the existing PipelineTrigger that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#import import section} in the documentation of this resource for the id to use
---
@@ -791,7 +791,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/pipelinetrigger"
| Provisioners
| *[]interface{}
| *No description.* |
| Description
| *string
| The description of the pipeline trigger. |
| Project
| *string
| The name or id of the project to add the trigger to. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
---
@@ -875,7 +875,7 @@ Description *string
The description of the pipeline trigger.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
---
@@ -889,7 +889,7 @@ Project *string
The name or id of the project to add the trigger to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
---
@@ -901,7 +901,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/pipelineTrigger.java.md b/docs/pipelineTrigger.java.md
index bca41ee83..566375b42 100644
--- a/docs/pipelineTrigger.java.md
+++ b/docs/pipelineTrigger.java.md
@@ -4,7 +4,7 @@
### PipelineTrigger
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}.
#### Initializers
@@ -42,7 +42,7 @@ PipelineTrigger.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| description
| java.lang.String
| The description of the pipeline trigger. |
| project
| java.lang.String
| The name or id of the project to add the trigger to. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The description of the pipeline trigger.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the trigger to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -567,7 +567,7 @@ The construct id used in the generated config for the PipelineTrigger to import.
The id of the existing PipelineTrigger that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#import import section} in the documentation of this resource for the id to use
---
@@ -888,7 +888,7 @@ PipelineTriggerConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| description
| java.lang.String
| The description of the pipeline trigger. |
| project
| java.lang.String
| The name or id of the project to add the trigger to. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
---
@@ -972,7 +972,7 @@ public java.lang.String getDescription();
The description of the pipeline trigger.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
---
@@ -986,7 +986,7 @@ public java.lang.String getProject();
The name or id of the project to add the trigger to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
---
@@ -998,7 +998,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/pipelineTrigger.python.md b/docs/pipelineTrigger.python.md
index 651ef87e1..baf787bb1 100644
--- a/docs/pipelineTrigger.python.md
+++ b/docs/pipelineTrigger.python.md
@@ -4,7 +4,7 @@
### PipelineTrigger
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}.
#### Initializers
@@ -40,7 +40,7 @@ pipelineTrigger.PipelineTrigger(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| description
| str
| The description of the pipeline trigger. |
| project
| str
| The name or id of the project to add the trigger to. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The description of the pipeline trigger.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the trigger to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -611,7 +611,7 @@ The construct id used in the generated config for the PipelineTrigger to import.
The id of the existing PipelineTrigger that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#import import section} in the documentation of this resource for the id to use
---
@@ -928,7 +928,7 @@ pipelineTrigger.PipelineTriggerConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| description
| str
| The description of the pipeline trigger. |
| project
| str
| The name or id of the project to add the trigger to. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
---
@@ -1012,7 +1012,7 @@ description: str
The description of the pipeline trigger.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
---
@@ -1026,7 +1026,7 @@ project: str
The name or id of the project to add the trigger to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
---
@@ -1038,7 +1038,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/pipelineTrigger.typescript.md b/docs/pipelineTrigger.typescript.md
index 97bcf9e85..73296f166 100644
--- a/docs/pipelineTrigger.typescript.md
+++ b/docs/pipelineTrigger.typescript.md
@@ -4,7 +4,7 @@
### PipelineTrigger
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger gitlab_pipeline_trigger}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the PipelineTrigger to import.
The id of the existing PipelineTrigger that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#import import section} in the documentation of this resource for the id to use
---
@@ -780,7 +780,7 @@ const pipelineTriggerConfig: pipelineTrigger.PipelineTriggerConfig = { ... }
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| description
| string
| The description of the pipeline trigger. |
| project
| string
| The name or id of the project to add the trigger to. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}. |
---
@@ -864,7 +864,7 @@ public readonly description: string;
The description of the pipeline trigger.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#description PipelineTrigger#description}
---
@@ -878,7 +878,7 @@ public readonly project: string;
The name or id of the project to add the trigger to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#project PipelineTrigger#project}
---
@@ -890,7 +890,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/pipeline_trigger#id PipelineTrigger#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/project.csharp.md b/docs/project.csharp.md
index e1b0ea1c3..231abbda7 100644
--- a/docs/project.csharp.md
+++ b/docs/project.csharp.md
@@ -4,7 +4,7 @@
### Project
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project gitlab_project}.
#### Initializers
@@ -95,6 +95,7 @@ Must be unique amongst siblings in the same scope
| ResetCiConfigPath
| *No description.* |
| ResetCiDefaultGitDepth
| *No description.* |
| ResetCiForwardDeploymentEnabled
| *No description.* |
+| ResetCiPipelineVariablesMinimumOverrideRole
| *No description.* |
| ResetCiRestrictPipelineCancellationRole
| *No description.* |
| ResetCiSeparatedCaches
| *No description.* |
| ResetContainerExpirationPolicy
| *No description.* |
@@ -614,6 +615,12 @@ private void ResetCiDefaultGitDepth()
private void ResetCiForwardDeploymentEnabled()
```
+##### `ResetCiPipelineVariablesMinimumOverrideRole`
+
+```csharp
+private void ResetCiPipelineVariablesMinimumOverrideRole()
+```
+
##### `ResetCiRestrictPipelineCancellationRole`
```csharp
@@ -1185,7 +1192,7 @@ The construct id used in the generated config for the Project to import.
The id of the existing Project that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -1244,6 +1251,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| CiConfigPathInput
| string
| *No description.* |
| CiDefaultGitDepthInput
| double
| *No description.* |
| CiForwardDeploymentEnabledInput
| object
| *No description.* |
+| CiPipelineVariablesMinimumOverrideRoleInput
| string
| *No description.* |
| CiRestrictPipelineCancellationRoleInput
| string
| *No description.* |
| CiSeparatedCachesInput
| object
| *No description.* |
| ContainerExpirationPolicyInput
| ProjectContainerExpirationPolicy
| *No description.* |
@@ -1342,6 +1350,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| CiConfigPath
| string
| *No description.* |
| CiDefaultGitDepth
| double
| *No description.* |
| CiForwardDeploymentEnabled
| object
| *No description.* |
+| CiPipelineVariablesMinimumOverrideRole
| string
| *No description.* |
| CiRestrictPipelineCancellationRole
| string
| *No description.* |
| CiSeparatedCaches
| object
| *No description.* |
| ContainerRegistryAccessLevel
| string
| *No description.* |
@@ -1853,6 +1862,16 @@ public object CiForwardDeploymentEnabledInput { get; }
---
+##### `CiPipelineVariablesMinimumOverrideRoleInput`Optional
+
+```csharp
+public string CiPipelineVariablesMinimumOverrideRoleInput { get; }
+```
+
+- *Type:* string
+
+---
+
##### `CiRestrictPipelineCancellationRoleInput`Optional
```csharp
@@ -2833,6 +2852,16 @@ public object CiForwardDeploymentEnabled { get; }
---
+##### `CiPipelineVariablesMinimumOverrideRole`Required
+
+```csharp
+public string CiPipelineVariablesMinimumOverrideRole { get; }
+```
+
+- *Type:* string
+
+---
+
##### `CiRestrictPipelineCancellationRole`Required
```csharp
@@ -3648,6 +3677,7 @@ new ProjectConfig {
string CiConfigPath = null,
double CiDefaultGitDepth = null,
object CiForwardDeploymentEnabled = null,
+ string CiPipelineVariablesMinimumOverrideRole = null,
string CiRestrictPipelineCancellationRole = null,
object CiSeparatedCaches = null,
ProjectContainerExpirationPolicy ContainerExpirationPolicy = null,
@@ -3760,6 +3790,7 @@ new ProjectConfig {
| CiConfigPath
| string
| Custom Path to CI config file. |
| CiDefaultGitDepth
| double
| Default number of revisions for shallow cloning. |
| CiForwardDeploymentEnabled
| object
| When a new deployment job starts, skip older deployment jobs that are still pending. |
+| CiPipelineVariablesMinimumOverrideRole
| string
| The minimum role required to set variables when running pipelines and jobs. |
| CiRestrictPipelineCancellationRole
| string
| The role required to cancel a pipeline or job. |
| CiSeparatedCaches
| object
| Use separate caches for protected branches. |
| ContainerExpirationPolicy
| ProjectContainerExpirationPolicy
| container_expiration_policy block. |
@@ -3775,7 +3806,7 @@ new ProjectConfig {
| ForkingAccessLevel
| string
| Set the forking access level. Valid values are `disabled`, `private`, `enabled`. |
| GroupRunnersEnabled
| object
| Enable group runners for this project. |
| GroupWithProjectTemplatesId
| double
| For group-level custom templates, specifies ID of group from which all the custom project templates are sourced. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#id Project#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}. |
| ImportUrl
| string
| Git URL to a repository to be imported. |
| ImportUrlPassword
| string
| The password for the `import_url`. |
| ImportUrlUsername
| string
| The username for the `import_url`. |
@@ -3921,7 +3952,7 @@ public string Name { get; set; }
The name of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name Project#name}
---
@@ -3935,7 +3966,7 @@ public object AllowMergeOnSkippedPipeline { get; set; }
Set to true if you want to treat skipped pipelines as if they finished with success.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
---
@@ -3949,7 +3980,7 @@ public object AllowPipelineTriggerApproveDeployment { get; set; }
Set whether or not a pipeline triggerer is allowed to approve deployments. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
---
@@ -3963,7 +3994,7 @@ public string AnalyticsAccessLevel { get; set; }
Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#analytics_access_level Project#analytics_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#analytics_access_level Project#analytics_access_level}
---
@@ -3982,7 +4013,7 @@ This field **does not** work well in combination with the `gitlab_project_approv
and is most likely gonna be deprecated in a future GitLab version (see [this upstream epic](https://gitlab.com/groups/gitlab-org/-/epics/7572)).
In the meantime we recommend against using this attribute and use `gitlab_project_approval_rule` instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
---
@@ -3996,7 +4027,7 @@ public object Archived { get; set; }
Whether the project is in read-only mode (archived). Repositories can be archived/unarchived by toggling this parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#archived Project#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#archived Project#archived}
---
@@ -4012,7 +4043,7 @@ Set to `true` to archive the project instead of deleting on destroy.
If set to `true` it will entire omit the `DELETE` operation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
---
@@ -4026,7 +4057,7 @@ public string AutoCancelPendingPipelines { get; set; }
Auto-cancel pending pipelines. This isn’t a boolean, but enabled/disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
---
@@ -4040,7 +4071,7 @@ public object AutocloseReferencedIssues { get; set; }
Set whether auto-closing referenced issues on default branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
---
@@ -4054,7 +4085,7 @@ public string AutoDevopsDeployStrategy { get; set; }
Auto Deploy strategy. Valid values are `continuous`, `manual`, `timed_incremental`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
---
@@ -4068,7 +4099,7 @@ public object AutoDevopsEnabled { get; set; }
Enable Auto DevOps for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
---
@@ -4082,7 +4113,7 @@ public string Avatar { get; set; }
A local path to the avatar image to upload. **Note**: not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#avatar Project#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#avatar Project#avatar}
---
@@ -4098,7 +4129,7 @@ The hash of the avatar image.
Use `filesha256("path/to/avatar.png")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#avatar_hash Project#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#avatar_hash Project#avatar_hash}
---
@@ -4112,7 +4143,7 @@ public string BuildCoverageRegex { get; set; }
Test coverage parsing for the project. This is deprecated feature in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
---
@@ -4126,7 +4157,7 @@ public string BuildGitStrategy { get; set; }
The Git strategy. Defaults to fetch. Valid values are `clone`, `fetch`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_git_strategy Project#build_git_strategy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_git_strategy Project#build_git_strategy}
---
@@ -4140,7 +4171,7 @@ public string BuildsAccessLevel { get; set; }
Set the builds access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#builds_access_level Project#builds_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#builds_access_level Project#builds_access_level}
---
@@ -4154,7 +4185,7 @@ public double BuildTimeout { get; set; }
The maximum amount of time, in seconds, that a job can run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_timeout Project#build_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_timeout Project#build_timeout}
---
@@ -4168,7 +4199,7 @@ public string CiConfigPath { get; set; }
Custom Path to CI config file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_config_path Project#ci_config_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_config_path Project#ci_config_path}
---
@@ -4182,7 +4213,7 @@ public double CiDefaultGitDepth { get; set; }
Default number of revisions for shallow cloning.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
---
@@ -4196,7 +4227,23 @@ public object CiForwardDeploymentEnabled { get; set; }
When a new deployment job starts, skip older deployment jobs that are still pending.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
+
+---
+
+##### `CiPipelineVariablesMinimumOverrideRole`Optional
+
+```csharp
+public string CiPipelineVariablesMinimumOverrideRole { get; set; }
+```
+
+- *Type:* string
+
+The minimum role required to set variables when running pipelines and jobs.
+
+Introduced in GitLab 17.1. Valid values are `developer`, `maintainer`, `owner`, `no_one_allowed`
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_pipeline_variables_minimum_override_role Project#ci_pipeline_variables_minimum_override_role}
---
@@ -4212,7 +4259,7 @@ The role required to cancel a pipeline or job.
Introduced in GitLab 16.8. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `no one`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
---
@@ -4226,7 +4273,7 @@ public object CiSeparatedCaches { get; set; }
Use separate caches for protected branches.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
---
@@ -4240,7 +4287,7 @@ public ProjectContainerExpirationPolicy ContainerExpirationPolicy { get; set; }
container_expiration_policy block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
---
@@ -4254,7 +4301,7 @@ public string ContainerRegistryAccessLevel { get; set; }
Set visibility of container registry, for this project. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
---
@@ -4268,7 +4315,7 @@ public object ContainerRegistryEnabled { get; set; }
Enable container registry for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
---
@@ -4282,7 +4329,7 @@ public string DefaultBranch { get; set; }
The default branch for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#default_branch Project#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#default_branch Project#default_branch}
---
@@ -4296,7 +4343,7 @@ public string Description { get; set; }
A description of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#description Project#description}
---
@@ -4310,7 +4357,7 @@ public object EmailsEnabled { get; set; }
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#emails_enabled Project#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#emails_enabled Project#emails_enabled}
---
@@ -4324,7 +4371,7 @@ public string EnvironmentsAccessLevel { get; set; }
Set the environments access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#environments_access_level Project#environments_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#environments_access_level Project#environments_access_level}
---
@@ -4338,7 +4385,7 @@ public string ExternalAuthorizationClassificationLabel { get; set; }
The classification label for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
---
@@ -4352,7 +4399,7 @@ public string FeatureFlagsAccessLevel { get; set; }
Set the feature flags access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
---
@@ -4368,7 +4415,7 @@ The id of the project to fork.
During create the project is forked and during an update the fork relation is changed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
---
@@ -4382,7 +4429,7 @@ public string ForkingAccessLevel { get; set; }
Set the forking access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#forking_access_level Project#forking_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#forking_access_level Project#forking_access_level}
---
@@ -4396,7 +4443,7 @@ public object GroupRunnersEnabled { get; set; }
Enable group runners for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
---
@@ -4412,7 +4459,7 @@ For group-level custom templates, specifies ID of group from which all the custo
Leave empty for instance-level templates. Requires use_custom_template to be true (enterprise edition).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
---
@@ -4424,7 +4471,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -4443,7 +4490,7 @@ Git URL to a repository to be imported.
Together with `mirror = true` it will setup a Pull Mirror. This can also be used together with `forked_from_project_id` to setup a Pull Mirror for a fork. The fork takes precedence over the import. Make sure to provide the credentials in `import_url_username` and `import_url_password`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url Project#import_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url Project#import_url}
---
@@ -4459,7 +4506,7 @@ The password for the `import_url`.
The value of this field is used to construct a valid `import_url` and is only related to the provider. This field cannot be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url_password Project#import_url_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url_password Project#import_url_password}
---
@@ -4475,7 +4522,7 @@ The username for the `import_url`.
The value of this field is used to construct a valid `import_url` and is only related to the provider. This field cannot be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url_username Project#import_url_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url_username Project#import_url_username}
---
@@ -4489,7 +4536,7 @@ public string InfrastructureAccessLevel { get; set; }
Set the infrastructure access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
---
@@ -4503,7 +4550,7 @@ public object InitializeWithReadme { get; set; }
Create main branch with first commit containing a README.md file. Must be set to `true` if importing an uninitialized project with a different `default_branch`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
---
@@ -4517,7 +4564,7 @@ public string IssuesAccessLevel { get; set; }
Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_access_level Project#issues_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_access_level Project#issues_access_level}
---
@@ -4531,7 +4578,7 @@ public object IssuesEnabled { get; set; }
Enable issue tracking for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_enabled Project#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_enabled Project#issues_enabled}
---
@@ -4545,7 +4592,7 @@ public string IssuesTemplate { get; set; }
Sets the template for new issues in the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_template Project#issues_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_template Project#issues_template}
---
@@ -4559,7 +4606,7 @@ public object KeepLatestArtifact { get; set; }
Disable or enable the ability to keep the latest artifact for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
---
@@ -4573,7 +4620,7 @@ public object LfsEnabled { get; set; }
Enable LFS for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
---
@@ -4587,7 +4634,7 @@ public string MergeCommitTemplate { get; set; }
Template used to create merge commit message in merge requests. (Introduced in GitLab 14.5.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_commit_template Project#merge_commit_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_commit_template Project#merge_commit_template}
---
@@ -4601,7 +4648,7 @@ public string MergeMethod { get; set; }
Set the merge method. Valid values are `merge`, `rebase_merge`, `ff`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_method Project#merge_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_method Project#merge_method}
---
@@ -4615,7 +4662,7 @@ public object MergePipelinesEnabled { get; set; }
Enable or disable merge pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
---
@@ -4629,7 +4676,7 @@ public string MergeRequestsAccessLevel { get; set; }
Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
---
@@ -4643,7 +4690,7 @@ public object MergeRequestsEnabled { get; set; }
Enable merge requests for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
---
@@ -4657,7 +4704,7 @@ public string MergeRequestsTemplate { get; set; }
Sets the template for new merge requests in the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_template Project#merge_requests_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_template Project#merge_requests_template}
---
@@ -4671,7 +4718,7 @@ public object MergeTrainsEnabled { get; set; }
Enable or disable merge trains. Requires `merge_pipelines_enabled` to be set to `true` to take effect.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
---
@@ -4685,7 +4732,7 @@ public object Mirror { get; set; }
Enable project pull mirror.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror Project#mirror}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror Project#mirror}
---
@@ -4699,7 +4746,7 @@ public object MirrorOverwritesDivergedBranches { get; set; }
Enable overwrite diverged branches for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
---
@@ -4713,7 +4760,7 @@ public object MirrorTriggerBuilds { get; set; }
Enable trigger builds on pushes for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
---
@@ -4727,7 +4774,7 @@ public string ModelExperimentsAccessLevel { get; set; }
Set visibility of machine learning model experiments. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
---
@@ -4741,7 +4788,7 @@ public string ModelRegistryAccessLevel { get; set; }
Set visibility of machine learning model registry. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
---
@@ -4755,7 +4802,7 @@ public string MonitorAccessLevel { get; set; }
Set the monitor access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#monitor_access_level Project#monitor_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#monitor_access_level Project#monitor_access_level}
---
@@ -4769,7 +4816,7 @@ public object MrDefaultTargetSelf { get; set; }
For forked projects, target merge requests to this project. If false, the target will be the upstream project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
---
@@ -4783,7 +4830,7 @@ public double NamespaceId { get; set; }
The namespace (group or user) of the project. Defaults to your user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#namespace_id Project#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#namespace_id Project#namespace_id}
---
@@ -4797,7 +4844,7 @@ public object OnlyAllowMergeIfAllDiscussionsAreResolved { get; set; }
Set to true if you want allow merges only if all discussions are resolved.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
---
@@ -4811,7 +4858,7 @@ public object OnlyAllowMergeIfPipelineSucceeds { get; set; }
Set to true if you want allow merges only if a pipeline succeeds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
---
@@ -4825,7 +4872,7 @@ public object OnlyMirrorProtectedBranches { get; set; }
Enable only mirror protected branches for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
---
@@ -4839,7 +4886,7 @@ public object PackagesEnabled { get; set; }
Enable packages repository for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#packages_enabled Project#packages_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#packages_enabled Project#packages_enabled}
---
@@ -4853,7 +4900,7 @@ public string PagesAccessLevel { get; set; }
Enable pages access control. Valid values are `public`, `private`, `enabled`, `disabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pages_access_level Project#pages_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pages_access_level Project#pages_access_level}
---
@@ -4867,7 +4914,7 @@ public string Path { get; set; }
The path of the repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#path Project#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#path Project#path}
---
@@ -4881,7 +4928,7 @@ public object PipelinesEnabled { get; set; }
Enable pipelines for the project. The `pipelines_enabled` field is being sent as `jobs_enabled` in the GitLab API calls.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
---
@@ -4895,7 +4942,7 @@ public object PreReceiveSecretDetectionEnabled { get; set; }
Whether Secret Push Detection is enabled. Requires GitLab Ultimate and at least GitLab 17.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
---
@@ -4909,7 +4956,7 @@ public object PrintingMergeRequestLinkEnabled { get; set; }
Show link to create/view merge request when pushing from the command line.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
---
@@ -4923,7 +4970,7 @@ public object PublicBuilds { get; set; }
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#public_builds Project#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_builds Project#public_builds}
---
@@ -4937,7 +4984,7 @@ public object PublicJobs { get; set; }
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#public_jobs Project#public_jobs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_jobs Project#public_jobs}
---
@@ -4951,7 +4998,7 @@ public ProjectPushRules PushRules { get; set; }
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#push_rules Project#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#push_rules Project#push_rules}
---
@@ -4965,7 +5012,7 @@ public string ReleasesAccessLevel { get; set; }
Set the releases access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#releases_access_level Project#releases_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#releases_access_level Project#releases_access_level}
---
@@ -4979,7 +5026,7 @@ public object RemoveSourceBranchAfterMerge { get; set; }
Enable `Delete source branch` option by default for all new merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
---
@@ -4993,7 +5040,7 @@ public string RepositoryAccessLevel { get; set; }
Set the repository access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#repository_access_level Project#repository_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#repository_access_level Project#repository_access_level}
---
@@ -5007,7 +5054,7 @@ public string RepositoryStorage { get; set; }
Which storage shard the repository is on. (administrator only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#repository_storage Project#repository_storage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#repository_storage Project#repository_storage}
---
@@ -5021,7 +5068,7 @@ public object RequestAccessEnabled { get; set; }
Allow users to request member access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#request_access_enabled Project#request_access_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#request_access_enabled Project#request_access_enabled}
---
@@ -5035,7 +5082,7 @@ public string RequirementsAccessLevel { get; set; }
Set the requirements access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#requirements_access_level Project#requirements_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#requirements_access_level Project#requirements_access_level}
---
@@ -5049,7 +5096,7 @@ public object ResolveOutdatedDiffDiscussions { get; set; }
Automatically resolve merge request diffs discussions on lines changed with a push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
---
@@ -5063,7 +5110,7 @@ public object RestrictUserDefinedVariables { get; set; }
Allow only users with the Maintainer role to pass user-defined variables when triggering a pipeline.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
---
@@ -5077,7 +5124,7 @@ public string SecurityAndComplianceAccessLevel { get; set; }
Set the security and compliance access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
---
@@ -5091,7 +5138,7 @@ public object SharedRunnersEnabled { get; set; }
Enable shared runners for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
---
@@ -5109,7 +5156,7 @@ This is necessary if the current user is not an admin and the default branch pro
There is currently no known way to determine if the default branch protection is disabled on an instance-level for non-admin users.
This attribute is only used during resource creation, thus changes are suppressed and the attribute cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
---
@@ -5123,7 +5170,7 @@ public string SnippetsAccessLevel { get; set; }
Set the snippets access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#snippets_access_level Project#snippets_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_access_level Project#snippets_access_level}
---
@@ -5137,7 +5184,7 @@ public object SnippetsEnabled { get; set; }
Enable snippets for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
---
@@ -5151,7 +5198,7 @@ public string SquashCommitTemplate { get; set; }
Template used to create squash commit message in merge requests. (Introduced in GitLab 14.6.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#squash_commit_template Project#squash_commit_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#squash_commit_template Project#squash_commit_template}
---
@@ -5167,7 +5214,7 @@ Squash commits when merge request.
Valid values are `never`, `always`, `default_on`, or `default_off`. The default value is `default_off`. [GitLab >= 14.1]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#squash_option Project#squash_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#squash_option Project#squash_option}
---
@@ -5181,7 +5228,7 @@ public string SuggestionCommitMessage { get; set; }
The commit message used to apply merge request suggestions.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
---
@@ -5197,7 +5244,7 @@ The list of tags for a project;
put array of tags, that should be finally assigned to a project. Use topics instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#tags Project#tags}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#tags Project#tags}
---
@@ -5213,7 +5260,7 @@ When used without use_custom_template, name of a built-in project template.
When used with use_custom_template, name of a custom project template. This option is mutually exclusive with `template_project_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#template_name Project#template_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#template_name Project#template_name}
---
@@ -5229,7 +5276,7 @@ When used with use_custom_template, project ID of a custom project template.
This is preferable to using template_name since template_name may be ambiguous (enterprise edition). This option is mutually exclusive with `template_name`. See `gitlab_group_project_file_template` to set a project as a template project. If a project has not been set as a template, using it here will result in an error.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#template_project_id Project#template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#template_project_id Project#template_project_id}
---
@@ -5243,7 +5290,7 @@ public ProjectTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#timeouts Project#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#timeouts Project#timeouts}
---
@@ -5257,7 +5304,7 @@ public string[] Topics { get; set; }
The list of topics for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#topics Project#topics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#topics Project#topics}
---
@@ -5273,7 +5320,7 @@ Use either custom instance or group (with group_with_project_templates_id) proje
~> When using a custom template, [Group Tokens won't work](https://docs.gitlab.com/15.7/ee/user/project/settings/import_export_troubleshooting.html#import-using-the-rest-api-fails-when-using-a-group-access-token). You must use a real user's Personal Access Token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#use_custom_template Project#use_custom_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#use_custom_template Project#use_custom_template}
---
@@ -5287,7 +5334,7 @@ public string VisibilityLevel { get; set; }
Set to `public` to create a public project. Valid values are `private`, `internal`, `public`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#visibility_level Project#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#visibility_level Project#visibility_level}
---
@@ -5301,7 +5348,7 @@ public string WikiAccessLevel { get; set; }
Set the wiki access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#wiki_access_level Project#wiki_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_access_level Project#wiki_access_level}
---
@@ -5315,7 +5362,7 @@ public object WikiEnabled { get; set; }
Enable wiki for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
---
@@ -5361,7 +5408,7 @@ public string Cadence { get; set; }
The cadence of the policy. Valid values are: `1d`, `7d`, `14d`, `1month`, `3month`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#cadence Project#cadence}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#cadence Project#cadence}
---
@@ -5375,7 +5422,7 @@ public object Enabled { get; set; }
If true, the policy is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#enabled Project#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#enabled Project#enabled}
---
@@ -5389,7 +5436,7 @@ public double KeepN { get; set; }
The number of images to keep.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#keep_n Project#keep_n}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#keep_n Project#keep_n}
---
@@ -5403,7 +5450,7 @@ public string NameRegex { get; set; }
The regular expression to match image names to delete.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex Project#name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex Project#name_regex}
---
@@ -5417,7 +5464,7 @@ public string NameRegexDelete { get; set; }
The regular expression to match image names to delete.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex_delete Project#name_regex_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex_delete Project#name_regex_delete}
---
@@ -5431,7 +5478,7 @@ public string NameRegexKeep { get; set; }
The regular expression to match image names to keep.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex_keep Project#name_regex_keep}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex_keep Project#name_regex_keep}
---
@@ -5445,7 +5492,7 @@ public string OlderThan { get; set; }
The number of days to keep images.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#older_than Project#older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#older_than Project#older_than}
---
@@ -5503,7 +5550,7 @@ public string AuthorEmailRegex { get; set; }
All commit author emails must match this regex, e.g. `@my-company.com$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#author_email_regex Project#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#author_email_regex Project#author_email_regex}
---
@@ -5517,7 +5564,7 @@ public string BranchNameRegex { get; set; }
All branch names must match this regex, e.g. `(feature|hotfix)\/*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#branch_name_regex Project#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#branch_name_regex Project#branch_name_regex}
---
@@ -5531,7 +5578,7 @@ public object CommitCommitterCheck { get; set; }
Users can only push commits to this repository that were committed with one of their own verified emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_committer_check Project#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_committer_check Project#commit_committer_check}
---
@@ -5545,7 +5592,7 @@ public object CommitCommitterNameCheck { get; set; }
Users can only push commits to this repository if the commit author name is consistent with their GitLab account name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
---
@@ -5559,7 +5606,7 @@ public string CommitMessageNegativeRegex { get; set; }
No commit message is allowed to match this regex, e.g. `ssh\:\/\/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
---
@@ -5573,7 +5620,7 @@ public string CommitMessageRegex { get; set; }
All commit messages must match this regex, e.g. `Fixed \d+\..*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_message_regex Project#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_message_regex Project#commit_message_regex}
---
@@ -5587,7 +5634,7 @@ public object DenyDeleteTag { get; set; }
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
---
@@ -5601,7 +5648,7 @@ public string FileNameRegex { get; set; }
All committed filenames must not match this regex, e.g. `(jar|exe)$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#file_name_regex Project#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#file_name_regex Project#file_name_regex}
---
@@ -5615,7 +5662,7 @@ public double MaxFileSize { get; set; }
Maximum file size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#max_file_size Project#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#max_file_size Project#max_file_size}
---
@@ -5629,7 +5676,7 @@ public object MemberCheck { get; set; }
Restrict commits by author (email) to existing GitLab users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#member_check Project#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#member_check Project#member_check}
---
@@ -5643,7 +5690,7 @@ public object PreventSecrets { get; set; }
GitLab will reject any files that are likely to contain secrets.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
---
@@ -5657,7 +5704,7 @@ public object RejectNonDcoCommits { get; set; }
Reject commit when it’s not DCO certified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
---
@@ -5671,7 +5718,7 @@ public object RejectUnsignedCommits { get; set; }
Reject commit when it’s not signed through GPG.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
---
@@ -5692,8 +5739,8 @@ new ProjectTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#create Project#create}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#delete Project#delete}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}. |
---
@@ -5705,7 +5752,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#create Project#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}.
---
@@ -5717,7 +5764,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#delete Project#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}.
---
diff --git a/docs/project.go.md b/docs/project.go.md
index 94182c0d4..2a2287815 100644
--- a/docs/project.go.md
+++ b/docs/project.go.md
@@ -4,7 +4,7 @@
### Project
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project gitlab_project}.
#### Initializers
@@ -95,6 +95,7 @@ Must be unique amongst siblings in the same scope
| ResetCiConfigPath
| *No description.* |
| ResetCiDefaultGitDepth
| *No description.* |
| ResetCiForwardDeploymentEnabled
| *No description.* |
+| ResetCiPipelineVariablesMinimumOverrideRole
| *No description.* |
| ResetCiRestrictPipelineCancellationRole
| *No description.* |
| ResetCiSeparatedCaches
| *No description.* |
| ResetContainerExpirationPolicy
| *No description.* |
@@ -614,6 +615,12 @@ func ResetCiDefaultGitDepth()
func ResetCiForwardDeploymentEnabled()
```
+##### `ResetCiPipelineVariablesMinimumOverrideRole`
+
+```go
+func ResetCiPipelineVariablesMinimumOverrideRole()
+```
+
##### `ResetCiRestrictPipelineCancellationRole`
```go
@@ -1185,7 +1192,7 @@ The construct id used in the generated config for the Project to import.
The id of the existing Project that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -1244,6 +1251,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| CiConfigPathInput
| *string
| *No description.* |
| CiDefaultGitDepthInput
| *f64
| *No description.* |
| CiForwardDeploymentEnabledInput
| interface{}
| *No description.* |
+| CiPipelineVariablesMinimumOverrideRoleInput
| *string
| *No description.* |
| CiRestrictPipelineCancellationRoleInput
| *string
| *No description.* |
| CiSeparatedCachesInput
| interface{}
| *No description.* |
| ContainerExpirationPolicyInput
| ProjectContainerExpirationPolicy
| *No description.* |
@@ -1342,6 +1350,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| CiConfigPath
| *string
| *No description.* |
| CiDefaultGitDepth
| *f64
| *No description.* |
| CiForwardDeploymentEnabled
| interface{}
| *No description.* |
+| CiPipelineVariablesMinimumOverrideRole
| *string
| *No description.* |
| CiRestrictPipelineCancellationRole
| *string
| *No description.* |
| CiSeparatedCaches
| interface{}
| *No description.* |
| ContainerRegistryAccessLevel
| *string
| *No description.* |
@@ -1853,6 +1862,16 @@ func CiForwardDeploymentEnabledInput() interface{}
---
+##### `CiPipelineVariablesMinimumOverrideRoleInput`Optional
+
+```go
+func CiPipelineVariablesMinimumOverrideRoleInput() *string
+```
+
+- *Type:* *string
+
+---
+
##### `CiRestrictPipelineCancellationRoleInput`Optional
```go
@@ -2833,6 +2852,16 @@ func CiForwardDeploymentEnabled() interface{}
---
+##### `CiPipelineVariablesMinimumOverrideRole`Required
+
+```go
+func CiPipelineVariablesMinimumOverrideRole() *string
+```
+
+- *Type:* *string
+
+---
+
##### `CiRestrictPipelineCancellationRole`Required
```go
@@ -3648,6 +3677,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/project"
CiConfigPath: *string,
CiDefaultGitDepth: *f64,
CiForwardDeploymentEnabled: interface{},
+ CiPipelineVariablesMinimumOverrideRole: *string,
CiRestrictPipelineCancellationRole: *string,
CiSeparatedCaches: interface{},
ContainerExpirationPolicy: github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13.project.ProjectContainerExpirationPolicy,
@@ -3760,6 +3790,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/project"
| CiConfigPath
| *string
| Custom Path to CI config file. |
| CiDefaultGitDepth
| *f64
| Default number of revisions for shallow cloning. |
| CiForwardDeploymentEnabled
| interface{}
| When a new deployment job starts, skip older deployment jobs that are still pending. |
+| CiPipelineVariablesMinimumOverrideRole
| *string
| The minimum role required to set variables when running pipelines and jobs. |
| CiRestrictPipelineCancellationRole
| *string
| The role required to cancel a pipeline or job. |
| CiSeparatedCaches
| interface{}
| Use separate caches for protected branches. |
| ContainerExpirationPolicy
| ProjectContainerExpirationPolicy
| container_expiration_policy block. |
@@ -3775,7 +3806,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/project"
| ForkingAccessLevel
| *string
| Set the forking access level. Valid values are `disabled`, `private`, `enabled`. |
| GroupRunnersEnabled
| interface{}
| Enable group runners for this project. |
| GroupWithProjectTemplatesId
| *f64
| For group-level custom templates, specifies ID of group from which all the custom project templates are sourced. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#id Project#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}. |
| ImportUrl
| *string
| Git URL to a repository to be imported. |
| ImportUrlPassword
| *string
| The password for the `import_url`. |
| ImportUrlUsername
| *string
| The username for the `import_url`. |
@@ -3921,7 +3952,7 @@ Name *string
The name of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name Project#name}
---
@@ -3935,7 +3966,7 @@ AllowMergeOnSkippedPipeline interface{}
Set to true if you want to treat skipped pipelines as if they finished with success.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
---
@@ -3949,7 +3980,7 @@ AllowPipelineTriggerApproveDeployment interface{}
Set whether or not a pipeline triggerer is allowed to approve deployments. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
---
@@ -3963,7 +3994,7 @@ AnalyticsAccessLevel *string
Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#analytics_access_level Project#analytics_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#analytics_access_level Project#analytics_access_level}
---
@@ -3982,7 +4013,7 @@ This field **does not** work well in combination with the `gitlab_project_approv
and is most likely gonna be deprecated in a future GitLab version (see [this upstream epic](https://gitlab.com/groups/gitlab-org/-/epics/7572)).
In the meantime we recommend against using this attribute and use `gitlab_project_approval_rule` instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
---
@@ -3996,7 +4027,7 @@ Archived interface{}
Whether the project is in read-only mode (archived). Repositories can be archived/unarchived by toggling this parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#archived Project#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#archived Project#archived}
---
@@ -4012,7 +4043,7 @@ Set to `true` to archive the project instead of deleting on destroy.
If set to `true` it will entire omit the `DELETE` operation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
---
@@ -4026,7 +4057,7 @@ AutoCancelPendingPipelines *string
Auto-cancel pending pipelines. This isn’t a boolean, but enabled/disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
---
@@ -4040,7 +4071,7 @@ AutocloseReferencedIssues interface{}
Set whether auto-closing referenced issues on default branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
---
@@ -4054,7 +4085,7 @@ AutoDevopsDeployStrategy *string
Auto Deploy strategy. Valid values are `continuous`, `manual`, `timed_incremental`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
---
@@ -4068,7 +4099,7 @@ AutoDevopsEnabled interface{}
Enable Auto DevOps for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
---
@@ -4082,7 +4113,7 @@ Avatar *string
A local path to the avatar image to upload. **Note**: not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#avatar Project#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#avatar Project#avatar}
---
@@ -4098,7 +4129,7 @@ The hash of the avatar image.
Use `filesha256("path/to/avatar.png")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#avatar_hash Project#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#avatar_hash Project#avatar_hash}
---
@@ -4112,7 +4143,7 @@ BuildCoverageRegex *string
Test coverage parsing for the project. This is deprecated feature in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
---
@@ -4126,7 +4157,7 @@ BuildGitStrategy *string
The Git strategy. Defaults to fetch. Valid values are `clone`, `fetch`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_git_strategy Project#build_git_strategy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_git_strategy Project#build_git_strategy}
---
@@ -4140,7 +4171,7 @@ BuildsAccessLevel *string
Set the builds access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#builds_access_level Project#builds_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#builds_access_level Project#builds_access_level}
---
@@ -4154,7 +4185,7 @@ BuildTimeout *f64
The maximum amount of time, in seconds, that a job can run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_timeout Project#build_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_timeout Project#build_timeout}
---
@@ -4168,7 +4199,7 @@ CiConfigPath *string
Custom Path to CI config file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_config_path Project#ci_config_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_config_path Project#ci_config_path}
---
@@ -4182,7 +4213,7 @@ CiDefaultGitDepth *f64
Default number of revisions for shallow cloning.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
---
@@ -4196,7 +4227,23 @@ CiForwardDeploymentEnabled interface{}
When a new deployment job starts, skip older deployment jobs that are still pending.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
+
+---
+
+##### `CiPipelineVariablesMinimumOverrideRole`Optional
+
+```go
+CiPipelineVariablesMinimumOverrideRole *string
+```
+
+- *Type:* *string
+
+The minimum role required to set variables when running pipelines and jobs.
+
+Introduced in GitLab 17.1. Valid values are `developer`, `maintainer`, `owner`, `no_one_allowed`
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_pipeline_variables_minimum_override_role Project#ci_pipeline_variables_minimum_override_role}
---
@@ -4212,7 +4259,7 @@ The role required to cancel a pipeline or job.
Introduced in GitLab 16.8. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `no one`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
---
@@ -4226,7 +4273,7 @@ CiSeparatedCaches interface{}
Use separate caches for protected branches.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
---
@@ -4240,7 +4287,7 @@ ContainerExpirationPolicy ProjectContainerExpirationPolicy
container_expiration_policy block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
---
@@ -4254,7 +4301,7 @@ ContainerRegistryAccessLevel *string
Set visibility of container registry, for this project. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
---
@@ -4268,7 +4315,7 @@ ContainerRegistryEnabled interface{}
Enable container registry for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
---
@@ -4282,7 +4329,7 @@ DefaultBranch *string
The default branch for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#default_branch Project#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#default_branch Project#default_branch}
---
@@ -4296,7 +4343,7 @@ Description *string
A description of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#description Project#description}
---
@@ -4310,7 +4357,7 @@ EmailsEnabled interface{}
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#emails_enabled Project#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#emails_enabled Project#emails_enabled}
---
@@ -4324,7 +4371,7 @@ EnvironmentsAccessLevel *string
Set the environments access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#environments_access_level Project#environments_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#environments_access_level Project#environments_access_level}
---
@@ -4338,7 +4385,7 @@ ExternalAuthorizationClassificationLabel *string
The classification label for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
---
@@ -4352,7 +4399,7 @@ FeatureFlagsAccessLevel *string
Set the feature flags access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
---
@@ -4368,7 +4415,7 @@ The id of the project to fork.
During create the project is forked and during an update the fork relation is changed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
---
@@ -4382,7 +4429,7 @@ ForkingAccessLevel *string
Set the forking access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#forking_access_level Project#forking_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#forking_access_level Project#forking_access_level}
---
@@ -4396,7 +4443,7 @@ GroupRunnersEnabled interface{}
Enable group runners for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
---
@@ -4412,7 +4459,7 @@ For group-level custom templates, specifies ID of group from which all the custo
Leave empty for instance-level templates. Requires use_custom_template to be true (enterprise edition).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
---
@@ -4424,7 +4471,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -4443,7 +4490,7 @@ Git URL to a repository to be imported.
Together with `mirror = true` it will setup a Pull Mirror. This can also be used together with `forked_from_project_id` to setup a Pull Mirror for a fork. The fork takes precedence over the import. Make sure to provide the credentials in `import_url_username` and `import_url_password`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url Project#import_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url Project#import_url}
---
@@ -4459,7 +4506,7 @@ The password for the `import_url`.
The value of this field is used to construct a valid `import_url` and is only related to the provider. This field cannot be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url_password Project#import_url_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url_password Project#import_url_password}
---
@@ -4475,7 +4522,7 @@ The username for the `import_url`.
The value of this field is used to construct a valid `import_url` and is only related to the provider. This field cannot be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url_username Project#import_url_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url_username Project#import_url_username}
---
@@ -4489,7 +4536,7 @@ InfrastructureAccessLevel *string
Set the infrastructure access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
---
@@ -4503,7 +4550,7 @@ InitializeWithReadme interface{}
Create main branch with first commit containing a README.md file. Must be set to `true` if importing an uninitialized project with a different `default_branch`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
---
@@ -4517,7 +4564,7 @@ IssuesAccessLevel *string
Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_access_level Project#issues_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_access_level Project#issues_access_level}
---
@@ -4531,7 +4578,7 @@ IssuesEnabled interface{}
Enable issue tracking for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_enabled Project#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_enabled Project#issues_enabled}
---
@@ -4545,7 +4592,7 @@ IssuesTemplate *string
Sets the template for new issues in the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_template Project#issues_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_template Project#issues_template}
---
@@ -4559,7 +4606,7 @@ KeepLatestArtifact interface{}
Disable or enable the ability to keep the latest artifact for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
---
@@ -4573,7 +4620,7 @@ LfsEnabled interface{}
Enable LFS for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
---
@@ -4587,7 +4634,7 @@ MergeCommitTemplate *string
Template used to create merge commit message in merge requests. (Introduced in GitLab 14.5.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_commit_template Project#merge_commit_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_commit_template Project#merge_commit_template}
---
@@ -4601,7 +4648,7 @@ MergeMethod *string
Set the merge method. Valid values are `merge`, `rebase_merge`, `ff`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_method Project#merge_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_method Project#merge_method}
---
@@ -4615,7 +4662,7 @@ MergePipelinesEnabled interface{}
Enable or disable merge pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
---
@@ -4629,7 +4676,7 @@ MergeRequestsAccessLevel *string
Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
---
@@ -4643,7 +4690,7 @@ MergeRequestsEnabled interface{}
Enable merge requests for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
---
@@ -4657,7 +4704,7 @@ MergeRequestsTemplate *string
Sets the template for new merge requests in the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_template Project#merge_requests_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_template Project#merge_requests_template}
---
@@ -4671,7 +4718,7 @@ MergeTrainsEnabled interface{}
Enable or disable merge trains. Requires `merge_pipelines_enabled` to be set to `true` to take effect.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
---
@@ -4685,7 +4732,7 @@ Mirror interface{}
Enable project pull mirror.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror Project#mirror}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror Project#mirror}
---
@@ -4699,7 +4746,7 @@ MirrorOverwritesDivergedBranches interface{}
Enable overwrite diverged branches for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
---
@@ -4713,7 +4760,7 @@ MirrorTriggerBuilds interface{}
Enable trigger builds on pushes for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
---
@@ -4727,7 +4774,7 @@ ModelExperimentsAccessLevel *string
Set visibility of machine learning model experiments. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
---
@@ -4741,7 +4788,7 @@ ModelRegistryAccessLevel *string
Set visibility of machine learning model registry. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
---
@@ -4755,7 +4802,7 @@ MonitorAccessLevel *string
Set the monitor access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#monitor_access_level Project#monitor_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#monitor_access_level Project#monitor_access_level}
---
@@ -4769,7 +4816,7 @@ MrDefaultTargetSelf interface{}
For forked projects, target merge requests to this project. If false, the target will be the upstream project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
---
@@ -4783,7 +4830,7 @@ NamespaceId *f64
The namespace (group or user) of the project. Defaults to your user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#namespace_id Project#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#namespace_id Project#namespace_id}
---
@@ -4797,7 +4844,7 @@ OnlyAllowMergeIfAllDiscussionsAreResolved interface{}
Set to true if you want allow merges only if all discussions are resolved.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
---
@@ -4811,7 +4858,7 @@ OnlyAllowMergeIfPipelineSucceeds interface{}
Set to true if you want allow merges only if a pipeline succeeds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
---
@@ -4825,7 +4872,7 @@ OnlyMirrorProtectedBranches interface{}
Enable only mirror protected branches for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
---
@@ -4839,7 +4886,7 @@ PackagesEnabled interface{}
Enable packages repository for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#packages_enabled Project#packages_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#packages_enabled Project#packages_enabled}
---
@@ -4853,7 +4900,7 @@ PagesAccessLevel *string
Enable pages access control. Valid values are `public`, `private`, `enabled`, `disabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pages_access_level Project#pages_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pages_access_level Project#pages_access_level}
---
@@ -4867,7 +4914,7 @@ Path *string
The path of the repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#path Project#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#path Project#path}
---
@@ -4881,7 +4928,7 @@ PipelinesEnabled interface{}
Enable pipelines for the project. The `pipelines_enabled` field is being sent as `jobs_enabled` in the GitLab API calls.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
---
@@ -4895,7 +4942,7 @@ PreReceiveSecretDetectionEnabled interface{}
Whether Secret Push Detection is enabled. Requires GitLab Ultimate and at least GitLab 17.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
---
@@ -4909,7 +4956,7 @@ PrintingMergeRequestLinkEnabled interface{}
Show link to create/view merge request when pushing from the command line.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
---
@@ -4923,7 +4970,7 @@ PublicBuilds interface{}
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#public_builds Project#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_builds Project#public_builds}
---
@@ -4937,7 +4984,7 @@ PublicJobs interface{}
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#public_jobs Project#public_jobs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_jobs Project#public_jobs}
---
@@ -4951,7 +4998,7 @@ PushRules ProjectPushRules
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#push_rules Project#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#push_rules Project#push_rules}
---
@@ -4965,7 +5012,7 @@ ReleasesAccessLevel *string
Set the releases access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#releases_access_level Project#releases_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#releases_access_level Project#releases_access_level}
---
@@ -4979,7 +5026,7 @@ RemoveSourceBranchAfterMerge interface{}
Enable `Delete source branch` option by default for all new merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
---
@@ -4993,7 +5040,7 @@ RepositoryAccessLevel *string
Set the repository access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#repository_access_level Project#repository_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#repository_access_level Project#repository_access_level}
---
@@ -5007,7 +5054,7 @@ RepositoryStorage *string
Which storage shard the repository is on. (administrator only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#repository_storage Project#repository_storage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#repository_storage Project#repository_storage}
---
@@ -5021,7 +5068,7 @@ RequestAccessEnabled interface{}
Allow users to request member access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#request_access_enabled Project#request_access_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#request_access_enabled Project#request_access_enabled}
---
@@ -5035,7 +5082,7 @@ RequirementsAccessLevel *string
Set the requirements access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#requirements_access_level Project#requirements_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#requirements_access_level Project#requirements_access_level}
---
@@ -5049,7 +5096,7 @@ ResolveOutdatedDiffDiscussions interface{}
Automatically resolve merge request diffs discussions on lines changed with a push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
---
@@ -5063,7 +5110,7 @@ RestrictUserDefinedVariables interface{}
Allow only users with the Maintainer role to pass user-defined variables when triggering a pipeline.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
---
@@ -5077,7 +5124,7 @@ SecurityAndComplianceAccessLevel *string
Set the security and compliance access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
---
@@ -5091,7 +5138,7 @@ SharedRunnersEnabled interface{}
Enable shared runners for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
---
@@ -5109,7 +5156,7 @@ This is necessary if the current user is not an admin and the default branch pro
There is currently no known way to determine if the default branch protection is disabled on an instance-level for non-admin users.
This attribute is only used during resource creation, thus changes are suppressed and the attribute cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
---
@@ -5123,7 +5170,7 @@ SnippetsAccessLevel *string
Set the snippets access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#snippets_access_level Project#snippets_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_access_level Project#snippets_access_level}
---
@@ -5137,7 +5184,7 @@ SnippetsEnabled interface{}
Enable snippets for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
---
@@ -5151,7 +5198,7 @@ SquashCommitTemplate *string
Template used to create squash commit message in merge requests. (Introduced in GitLab 14.6.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#squash_commit_template Project#squash_commit_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#squash_commit_template Project#squash_commit_template}
---
@@ -5167,7 +5214,7 @@ Squash commits when merge request.
Valid values are `never`, `always`, `default_on`, or `default_off`. The default value is `default_off`. [GitLab >= 14.1]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#squash_option Project#squash_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#squash_option Project#squash_option}
---
@@ -5181,7 +5228,7 @@ SuggestionCommitMessage *string
The commit message used to apply merge request suggestions.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
---
@@ -5197,7 +5244,7 @@ The list of tags for a project;
put array of tags, that should be finally assigned to a project. Use topics instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#tags Project#tags}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#tags Project#tags}
---
@@ -5213,7 +5260,7 @@ When used without use_custom_template, name of a built-in project template.
When used with use_custom_template, name of a custom project template. This option is mutually exclusive with `template_project_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#template_name Project#template_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#template_name Project#template_name}
---
@@ -5229,7 +5276,7 @@ When used with use_custom_template, project ID of a custom project template.
This is preferable to using template_name since template_name may be ambiguous (enterprise edition). This option is mutually exclusive with `template_name`. See `gitlab_group_project_file_template` to set a project as a template project. If a project has not been set as a template, using it here will result in an error.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#template_project_id Project#template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#template_project_id Project#template_project_id}
---
@@ -5243,7 +5290,7 @@ Timeouts ProjectTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#timeouts Project#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#timeouts Project#timeouts}
---
@@ -5257,7 +5304,7 @@ Topics *[]*string
The list of topics for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#topics Project#topics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#topics Project#topics}
---
@@ -5273,7 +5320,7 @@ Use either custom instance or group (with group_with_project_templates_id) proje
~> When using a custom template, [Group Tokens won't work](https://docs.gitlab.com/15.7/ee/user/project/settings/import_export_troubleshooting.html#import-using-the-rest-api-fails-when-using-a-group-access-token). You must use a real user's Personal Access Token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#use_custom_template Project#use_custom_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#use_custom_template Project#use_custom_template}
---
@@ -5287,7 +5334,7 @@ VisibilityLevel *string
Set to `public` to create a public project. Valid values are `private`, `internal`, `public`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#visibility_level Project#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#visibility_level Project#visibility_level}
---
@@ -5301,7 +5348,7 @@ WikiAccessLevel *string
Set the wiki access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#wiki_access_level Project#wiki_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_access_level Project#wiki_access_level}
---
@@ -5315,7 +5362,7 @@ WikiEnabled interface{}
Enable wiki for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
---
@@ -5361,7 +5408,7 @@ Cadence *string
The cadence of the policy. Valid values are: `1d`, `7d`, `14d`, `1month`, `3month`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#cadence Project#cadence}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#cadence Project#cadence}
---
@@ -5375,7 +5422,7 @@ Enabled interface{}
If true, the policy is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#enabled Project#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#enabled Project#enabled}
---
@@ -5389,7 +5436,7 @@ KeepN *f64
The number of images to keep.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#keep_n Project#keep_n}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#keep_n Project#keep_n}
---
@@ -5403,7 +5450,7 @@ NameRegex *string
The regular expression to match image names to delete.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex Project#name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex Project#name_regex}
---
@@ -5417,7 +5464,7 @@ NameRegexDelete *string
The regular expression to match image names to delete.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex_delete Project#name_regex_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex_delete Project#name_regex_delete}
---
@@ -5431,7 +5478,7 @@ NameRegexKeep *string
The regular expression to match image names to keep.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex_keep Project#name_regex_keep}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex_keep Project#name_regex_keep}
---
@@ -5445,7 +5492,7 @@ OlderThan *string
The number of days to keep images.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#older_than Project#older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#older_than Project#older_than}
---
@@ -5503,7 +5550,7 @@ AuthorEmailRegex *string
All commit author emails must match this regex, e.g. `@my-company.com$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#author_email_regex Project#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#author_email_regex Project#author_email_regex}
---
@@ -5517,7 +5564,7 @@ BranchNameRegex *string
All branch names must match this regex, e.g. `(feature|hotfix)\/*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#branch_name_regex Project#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#branch_name_regex Project#branch_name_regex}
---
@@ -5531,7 +5578,7 @@ CommitCommitterCheck interface{}
Users can only push commits to this repository that were committed with one of their own verified emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_committer_check Project#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_committer_check Project#commit_committer_check}
---
@@ -5545,7 +5592,7 @@ CommitCommitterNameCheck interface{}
Users can only push commits to this repository if the commit author name is consistent with their GitLab account name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
---
@@ -5559,7 +5606,7 @@ CommitMessageNegativeRegex *string
No commit message is allowed to match this regex, e.g. `ssh\:\/\/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
---
@@ -5573,7 +5620,7 @@ CommitMessageRegex *string
All commit messages must match this regex, e.g. `Fixed \d+\..*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_message_regex Project#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_message_regex Project#commit_message_regex}
---
@@ -5587,7 +5634,7 @@ DenyDeleteTag interface{}
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
---
@@ -5601,7 +5648,7 @@ FileNameRegex *string
All committed filenames must not match this regex, e.g. `(jar|exe)$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#file_name_regex Project#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#file_name_regex Project#file_name_regex}
---
@@ -5615,7 +5662,7 @@ MaxFileSize *f64
Maximum file size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#max_file_size Project#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#max_file_size Project#max_file_size}
---
@@ -5629,7 +5676,7 @@ MemberCheck interface{}
Restrict commits by author (email) to existing GitLab users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#member_check Project#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#member_check Project#member_check}
---
@@ -5643,7 +5690,7 @@ PreventSecrets interface{}
GitLab will reject any files that are likely to contain secrets.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
---
@@ -5657,7 +5704,7 @@ RejectNonDcoCommits interface{}
Reject commit when it’s not DCO certified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
---
@@ -5671,7 +5718,7 @@ RejectUnsignedCommits interface{}
Reject commit when it’s not signed through GPG.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
---
@@ -5692,8 +5739,8 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/project"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#create Project#create}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#delete Project#delete}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}. |
---
@@ -5705,7 +5752,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#create Project#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}.
---
@@ -5717,7 +5764,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#delete Project#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}.
---
diff --git a/docs/project.java.md b/docs/project.java.md
index 10ddd70ca..80dbe01d4 100644
--- a/docs/project.java.md
+++ b/docs/project.java.md
@@ -4,7 +4,7 @@
### Project
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project gitlab_project}.
#### Initializers
@@ -50,6 +50,7 @@ Project.Builder.create(Construct scope, java.lang.String id)
// .ciDefaultGitDepth(java.lang.Number)
// .ciForwardDeploymentEnabled(java.lang.Boolean)
// .ciForwardDeploymentEnabled(IResolvable)
+// .ciPipelineVariablesMinimumOverrideRole(java.lang.String)
// .ciRestrictPipelineCancellationRole(java.lang.String)
// .ciSeparatedCaches(java.lang.Boolean)
// .ciSeparatedCaches(IResolvable)
@@ -195,6 +196,7 @@ Project.Builder.create(Construct scope, java.lang.String id)
| ciConfigPath
| java.lang.String
| Custom Path to CI config file. |
| ciDefaultGitDepth
| java.lang.Number
| Default number of revisions for shallow cloning. |
| ciForwardDeploymentEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| When a new deployment job starts, skip older deployment jobs that are still pending. |
+| ciPipelineVariablesMinimumOverrideRole
| java.lang.String
| The minimum role required to set variables when running pipelines and jobs. |
| ciRestrictPipelineCancellationRole
| java.lang.String
| The role required to cancel a pipeline or job. |
| ciSeparatedCaches
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Use separate caches for protected branches. |
| containerExpirationPolicy
| ProjectContainerExpirationPolicy
| container_expiration_policy block. |
@@ -210,7 +212,7 @@ Project.Builder.create(Construct scope, java.lang.String id)
| forkingAccessLevel
| java.lang.String
| Set the forking access level. Valid values are `disabled`, `private`, `enabled`. |
| groupRunnersEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable group runners for this project. |
| groupWithProjectTemplatesId
| java.lang.Number
| For group-level custom templates, specifies ID of group from which all the custom project templates are sourced. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#id Project#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}. |
| importUrl
| java.lang.String
| Git URL to a repository to be imported. |
| importUrlPassword
| java.lang.String
| The password for the `import_url`. |
| importUrlUsername
| java.lang.String
| The username for the `import_url`. |
@@ -342,7 +344,7 @@ Must be unique amongst siblings in the same scope
The name of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name Project#name}
---
@@ -352,7 +354,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to true if you want to treat skipped pipelines as if they finished with success.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
---
@@ -362,7 +364,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set whether or not a pipeline triggerer is allowed to approve deployments. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
---
@@ -372,7 +374,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#analytics_access_level Project#analytics_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#analytics_access_level Project#analytics_access_level}
---
@@ -387,7 +389,7 @@ This field **does not** work well in combination with the `gitlab_project_approv
and is most likely gonna be deprecated in a future GitLab version (see [this upstream epic](https://gitlab.com/groups/gitlab-org/-/epics/7572)).
In the meantime we recommend against using this attribute and use `gitlab_project_approval_rule` instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
---
@@ -397,7 +399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether the project is in read-only mode (archived). Repositories can be archived/unarchived by toggling this parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#archived Project#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#archived Project#archived}
---
@@ -409,7 +411,7 @@ Set to `true` to archive the project instead of deleting on destroy.
If set to `true` it will entire omit the `DELETE` operation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
---
@@ -419,7 +421,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Auto-cancel pending pipelines. This isn’t a boolean, but enabled/disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
---
@@ -429,7 +431,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set whether auto-closing referenced issues on default branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
---
@@ -439,7 +441,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Auto Deploy strategy. Valid values are `continuous`, `manual`, `timed_incremental`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
---
@@ -449,7 +451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Auto DevOps for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
---
@@ -459,7 +461,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A local path to the avatar image to upload. **Note**: not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#avatar Project#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#avatar Project#avatar}
---
@@ -471,7 +473,7 @@ The hash of the avatar image.
Use `filesha256("path/to/avatar.png")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#avatar_hash Project#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#avatar_hash Project#avatar_hash}
---
@@ -481,7 +483,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Test coverage parsing for the project. This is deprecated feature in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
---
@@ -491,7 +493,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Git strategy. Defaults to fetch. Valid values are `clone`, `fetch`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_git_strategy Project#build_git_strategy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_git_strategy Project#build_git_strategy}
---
@@ -501,7 +503,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the builds access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#builds_access_level Project#builds_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#builds_access_level Project#builds_access_level}
---
@@ -511,7 +513,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The maximum amount of time, in seconds, that a job can run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_timeout Project#build_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_timeout Project#build_timeout}
---
@@ -521,7 +523,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Custom Path to CI config file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_config_path Project#ci_config_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_config_path Project#ci_config_path}
---
@@ -531,7 +533,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Default number of revisions for shallow cloning.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
---
@@ -541,7 +543,19 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When a new deployment job starts, skip older deployment jobs that are still pending.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
+
+---
+
+##### `ciPipelineVariablesMinimumOverrideRole`Optional
+
+- *Type:* java.lang.String
+
+The minimum role required to set variables when running pipelines and jobs.
+
+Introduced in GitLab 17.1. Valid values are `developer`, `maintainer`, `owner`, `no_one_allowed`
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_pipeline_variables_minimum_override_role Project#ci_pipeline_variables_minimum_override_role}
---
@@ -553,7 +567,7 @@ The role required to cancel a pipeline or job.
Introduced in GitLab 16.8. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `no one`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
---
@@ -563,7 +577,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Use separate caches for protected branches.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
---
@@ -573,7 +587,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
container_expiration_policy block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
---
@@ -583,7 +597,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set visibility of container registry, for this project. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
---
@@ -593,7 +607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable container registry for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
---
@@ -603,7 +617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The default branch for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#default_branch Project#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#default_branch Project#default_branch}
---
@@ -613,7 +627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A description of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#description Project#description}
---
@@ -623,7 +637,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#emails_enabled Project#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#emails_enabled Project#emails_enabled}
---
@@ -633,7 +647,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the environments access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#environments_access_level Project#environments_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#environments_access_level Project#environments_access_level}
---
@@ -643,7 +657,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The classification label for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
---
@@ -653,7 +667,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the feature flags access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
---
@@ -665,7 +679,7 @@ The id of the project to fork.
During create the project is forked and during an update the fork relation is changed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
---
@@ -675,7 +689,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the forking access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#forking_access_level Project#forking_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#forking_access_level Project#forking_access_level}
---
@@ -685,7 +699,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable group runners for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
---
@@ -697,7 +711,7 @@ For group-level custom templates, specifies ID of group from which all the custo
Leave empty for instance-level templates. Requires use_custom_template to be true (enterprise edition).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
---
@@ -705,7 +719,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -720,7 +734,7 @@ Git URL to a repository to be imported.
Together with `mirror = true` it will setup a Pull Mirror. This can also be used together with `forked_from_project_id` to setup a Pull Mirror for a fork. The fork takes precedence over the import. Make sure to provide the credentials in `import_url_username` and `import_url_password`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url Project#import_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url Project#import_url}
---
@@ -732,7 +746,7 @@ The password for the `import_url`.
The value of this field is used to construct a valid `import_url` and is only related to the provider. This field cannot be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url_password Project#import_url_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url_password Project#import_url_password}
---
@@ -744,7 +758,7 @@ The username for the `import_url`.
The value of this field is used to construct a valid `import_url` and is only related to the provider. This field cannot be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url_username Project#import_url_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url_username Project#import_url_username}
---
@@ -754,7 +768,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the infrastructure access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
---
@@ -764,7 +778,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Create main branch with first commit containing a README.md file. Must be set to `true` if importing an uninitialized project with a different `default_branch`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
---
@@ -774,7 +788,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_access_level Project#issues_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_access_level Project#issues_access_level}
---
@@ -784,7 +798,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable issue tracking for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_enabled Project#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_enabled Project#issues_enabled}
---
@@ -794,7 +808,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Sets the template for new issues in the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_template Project#issues_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_template Project#issues_template}
---
@@ -804,7 +818,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Disable or enable the ability to keep the latest artifact for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
---
@@ -814,7 +828,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable LFS for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
---
@@ -824,7 +838,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Template used to create merge commit message in merge requests. (Introduced in GitLab 14.5.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_commit_template Project#merge_commit_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_commit_template Project#merge_commit_template}
---
@@ -834,7 +848,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the merge method. Valid values are `merge`, `rebase_merge`, `ff`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_method Project#merge_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_method Project#merge_method}
---
@@ -844,7 +858,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable or disable merge pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
---
@@ -854,7 +868,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
---
@@ -864,7 +878,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable merge requests for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
---
@@ -874,7 +888,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Sets the template for new merge requests in the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_template Project#merge_requests_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_template Project#merge_requests_template}
---
@@ -884,7 +898,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable or disable merge trains. Requires `merge_pipelines_enabled` to be set to `true` to take effect.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
---
@@ -894,7 +908,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable project pull mirror.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror Project#mirror}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror Project#mirror}
---
@@ -904,7 +918,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable overwrite diverged branches for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
---
@@ -914,7 +928,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable trigger builds on pushes for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
---
@@ -924,7 +938,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set visibility of machine learning model experiments. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
---
@@ -934,7 +948,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set visibility of machine learning model registry. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
---
@@ -944,7 +958,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the monitor access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#monitor_access_level Project#monitor_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#monitor_access_level Project#monitor_access_level}
---
@@ -954,7 +968,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
For forked projects, target merge requests to this project. If false, the target will be the upstream project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
---
@@ -964,7 +978,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The namespace (group or user) of the project. Defaults to your user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#namespace_id Project#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#namespace_id Project#namespace_id}
---
@@ -974,7 +988,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to true if you want allow merges only if all discussions are resolved.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
---
@@ -984,7 +998,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to true if you want allow merges only if a pipeline succeeds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
---
@@ -994,7 +1008,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable only mirror protected branches for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
---
@@ -1004,7 +1018,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable packages repository for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#packages_enabled Project#packages_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#packages_enabled Project#packages_enabled}
---
@@ -1014,7 +1028,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable pages access control. Valid values are `public`, `private`, `enabled`, `disabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pages_access_level Project#pages_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pages_access_level Project#pages_access_level}
---
@@ -1024,7 +1038,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The path of the repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#path Project#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#path Project#path}
---
@@ -1034,7 +1048,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable pipelines for the project. The `pipelines_enabled` field is being sent as `jobs_enabled` in the GitLab API calls.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
---
@@ -1044,7 +1058,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether Secret Push Detection is enabled. Requires GitLab Ultimate and at least GitLab 17.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
---
@@ -1054,7 +1068,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Show link to create/view merge request when pushing from the command line.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
---
@@ -1064,7 +1078,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#public_builds Project#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_builds Project#public_builds}
---
@@ -1074,7 +1088,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#public_jobs Project#public_jobs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_jobs Project#public_jobs}
---
@@ -1084,7 +1098,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#push_rules Project#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#push_rules Project#push_rules}
---
@@ -1094,7 +1108,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the releases access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#releases_access_level Project#releases_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#releases_access_level Project#releases_access_level}
---
@@ -1104,7 +1118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable `Delete source branch` option by default for all new merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
---
@@ -1114,7 +1128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the repository access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#repository_access_level Project#repository_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#repository_access_level Project#repository_access_level}
---
@@ -1124,7 +1138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Which storage shard the repository is on. (administrator only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#repository_storage Project#repository_storage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#repository_storage Project#repository_storage}
---
@@ -1134,7 +1148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow users to request member access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#request_access_enabled Project#request_access_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#request_access_enabled Project#request_access_enabled}
---
@@ -1144,7 +1158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the requirements access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#requirements_access_level Project#requirements_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#requirements_access_level Project#requirements_access_level}
---
@@ -1154,7 +1168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Automatically resolve merge request diffs discussions on lines changed with a push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
---
@@ -1164,7 +1178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow only users with the Maintainer role to pass user-defined variables when triggering a pipeline.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
---
@@ -1174,7 +1188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the security and compliance access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
---
@@ -1184,7 +1198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable shared runners for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
---
@@ -1198,7 +1212,7 @@ This is necessary if the current user is not an admin and the default branch pro
There is currently no known way to determine if the default branch protection is disabled on an instance-level for non-admin users.
This attribute is only used during resource creation, thus changes are suppressed and the attribute cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
---
@@ -1208,7 +1222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the snippets access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#snippets_access_level Project#snippets_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_access_level Project#snippets_access_level}
---
@@ -1218,7 +1232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable snippets for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
---
@@ -1228,7 +1242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Template used to create squash commit message in merge requests. (Introduced in GitLab 14.6.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#squash_commit_template Project#squash_commit_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#squash_commit_template Project#squash_commit_template}
---
@@ -1240,7 +1254,7 @@ Squash commits when merge request.
Valid values are `never`, `always`, `default_on`, or `default_off`. The default value is `default_off`. [GitLab >= 14.1]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#squash_option Project#squash_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#squash_option Project#squash_option}
---
@@ -1250,7 +1264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The commit message used to apply merge request suggestions.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
---
@@ -1262,7 +1276,7 @@ The list of tags for a project;
put array of tags, that should be finally assigned to a project. Use topics instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#tags Project#tags}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#tags Project#tags}
---
@@ -1274,7 +1288,7 @@ When used without use_custom_template, name of a built-in project template.
When used with use_custom_template, name of a custom project template. This option is mutually exclusive with `template_project_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#template_name Project#template_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#template_name Project#template_name}
---
@@ -1286,7 +1300,7 @@ When used with use_custom_template, project ID of a custom project template.
This is preferable to using template_name since template_name may be ambiguous (enterprise edition). This option is mutually exclusive with `template_name`. See `gitlab_group_project_file_template` to set a project as a template project. If a project has not been set as a template, using it here will result in an error.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#template_project_id Project#template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#template_project_id Project#template_project_id}
---
@@ -1296,7 +1310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#timeouts Project#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#timeouts Project#timeouts}
---
@@ -1306,7 +1320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The list of topics for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#topics Project#topics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#topics Project#topics}
---
@@ -1318,7 +1332,7 @@ Use either custom instance or group (with group_with_project_templates_id) proje
~> When using a custom template, [Group Tokens won't work](https://docs.gitlab.com/15.7/ee/user/project/settings/import_export_troubleshooting.html#import-using-the-rest-api-fails-when-using-a-group-access-token). You must use a real user's Personal Access Token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#use_custom_template Project#use_custom_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#use_custom_template Project#use_custom_template}
---
@@ -1328,7 +1342,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to `public` to create a public project. Valid values are `private`, `internal`, `public`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#visibility_level Project#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#visibility_level Project#visibility_level}
---
@@ -1338,7 +1352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the wiki access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#wiki_access_level Project#wiki_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_access_level Project#wiki_access_level}
---
@@ -1348,7 +1362,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable wiki for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
---
@@ -1401,6 +1415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
| resetCiConfigPath
| *No description.* |
| resetCiDefaultGitDepth
| *No description.* |
| resetCiForwardDeploymentEnabled
| *No description.* |
+| resetCiPipelineVariablesMinimumOverrideRole
| *No description.* |
| resetCiRestrictPipelineCancellationRole
| *No description.* |
| resetCiSeparatedCaches
| *No description.* |
| resetContainerExpirationPolicy
| *No description.* |
@@ -1922,6 +1937,12 @@ public void resetCiDefaultGitDepth()
public void resetCiForwardDeploymentEnabled()
```
+##### `resetCiPipelineVariablesMinimumOverrideRole`
+
+```java
+public void resetCiPipelineVariablesMinimumOverrideRole()
+```
+
##### `resetCiRestrictPipelineCancellationRole`
```java
@@ -2493,7 +2514,7 @@ The construct id used in the generated config for the Project to import.
The id of the existing Project that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -2552,6 +2573,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| ciConfigPathInput
| java.lang.String
| *No description.* |
| ciDefaultGitDepthInput
| java.lang.Number
| *No description.* |
| ciForwardDeploymentEnabledInput
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
+| ciPipelineVariablesMinimumOverrideRoleInput
| java.lang.String
| *No description.* |
| ciRestrictPipelineCancellationRoleInput
| java.lang.String
| *No description.* |
| ciSeparatedCachesInput
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
| containerExpirationPolicyInput
| ProjectContainerExpirationPolicy
| *No description.* |
@@ -2650,6 +2672,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| ciConfigPath
| java.lang.String
| *No description.* |
| ciDefaultGitDepth
| java.lang.Number
| *No description.* |
| ciForwardDeploymentEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
+| ciPipelineVariablesMinimumOverrideRole
| java.lang.String
| *No description.* |
| ciRestrictPipelineCancellationRole
| java.lang.String
| *No description.* |
| ciSeparatedCaches
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
| containerRegistryAccessLevel
| java.lang.String
| *No description.* |
@@ -3161,6 +3184,16 @@ public java.lang.Object getCiForwardDeploymentEnabledInput();
---
+##### `ciPipelineVariablesMinimumOverrideRoleInput`Optional
+
+```java
+public java.lang.String getCiPipelineVariablesMinimumOverrideRoleInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
##### `ciRestrictPipelineCancellationRoleInput`Optional
```java
@@ -4141,6 +4174,16 @@ public java.lang.Object getCiForwardDeploymentEnabled();
---
+##### `ciPipelineVariablesMinimumOverrideRole`Required
+
+```java
+public java.lang.String getCiPipelineVariablesMinimumOverrideRole();
+```
+
+- *Type:* java.lang.String
+
+---
+
##### `ciRestrictPipelineCancellationRole`Required
```java
@@ -4967,6 +5010,7 @@ ProjectConfig.builder()
// .ciDefaultGitDepth(java.lang.Number)
// .ciForwardDeploymentEnabled(java.lang.Boolean)
// .ciForwardDeploymentEnabled(IResolvable)
+// .ciPipelineVariablesMinimumOverrideRole(java.lang.String)
// .ciRestrictPipelineCancellationRole(java.lang.String)
// .ciSeparatedCaches(java.lang.Boolean)
// .ciSeparatedCaches(IResolvable)
@@ -5112,6 +5156,7 @@ ProjectConfig.builder()
| ciConfigPath
| java.lang.String
| Custom Path to CI config file. |
| ciDefaultGitDepth
| java.lang.Number
| Default number of revisions for shallow cloning. |
| ciForwardDeploymentEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| When a new deployment job starts, skip older deployment jobs that are still pending. |
+| ciPipelineVariablesMinimumOverrideRole
| java.lang.String
| The minimum role required to set variables when running pipelines and jobs. |
| ciRestrictPipelineCancellationRole
| java.lang.String
| The role required to cancel a pipeline or job. |
| ciSeparatedCaches
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Use separate caches for protected branches. |
| containerExpirationPolicy
| ProjectContainerExpirationPolicy
| container_expiration_policy block. |
@@ -5127,7 +5172,7 @@ ProjectConfig.builder()
| forkingAccessLevel
| java.lang.String
| Set the forking access level. Valid values are `disabled`, `private`, `enabled`. |
| groupRunnersEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enable group runners for this project. |
| groupWithProjectTemplatesId
| java.lang.Number
| For group-level custom templates, specifies ID of group from which all the custom project templates are sourced. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#id Project#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}. |
| importUrl
| java.lang.String
| Git URL to a repository to be imported. |
| importUrlPassword
| java.lang.String
| The password for the `import_url`. |
| importUrlUsername
| java.lang.String
| The username for the `import_url`. |
@@ -5273,7 +5318,7 @@ public java.lang.String getName();
The name of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name Project#name}
---
@@ -5287,7 +5332,7 @@ public java.lang.Object getAllowMergeOnSkippedPipeline();
Set to true if you want to treat skipped pipelines as if they finished with success.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
---
@@ -5301,7 +5346,7 @@ public java.lang.Object getAllowPipelineTriggerApproveDeployment();
Set whether or not a pipeline triggerer is allowed to approve deployments. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
---
@@ -5315,7 +5360,7 @@ public java.lang.String getAnalyticsAccessLevel();
Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#analytics_access_level Project#analytics_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#analytics_access_level Project#analytics_access_level}
---
@@ -5334,7 +5379,7 @@ This field **does not** work well in combination with the `gitlab_project_approv
and is most likely gonna be deprecated in a future GitLab version (see [this upstream epic](https://gitlab.com/groups/gitlab-org/-/epics/7572)).
In the meantime we recommend against using this attribute and use `gitlab_project_approval_rule` instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
---
@@ -5348,7 +5393,7 @@ public java.lang.Object getArchived();
Whether the project is in read-only mode (archived). Repositories can be archived/unarchived by toggling this parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#archived Project#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#archived Project#archived}
---
@@ -5364,7 +5409,7 @@ Set to `true` to archive the project instead of deleting on destroy.
If set to `true` it will entire omit the `DELETE` operation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
---
@@ -5378,7 +5423,7 @@ public java.lang.String getAutoCancelPendingPipelines();
Auto-cancel pending pipelines. This isn’t a boolean, but enabled/disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
---
@@ -5392,7 +5437,7 @@ public java.lang.Object getAutocloseReferencedIssues();
Set whether auto-closing referenced issues on default branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
---
@@ -5406,7 +5451,7 @@ public java.lang.String getAutoDevopsDeployStrategy();
Auto Deploy strategy. Valid values are `continuous`, `manual`, `timed_incremental`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
---
@@ -5420,7 +5465,7 @@ public java.lang.Object getAutoDevopsEnabled();
Enable Auto DevOps for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
---
@@ -5434,7 +5479,7 @@ public java.lang.String getAvatar();
A local path to the avatar image to upload. **Note**: not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#avatar Project#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#avatar Project#avatar}
---
@@ -5450,7 +5495,7 @@ The hash of the avatar image.
Use `filesha256("path/to/avatar.png")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#avatar_hash Project#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#avatar_hash Project#avatar_hash}
---
@@ -5464,7 +5509,7 @@ public java.lang.String getBuildCoverageRegex();
Test coverage parsing for the project. This is deprecated feature in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
---
@@ -5478,7 +5523,7 @@ public java.lang.String getBuildGitStrategy();
The Git strategy. Defaults to fetch. Valid values are `clone`, `fetch`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_git_strategy Project#build_git_strategy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_git_strategy Project#build_git_strategy}
---
@@ -5492,7 +5537,7 @@ public java.lang.String getBuildsAccessLevel();
Set the builds access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#builds_access_level Project#builds_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#builds_access_level Project#builds_access_level}
---
@@ -5506,7 +5551,7 @@ public java.lang.Number getBuildTimeout();
The maximum amount of time, in seconds, that a job can run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_timeout Project#build_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_timeout Project#build_timeout}
---
@@ -5520,7 +5565,7 @@ public java.lang.String getCiConfigPath();
Custom Path to CI config file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_config_path Project#ci_config_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_config_path Project#ci_config_path}
---
@@ -5534,7 +5579,7 @@ public java.lang.Number getCiDefaultGitDepth();
Default number of revisions for shallow cloning.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
---
@@ -5548,7 +5593,23 @@ public java.lang.Object getCiForwardDeploymentEnabled();
When a new deployment job starts, skip older deployment jobs that are still pending.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
+
+---
+
+##### `ciPipelineVariablesMinimumOverrideRole`Optional
+
+```java
+public java.lang.String getCiPipelineVariablesMinimumOverrideRole();
+```
+
+- *Type:* java.lang.String
+
+The minimum role required to set variables when running pipelines and jobs.
+
+Introduced in GitLab 17.1. Valid values are `developer`, `maintainer`, `owner`, `no_one_allowed`
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_pipeline_variables_minimum_override_role Project#ci_pipeline_variables_minimum_override_role}
---
@@ -5564,7 +5625,7 @@ The role required to cancel a pipeline or job.
Introduced in GitLab 16.8. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `no one`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
---
@@ -5578,7 +5639,7 @@ public java.lang.Object getCiSeparatedCaches();
Use separate caches for protected branches.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
---
@@ -5592,7 +5653,7 @@ public ProjectContainerExpirationPolicy getContainerExpirationPolicy();
container_expiration_policy block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
---
@@ -5606,7 +5667,7 @@ public java.lang.String getContainerRegistryAccessLevel();
Set visibility of container registry, for this project. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
---
@@ -5620,7 +5681,7 @@ public java.lang.Object getContainerRegistryEnabled();
Enable container registry for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
---
@@ -5634,7 +5695,7 @@ public java.lang.String getDefaultBranch();
The default branch for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#default_branch Project#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#default_branch Project#default_branch}
---
@@ -5648,7 +5709,7 @@ public java.lang.String getDescription();
A description of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#description Project#description}
---
@@ -5662,7 +5723,7 @@ public java.lang.Object getEmailsEnabled();
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#emails_enabled Project#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#emails_enabled Project#emails_enabled}
---
@@ -5676,7 +5737,7 @@ public java.lang.String getEnvironmentsAccessLevel();
Set the environments access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#environments_access_level Project#environments_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#environments_access_level Project#environments_access_level}
---
@@ -5690,7 +5751,7 @@ public java.lang.String getExternalAuthorizationClassificationLabel();
The classification label for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
---
@@ -5704,7 +5765,7 @@ public java.lang.String getFeatureFlagsAccessLevel();
Set the feature flags access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
---
@@ -5720,7 +5781,7 @@ The id of the project to fork.
During create the project is forked and during an update the fork relation is changed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
---
@@ -5734,7 +5795,7 @@ public java.lang.String getForkingAccessLevel();
Set the forking access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#forking_access_level Project#forking_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#forking_access_level Project#forking_access_level}
---
@@ -5748,7 +5809,7 @@ public java.lang.Object getGroupRunnersEnabled();
Enable group runners for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
---
@@ -5764,7 +5825,7 @@ For group-level custom templates, specifies ID of group from which all the custo
Leave empty for instance-level templates. Requires use_custom_template to be true (enterprise edition).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
---
@@ -5776,7 +5837,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -5795,7 +5856,7 @@ Git URL to a repository to be imported.
Together with `mirror = true` it will setup a Pull Mirror. This can also be used together with `forked_from_project_id` to setup a Pull Mirror for a fork. The fork takes precedence over the import. Make sure to provide the credentials in `import_url_username` and `import_url_password`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url Project#import_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url Project#import_url}
---
@@ -5811,7 +5872,7 @@ The password for the `import_url`.
The value of this field is used to construct a valid `import_url` and is only related to the provider. This field cannot be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url_password Project#import_url_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url_password Project#import_url_password}
---
@@ -5827,7 +5888,7 @@ The username for the `import_url`.
The value of this field is used to construct a valid `import_url` and is only related to the provider. This field cannot be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url_username Project#import_url_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url_username Project#import_url_username}
---
@@ -5841,7 +5902,7 @@ public java.lang.String getInfrastructureAccessLevel();
Set the infrastructure access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
---
@@ -5855,7 +5916,7 @@ public java.lang.Object getInitializeWithReadme();
Create main branch with first commit containing a README.md file. Must be set to `true` if importing an uninitialized project with a different `default_branch`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
---
@@ -5869,7 +5930,7 @@ public java.lang.String getIssuesAccessLevel();
Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_access_level Project#issues_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_access_level Project#issues_access_level}
---
@@ -5883,7 +5944,7 @@ public java.lang.Object getIssuesEnabled();
Enable issue tracking for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_enabled Project#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_enabled Project#issues_enabled}
---
@@ -5897,7 +5958,7 @@ public java.lang.String getIssuesTemplate();
Sets the template for new issues in the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_template Project#issues_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_template Project#issues_template}
---
@@ -5911,7 +5972,7 @@ public java.lang.Object getKeepLatestArtifact();
Disable or enable the ability to keep the latest artifact for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
---
@@ -5925,7 +5986,7 @@ public java.lang.Object getLfsEnabled();
Enable LFS for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
---
@@ -5939,7 +6000,7 @@ public java.lang.String getMergeCommitTemplate();
Template used to create merge commit message in merge requests. (Introduced in GitLab 14.5.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_commit_template Project#merge_commit_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_commit_template Project#merge_commit_template}
---
@@ -5953,7 +6014,7 @@ public java.lang.String getMergeMethod();
Set the merge method. Valid values are `merge`, `rebase_merge`, `ff`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_method Project#merge_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_method Project#merge_method}
---
@@ -5967,7 +6028,7 @@ public java.lang.Object getMergePipelinesEnabled();
Enable or disable merge pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
---
@@ -5981,7 +6042,7 @@ public java.lang.String getMergeRequestsAccessLevel();
Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
---
@@ -5995,7 +6056,7 @@ public java.lang.Object getMergeRequestsEnabled();
Enable merge requests for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
---
@@ -6009,7 +6070,7 @@ public java.lang.String getMergeRequestsTemplate();
Sets the template for new merge requests in the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_template Project#merge_requests_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_template Project#merge_requests_template}
---
@@ -6023,7 +6084,7 @@ public java.lang.Object getMergeTrainsEnabled();
Enable or disable merge trains. Requires `merge_pipelines_enabled` to be set to `true` to take effect.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
---
@@ -6037,7 +6098,7 @@ public java.lang.Object getMirror();
Enable project pull mirror.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror Project#mirror}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror Project#mirror}
---
@@ -6051,7 +6112,7 @@ public java.lang.Object getMirrorOverwritesDivergedBranches();
Enable overwrite diverged branches for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
---
@@ -6065,7 +6126,7 @@ public java.lang.Object getMirrorTriggerBuilds();
Enable trigger builds on pushes for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
---
@@ -6079,7 +6140,7 @@ public java.lang.String getModelExperimentsAccessLevel();
Set visibility of machine learning model experiments. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
---
@@ -6093,7 +6154,7 @@ public java.lang.String getModelRegistryAccessLevel();
Set visibility of machine learning model registry. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
---
@@ -6107,7 +6168,7 @@ public java.lang.String getMonitorAccessLevel();
Set the monitor access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#monitor_access_level Project#monitor_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#monitor_access_level Project#monitor_access_level}
---
@@ -6121,7 +6182,7 @@ public java.lang.Object getMrDefaultTargetSelf();
For forked projects, target merge requests to this project. If false, the target will be the upstream project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
---
@@ -6135,7 +6196,7 @@ public java.lang.Number getNamespaceId();
The namespace (group or user) of the project. Defaults to your user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#namespace_id Project#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#namespace_id Project#namespace_id}
---
@@ -6149,7 +6210,7 @@ public java.lang.Object getOnlyAllowMergeIfAllDiscussionsAreResolved();
Set to true if you want allow merges only if all discussions are resolved.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
---
@@ -6163,7 +6224,7 @@ public java.lang.Object getOnlyAllowMergeIfPipelineSucceeds();
Set to true if you want allow merges only if a pipeline succeeds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
---
@@ -6177,7 +6238,7 @@ public java.lang.Object getOnlyMirrorProtectedBranches();
Enable only mirror protected branches for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
---
@@ -6191,7 +6252,7 @@ public java.lang.Object getPackagesEnabled();
Enable packages repository for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#packages_enabled Project#packages_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#packages_enabled Project#packages_enabled}
---
@@ -6205,7 +6266,7 @@ public java.lang.String getPagesAccessLevel();
Enable pages access control. Valid values are `public`, `private`, `enabled`, `disabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pages_access_level Project#pages_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pages_access_level Project#pages_access_level}
---
@@ -6219,7 +6280,7 @@ public java.lang.String getPath();
The path of the repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#path Project#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#path Project#path}
---
@@ -6233,7 +6294,7 @@ public java.lang.Object getPipelinesEnabled();
Enable pipelines for the project. The `pipelines_enabled` field is being sent as `jobs_enabled` in the GitLab API calls.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
---
@@ -6247,7 +6308,7 @@ public java.lang.Object getPreReceiveSecretDetectionEnabled();
Whether Secret Push Detection is enabled. Requires GitLab Ultimate and at least GitLab 17.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
---
@@ -6261,7 +6322,7 @@ public java.lang.Object getPrintingMergeRequestLinkEnabled();
Show link to create/view merge request when pushing from the command line.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
---
@@ -6275,7 +6336,7 @@ public java.lang.Object getPublicBuilds();
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#public_builds Project#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_builds Project#public_builds}
---
@@ -6289,7 +6350,7 @@ public java.lang.Object getPublicJobs();
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#public_jobs Project#public_jobs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_jobs Project#public_jobs}
---
@@ -6303,7 +6364,7 @@ public ProjectPushRules getPushRules();
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#push_rules Project#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#push_rules Project#push_rules}
---
@@ -6317,7 +6378,7 @@ public java.lang.String getReleasesAccessLevel();
Set the releases access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#releases_access_level Project#releases_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#releases_access_level Project#releases_access_level}
---
@@ -6331,7 +6392,7 @@ public java.lang.Object getRemoveSourceBranchAfterMerge();
Enable `Delete source branch` option by default for all new merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
---
@@ -6345,7 +6406,7 @@ public java.lang.String getRepositoryAccessLevel();
Set the repository access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#repository_access_level Project#repository_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#repository_access_level Project#repository_access_level}
---
@@ -6359,7 +6420,7 @@ public java.lang.String getRepositoryStorage();
Which storage shard the repository is on. (administrator only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#repository_storage Project#repository_storage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#repository_storage Project#repository_storage}
---
@@ -6373,7 +6434,7 @@ public java.lang.Object getRequestAccessEnabled();
Allow users to request member access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#request_access_enabled Project#request_access_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#request_access_enabled Project#request_access_enabled}
---
@@ -6387,7 +6448,7 @@ public java.lang.String getRequirementsAccessLevel();
Set the requirements access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#requirements_access_level Project#requirements_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#requirements_access_level Project#requirements_access_level}
---
@@ -6401,7 +6462,7 @@ public java.lang.Object getResolveOutdatedDiffDiscussions();
Automatically resolve merge request diffs discussions on lines changed with a push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
---
@@ -6415,7 +6476,7 @@ public java.lang.Object getRestrictUserDefinedVariables();
Allow only users with the Maintainer role to pass user-defined variables when triggering a pipeline.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
---
@@ -6429,7 +6490,7 @@ public java.lang.String getSecurityAndComplianceAccessLevel();
Set the security and compliance access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
---
@@ -6443,7 +6504,7 @@ public java.lang.Object getSharedRunnersEnabled();
Enable shared runners for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
---
@@ -6461,7 +6522,7 @@ This is necessary if the current user is not an admin and the default branch pro
There is currently no known way to determine if the default branch protection is disabled on an instance-level for non-admin users.
This attribute is only used during resource creation, thus changes are suppressed and the attribute cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
---
@@ -6475,7 +6536,7 @@ public java.lang.String getSnippetsAccessLevel();
Set the snippets access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#snippets_access_level Project#snippets_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_access_level Project#snippets_access_level}
---
@@ -6489,7 +6550,7 @@ public java.lang.Object getSnippetsEnabled();
Enable snippets for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
---
@@ -6503,7 +6564,7 @@ public java.lang.String getSquashCommitTemplate();
Template used to create squash commit message in merge requests. (Introduced in GitLab 14.6.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#squash_commit_template Project#squash_commit_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#squash_commit_template Project#squash_commit_template}
---
@@ -6519,7 +6580,7 @@ Squash commits when merge request.
Valid values are `never`, `always`, `default_on`, or `default_off`. The default value is `default_off`. [GitLab >= 14.1]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#squash_option Project#squash_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#squash_option Project#squash_option}
---
@@ -6533,7 +6594,7 @@ public java.lang.String getSuggestionCommitMessage();
The commit message used to apply merge request suggestions.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
---
@@ -6549,7 +6610,7 @@ The list of tags for a project;
put array of tags, that should be finally assigned to a project. Use topics instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#tags Project#tags}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#tags Project#tags}
---
@@ -6565,7 +6626,7 @@ When used without use_custom_template, name of a built-in project template.
When used with use_custom_template, name of a custom project template. This option is mutually exclusive with `template_project_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#template_name Project#template_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#template_name Project#template_name}
---
@@ -6581,7 +6642,7 @@ When used with use_custom_template, project ID of a custom project template.
This is preferable to using template_name since template_name may be ambiguous (enterprise edition). This option is mutually exclusive with `template_name`. See `gitlab_group_project_file_template` to set a project as a template project. If a project has not been set as a template, using it here will result in an error.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#template_project_id Project#template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#template_project_id Project#template_project_id}
---
@@ -6595,7 +6656,7 @@ public ProjectTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#timeouts Project#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#timeouts Project#timeouts}
---
@@ -6609,7 +6670,7 @@ public java.util.List getTopics();
The list of topics for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#topics Project#topics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#topics Project#topics}
---
@@ -6625,7 +6686,7 @@ Use either custom instance or group (with group_with_project_templates_id) proje
~> When using a custom template, [Group Tokens won't work](https://docs.gitlab.com/15.7/ee/user/project/settings/import_export_troubleshooting.html#import-using-the-rest-api-fails-when-using-a-group-access-token). You must use a real user's Personal Access Token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#use_custom_template Project#use_custom_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#use_custom_template Project#use_custom_template}
---
@@ -6639,7 +6700,7 @@ public java.lang.String getVisibilityLevel();
Set to `public` to create a public project. Valid values are `private`, `internal`, `public`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#visibility_level Project#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#visibility_level Project#visibility_level}
---
@@ -6653,7 +6714,7 @@ public java.lang.String getWikiAccessLevel();
Set the wiki access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#wiki_access_level Project#wiki_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_access_level Project#wiki_access_level}
---
@@ -6667,7 +6728,7 @@ public java.lang.Object getWikiEnabled();
Enable wiki for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
---
@@ -6714,7 +6775,7 @@ public java.lang.String getCadence();
The cadence of the policy. Valid values are: `1d`, `7d`, `14d`, `1month`, `3month`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#cadence Project#cadence}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#cadence Project#cadence}
---
@@ -6728,7 +6789,7 @@ public java.lang.Object getEnabled();
If true, the policy is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#enabled Project#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#enabled Project#enabled}
---
@@ -6742,7 +6803,7 @@ public java.lang.Number getKeepN();
The number of images to keep.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#keep_n Project#keep_n}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#keep_n Project#keep_n}
---
@@ -6756,7 +6817,7 @@ public java.lang.String getNameRegex();
The regular expression to match image names to delete.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex Project#name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex Project#name_regex}
---
@@ -6770,7 +6831,7 @@ public java.lang.String getNameRegexDelete();
The regular expression to match image names to delete.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex_delete Project#name_regex_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex_delete Project#name_regex_delete}
---
@@ -6784,7 +6845,7 @@ public java.lang.String getNameRegexKeep();
The regular expression to match image names to keep.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex_keep Project#name_regex_keep}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex_keep Project#name_regex_keep}
---
@@ -6798,7 +6859,7 @@ public java.lang.String getOlderThan();
The number of days to keep images.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#older_than Project#older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#older_than Project#older_than}
---
@@ -6863,7 +6924,7 @@ public java.lang.String getAuthorEmailRegex();
All commit author emails must match this regex, e.g. `@my-company.com$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#author_email_regex Project#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#author_email_regex Project#author_email_regex}
---
@@ -6877,7 +6938,7 @@ public java.lang.String getBranchNameRegex();
All branch names must match this regex, e.g. `(feature|hotfix)\/*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#branch_name_regex Project#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#branch_name_regex Project#branch_name_regex}
---
@@ -6891,7 +6952,7 @@ public java.lang.Object getCommitCommitterCheck();
Users can only push commits to this repository that were committed with one of their own verified emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_committer_check Project#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_committer_check Project#commit_committer_check}
---
@@ -6905,7 +6966,7 @@ public java.lang.Object getCommitCommitterNameCheck();
Users can only push commits to this repository if the commit author name is consistent with their GitLab account name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
---
@@ -6919,7 +6980,7 @@ public java.lang.String getCommitMessageNegativeRegex();
No commit message is allowed to match this regex, e.g. `ssh\:\/\/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
---
@@ -6933,7 +6994,7 @@ public java.lang.String getCommitMessageRegex();
All commit messages must match this regex, e.g. `Fixed \d+\..*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_message_regex Project#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_message_regex Project#commit_message_regex}
---
@@ -6947,7 +7008,7 @@ public java.lang.Object getDenyDeleteTag();
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
---
@@ -6961,7 +7022,7 @@ public java.lang.String getFileNameRegex();
All committed filenames must not match this regex, e.g. `(jar|exe)$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#file_name_regex Project#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#file_name_regex Project#file_name_regex}
---
@@ -6975,7 +7036,7 @@ public java.lang.Number getMaxFileSize();
Maximum file size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#max_file_size Project#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#max_file_size Project#max_file_size}
---
@@ -6989,7 +7050,7 @@ public java.lang.Object getMemberCheck();
Restrict commits by author (email) to existing GitLab users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#member_check Project#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#member_check Project#member_check}
---
@@ -7003,7 +7064,7 @@ public java.lang.Object getPreventSecrets();
GitLab will reject any files that are likely to contain secrets.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
---
@@ -7017,7 +7078,7 @@ public java.lang.Object getRejectNonDcoCommits();
Reject commit when it’s not DCO certified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
---
@@ -7031,7 +7092,7 @@ public java.lang.Object getRejectUnsignedCommits();
Reject commit when it’s not signed through GPG.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
---
@@ -7052,8 +7113,8 @@ ProjectTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#create Project#create}. |
-| delete
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#delete Project#delete}. |
+| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}. |
+| delete
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}. |
---
@@ -7065,7 +7126,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#create Project#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}.
---
@@ -7077,7 +7138,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#delete Project#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}.
---
diff --git a/docs/project.python.md b/docs/project.python.md
index 31502586f..228662943 100644
--- a/docs/project.python.md
+++ b/docs/project.python.md
@@ -4,7 +4,7 @@
### Project
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project gitlab_project}.
#### Initializers
@@ -41,6 +41,7 @@ project.Project(
ci_config_path: str = None,
ci_default_git_depth: typing.Union[int, float] = None,
ci_forward_deployment_enabled: typing.Union[bool, IResolvable] = None,
+ ci_pipeline_variables_minimum_override_role: str = None,
ci_restrict_pipeline_cancellation_role: str = None,
ci_separated_caches: typing.Union[bool, IResolvable] = None,
container_expiration_policy: ProjectContainerExpirationPolicy = None,
@@ -153,6 +154,7 @@ project.Project(
| ci_config_path
| str
| Custom Path to CI config file. |
| ci_default_git_depth
| typing.Union[int, float]
| Default number of revisions for shallow cloning. |
| ci_forward_deployment_enabled
| typing.Union[bool, cdktf.IResolvable]
| When a new deployment job starts, skip older deployment jobs that are still pending. |
+| ci_pipeline_variables_minimum_override_role
| str
| The minimum role required to set variables when running pipelines and jobs. |
| ci_restrict_pipeline_cancellation_role
| str
| The role required to cancel a pipeline or job. |
| ci_separated_caches
| typing.Union[bool, cdktf.IResolvable]
| Use separate caches for protected branches. |
| container_expiration_policy
| ProjectContainerExpirationPolicy
| container_expiration_policy block. |
@@ -168,7 +170,7 @@ project.Project(
| forking_access_level
| str
| Set the forking access level. Valid values are `disabled`, `private`, `enabled`. |
| group_runners_enabled
| typing.Union[bool, cdktf.IResolvable]
| Enable group runners for this project. |
| group_with_project_templates_id
| typing.Union[int, float]
| For group-level custom templates, specifies ID of group from which all the custom project templates are sourced. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#id Project#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}. |
| import_url
| str
| Git URL to a repository to be imported. |
| import_url_password
| str
| The password for the `import_url`. |
| import_url_username
| str
| The username for the `import_url`. |
@@ -300,7 +302,7 @@ Must be unique amongst siblings in the same scope
The name of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name Project#name}
---
@@ -310,7 +312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to true if you want to treat skipped pipelines as if they finished with success.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
---
@@ -320,7 +322,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set whether or not a pipeline triggerer is allowed to approve deployments. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
---
@@ -330,7 +332,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#analytics_access_level Project#analytics_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#analytics_access_level Project#analytics_access_level}
---
@@ -345,7 +347,7 @@ This field **does not** work well in combination with the `gitlab_project_approv
and is most likely gonna be deprecated in a future GitLab version (see [this upstream epic](https://gitlab.com/groups/gitlab-org/-/epics/7572)).
In the meantime we recommend against using this attribute and use `gitlab_project_approval_rule` instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
---
@@ -355,7 +357,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether the project is in read-only mode (archived). Repositories can be archived/unarchived by toggling this parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#archived Project#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#archived Project#archived}
---
@@ -367,7 +369,7 @@ Set to `true` to archive the project instead of deleting on destroy.
If set to `true` it will entire omit the `DELETE` operation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
---
@@ -377,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Auto-cancel pending pipelines. This isn’t a boolean, but enabled/disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
---
@@ -387,7 +389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set whether auto-closing referenced issues on default branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
---
@@ -397,7 +399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Auto Deploy strategy. Valid values are `continuous`, `manual`, `timed_incremental`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
---
@@ -407,7 +409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable Auto DevOps for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
---
@@ -417,7 +419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A local path to the avatar image to upload. **Note**: not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#avatar Project#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#avatar Project#avatar}
---
@@ -429,7 +431,7 @@ The hash of the avatar image.
Use `filesha256("path/to/avatar.png")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#avatar_hash Project#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#avatar_hash Project#avatar_hash}
---
@@ -439,7 +441,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Test coverage parsing for the project. This is deprecated feature in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
---
@@ -449,7 +451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The Git strategy. Defaults to fetch. Valid values are `clone`, `fetch`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_git_strategy Project#build_git_strategy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_git_strategy Project#build_git_strategy}
---
@@ -459,7 +461,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the builds access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#builds_access_level Project#builds_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#builds_access_level Project#builds_access_level}
---
@@ -469,7 +471,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The maximum amount of time, in seconds, that a job can run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_timeout Project#build_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_timeout Project#build_timeout}
---
@@ -479,7 +481,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Custom Path to CI config file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_config_path Project#ci_config_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_config_path Project#ci_config_path}
---
@@ -489,7 +491,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Default number of revisions for shallow cloning.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
---
@@ -499,7 +501,19 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When a new deployment job starts, skip older deployment jobs that are still pending.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
+
+---
+
+##### `ci_pipeline_variables_minimum_override_role`Optional
+
+- *Type:* str
+
+The minimum role required to set variables when running pipelines and jobs.
+
+Introduced in GitLab 17.1. Valid values are `developer`, `maintainer`, `owner`, `no_one_allowed`
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_pipeline_variables_minimum_override_role Project#ci_pipeline_variables_minimum_override_role}
---
@@ -511,7 +525,7 @@ The role required to cancel a pipeline or job.
Introduced in GitLab 16.8. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `no one`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
---
@@ -521,7 +535,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Use separate caches for protected branches.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
---
@@ -531,7 +545,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
container_expiration_policy block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
---
@@ -541,7 +555,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set visibility of container registry, for this project. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
---
@@ -551,7 +565,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable container registry for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
---
@@ -561,7 +575,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The default branch for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#default_branch Project#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#default_branch Project#default_branch}
---
@@ -571,7 +585,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A description of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#description Project#description}
---
@@ -581,7 +595,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#emails_enabled Project#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#emails_enabled Project#emails_enabled}
---
@@ -591,7 +605,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the environments access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#environments_access_level Project#environments_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#environments_access_level Project#environments_access_level}
---
@@ -601,7 +615,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The classification label for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
---
@@ -611,7 +625,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the feature flags access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
---
@@ -623,7 +637,7 @@ The id of the project to fork.
During create the project is forked and during an update the fork relation is changed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
---
@@ -633,7 +647,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the forking access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#forking_access_level Project#forking_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#forking_access_level Project#forking_access_level}
---
@@ -643,7 +657,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable group runners for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
---
@@ -655,7 +669,7 @@ For group-level custom templates, specifies ID of group from which all the custo
Leave empty for instance-level templates. Requires use_custom_template to be true (enterprise edition).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
---
@@ -663,7 +677,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -678,7 +692,7 @@ Git URL to a repository to be imported.
Together with `mirror = true` it will setup a Pull Mirror. This can also be used together with `forked_from_project_id` to setup a Pull Mirror for a fork. The fork takes precedence over the import. Make sure to provide the credentials in `import_url_username` and `import_url_password`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url Project#import_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url Project#import_url}
---
@@ -690,7 +704,7 @@ The password for the `import_url`.
The value of this field is used to construct a valid `import_url` and is only related to the provider. This field cannot be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url_password Project#import_url_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url_password Project#import_url_password}
---
@@ -702,7 +716,7 @@ The username for the `import_url`.
The value of this field is used to construct a valid `import_url` and is only related to the provider. This field cannot be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url_username Project#import_url_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url_username Project#import_url_username}
---
@@ -712,7 +726,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the infrastructure access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
---
@@ -722,7 +736,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Create main branch with first commit containing a README.md file. Must be set to `true` if importing an uninitialized project with a different `default_branch`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
---
@@ -732,7 +746,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_access_level Project#issues_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_access_level Project#issues_access_level}
---
@@ -742,7 +756,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable issue tracking for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_enabled Project#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_enabled Project#issues_enabled}
---
@@ -752,7 +766,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Sets the template for new issues in the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_template Project#issues_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_template Project#issues_template}
---
@@ -762,7 +776,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Disable or enable the ability to keep the latest artifact for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
---
@@ -772,7 +786,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable LFS for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
---
@@ -782,7 +796,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Template used to create merge commit message in merge requests. (Introduced in GitLab 14.5.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_commit_template Project#merge_commit_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_commit_template Project#merge_commit_template}
---
@@ -792,7 +806,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the merge method. Valid values are `merge`, `rebase_merge`, `ff`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_method Project#merge_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_method Project#merge_method}
---
@@ -802,7 +816,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable or disable merge pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
---
@@ -812,7 +826,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
---
@@ -822,7 +836,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable merge requests for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
---
@@ -832,7 +846,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Sets the template for new merge requests in the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_template Project#merge_requests_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_template Project#merge_requests_template}
---
@@ -842,7 +856,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable or disable merge trains. Requires `merge_pipelines_enabled` to be set to `true` to take effect.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
---
@@ -852,7 +866,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable project pull mirror.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror Project#mirror}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror Project#mirror}
---
@@ -862,7 +876,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable overwrite diverged branches for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
---
@@ -872,7 +886,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable trigger builds on pushes for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
---
@@ -882,7 +896,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set visibility of machine learning model experiments. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
---
@@ -892,7 +906,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set visibility of machine learning model registry. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
---
@@ -902,7 +916,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the monitor access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#monitor_access_level Project#monitor_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#monitor_access_level Project#monitor_access_level}
---
@@ -912,7 +926,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
For forked projects, target merge requests to this project. If false, the target will be the upstream project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
---
@@ -922,7 +936,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The namespace (group or user) of the project. Defaults to your user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#namespace_id Project#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#namespace_id Project#namespace_id}
---
@@ -932,7 +946,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to true if you want allow merges only if all discussions are resolved.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
---
@@ -942,7 +956,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to true if you want allow merges only if a pipeline succeeds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
---
@@ -952,7 +966,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable only mirror protected branches for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
---
@@ -962,7 +976,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable packages repository for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#packages_enabled Project#packages_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#packages_enabled Project#packages_enabled}
---
@@ -972,7 +986,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable pages access control. Valid values are `public`, `private`, `enabled`, `disabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pages_access_level Project#pages_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pages_access_level Project#pages_access_level}
---
@@ -982,7 +996,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The path of the repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#path Project#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#path Project#path}
---
@@ -992,7 +1006,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable pipelines for the project. The `pipelines_enabled` field is being sent as `jobs_enabled` in the GitLab API calls.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
---
@@ -1002,7 +1016,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Whether Secret Push Detection is enabled. Requires GitLab Ultimate and at least GitLab 17.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
---
@@ -1012,7 +1026,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Show link to create/view merge request when pushing from the command line.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
---
@@ -1022,7 +1036,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#public_builds Project#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_builds Project#public_builds}
---
@@ -1032,7 +1046,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#public_jobs Project#public_jobs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_jobs Project#public_jobs}
---
@@ -1042,7 +1056,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#push_rules Project#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#push_rules Project#push_rules}
---
@@ -1052,7 +1066,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the releases access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#releases_access_level Project#releases_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#releases_access_level Project#releases_access_level}
---
@@ -1062,7 +1076,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable `Delete source branch` option by default for all new merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
---
@@ -1072,7 +1086,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the repository access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#repository_access_level Project#repository_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#repository_access_level Project#repository_access_level}
---
@@ -1082,7 +1096,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Which storage shard the repository is on. (administrator only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#repository_storage Project#repository_storage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#repository_storage Project#repository_storage}
---
@@ -1092,7 +1106,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow users to request member access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#request_access_enabled Project#request_access_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#request_access_enabled Project#request_access_enabled}
---
@@ -1102,7 +1116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the requirements access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#requirements_access_level Project#requirements_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#requirements_access_level Project#requirements_access_level}
---
@@ -1112,7 +1126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Automatically resolve merge request diffs discussions on lines changed with a push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
---
@@ -1122,7 +1136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Allow only users with the Maintainer role to pass user-defined variables when triggering a pipeline.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
---
@@ -1132,7 +1146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the security and compliance access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
---
@@ -1142,7 +1156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable shared runners for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
---
@@ -1156,7 +1170,7 @@ This is necessary if the current user is not an admin and the default branch pro
There is currently no known way to determine if the default branch protection is disabled on an instance-level for non-admin users.
This attribute is only used during resource creation, thus changes are suppressed and the attribute cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
---
@@ -1166,7 +1180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the snippets access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#snippets_access_level Project#snippets_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_access_level Project#snippets_access_level}
---
@@ -1176,7 +1190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable snippets for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
---
@@ -1186,7 +1200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Template used to create squash commit message in merge requests. (Introduced in GitLab 14.6.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#squash_commit_template Project#squash_commit_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#squash_commit_template Project#squash_commit_template}
---
@@ -1198,7 +1212,7 @@ Squash commits when merge request.
Valid values are `never`, `always`, `default_on`, or `default_off`. The default value is `default_off`. [GitLab >= 14.1]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#squash_option Project#squash_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#squash_option Project#squash_option}
---
@@ -1208,7 +1222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The commit message used to apply merge request suggestions.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
---
@@ -1220,7 +1234,7 @@ The list of tags for a project;
put array of tags, that should be finally assigned to a project. Use topics instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#tags Project#tags}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#tags Project#tags}
---
@@ -1232,7 +1246,7 @@ When used without use_custom_template, name of a built-in project template.
When used with use_custom_template, name of a custom project template. This option is mutually exclusive with `template_project_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#template_name Project#template_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#template_name Project#template_name}
---
@@ -1244,7 +1258,7 @@ When used with use_custom_template, project ID of a custom project template.
This is preferable to using template_name since template_name may be ambiguous (enterprise edition). This option is mutually exclusive with `template_name`. See `gitlab_group_project_file_template` to set a project as a template project. If a project has not been set as a template, using it here will result in an error.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#template_project_id Project#template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#template_project_id Project#template_project_id}
---
@@ -1254,7 +1268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#timeouts Project#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#timeouts Project#timeouts}
---
@@ -1264,7 +1278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The list of topics for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#topics Project#topics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#topics Project#topics}
---
@@ -1276,7 +1290,7 @@ Use either custom instance or group (with group_with_project_templates_id) proje
~> When using a custom template, [Group Tokens won't work](https://docs.gitlab.com/15.7/ee/user/project/settings/import_export_troubleshooting.html#import-using-the-rest-api-fails-when-using-a-group-access-token). You must use a real user's Personal Access Token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#use_custom_template Project#use_custom_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#use_custom_template Project#use_custom_template}
---
@@ -1286,7 +1300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set to `public` to create a public project. Valid values are `private`, `internal`, `public`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#visibility_level Project#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#visibility_level Project#visibility_level}
---
@@ -1296,7 +1310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Set the wiki access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#wiki_access_level Project#wiki_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_access_level Project#wiki_access_level}
---
@@ -1306,7 +1320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Enable wiki for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
---
@@ -1359,6 +1373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
| reset_ci_config_path
| *No description.* |
| reset_ci_default_git_depth
| *No description.* |
| reset_ci_forward_deployment_enabled
| *No description.* |
+| reset_ci_pipeline_variables_minimum_override_role
| *No description.* |
| reset_ci_restrict_pipeline_cancellation_role
| *No description.* |
| reset_ci_separated_caches
| *No description.* |
| reset_container_expiration_policy
| *No description.* |
@@ -1785,7 +1800,7 @@ def put_container_expiration_policy(
The cadence of the policy. Valid values are: `1d`, `7d`, `14d`, `1month`, `3month`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#cadence Project#cadence}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#cadence Project#cadence}
---
@@ -1795,7 +1810,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
If true, the policy is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#enabled Project#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#enabled Project#enabled}
---
@@ -1805,7 +1820,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The number of images to keep.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#keep_n Project#keep_n}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#keep_n Project#keep_n}
---
@@ -1815,7 +1830,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The regular expression to match image names to delete.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex Project#name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex Project#name_regex}
---
@@ -1825,7 +1840,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The regular expression to match image names to delete.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex_delete Project#name_regex_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex_delete Project#name_regex_delete}
---
@@ -1835,7 +1850,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The regular expression to match image names to keep.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex_keep Project#name_regex_keep}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex_keep Project#name_regex_keep}
---
@@ -1845,7 +1860,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The number of days to keep images.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#older_than Project#older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#older_than Project#older_than}
---
@@ -1875,7 +1890,7 @@ def put_push_rules(
All commit author emails must match this regex, e.g. `@my-company.com$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#author_email_regex Project#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#author_email_regex Project#author_email_regex}
---
@@ -1885,7 +1900,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
All branch names must match this regex, e.g. `(feature|hotfix)\/*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#branch_name_regex Project#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#branch_name_regex Project#branch_name_regex}
---
@@ -1895,7 +1910,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Users can only push commits to this repository that were committed with one of their own verified emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_committer_check Project#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_committer_check Project#commit_committer_check}
---
@@ -1905,7 +1920,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Users can only push commits to this repository if the commit author name is consistent with their GitLab account name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
---
@@ -1915,7 +1930,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
No commit message is allowed to match this regex, e.g. `ssh\:\/\/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
---
@@ -1925,7 +1940,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
All commit messages must match this regex, e.g. `Fixed \d+\..*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_message_regex Project#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_message_regex Project#commit_message_regex}
---
@@ -1935,7 +1950,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
---
@@ -1945,7 +1960,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
All committed filenames must not match this regex, e.g. `(jar|exe)$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#file_name_regex Project#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#file_name_regex Project#file_name_regex}
---
@@ -1955,7 +1970,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Maximum file size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#max_file_size Project#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#max_file_size Project#max_file_size}
---
@@ -1965,7 +1980,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Restrict commits by author (email) to existing GitLab users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#member_check Project#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#member_check Project#member_check}
---
@@ -1975,7 +1990,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
GitLab will reject any files that are likely to contain secrets.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
---
@@ -1985,7 +2000,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Reject commit when it’s not DCO certified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
---
@@ -1995,7 +2010,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Reject commit when it’s not signed through GPG.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
---
@@ -2012,7 +2027,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#create Project#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}.
---
@@ -2020,7 +2035,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#delete Project#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}.
---
@@ -2138,6 +2153,12 @@ def reset_ci_default_git_depth() -> None
def reset_ci_forward_deployment_enabled() -> None
```
+##### `reset_ci_pipeline_variables_minimum_override_role`
+
+```python
+def reset_ci_pipeline_variables_minimum_override_role() -> None
+```
+
##### `reset_ci_restrict_pipeline_cancellation_role`
```python
@@ -2720,7 +2741,7 @@ The construct id used in the generated config for the Project to import.
The id of the existing Project that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -2779,6 +2800,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| ci_config_path_input
| str
| *No description.* |
| ci_default_git_depth_input
| typing.Union[int, float]
| *No description.* |
| ci_forward_deployment_enabled_input
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
+| ci_pipeline_variables_minimum_override_role_input
| str
| *No description.* |
| ci_restrict_pipeline_cancellation_role_input
| str
| *No description.* |
| ci_separated_caches_input
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
| container_expiration_policy_input
| ProjectContainerExpirationPolicy
| *No description.* |
@@ -2877,6 +2899,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| ci_config_path
| str
| *No description.* |
| ci_default_git_depth
| typing.Union[int, float]
| *No description.* |
| ci_forward_deployment_enabled
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
+| ci_pipeline_variables_minimum_override_role
| str
| *No description.* |
| ci_restrict_pipeline_cancellation_role
| str
| *No description.* |
| ci_separated_caches
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
| container_registry_access_level
| str
| *No description.* |
@@ -3388,6 +3411,16 @@ ci_forward_deployment_enabled_input: typing.Union[bool, IResolvable]
---
+##### `ci_pipeline_variables_minimum_override_role_input`Optional
+
+```python
+ci_pipeline_variables_minimum_override_role_input: str
+```
+
+- *Type:* str
+
+---
+
##### `ci_restrict_pipeline_cancellation_role_input`Optional
```python
@@ -4368,6 +4401,16 @@ ci_forward_deployment_enabled: typing.Union[bool, IResolvable]
---
+##### `ci_pipeline_variables_minimum_override_role`Required
+
+```python
+ci_pipeline_variables_minimum_override_role: str
+```
+
+- *Type:* str
+
+---
+
##### `ci_restrict_pipeline_cancellation_role`Required
```python
@@ -5183,6 +5226,7 @@ project.ProjectConfig(
ci_config_path: str = None,
ci_default_git_depth: typing.Union[int, float] = None,
ci_forward_deployment_enabled: typing.Union[bool, IResolvable] = None,
+ ci_pipeline_variables_minimum_override_role: str = None,
ci_restrict_pipeline_cancellation_role: str = None,
ci_separated_caches: typing.Union[bool, IResolvable] = None,
container_expiration_policy: ProjectContainerExpirationPolicy = None,
@@ -5295,6 +5339,7 @@ project.ProjectConfig(
| ci_config_path
| str
| Custom Path to CI config file. |
| ci_default_git_depth
| typing.Union[int, float]
| Default number of revisions for shallow cloning. |
| ci_forward_deployment_enabled
| typing.Union[bool, cdktf.IResolvable]
| When a new deployment job starts, skip older deployment jobs that are still pending. |
+| ci_pipeline_variables_minimum_override_role
| str
| The minimum role required to set variables when running pipelines and jobs. |
| ci_restrict_pipeline_cancellation_role
| str
| The role required to cancel a pipeline or job. |
| ci_separated_caches
| typing.Union[bool, cdktf.IResolvable]
| Use separate caches for protected branches. |
| container_expiration_policy
| ProjectContainerExpirationPolicy
| container_expiration_policy block. |
@@ -5310,7 +5355,7 @@ project.ProjectConfig(
| forking_access_level
| str
| Set the forking access level. Valid values are `disabled`, `private`, `enabled`. |
| group_runners_enabled
| typing.Union[bool, cdktf.IResolvable]
| Enable group runners for this project. |
| group_with_project_templates_id
| typing.Union[int, float]
| For group-level custom templates, specifies ID of group from which all the custom project templates are sourced. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#id Project#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}. |
| import_url
| str
| Git URL to a repository to be imported. |
| import_url_password
| str
| The password for the `import_url`. |
| import_url_username
| str
| The username for the `import_url`. |
@@ -5456,7 +5501,7 @@ name: str
The name of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name Project#name}
---
@@ -5470,7 +5515,7 @@ allow_merge_on_skipped_pipeline: typing.Union[bool, IResolvable]
Set to true if you want to treat skipped pipelines as if they finished with success.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
---
@@ -5484,7 +5529,7 @@ allow_pipeline_trigger_approve_deployment: typing.Union[bool, IResolvable]
Set whether or not a pipeline triggerer is allowed to approve deployments. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
---
@@ -5498,7 +5543,7 @@ analytics_access_level: str
Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#analytics_access_level Project#analytics_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#analytics_access_level Project#analytics_access_level}
---
@@ -5517,7 +5562,7 @@ This field **does not** work well in combination with the `gitlab_project_approv
and is most likely gonna be deprecated in a future GitLab version (see [this upstream epic](https://gitlab.com/groups/gitlab-org/-/epics/7572)).
In the meantime we recommend against using this attribute and use `gitlab_project_approval_rule` instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
---
@@ -5531,7 +5576,7 @@ archived: typing.Union[bool, IResolvable]
Whether the project is in read-only mode (archived). Repositories can be archived/unarchived by toggling this parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#archived Project#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#archived Project#archived}
---
@@ -5547,7 +5592,7 @@ Set to `true` to archive the project instead of deleting on destroy.
If set to `true` it will entire omit the `DELETE` operation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
---
@@ -5561,7 +5606,7 @@ auto_cancel_pending_pipelines: str
Auto-cancel pending pipelines. This isn’t a boolean, but enabled/disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
---
@@ -5575,7 +5620,7 @@ autoclose_referenced_issues: typing.Union[bool, IResolvable]
Set whether auto-closing referenced issues on default branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
---
@@ -5589,7 +5634,7 @@ auto_devops_deploy_strategy: str
Auto Deploy strategy. Valid values are `continuous`, `manual`, `timed_incremental`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
---
@@ -5603,7 +5648,7 @@ auto_devops_enabled: typing.Union[bool, IResolvable]
Enable Auto DevOps for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
---
@@ -5617,7 +5662,7 @@ avatar: str
A local path to the avatar image to upload. **Note**: not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#avatar Project#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#avatar Project#avatar}
---
@@ -5633,7 +5678,7 @@ The hash of the avatar image.
Use `filesha256("path/to/avatar.png")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#avatar_hash Project#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#avatar_hash Project#avatar_hash}
---
@@ -5647,7 +5692,7 @@ build_coverage_regex: str
Test coverage parsing for the project. This is deprecated feature in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
---
@@ -5661,7 +5706,7 @@ build_git_strategy: str
The Git strategy. Defaults to fetch. Valid values are `clone`, `fetch`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_git_strategy Project#build_git_strategy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_git_strategy Project#build_git_strategy}
---
@@ -5675,7 +5720,7 @@ builds_access_level: str
Set the builds access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#builds_access_level Project#builds_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#builds_access_level Project#builds_access_level}
---
@@ -5689,7 +5734,7 @@ build_timeout: typing.Union[int, float]
The maximum amount of time, in seconds, that a job can run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_timeout Project#build_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_timeout Project#build_timeout}
---
@@ -5703,7 +5748,7 @@ ci_config_path: str
Custom Path to CI config file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_config_path Project#ci_config_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_config_path Project#ci_config_path}
---
@@ -5717,7 +5762,7 @@ ci_default_git_depth: typing.Union[int, float]
Default number of revisions for shallow cloning.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
---
@@ -5731,7 +5776,23 @@ ci_forward_deployment_enabled: typing.Union[bool, IResolvable]
When a new deployment job starts, skip older deployment jobs that are still pending.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
+
+---
+
+##### `ci_pipeline_variables_minimum_override_role`Optional
+
+```python
+ci_pipeline_variables_minimum_override_role: str
+```
+
+- *Type:* str
+
+The minimum role required to set variables when running pipelines and jobs.
+
+Introduced in GitLab 17.1. Valid values are `developer`, `maintainer`, `owner`, `no_one_allowed`
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_pipeline_variables_minimum_override_role Project#ci_pipeline_variables_minimum_override_role}
---
@@ -5747,7 +5808,7 @@ The role required to cancel a pipeline or job.
Introduced in GitLab 16.8. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `no one`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
---
@@ -5761,7 +5822,7 @@ ci_separated_caches: typing.Union[bool, IResolvable]
Use separate caches for protected branches.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
---
@@ -5775,7 +5836,7 @@ container_expiration_policy: ProjectContainerExpirationPolicy
container_expiration_policy block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
---
@@ -5789,7 +5850,7 @@ container_registry_access_level: str
Set visibility of container registry, for this project. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
---
@@ -5803,7 +5864,7 @@ container_registry_enabled: typing.Union[bool, IResolvable]
Enable container registry for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
---
@@ -5817,7 +5878,7 @@ default_branch: str
The default branch for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#default_branch Project#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#default_branch Project#default_branch}
---
@@ -5831,7 +5892,7 @@ description: str
A description of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#description Project#description}
---
@@ -5845,7 +5906,7 @@ emails_enabled: typing.Union[bool, IResolvable]
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#emails_enabled Project#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#emails_enabled Project#emails_enabled}
---
@@ -5859,7 +5920,7 @@ environments_access_level: str
Set the environments access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#environments_access_level Project#environments_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#environments_access_level Project#environments_access_level}
---
@@ -5873,7 +5934,7 @@ external_authorization_classification_label: str
The classification label for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
---
@@ -5887,7 +5948,7 @@ feature_flags_access_level: str
Set the feature flags access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
---
@@ -5903,7 +5964,7 @@ The id of the project to fork.
During create the project is forked and during an update the fork relation is changed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
---
@@ -5917,7 +5978,7 @@ forking_access_level: str
Set the forking access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#forking_access_level Project#forking_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#forking_access_level Project#forking_access_level}
---
@@ -5931,7 +5992,7 @@ group_runners_enabled: typing.Union[bool, IResolvable]
Enable group runners for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
---
@@ -5947,7 +6008,7 @@ For group-level custom templates, specifies ID of group from which all the custo
Leave empty for instance-level templates. Requires use_custom_template to be true (enterprise edition).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
---
@@ -5959,7 +6020,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -5978,7 +6039,7 @@ Git URL to a repository to be imported.
Together with `mirror = true` it will setup a Pull Mirror. This can also be used together with `forked_from_project_id` to setup a Pull Mirror for a fork. The fork takes precedence over the import. Make sure to provide the credentials in `import_url_username` and `import_url_password`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url Project#import_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url Project#import_url}
---
@@ -5994,7 +6055,7 @@ The password for the `import_url`.
The value of this field is used to construct a valid `import_url` and is only related to the provider. This field cannot be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url_password Project#import_url_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url_password Project#import_url_password}
---
@@ -6010,7 +6071,7 @@ The username for the `import_url`.
The value of this field is used to construct a valid `import_url` and is only related to the provider. This field cannot be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url_username Project#import_url_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url_username Project#import_url_username}
---
@@ -6024,7 +6085,7 @@ infrastructure_access_level: str
Set the infrastructure access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
---
@@ -6038,7 +6099,7 @@ initialize_with_readme: typing.Union[bool, IResolvable]
Create main branch with first commit containing a README.md file. Must be set to `true` if importing an uninitialized project with a different `default_branch`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
---
@@ -6052,7 +6113,7 @@ issues_access_level: str
Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_access_level Project#issues_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_access_level Project#issues_access_level}
---
@@ -6066,7 +6127,7 @@ issues_enabled: typing.Union[bool, IResolvable]
Enable issue tracking for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_enabled Project#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_enabled Project#issues_enabled}
---
@@ -6080,7 +6141,7 @@ issues_template: str
Sets the template for new issues in the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_template Project#issues_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_template Project#issues_template}
---
@@ -6094,7 +6155,7 @@ keep_latest_artifact: typing.Union[bool, IResolvable]
Disable or enable the ability to keep the latest artifact for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
---
@@ -6108,7 +6169,7 @@ lfs_enabled: typing.Union[bool, IResolvable]
Enable LFS for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
---
@@ -6122,7 +6183,7 @@ merge_commit_template: str
Template used to create merge commit message in merge requests. (Introduced in GitLab 14.5.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_commit_template Project#merge_commit_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_commit_template Project#merge_commit_template}
---
@@ -6136,7 +6197,7 @@ merge_method: str
Set the merge method. Valid values are `merge`, `rebase_merge`, `ff`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_method Project#merge_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_method Project#merge_method}
---
@@ -6150,7 +6211,7 @@ merge_pipelines_enabled: typing.Union[bool, IResolvable]
Enable or disable merge pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
---
@@ -6164,7 +6225,7 @@ merge_requests_access_level: str
Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
---
@@ -6178,7 +6239,7 @@ merge_requests_enabled: typing.Union[bool, IResolvable]
Enable merge requests for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
---
@@ -6192,7 +6253,7 @@ merge_requests_template: str
Sets the template for new merge requests in the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_template Project#merge_requests_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_template Project#merge_requests_template}
---
@@ -6206,7 +6267,7 @@ merge_trains_enabled: typing.Union[bool, IResolvable]
Enable or disable merge trains. Requires `merge_pipelines_enabled` to be set to `true` to take effect.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
---
@@ -6220,7 +6281,7 @@ mirror: typing.Union[bool, IResolvable]
Enable project pull mirror.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror Project#mirror}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror Project#mirror}
---
@@ -6234,7 +6295,7 @@ mirror_overwrites_diverged_branches: typing.Union[bool, IResolvable]
Enable overwrite diverged branches for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
---
@@ -6248,7 +6309,7 @@ mirror_trigger_builds: typing.Union[bool, IResolvable]
Enable trigger builds on pushes for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
---
@@ -6262,7 +6323,7 @@ model_experiments_access_level: str
Set visibility of machine learning model experiments. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
---
@@ -6276,7 +6337,7 @@ model_registry_access_level: str
Set visibility of machine learning model registry. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
---
@@ -6290,7 +6351,7 @@ monitor_access_level: str
Set the monitor access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#monitor_access_level Project#monitor_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#monitor_access_level Project#monitor_access_level}
---
@@ -6304,7 +6365,7 @@ mr_default_target_self: typing.Union[bool, IResolvable]
For forked projects, target merge requests to this project. If false, the target will be the upstream project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
---
@@ -6318,7 +6379,7 @@ namespace_id: typing.Union[int, float]
The namespace (group or user) of the project. Defaults to your user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#namespace_id Project#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#namespace_id Project#namespace_id}
---
@@ -6332,7 +6393,7 @@ only_allow_merge_if_all_discussions_are_resolved: typing.Union[bool, IResolvable
Set to true if you want allow merges only if all discussions are resolved.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
---
@@ -6346,7 +6407,7 @@ only_allow_merge_if_pipeline_succeeds: typing.Union[bool, IResolvable]
Set to true if you want allow merges only if a pipeline succeeds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
---
@@ -6360,7 +6421,7 @@ only_mirror_protected_branches: typing.Union[bool, IResolvable]
Enable only mirror protected branches for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
---
@@ -6374,7 +6435,7 @@ packages_enabled: typing.Union[bool, IResolvable]
Enable packages repository for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#packages_enabled Project#packages_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#packages_enabled Project#packages_enabled}
---
@@ -6388,7 +6449,7 @@ pages_access_level: str
Enable pages access control. Valid values are `public`, `private`, `enabled`, `disabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pages_access_level Project#pages_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pages_access_level Project#pages_access_level}
---
@@ -6402,7 +6463,7 @@ path: str
The path of the repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#path Project#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#path Project#path}
---
@@ -6416,7 +6477,7 @@ pipelines_enabled: typing.Union[bool, IResolvable]
Enable pipelines for the project. The `pipelines_enabled` field is being sent as `jobs_enabled` in the GitLab API calls.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
---
@@ -6430,7 +6491,7 @@ pre_receive_secret_detection_enabled: typing.Union[bool, IResolvable]
Whether Secret Push Detection is enabled. Requires GitLab Ultimate and at least GitLab 17.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
---
@@ -6444,7 +6505,7 @@ printing_merge_request_link_enabled: typing.Union[bool, IResolvable]
Show link to create/view merge request when pushing from the command line.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
---
@@ -6458,7 +6519,7 @@ public_builds: typing.Union[bool, IResolvable]
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#public_builds Project#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_builds Project#public_builds}
---
@@ -6472,7 +6533,7 @@ public_jobs: typing.Union[bool, IResolvable]
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#public_jobs Project#public_jobs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_jobs Project#public_jobs}
---
@@ -6486,7 +6547,7 @@ push_rules: ProjectPushRules
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#push_rules Project#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#push_rules Project#push_rules}
---
@@ -6500,7 +6561,7 @@ releases_access_level: str
Set the releases access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#releases_access_level Project#releases_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#releases_access_level Project#releases_access_level}
---
@@ -6514,7 +6575,7 @@ remove_source_branch_after_merge: typing.Union[bool, IResolvable]
Enable `Delete source branch` option by default for all new merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
---
@@ -6528,7 +6589,7 @@ repository_access_level: str
Set the repository access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#repository_access_level Project#repository_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#repository_access_level Project#repository_access_level}
---
@@ -6542,7 +6603,7 @@ repository_storage: str
Which storage shard the repository is on. (administrator only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#repository_storage Project#repository_storage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#repository_storage Project#repository_storage}
---
@@ -6556,7 +6617,7 @@ request_access_enabled: typing.Union[bool, IResolvable]
Allow users to request member access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#request_access_enabled Project#request_access_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#request_access_enabled Project#request_access_enabled}
---
@@ -6570,7 +6631,7 @@ requirements_access_level: str
Set the requirements access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#requirements_access_level Project#requirements_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#requirements_access_level Project#requirements_access_level}
---
@@ -6584,7 +6645,7 @@ resolve_outdated_diff_discussions: typing.Union[bool, IResolvable]
Automatically resolve merge request diffs discussions on lines changed with a push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
---
@@ -6598,7 +6659,7 @@ restrict_user_defined_variables: typing.Union[bool, IResolvable]
Allow only users with the Maintainer role to pass user-defined variables when triggering a pipeline.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
---
@@ -6612,7 +6673,7 @@ security_and_compliance_access_level: str
Set the security and compliance access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
---
@@ -6626,7 +6687,7 @@ shared_runners_enabled: typing.Union[bool, IResolvable]
Enable shared runners for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
---
@@ -6644,7 +6705,7 @@ This is necessary if the current user is not an admin and the default branch pro
There is currently no known way to determine if the default branch protection is disabled on an instance-level for non-admin users.
This attribute is only used during resource creation, thus changes are suppressed and the attribute cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
---
@@ -6658,7 +6719,7 @@ snippets_access_level: str
Set the snippets access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#snippets_access_level Project#snippets_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_access_level Project#snippets_access_level}
---
@@ -6672,7 +6733,7 @@ snippets_enabled: typing.Union[bool, IResolvable]
Enable snippets for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
---
@@ -6686,7 +6747,7 @@ squash_commit_template: str
Template used to create squash commit message in merge requests. (Introduced in GitLab 14.6.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#squash_commit_template Project#squash_commit_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#squash_commit_template Project#squash_commit_template}
---
@@ -6702,7 +6763,7 @@ Squash commits when merge request.
Valid values are `never`, `always`, `default_on`, or `default_off`. The default value is `default_off`. [GitLab >= 14.1]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#squash_option Project#squash_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#squash_option Project#squash_option}
---
@@ -6716,7 +6777,7 @@ suggestion_commit_message: str
The commit message used to apply merge request suggestions.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
---
@@ -6732,7 +6793,7 @@ The list of tags for a project;
put array of tags, that should be finally assigned to a project. Use topics instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#tags Project#tags}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#tags Project#tags}
---
@@ -6748,7 +6809,7 @@ When used without use_custom_template, name of a built-in project template.
When used with use_custom_template, name of a custom project template. This option is mutually exclusive with `template_project_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#template_name Project#template_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#template_name Project#template_name}
---
@@ -6764,7 +6825,7 @@ When used with use_custom_template, project ID of a custom project template.
This is preferable to using template_name since template_name may be ambiguous (enterprise edition). This option is mutually exclusive with `template_name`. See `gitlab_group_project_file_template` to set a project as a template project. If a project has not been set as a template, using it here will result in an error.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#template_project_id Project#template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#template_project_id Project#template_project_id}
---
@@ -6778,7 +6839,7 @@ timeouts: ProjectTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#timeouts Project#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#timeouts Project#timeouts}
---
@@ -6792,7 +6853,7 @@ topics: typing.List[str]
The list of topics for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#topics Project#topics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#topics Project#topics}
---
@@ -6808,7 +6869,7 @@ Use either custom instance or group (with group_with_project_templates_id) proje
~> When using a custom template, [Group Tokens won't work](https://docs.gitlab.com/15.7/ee/user/project/settings/import_export_troubleshooting.html#import-using-the-rest-api-fails-when-using-a-group-access-token). You must use a real user's Personal Access Token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#use_custom_template Project#use_custom_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#use_custom_template Project#use_custom_template}
---
@@ -6822,7 +6883,7 @@ visibility_level: str
Set to `public` to create a public project. Valid values are `private`, `internal`, `public`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#visibility_level Project#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#visibility_level Project#visibility_level}
---
@@ -6836,7 +6897,7 @@ wiki_access_level: str
Set the wiki access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#wiki_access_level Project#wiki_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_access_level Project#wiki_access_level}
---
@@ -6850,7 +6911,7 @@ wiki_enabled: typing.Union[bool, IResolvable]
Enable wiki for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
---
@@ -6896,7 +6957,7 @@ cadence: str
The cadence of the policy. Valid values are: `1d`, `7d`, `14d`, `1month`, `3month`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#cadence Project#cadence}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#cadence Project#cadence}
---
@@ -6910,7 +6971,7 @@ enabled: typing.Union[bool, IResolvable]
If true, the policy is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#enabled Project#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#enabled Project#enabled}
---
@@ -6924,7 +6985,7 @@ keep_n: typing.Union[int, float]
The number of images to keep.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#keep_n Project#keep_n}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#keep_n Project#keep_n}
---
@@ -6938,7 +6999,7 @@ name_regex: str
The regular expression to match image names to delete.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex Project#name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex Project#name_regex}
---
@@ -6952,7 +7013,7 @@ name_regex_delete: str
The regular expression to match image names to delete.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex_delete Project#name_regex_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex_delete Project#name_regex_delete}
---
@@ -6966,7 +7027,7 @@ name_regex_keep: str
The regular expression to match image names to keep.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex_keep Project#name_regex_keep}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex_keep Project#name_regex_keep}
---
@@ -6980,7 +7041,7 @@ older_than: str
The number of days to keep images.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#older_than Project#older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#older_than Project#older_than}
---
@@ -7038,7 +7099,7 @@ author_email_regex: str
All commit author emails must match this regex, e.g. `@my-company.com$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#author_email_regex Project#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#author_email_regex Project#author_email_regex}
---
@@ -7052,7 +7113,7 @@ branch_name_regex: str
All branch names must match this regex, e.g. `(feature|hotfix)\/*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#branch_name_regex Project#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#branch_name_regex Project#branch_name_regex}
---
@@ -7066,7 +7127,7 @@ commit_committer_check: typing.Union[bool, IResolvable]
Users can only push commits to this repository that were committed with one of their own verified emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_committer_check Project#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_committer_check Project#commit_committer_check}
---
@@ -7080,7 +7141,7 @@ commit_committer_name_check: typing.Union[bool, IResolvable]
Users can only push commits to this repository if the commit author name is consistent with their GitLab account name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
---
@@ -7094,7 +7155,7 @@ commit_message_negative_regex: str
No commit message is allowed to match this regex, e.g. `ssh\:\/\/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
---
@@ -7108,7 +7169,7 @@ commit_message_regex: str
All commit messages must match this regex, e.g. `Fixed \d+\..*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_message_regex Project#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_message_regex Project#commit_message_regex}
---
@@ -7122,7 +7183,7 @@ deny_delete_tag: typing.Union[bool, IResolvable]
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
---
@@ -7136,7 +7197,7 @@ file_name_regex: str
All committed filenames must not match this regex, e.g. `(jar|exe)$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#file_name_regex Project#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#file_name_regex Project#file_name_regex}
---
@@ -7150,7 +7211,7 @@ max_file_size: typing.Union[int, float]
Maximum file size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#max_file_size Project#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#max_file_size Project#max_file_size}
---
@@ -7164,7 +7225,7 @@ member_check: typing.Union[bool, IResolvable]
Restrict commits by author (email) to existing GitLab users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#member_check Project#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#member_check Project#member_check}
---
@@ -7178,7 +7239,7 @@ prevent_secrets: typing.Union[bool, IResolvable]
GitLab will reject any files that are likely to contain secrets.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
---
@@ -7192,7 +7253,7 @@ reject_non_dco_commits: typing.Union[bool, IResolvable]
Reject commit when it’s not DCO certified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
---
@@ -7206,7 +7267,7 @@ reject_unsigned_commits: typing.Union[bool, IResolvable]
Reject commit when it’s not signed through GPG.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
---
@@ -7227,8 +7288,8 @@ project.ProjectTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#create Project#create}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#delete Project#delete}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}. |
---
@@ -7240,7 +7301,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#create Project#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}.
---
@@ -7252,7 +7313,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#delete Project#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}.
---
diff --git a/docs/project.typescript.md b/docs/project.typescript.md
index a4f1f5c32..e58b80d7b 100644
--- a/docs/project.typescript.md
+++ b/docs/project.typescript.md
@@ -4,7 +4,7 @@
### Project
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project gitlab_project}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project gitlab_project}.
#### Initializers
@@ -95,6 +95,7 @@ Must be unique amongst siblings in the same scope
| resetCiConfigPath
| *No description.* |
| resetCiDefaultGitDepth
| *No description.* |
| resetCiForwardDeploymentEnabled
| *No description.* |
+| resetCiPipelineVariablesMinimumOverrideRole
| *No description.* |
| resetCiRestrictPipelineCancellationRole
| *No description.* |
| resetCiSeparatedCaches
| *No description.* |
| resetContainerExpirationPolicy
| *No description.* |
@@ -614,6 +615,12 @@ public resetCiDefaultGitDepth(): void
public resetCiForwardDeploymentEnabled(): void
```
+##### `resetCiPipelineVariablesMinimumOverrideRole`
+
+```typescript
+public resetCiPipelineVariablesMinimumOverrideRole(): void
+```
+
##### `resetCiRestrictPipelineCancellationRole`
```typescript
@@ -1185,7 +1192,7 @@ The construct id used in the generated config for the Project to import.
The id of the existing Project that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -1244,6 +1251,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| ciConfigPathInput
| string
| *No description.* |
| ciDefaultGitDepthInput
| number
| *No description.* |
| ciForwardDeploymentEnabledInput
| boolean \| cdktf.IResolvable
| *No description.* |
+| ciPipelineVariablesMinimumOverrideRoleInput
| string
| *No description.* |
| ciRestrictPipelineCancellationRoleInput
| string
| *No description.* |
| ciSeparatedCachesInput
| boolean \| cdktf.IResolvable
| *No description.* |
| containerExpirationPolicyInput
| ProjectContainerExpirationPolicy
| *No description.* |
@@ -1342,6 +1350,7 @@ Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5
| ciConfigPath
| string
| *No description.* |
| ciDefaultGitDepth
| number
| *No description.* |
| ciForwardDeploymentEnabled
| boolean \| cdktf.IResolvable
| *No description.* |
+| ciPipelineVariablesMinimumOverrideRole
| string
| *No description.* |
| ciRestrictPipelineCancellationRole
| string
| *No description.* |
| ciSeparatedCaches
| boolean \| cdktf.IResolvable
| *No description.* |
| containerRegistryAccessLevel
| string
| *No description.* |
@@ -1853,6 +1862,16 @@ public readonly ciForwardDeploymentEnabledInput: boolean | IResolvable;
---
+##### `ciPipelineVariablesMinimumOverrideRoleInput`Optional
+
+```typescript
+public readonly ciPipelineVariablesMinimumOverrideRoleInput: string;
+```
+
+- *Type:* string
+
+---
+
##### `ciRestrictPipelineCancellationRoleInput`Optional
```typescript
@@ -2833,6 +2852,16 @@ public readonly ciForwardDeploymentEnabled: boolean | IResolvable;
---
+##### `ciPipelineVariablesMinimumOverrideRole`Required
+
+```typescript
+public readonly ciPipelineVariablesMinimumOverrideRole: string;
+```
+
+- *Type:* string
+
+---
+
##### `ciRestrictPipelineCancellationRole`Required
```typescript
@@ -3654,6 +3683,7 @@ const projectConfig: project.ProjectConfig = { ... }
| ciConfigPath
| string
| Custom Path to CI config file. |
| ciDefaultGitDepth
| number
| Default number of revisions for shallow cloning. |
| ciForwardDeploymentEnabled
| boolean \| cdktf.IResolvable
| When a new deployment job starts, skip older deployment jobs that are still pending. |
+| ciPipelineVariablesMinimumOverrideRole
| string
| The minimum role required to set variables when running pipelines and jobs. |
| ciRestrictPipelineCancellationRole
| string
| The role required to cancel a pipeline or job. |
| ciSeparatedCaches
| boolean \| cdktf.IResolvable
| Use separate caches for protected branches. |
| containerExpirationPolicy
| ProjectContainerExpirationPolicy
| container_expiration_policy block. |
@@ -3669,7 +3699,7 @@ const projectConfig: project.ProjectConfig = { ... }
| forkingAccessLevel
| string
| Set the forking access level. Valid values are `disabled`, `private`, `enabled`. |
| groupRunnersEnabled
| boolean \| cdktf.IResolvable
| Enable group runners for this project. |
| groupWithProjectTemplatesId
| number
| For group-level custom templates, specifies ID of group from which all the custom project templates are sourced. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#id Project#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}. |
| importUrl
| string
| Git URL to a repository to be imported. |
| importUrlPassword
| string
| The password for the `import_url`. |
| importUrlUsername
| string
| The username for the `import_url`. |
@@ -3815,7 +3845,7 @@ public readonly name: string;
The name of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name Project#name}
---
@@ -3829,7 +3859,7 @@ public readonly allowMergeOnSkippedPipeline: boolean | IResolvable;
Set to true if you want to treat skipped pipelines as if they finished with success.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#allow_merge_on_skipped_pipeline Project#allow_merge_on_skipped_pipeline}
---
@@ -3843,7 +3873,7 @@ public readonly allowPipelineTriggerApproveDeployment: boolean | IResolvable;
Set whether or not a pipeline triggerer is allowed to approve deployments. Premium and Ultimate only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#allow_pipeline_trigger_approve_deployment Project#allow_pipeline_trigger_approve_deployment}
---
@@ -3857,7 +3887,7 @@ public readonly analyticsAccessLevel: string;
Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#analytics_access_level Project#analytics_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#analytics_access_level Project#analytics_access_level}
---
@@ -3877,7 +3907,7 @@ Default is 0.
In the meantime we recommend against using this attribute and use `gitlab_project_approval_rule` instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#approvals_before_merge Project#approvals_before_merge}
---
@@ -3891,7 +3921,7 @@ public readonly archived: boolean | IResolvable;
Whether the project is in read-only mode (archived). Repositories can be archived/unarchived by toggling this parameter.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#archived Project#archived}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#archived Project#archived}
---
@@ -3907,7 +3937,7 @@ Set to `true` to archive the project instead of deleting on destroy.
If set to `true` it will entire omit the `DELETE` operation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#archive_on_destroy Project#archive_on_destroy}
---
@@ -3921,7 +3951,7 @@ public readonly autoCancelPendingPipelines: string;
Auto-cancel pending pipelines. This isn’t a boolean, but enabled/disabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_cancel_pending_pipelines Project#auto_cancel_pending_pipelines}
---
@@ -3935,7 +3965,7 @@ public readonly autocloseReferencedIssues: boolean | IResolvable;
Set whether auto-closing referenced issues on default branch.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#autoclose_referenced_issues Project#autoclose_referenced_issues}
---
@@ -3949,7 +3979,7 @@ public readonly autoDevopsDeployStrategy: string;
Auto Deploy strategy. Valid values are `continuous`, `manual`, `timed_incremental`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_devops_deploy_strategy Project#auto_devops_deploy_strategy}
---
@@ -3963,7 +3993,7 @@ public readonly autoDevopsEnabled: boolean | IResolvable;
Enable Auto DevOps for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#auto_devops_enabled Project#auto_devops_enabled}
---
@@ -3977,7 +4007,7 @@ public readonly avatar: string;
A local path to the avatar image to upload. **Note**: not available for imported resources.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#avatar Project#avatar}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#avatar Project#avatar}
---
@@ -3993,7 +4023,7 @@ The hash of the avatar image.
Use `filesha256("path/to/avatar.png")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#avatar_hash Project#avatar_hash}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#avatar_hash Project#avatar_hash}
---
@@ -4007,7 +4037,7 @@ public readonly buildCoverageRegex: string;
Test coverage parsing for the project. This is deprecated feature in GitLab 15.0.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_coverage_regex Project#build_coverage_regex}
---
@@ -4021,7 +4051,7 @@ public readonly buildGitStrategy: string;
The Git strategy. Defaults to fetch. Valid values are `clone`, `fetch`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_git_strategy Project#build_git_strategy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_git_strategy Project#build_git_strategy}
---
@@ -4035,7 +4065,7 @@ public readonly buildsAccessLevel: string;
Set the builds access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#builds_access_level Project#builds_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#builds_access_level Project#builds_access_level}
---
@@ -4049,7 +4079,7 @@ public readonly buildTimeout: number;
The maximum amount of time, in seconds, that a job can run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#build_timeout Project#build_timeout}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#build_timeout Project#build_timeout}
---
@@ -4063,7 +4093,7 @@ public readonly ciConfigPath: string;
Custom Path to CI config file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_config_path Project#ci_config_path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_config_path Project#ci_config_path}
---
@@ -4077,7 +4107,7 @@ public readonly ciDefaultGitDepth: number;
Default number of revisions for shallow cloning.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_default_git_depth Project#ci_default_git_depth}
---
@@ -4091,7 +4121,23 @@ public readonly ciForwardDeploymentEnabled: boolean | IResolvable;
When a new deployment job starts, skip older deployment jobs that are still pending.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_forward_deployment_enabled Project#ci_forward_deployment_enabled}
+
+---
+
+##### `ciPipelineVariablesMinimumOverrideRole`Optional
+
+```typescript
+public readonly ciPipelineVariablesMinimumOverrideRole: string;
+```
+
+- *Type:* string
+
+The minimum role required to set variables when running pipelines and jobs.
+
+Introduced in GitLab 17.1. Valid values are `developer`, `maintainer`, `owner`, `no_one_allowed`
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_pipeline_variables_minimum_override_role Project#ci_pipeline_variables_minimum_override_role}
---
@@ -4107,7 +4153,7 @@ The role required to cancel a pipeline or job.
Introduced in GitLab 16.8. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `no one`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_restrict_pipeline_cancellation_role Project#ci_restrict_pipeline_cancellation_role}
---
@@ -4121,7 +4167,7 @@ public readonly ciSeparatedCaches: boolean | IResolvable;
Use separate caches for protected branches.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#ci_separated_caches Project#ci_separated_caches}
---
@@ -4135,7 +4181,7 @@ public readonly containerExpirationPolicy: ProjectContainerExpirationPolicy;
container_expiration_policy block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_expiration_policy Project#container_expiration_policy}
---
@@ -4149,7 +4195,7 @@ public readonly containerRegistryAccessLevel: string;
Set visibility of container registry, for this project. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_registry_access_level Project#container_registry_access_level}
---
@@ -4163,7 +4209,7 @@ public readonly containerRegistryEnabled: boolean | IResolvable;
Enable container registry for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#container_registry_enabled Project#container_registry_enabled}
---
@@ -4177,7 +4223,7 @@ public readonly defaultBranch: string;
The default branch for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#default_branch Project#default_branch}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#default_branch Project#default_branch}
---
@@ -4191,7 +4237,7 @@ public readonly description: string;
A description of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#description Project#description}
---
@@ -4205,7 +4251,7 @@ public readonly emailsEnabled: boolean | IResolvable;
Enable email notifications.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#emails_enabled Project#emails_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#emails_enabled Project#emails_enabled}
---
@@ -4219,7 +4265,7 @@ public readonly environmentsAccessLevel: string;
Set the environments access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#environments_access_level Project#environments_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#environments_access_level Project#environments_access_level}
---
@@ -4233,7 +4279,7 @@ public readonly externalAuthorizationClassificationLabel: string;
The classification label for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#external_authorization_classification_label Project#external_authorization_classification_label}
---
@@ -4247,7 +4293,7 @@ public readonly featureFlagsAccessLevel: string;
Set the feature flags access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#feature_flags_access_level Project#feature_flags_access_level}
---
@@ -4263,7 +4309,7 @@ The id of the project to fork.
During create the project is forked and during an update the fork relation is changed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#forked_from_project_id Project#forked_from_project_id}
---
@@ -4277,7 +4323,7 @@ public readonly forkingAccessLevel: string;
Set the forking access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#forking_access_level Project#forking_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#forking_access_level Project#forking_access_level}
---
@@ -4291,7 +4337,7 @@ public readonly groupRunnersEnabled: boolean | IResolvable;
Enable group runners for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#group_runners_enabled Project#group_runners_enabled}
---
@@ -4307,7 +4353,7 @@ For group-level custom templates, specifies ID of group from which all the custo
Leave empty for instance-level templates. Requires use_custom_template to be true (enterprise edition).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#group_with_project_templates_id Project#group_with_project_templates_id}
---
@@ -4319,7 +4365,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#id Project#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#id Project#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -4338,7 +4384,7 @@ Git URL to a repository to be imported.
Together with `mirror = true` it will setup a Pull Mirror. This can also be used together with `forked_from_project_id` to setup a Pull Mirror for a fork. The fork takes precedence over the import. Make sure to provide the credentials in `import_url_username` and `import_url_password`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url Project#import_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url Project#import_url}
---
@@ -4354,7 +4400,7 @@ The password for the `import_url`.
The value of this field is used to construct a valid `import_url` and is only related to the provider. This field cannot be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url_password Project#import_url_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url_password Project#import_url_password}
---
@@ -4370,7 +4416,7 @@ The username for the `import_url`.
The value of this field is used to construct a valid `import_url` and is only related to the provider. This field cannot be imported using `terraform import`. See the examples section for how to properly use it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#import_url_username Project#import_url_username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#import_url_username Project#import_url_username}
---
@@ -4384,7 +4430,7 @@ public readonly infrastructureAccessLevel: string;
Set the infrastructure access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#infrastructure_access_level Project#infrastructure_access_level}
---
@@ -4398,7 +4444,7 @@ public readonly initializeWithReadme: boolean | IResolvable;
Create main branch with first commit containing a README.md file. Must be set to `true` if importing an uninitialized project with a different `default_branch`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#initialize_with_readme Project#initialize_with_readme}
---
@@ -4412,7 +4458,7 @@ public readonly issuesAccessLevel: string;
Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_access_level Project#issues_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_access_level Project#issues_access_level}
---
@@ -4426,7 +4472,7 @@ public readonly issuesEnabled: boolean | IResolvable;
Enable issue tracking for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_enabled Project#issues_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_enabled Project#issues_enabled}
---
@@ -4440,7 +4486,7 @@ public readonly issuesTemplate: string;
Sets the template for new issues in the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#issues_template Project#issues_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#issues_template Project#issues_template}
---
@@ -4454,7 +4500,7 @@ public readonly keepLatestArtifact: boolean | IResolvable;
Disable or enable the ability to keep the latest artifact for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#keep_latest_artifact Project#keep_latest_artifact}
---
@@ -4468,7 +4514,7 @@ public readonly lfsEnabled: boolean | IResolvable;
Enable LFS for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#lfs_enabled Project#lfs_enabled}
---
@@ -4482,7 +4528,7 @@ public readonly mergeCommitTemplate: string;
Template used to create merge commit message in merge requests. (Introduced in GitLab 14.5.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_commit_template Project#merge_commit_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_commit_template Project#merge_commit_template}
---
@@ -4496,7 +4542,7 @@ public readonly mergeMethod: string;
Set the merge method. Valid values are `merge`, `rebase_merge`, `ff`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_method Project#merge_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_method Project#merge_method}
---
@@ -4510,7 +4556,7 @@ public readonly mergePipelinesEnabled: boolean | IResolvable;
Enable or disable merge pipelines.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_pipelines_enabled Project#merge_pipelines_enabled}
---
@@ -4524,7 +4570,7 @@ public readonly mergeRequestsAccessLevel: string;
Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_access_level Project#merge_requests_access_level}
---
@@ -4538,7 +4584,7 @@ public readonly mergeRequestsEnabled: boolean | IResolvable;
Enable merge requests for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_enabled Project#merge_requests_enabled}
---
@@ -4552,7 +4598,7 @@ public readonly mergeRequestsTemplate: string;
Sets the template for new merge requests in the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_requests_template Project#merge_requests_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_requests_template Project#merge_requests_template}
---
@@ -4566,7 +4612,7 @@ public readonly mergeTrainsEnabled: boolean | IResolvable;
Enable or disable merge trains. Requires `merge_pipelines_enabled` to be set to `true` to take effect.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#merge_trains_enabled Project#merge_trains_enabled}
---
@@ -4580,7 +4626,7 @@ public readonly mirror: boolean | IResolvable;
Enable project pull mirror.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror Project#mirror}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror Project#mirror}
---
@@ -4594,7 +4640,7 @@ public readonly mirrorOverwritesDivergedBranches: boolean | IResolvable;
Enable overwrite diverged branches for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror_overwrites_diverged_branches Project#mirror_overwrites_diverged_branches}
---
@@ -4608,7 +4654,7 @@ public readonly mirrorTriggerBuilds: boolean | IResolvable;
Enable trigger builds on pushes for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mirror_trigger_builds Project#mirror_trigger_builds}
---
@@ -4622,7 +4668,7 @@ public readonly modelExperimentsAccessLevel: string;
Set visibility of machine learning model experiments. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#model_experiments_access_level Project#model_experiments_access_level}
---
@@ -4636,7 +4682,7 @@ public readonly modelRegistryAccessLevel: string;
Set visibility of machine learning model registry. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#model_registry_access_level Project#model_registry_access_level}
---
@@ -4650,7 +4696,7 @@ public readonly monitorAccessLevel: string;
Set the monitor access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#monitor_access_level Project#monitor_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#monitor_access_level Project#monitor_access_level}
---
@@ -4664,7 +4710,7 @@ public readonly mrDefaultTargetSelf: boolean | IResolvable;
For forked projects, target merge requests to this project. If false, the target will be the upstream project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#mr_default_target_self Project#mr_default_target_self}
---
@@ -4678,7 +4724,7 @@ public readonly namespaceId: number;
The namespace (group or user) of the project. Defaults to your user.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#namespace_id Project#namespace_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#namespace_id Project#namespace_id}
---
@@ -4692,7 +4738,7 @@ public readonly onlyAllowMergeIfAllDiscussionsAreResolved: boolean | IResolvable
Set to true if you want allow merges only if all discussions are resolved.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_allow_merge_if_all_discussions_are_resolved Project#only_allow_merge_if_all_discussions_are_resolved}
---
@@ -4706,7 +4752,7 @@ public readonly onlyAllowMergeIfPipelineSucceeds: boolean | IResolvable;
Set to true if you want allow merges only if a pipeline succeeds.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_allow_merge_if_pipeline_succeeds Project#only_allow_merge_if_pipeline_succeeds}
---
@@ -4720,7 +4766,7 @@ public readonly onlyMirrorProtectedBranches: boolean | IResolvable;
Enable only mirror protected branches for a mirrored project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#only_mirror_protected_branches Project#only_mirror_protected_branches}
---
@@ -4734,7 +4780,7 @@ public readonly packagesEnabled: boolean | IResolvable;
Enable packages repository for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#packages_enabled Project#packages_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#packages_enabled Project#packages_enabled}
---
@@ -4748,7 +4794,7 @@ public readonly pagesAccessLevel: string;
Enable pages access control. Valid values are `public`, `private`, `enabled`, `disabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pages_access_level Project#pages_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pages_access_level Project#pages_access_level}
---
@@ -4762,7 +4808,7 @@ public readonly path: string;
The path of the repository.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#path Project#path}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#path Project#path}
---
@@ -4776,7 +4822,7 @@ public readonly pipelinesEnabled: boolean | IResolvable;
Enable pipelines for the project. The `pipelines_enabled` field is being sent as `jobs_enabled` in the GitLab API calls.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pipelines_enabled Project#pipelines_enabled}
---
@@ -4790,7 +4836,7 @@ public readonly preReceiveSecretDetectionEnabled: boolean | IResolvable;
Whether Secret Push Detection is enabled. Requires GitLab Ultimate and at least GitLab 17.3.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#pre_receive_secret_detection_enabled Project#pre_receive_secret_detection_enabled}
---
@@ -4804,7 +4850,7 @@ public readonly printingMergeRequestLinkEnabled: boolean | IResolvable;
Show link to create/view merge request when pushing from the command line.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#printing_merge_request_link_enabled Project#printing_merge_request_link_enabled}
---
@@ -4818,7 +4864,7 @@ public readonly publicBuilds: boolean | IResolvable;
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#public_builds Project#public_builds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_builds Project#public_builds}
---
@@ -4832,7 +4878,7 @@ public readonly publicJobs: boolean | IResolvable;
If true, jobs can be viewed by non-project members.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#public_jobs Project#public_jobs}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#public_jobs Project#public_jobs}
---
@@ -4846,7 +4892,7 @@ public readonly pushRules: ProjectPushRules;
push_rules block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#push_rules Project#push_rules}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#push_rules Project#push_rules}
---
@@ -4860,7 +4906,7 @@ public readonly releasesAccessLevel: string;
Set the releases access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#releases_access_level Project#releases_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#releases_access_level Project#releases_access_level}
---
@@ -4874,7 +4920,7 @@ public readonly removeSourceBranchAfterMerge: boolean | IResolvable;
Enable `Delete source branch` option by default for all new merge requests.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#remove_source_branch_after_merge Project#remove_source_branch_after_merge}
---
@@ -4888,7 +4934,7 @@ public readonly repositoryAccessLevel: string;
Set the repository access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#repository_access_level Project#repository_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#repository_access_level Project#repository_access_level}
---
@@ -4902,7 +4948,7 @@ public readonly repositoryStorage: string;
Which storage shard the repository is on. (administrator only).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#repository_storage Project#repository_storage}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#repository_storage Project#repository_storage}
---
@@ -4916,7 +4962,7 @@ public readonly requestAccessEnabled: boolean | IResolvable;
Allow users to request member access.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#request_access_enabled Project#request_access_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#request_access_enabled Project#request_access_enabled}
---
@@ -4930,7 +4976,7 @@ public readonly requirementsAccessLevel: string;
Set the requirements access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#requirements_access_level Project#requirements_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#requirements_access_level Project#requirements_access_level}
---
@@ -4944,7 +4990,7 @@ public readonly resolveOutdatedDiffDiscussions: boolean | IResolvable;
Automatically resolve merge request diffs discussions on lines changed with a push.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#resolve_outdated_diff_discussions Project#resolve_outdated_diff_discussions}
---
@@ -4958,7 +5004,7 @@ public readonly restrictUserDefinedVariables: boolean | IResolvable;
Allow only users with the Maintainer role to pass user-defined variables when triggering a pipeline.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#restrict_user_defined_variables Project#restrict_user_defined_variables}
---
@@ -4972,7 +5018,7 @@ public readonly securityAndComplianceAccessLevel: string;
Set the security and compliance access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#security_and_compliance_access_level Project#security_and_compliance_access_level}
---
@@ -4986,7 +5032,7 @@ public readonly sharedRunnersEnabled: boolean | IResolvable;
Enable shared runners for this project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#shared_runners_enabled Project#shared_runners_enabled}
---
@@ -5005,7 +5051,7 @@ There is currently no known way to determine if the default branch protection is
This attribute is only used during resource creation, thus changes are suppressed and the attribute cannot be imported.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#skip_wait_for_default_branch_protection Project#skip_wait_for_default_branch_protection}
---
@@ -5019,7 +5065,7 @@ public readonly snippetsAccessLevel: string;
Set the snippets access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#snippets_access_level Project#snippets_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_access_level Project#snippets_access_level}
---
@@ -5033,7 +5079,7 @@ public readonly snippetsEnabled: boolean | IResolvable;
Enable snippets for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#snippets_enabled Project#snippets_enabled}
---
@@ -5047,7 +5093,7 @@ public readonly squashCommitTemplate: string;
Template used to create squash commit message in merge requests. (Introduced in GitLab 14.6.).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#squash_commit_template Project#squash_commit_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#squash_commit_template Project#squash_commit_template}
---
@@ -5063,7 +5109,7 @@ Squash commits when merge request.
Valid values are `never`, `always`, `default_on`, or `default_off`. The default value is `default_off`. [GitLab >= 14.1]
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#squash_option Project#squash_option}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#squash_option Project#squash_option}
---
@@ -5077,7 +5123,7 @@ public readonly suggestionCommitMessage: string;
The commit message used to apply merge request suggestions.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#suggestion_commit_message Project#suggestion_commit_message}
---
@@ -5093,7 +5139,7 @@ The list of tags for a project;
put array of tags, that should be finally assigned to a project. Use topics instead.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#tags Project#tags}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#tags Project#tags}
---
@@ -5109,7 +5155,7 @@ When used without use_custom_template, name of a built-in project template.
When used with use_custom_template, name of a custom project template. This option is mutually exclusive with `template_project_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#template_name Project#template_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#template_name Project#template_name}
---
@@ -5125,7 +5171,7 @@ When used with use_custom_template, project ID of a custom project template.
This is preferable to using template_name since template_name may be ambiguous (enterprise edition). This option is mutually exclusive with `template_name`. See `gitlab_group_project_file_template` to set a project as a template project. If a project has not been set as a template, using it here will result in an error.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#template_project_id Project#template_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#template_project_id Project#template_project_id}
---
@@ -5139,7 +5185,7 @@ public readonly timeouts: ProjectTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#timeouts Project#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#timeouts Project#timeouts}
---
@@ -5153,7 +5199,7 @@ public readonly topics: string[];
The list of topics for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#topics Project#topics}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#topics Project#topics}
---
@@ -5169,7 +5215,7 @@ Use either custom instance or group (with group_with_project_templates_id) proje
~> When using a custom template, [Group Tokens won't work](https://docs.gitlab.com/15.7/ee/user/project/settings/import_export_troubleshooting.html#import-using-the-rest-api-fails-when-using-a-group-access-token). You must use a real user's Personal Access Token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#use_custom_template Project#use_custom_template}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#use_custom_template Project#use_custom_template}
---
@@ -5183,7 +5229,7 @@ public readonly visibilityLevel: string;
Set to `public` to create a public project. Valid values are `private`, `internal`, `public`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#visibility_level Project#visibility_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#visibility_level Project#visibility_level}
---
@@ -5197,7 +5243,7 @@ public readonly wikiAccessLevel: string;
Set the wiki access level. Valid values are `disabled`, `private`, `enabled`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#wiki_access_level Project#wiki_access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_access_level Project#wiki_access_level}
---
@@ -5211,7 +5257,7 @@ public readonly wikiEnabled: boolean | IResolvable;
Enable wiki for the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#wiki_enabled Project#wiki_enabled}
---
@@ -5249,7 +5295,7 @@ public readonly cadence: string;
The cadence of the policy. Valid values are: `1d`, `7d`, `14d`, `1month`, `3month`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#cadence Project#cadence}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#cadence Project#cadence}
---
@@ -5263,7 +5309,7 @@ public readonly enabled: boolean | IResolvable;
If true, the policy is enabled.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#enabled Project#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#enabled Project#enabled}
---
@@ -5277,7 +5323,7 @@ public readonly keepN: number;
The number of images to keep.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#keep_n Project#keep_n}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#keep_n Project#keep_n}
---
@@ -5291,7 +5337,7 @@ public readonly nameRegex: string;
The regular expression to match image names to delete.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex Project#name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex Project#name_regex}
---
@@ -5305,7 +5351,7 @@ public readonly nameRegexDelete: string;
The regular expression to match image names to delete.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex_delete Project#name_regex_delete}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex_delete Project#name_regex_delete}
---
@@ -5319,7 +5365,7 @@ public readonly nameRegexKeep: string;
The regular expression to match image names to keep.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#name_regex_keep Project#name_regex_keep}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#name_regex_keep Project#name_regex_keep}
---
@@ -5333,7 +5379,7 @@ public readonly olderThan: string;
The number of days to keep images.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#older_than Project#older_than}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#older_than Project#older_than}
---
@@ -5377,7 +5423,7 @@ public readonly authorEmailRegex: string;
All commit author emails must match this regex, e.g. `@my-company.com$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#author_email_regex Project#author_email_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#author_email_regex Project#author_email_regex}
---
@@ -5391,7 +5437,7 @@ public readonly branchNameRegex: string;
All branch names must match this regex, e.g. `(feature|hotfix)\/*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#branch_name_regex Project#branch_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#branch_name_regex Project#branch_name_regex}
---
@@ -5405,7 +5451,7 @@ public readonly commitCommitterCheck: boolean | IResolvable;
Users can only push commits to this repository that were committed with one of their own verified emails.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_committer_check Project#commit_committer_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_committer_check Project#commit_committer_check}
---
@@ -5419,7 +5465,7 @@ public readonly commitCommitterNameCheck: boolean | IResolvable;
Users can only push commits to this repository if the commit author name is consistent with their GitLab account name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_committer_name_check Project#commit_committer_name_check}
---
@@ -5433,7 +5479,7 @@ public readonly commitMessageNegativeRegex: string;
No commit message is allowed to match this regex, e.g. `ssh\:\/\/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_message_negative_regex Project#commit_message_negative_regex}
---
@@ -5447,7 +5493,7 @@ public readonly commitMessageRegex: string;
All commit messages must match this regex, e.g. `Fixed \d+\..*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#commit_message_regex Project#commit_message_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#commit_message_regex Project#commit_message_regex}
---
@@ -5461,7 +5507,7 @@ public readonly denyDeleteTag: boolean | IResolvable;
Deny deleting a tag.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#deny_delete_tag Project#deny_delete_tag}
---
@@ -5475,7 +5521,7 @@ public readonly fileNameRegex: string;
All committed filenames must not match this regex, e.g. `(jar|exe)$`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#file_name_regex Project#file_name_regex}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#file_name_regex Project#file_name_regex}
---
@@ -5489,7 +5535,7 @@ public readonly maxFileSize: number;
Maximum file size (MB).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#max_file_size Project#max_file_size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#max_file_size Project#max_file_size}
---
@@ -5503,7 +5549,7 @@ public readonly memberCheck: boolean | IResolvable;
Restrict commits by author (email) to existing GitLab users.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#member_check Project#member_check}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#member_check Project#member_check}
---
@@ -5517,7 +5563,7 @@ public readonly preventSecrets: boolean | IResolvable;
GitLab will reject any files that are likely to contain secrets.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#prevent_secrets Project#prevent_secrets}
---
@@ -5531,7 +5577,7 @@ public readonly rejectNonDcoCommits: boolean | IResolvable;
Reject commit when it’s not DCO certified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#reject_non_dco_commits Project#reject_non_dco_commits}
---
@@ -5545,7 +5591,7 @@ public readonly rejectUnsignedCommits: boolean | IResolvable;
Reject commit when it’s not signed through GPG.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#reject_unsigned_commits Project#reject_unsigned_commits}
---
@@ -5563,8 +5609,8 @@ const projectTimeouts: project.ProjectTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#create Project#create}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#delete Project#delete}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}. |
---
@@ -5576,7 +5622,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#create Project#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#create Project#create}.
---
@@ -5588,7 +5634,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project#delete Project#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project#delete Project#delete}.
---
diff --git a/docs/projectAccessToken.csharp.md b/docs/projectAccessToken.csharp.md
index 6d99ce03f..9f6e36cfd 100644
--- a/docs/projectAccessToken.csharp.md
+++ b/docs/projectAccessToken.csharp.md
@@ -4,7 +4,7 @@
### ProjectAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token gitlab_project_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token gitlab_project_access_token}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the ProjectAccessToken to impo
The id of the existing ProjectAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -1018,7 +1018,7 @@ public string Name { get; set; }
The name of the project access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#name ProjectAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#name ProjectAccessToken#name}
---
@@ -1032,7 +1032,7 @@ public string Project { get; set; }
The ID or full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#project ProjectAccessToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#project ProjectAccessToken#project}
---
@@ -1048,7 +1048,7 @@ The scopes of the project access token.
valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
---
@@ -1064,7 +1064,7 @@ The access level for the project access token.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`. Default is `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#access_level ProjectAccessToken#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#access_level ProjectAccessToken#access_level}
---
@@ -1078,7 +1078,7 @@ public string ExpiresAt { get; set; }
When the token will expire, YYYY-MM-DD format. Is automatically set when `rotation_configuration` is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#expires_at ProjectAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#expires_at ProjectAccessToken#expires_at}
---
@@ -1092,7 +1092,7 @@ public ProjectAccessTokenRotationConfiguration RotationConfiguration { get; set;
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#rotation_configuration ProjectAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#rotation_configuration ProjectAccessToken#rotation_configuration}
---
@@ -1128,7 +1128,7 @@ public double ExpirationDays { get; set; }
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#expiration_days ProjectAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#expiration_days ProjectAccessToken#expiration_days}
---
@@ -1144,7 +1144,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#rotate_before_days ProjectAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#rotate_before_days ProjectAccessToken#rotate_before_days}
---
diff --git a/docs/projectAccessToken.go.md b/docs/projectAccessToken.go.md
index cb98a76be..5fa221c6f 100644
--- a/docs/projectAccessToken.go.md
+++ b/docs/projectAccessToken.go.md
@@ -4,7 +4,7 @@
### ProjectAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token gitlab_project_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token gitlab_project_access_token}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the ProjectAccessToken to impo
The id of the existing ProjectAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -1018,7 +1018,7 @@ Name *string
The name of the project access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#name ProjectAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#name ProjectAccessToken#name}
---
@@ -1032,7 +1032,7 @@ Project *string
The ID or full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#project ProjectAccessToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#project ProjectAccessToken#project}
---
@@ -1048,7 +1048,7 @@ The scopes of the project access token.
valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
---
@@ -1064,7 +1064,7 @@ The access level for the project access token.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`. Default is `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#access_level ProjectAccessToken#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#access_level ProjectAccessToken#access_level}
---
@@ -1078,7 +1078,7 @@ ExpiresAt *string
When the token will expire, YYYY-MM-DD format. Is automatically set when `rotation_configuration` is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#expires_at ProjectAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#expires_at ProjectAccessToken#expires_at}
---
@@ -1092,7 +1092,7 @@ RotationConfiguration ProjectAccessTokenRotationConfiguration
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#rotation_configuration ProjectAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#rotation_configuration ProjectAccessToken#rotation_configuration}
---
@@ -1128,7 +1128,7 @@ ExpirationDays *f64
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#expiration_days ProjectAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#expiration_days ProjectAccessToken#expiration_days}
---
@@ -1144,7 +1144,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#rotate_before_days ProjectAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#rotate_before_days ProjectAccessToken#rotate_before_days}
---
diff --git a/docs/projectAccessToken.java.md b/docs/projectAccessToken.java.md
index b1cbff205..965c78716 100644
--- a/docs/projectAccessToken.java.md
+++ b/docs/projectAccessToken.java.md
@@ -4,7 +4,7 @@
### ProjectAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token gitlab_project_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token gitlab_project_access_token}.
#### Initializers
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The name of the project access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#name ProjectAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#name ProjectAccessToken#name}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#project ProjectAccessToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#project ProjectAccessToken#project}
---
@@ -140,7 +140,7 @@ The scopes of the project access token.
valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
---
@@ -152,7 +152,7 @@ The access level for the project access token.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`. Default is `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#access_level ProjectAccessToken#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#access_level ProjectAccessToken#access_level}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When the token will expire, YYYY-MM-DD format. Is automatically set when `rotation_configuration` is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#expires_at ProjectAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#expires_at ProjectAccessToken#expires_at}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#rotation_configuration ProjectAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#rotation_configuration ProjectAccessToken#rotation_configuration}
---
@@ -633,7 +633,7 @@ The construct id used in the generated config for the ProjectAccessToken to impo
The id of the existing ProjectAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -1154,7 +1154,7 @@ public java.lang.String getName();
The name of the project access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#name ProjectAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#name ProjectAccessToken#name}
---
@@ -1168,7 +1168,7 @@ public java.lang.String getProject();
The ID or full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#project ProjectAccessToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#project ProjectAccessToken#project}
---
@@ -1184,7 +1184,7 @@ The scopes of the project access token.
valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
---
@@ -1200,7 +1200,7 @@ The access level for the project access token.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`. Default is `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#access_level ProjectAccessToken#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#access_level ProjectAccessToken#access_level}
---
@@ -1214,7 +1214,7 @@ public java.lang.String getExpiresAt();
When the token will expire, YYYY-MM-DD format. Is automatically set when `rotation_configuration` is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#expires_at ProjectAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#expires_at ProjectAccessToken#expires_at}
---
@@ -1228,7 +1228,7 @@ public ProjectAccessTokenRotationConfiguration getRotationConfiguration();
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#rotation_configuration ProjectAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#rotation_configuration ProjectAccessToken#rotation_configuration}
---
@@ -1264,7 +1264,7 @@ public java.lang.Number getExpirationDays();
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#expiration_days ProjectAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#expiration_days ProjectAccessToken#expiration_days}
---
@@ -1280,7 +1280,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#rotate_before_days ProjectAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#rotate_before_days ProjectAccessToken#rotate_before_days}
---
diff --git a/docs/projectAccessToken.python.md b/docs/projectAccessToken.python.md
index 44ffaffbc..193ebb660 100644
--- a/docs/projectAccessToken.python.md
+++ b/docs/projectAccessToken.python.md
@@ -4,7 +4,7 @@
### ProjectAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token gitlab_project_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token gitlab_project_access_token}.
#### Initializers
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The name of the project access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#name ProjectAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#name ProjectAccessToken#name}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#project ProjectAccessToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#project ProjectAccessToken#project}
---
@@ -138,7 +138,7 @@ The scopes of the project access token.
valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
---
@@ -150,7 +150,7 @@ The access level for the project access token.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`. Default is `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#access_level ProjectAccessToken#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#access_level ProjectAccessToken#access_level}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When the token will expire, YYYY-MM-DD format. Is automatically set when `rotation_configuration` is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#expires_at ProjectAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#expires_at ProjectAccessToken#expires_at}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#rotation_configuration ProjectAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#rotation_configuration ProjectAccessToken#rotation_configuration}
---
@@ -548,7 +548,7 @@ def put_rotation_configuration(
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#expiration_days ProjectAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#expiration_days ProjectAccessToken#expiration_days}
---
@@ -560,7 +560,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#rotate_before_days ProjectAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#rotate_before_days ProjectAccessToken#rotate_before_days}
---
@@ -696,7 +696,7 @@ The construct id used in the generated config for the ProjectAccessToken to impo
The id of the existing ProjectAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -1213,7 +1213,7 @@ name: str
The name of the project access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#name ProjectAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#name ProjectAccessToken#name}
---
@@ -1227,7 +1227,7 @@ project: str
The ID or full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#project ProjectAccessToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#project ProjectAccessToken#project}
---
@@ -1243,7 +1243,7 @@ The scopes of the project access token.
valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
---
@@ -1259,7 +1259,7 @@ The access level for the project access token.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`. Default is `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#access_level ProjectAccessToken#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#access_level ProjectAccessToken#access_level}
---
@@ -1273,7 +1273,7 @@ expires_at: str
When the token will expire, YYYY-MM-DD format. Is automatically set when `rotation_configuration` is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#expires_at ProjectAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#expires_at ProjectAccessToken#expires_at}
---
@@ -1287,7 +1287,7 @@ rotation_configuration: ProjectAccessTokenRotationConfiguration
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#rotation_configuration ProjectAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#rotation_configuration ProjectAccessToken#rotation_configuration}
---
@@ -1323,7 +1323,7 @@ expiration_days: typing.Union[int, float]
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#expiration_days ProjectAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#expiration_days ProjectAccessToken#expiration_days}
---
@@ -1339,7 +1339,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#rotate_before_days ProjectAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#rotate_before_days ProjectAccessToken#rotate_before_days}
---
diff --git a/docs/projectAccessToken.typescript.md b/docs/projectAccessToken.typescript.md
index ed716723e..f3d5bb878 100644
--- a/docs/projectAccessToken.typescript.md
+++ b/docs/projectAccessToken.typescript.md
@@ -4,7 +4,7 @@
### ProjectAccessToken
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token gitlab_project_access_token}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token gitlab_project_access_token}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the ProjectAccessToken to impo
The id of the existing ProjectAccessToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#import import section} in the documentation of this resource for the id to use
---
@@ -1004,7 +1004,7 @@ public readonly name: string;
The name of the project access token.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#name ProjectAccessToken#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#name ProjectAccessToken#name}
---
@@ -1018,7 +1018,7 @@ public readonly project: string;
The ID or full path of the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#project ProjectAccessToken#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#project ProjectAccessToken#project}
---
@@ -1034,7 +1034,7 @@ The scopes of the project access token.
valid values are: `api`, `read_api`, `read_registry`, `write_registry`, `read_repository`, `write_repository`, `create_runner`, `manage_runner`, `ai_features`, `k8s_proxy`, `read_observability`, `write_observability`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#scopes ProjectAccessToken#scopes}
---
@@ -1050,7 +1050,7 @@ The access level for the project access token.
Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`. Default is `maintainer`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#access_level ProjectAccessToken#access_level}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#access_level ProjectAccessToken#access_level}
---
@@ -1064,7 +1064,7 @@ public readonly expiresAt: string;
When the token will expire, YYYY-MM-DD format. Is automatically set when `rotation_configuration` is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#expires_at ProjectAccessToken#expires_at}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#expires_at ProjectAccessToken#expires_at}
---
@@ -1078,7 +1078,7 @@ public readonly rotationConfiguration: ProjectAccessTokenRotationConfiguration;
The configuration for when to rotate a token automatically. Will not rotate a token until `terraform apply` is run.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#rotation_configuration ProjectAccessToken#rotation_configuration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#rotation_configuration ProjectAccessToken#rotation_configuration}
---
@@ -1111,7 +1111,7 @@ public readonly expirationDays: number;
The duration (in days) the new token should be valid for.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#expiration_days ProjectAccessToken#expiration_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#expiration_days ProjectAccessToken#expiration_days}
---
@@ -1127,7 +1127,7 @@ The duration (in days) before the expiration when the token should be rotated.
As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when `terraform apply` is run in that timeframe.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_access_token#rotate_before_days ProjectAccessToken#rotate_before_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_access_token#rotate_before_days ProjectAccessToken#rotate_before_days}
---
diff --git a/docs/projectApprovalRule.csharp.md b/docs/projectApprovalRule.csharp.md
index 4d2f520d5..2554264c4 100644
--- a/docs/projectApprovalRule.csharp.md
+++ b/docs/projectApprovalRule.csharp.md
@@ -4,7 +4,7 @@
### ProjectApprovalRule
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule gitlab_project_approval_rule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule gitlab_project_approval_rule}.
#### Initializers
@@ -523,7 +523,7 @@ The construct id used in the generated config for the ProjectApprovalRule to imp
The id of the existing ProjectApprovalRule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#import import section} in the documentation of this resource for the id to use
---
@@ -1006,7 +1006,7 @@ new ProjectApprovalRuleConfig {
| AppliesToAllProtectedBranches
| object
| Whether the rule is applied to all protected branches. |
| DisableImportingDefaultAnyApproverRuleOnCreate
| object
| When this flag is set, the default `any_approver` rule will not be imported if present. |
| GroupIds
| double[]
| A list of group IDs whose members can approve of the merge request. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}. |
| ProtectedBranchIds
| double[]
| A list of protected branch IDs (not branch names) for which the rule applies. |
| ReportType
| string
| Report type is required when the rule_type is `report_approver`. Valid values are `code_coverage`. |
| RuleType
| string
| String, defaults to 'regular'. |
@@ -1094,7 +1094,7 @@ public double ApprovalsRequired { get; set; }
The number of approvals required for this rule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#approvals_required ProjectApprovalRule#approvals_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#approvals_required ProjectApprovalRule#approvals_required}
---
@@ -1108,7 +1108,7 @@ public string Name { get; set; }
The name of the approval rule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
---
@@ -1122,7 +1122,7 @@ public string Project { get; set; }
The name or id of the project to add the approval rules.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
---
@@ -1138,7 +1138,7 @@ Whether the rule is applied to all protected branches.
If set to 'true', the value of `protected_branch_ids` is ignored. Default is 'false'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#applies_to_all_protected_branches ProjectApprovalRule#applies_to_all_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#applies_to_all_protected_branches ProjectApprovalRule#applies_to_all_protected_branches}
---
@@ -1152,7 +1152,7 @@ public object DisableImportingDefaultAnyApproverRuleOnCreate { get; set; }
When this flag is set, the default `any_approver` rule will not be imported if present.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#disable_importing_default_any_approver_rule_on_create ProjectApprovalRule#disable_importing_default_any_approver_rule_on_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#disable_importing_default_any_approver_rule_on_create ProjectApprovalRule#disable_importing_default_any_approver_rule_on_create}
---
@@ -1166,7 +1166,7 @@ public double[] GroupIds { get; set; }
A list of group IDs whose members can approve of the merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#group_ids ProjectApprovalRule#group_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#group_ids ProjectApprovalRule#group_ids}
---
@@ -1178,7 +1178,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1195,7 +1195,7 @@ public double[] ProtectedBranchIds { get; set; }
A list of protected branch IDs (not branch names) for which the rule applies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#protected_branch_ids ProjectApprovalRule#protected_branch_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#protected_branch_ids ProjectApprovalRule#protected_branch_ids}
---
@@ -1209,7 +1209,7 @@ public string ReportType { get; set; }
Report type is required when the rule_type is `report_approver`. Valid values are `code_coverage`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#report_type ProjectApprovalRule#report_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#report_type ProjectApprovalRule#report_type}
---
@@ -1225,7 +1225,7 @@ String, defaults to 'regular'.
The type of rule. `any_approver` is a pre-configured default rule with `approvals_required` at `0`. Valid values are `regular`, `any_approver`, `report_approver`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#rule_type ProjectApprovalRule#rule_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#rule_type ProjectApprovalRule#rule_type}
---
@@ -1239,7 +1239,7 @@ public double[] UserIds { get; set; }
A list of specific User IDs to add to the list of approvers.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
---
diff --git a/docs/projectApprovalRule.go.md b/docs/projectApprovalRule.go.md
index f64775603..9a8415607 100644
--- a/docs/projectApprovalRule.go.md
+++ b/docs/projectApprovalRule.go.md
@@ -4,7 +4,7 @@
### ProjectApprovalRule
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule gitlab_project_approval_rule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule gitlab_project_approval_rule}.
#### Initializers
@@ -523,7 +523,7 @@ The construct id used in the generated config for the ProjectApprovalRule to imp
The id of the existing ProjectApprovalRule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#import import section} in the documentation of this resource for the id to use
---
@@ -1006,7 +1006,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projectapprovalrule
| AppliesToAllProtectedBranches
| interface{}
| Whether the rule is applied to all protected branches. |
| DisableImportingDefaultAnyApproverRuleOnCreate
| interface{}
| When this flag is set, the default `any_approver` rule will not be imported if present. |
| GroupIds
| *[]*f64
| A list of group IDs whose members can approve of the merge request. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}. |
| ProtectedBranchIds
| *[]*f64
| A list of protected branch IDs (not branch names) for which the rule applies. |
| ReportType
| *string
| Report type is required when the rule_type is `report_approver`. Valid values are `code_coverage`. |
| RuleType
| *string
| String, defaults to 'regular'. |
@@ -1094,7 +1094,7 @@ ApprovalsRequired *f64
The number of approvals required for this rule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#approvals_required ProjectApprovalRule#approvals_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#approvals_required ProjectApprovalRule#approvals_required}
---
@@ -1108,7 +1108,7 @@ Name *string
The name of the approval rule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
---
@@ -1122,7 +1122,7 @@ Project *string
The name or id of the project to add the approval rules.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
---
@@ -1138,7 +1138,7 @@ Whether the rule is applied to all protected branches.
If set to 'true', the value of `protected_branch_ids` is ignored. Default is 'false'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#applies_to_all_protected_branches ProjectApprovalRule#applies_to_all_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#applies_to_all_protected_branches ProjectApprovalRule#applies_to_all_protected_branches}
---
@@ -1152,7 +1152,7 @@ DisableImportingDefaultAnyApproverRuleOnCreate interface{}
When this flag is set, the default `any_approver` rule will not be imported if present.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#disable_importing_default_any_approver_rule_on_create ProjectApprovalRule#disable_importing_default_any_approver_rule_on_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#disable_importing_default_any_approver_rule_on_create ProjectApprovalRule#disable_importing_default_any_approver_rule_on_create}
---
@@ -1166,7 +1166,7 @@ GroupIds *[]*f64
A list of group IDs whose members can approve of the merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#group_ids ProjectApprovalRule#group_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#group_ids ProjectApprovalRule#group_ids}
---
@@ -1178,7 +1178,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1195,7 +1195,7 @@ ProtectedBranchIds *[]*f64
A list of protected branch IDs (not branch names) for which the rule applies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#protected_branch_ids ProjectApprovalRule#protected_branch_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#protected_branch_ids ProjectApprovalRule#protected_branch_ids}
---
@@ -1209,7 +1209,7 @@ ReportType *string
Report type is required when the rule_type is `report_approver`. Valid values are `code_coverage`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#report_type ProjectApprovalRule#report_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#report_type ProjectApprovalRule#report_type}
---
@@ -1225,7 +1225,7 @@ String, defaults to 'regular'.
The type of rule. `any_approver` is a pre-configured default rule with `approvals_required` at `0`. Valid values are `regular`, `any_approver`, `report_approver`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#rule_type ProjectApprovalRule#rule_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#rule_type ProjectApprovalRule#rule_type}
---
@@ -1239,7 +1239,7 @@ UserIds *[]*f64
A list of specific User IDs to add to the list of approvers.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
---
diff --git a/docs/projectApprovalRule.java.md b/docs/projectApprovalRule.java.md
index 9f8c8bfb9..49607eed6 100644
--- a/docs/projectApprovalRule.java.md
+++ b/docs/projectApprovalRule.java.md
@@ -4,7 +4,7 @@
### ProjectApprovalRule
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule gitlab_project_approval_rule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule gitlab_project_approval_rule}.
#### Initializers
@@ -56,7 +56,7 @@ ProjectApprovalRule.Builder.create(Construct scope, java.lang.String id)
| appliesToAllProtectedBranches
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the rule is applied to all protected branches. |
| disableImportingDefaultAnyApproverRuleOnCreate
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| When this flag is set, the default `any_approver` rule will not be imported if present. |
| groupIds
| java.util.List
| A list of group IDs whose members can approve of the merge request. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}. |
| protectedBranchIds
| java.util.List
| A list of protected branch IDs (not branch names) for which the rule applies. |
| reportType
| java.lang.String
| Report type is required when the rule_type is `report_approver`. Valid values are `code_coverage`. |
| ruleType
| java.lang.String
| String, defaults to 'regular'. |
@@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope
The number of approvals required for this rule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#approvals_required ProjectApprovalRule#approvals_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#approvals_required ProjectApprovalRule#approvals_required}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the approval rule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the approval rules.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
---
@@ -162,7 +162,7 @@ Whether the rule is applied to all protected branches.
If set to 'true', the value of `protected_branch_ids` is ignored. Default is 'false'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#applies_to_all_protected_branches ProjectApprovalRule#applies_to_all_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#applies_to_all_protected_branches ProjectApprovalRule#applies_to_all_protected_branches}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When this flag is set, the default `any_approver` rule will not be imported if present.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#disable_importing_default_any_approver_rule_on_create ProjectApprovalRule#disable_importing_default_any_approver_rule_on_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#disable_importing_default_any_approver_rule_on_create ProjectApprovalRule#disable_importing_default_any_approver_rule_on_create}
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A list of group IDs whose members can approve of the merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#group_ids ProjectApprovalRule#group_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#group_ids ProjectApprovalRule#group_ids}
---
@@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -203,7 +203,7 @@ If you experience problems setting this value it might not be settable. Please t
A list of protected branch IDs (not branch names) for which the rule applies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#protected_branch_ids ProjectApprovalRule#protected_branch_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#protected_branch_ids ProjectApprovalRule#protected_branch_ids}
---
@@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Report type is required when the rule_type is `report_approver`. Valid values are `code_coverage`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#report_type ProjectApprovalRule#report_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#report_type ProjectApprovalRule#report_type}
---
@@ -225,7 +225,7 @@ String, defaults to 'regular'.
The type of rule. `any_approver` is a pre-configured default rule with `approvals_required` at `0`. Valid values are `regular`, `any_approver`, `report_approver`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#rule_type ProjectApprovalRule#rule_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#rule_type ProjectApprovalRule#rule_type}
---
@@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A list of specific User IDs to add to the list of approvers.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
---
@@ -718,7 +718,7 @@ The construct id used in the generated config for the ProjectApprovalRule to imp
The id of the existing ProjectApprovalRule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#import import section} in the documentation of this resource for the id to use
---
@@ -1207,7 +1207,7 @@ ProjectApprovalRuleConfig.builder()
| appliesToAllProtectedBranches
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the rule is applied to all protected branches. |
| disableImportingDefaultAnyApproverRuleOnCreate
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| When this flag is set, the default `any_approver` rule will not be imported if present. |
| groupIds
| java.util.List
| A list of group IDs whose members can approve of the merge request. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}. |
| protectedBranchIds
| java.util.List
| A list of protected branch IDs (not branch names) for which the rule applies. |
| reportType
| java.lang.String
| Report type is required when the rule_type is `report_approver`. Valid values are `code_coverage`. |
| ruleType
| java.lang.String
| String, defaults to 'regular'. |
@@ -1295,7 +1295,7 @@ public java.lang.Number getApprovalsRequired();
The number of approvals required for this rule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#approvals_required ProjectApprovalRule#approvals_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#approvals_required ProjectApprovalRule#approvals_required}
---
@@ -1309,7 +1309,7 @@ public java.lang.String getName();
The name of the approval rule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
---
@@ -1323,7 +1323,7 @@ public java.lang.String getProject();
The name or id of the project to add the approval rules.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
---
@@ -1339,7 +1339,7 @@ Whether the rule is applied to all protected branches.
If set to 'true', the value of `protected_branch_ids` is ignored. Default is 'false'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#applies_to_all_protected_branches ProjectApprovalRule#applies_to_all_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#applies_to_all_protected_branches ProjectApprovalRule#applies_to_all_protected_branches}
---
@@ -1353,7 +1353,7 @@ public java.lang.Object getDisableImportingDefaultAnyApproverRuleOnCreate();
When this flag is set, the default `any_approver` rule will not be imported if present.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#disable_importing_default_any_approver_rule_on_create ProjectApprovalRule#disable_importing_default_any_approver_rule_on_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#disable_importing_default_any_approver_rule_on_create ProjectApprovalRule#disable_importing_default_any_approver_rule_on_create}
---
@@ -1367,7 +1367,7 @@ public java.util.List getGroupIds();
A list of group IDs whose members can approve of the merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#group_ids ProjectApprovalRule#group_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#group_ids ProjectApprovalRule#group_ids}
---
@@ -1379,7 +1379,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1396,7 +1396,7 @@ public java.util.List getProtectedBranchIds();
A list of protected branch IDs (not branch names) for which the rule applies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#protected_branch_ids ProjectApprovalRule#protected_branch_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#protected_branch_ids ProjectApprovalRule#protected_branch_ids}
---
@@ -1410,7 +1410,7 @@ public java.lang.String getReportType();
Report type is required when the rule_type is `report_approver`. Valid values are `code_coverage`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#report_type ProjectApprovalRule#report_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#report_type ProjectApprovalRule#report_type}
---
@@ -1426,7 +1426,7 @@ String, defaults to 'regular'.
The type of rule. `any_approver` is a pre-configured default rule with `approvals_required` at `0`. Valid values are `regular`, `any_approver`, `report_approver`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#rule_type ProjectApprovalRule#rule_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#rule_type ProjectApprovalRule#rule_type}
---
@@ -1440,7 +1440,7 @@ public java.util.List getUserIds();
A list of specific User IDs to add to the list of approvers.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
---
diff --git a/docs/projectApprovalRule.python.md b/docs/projectApprovalRule.python.md
index 4436f6f67..dd6574b75 100644
--- a/docs/projectApprovalRule.python.md
+++ b/docs/projectApprovalRule.python.md
@@ -4,7 +4,7 @@
### ProjectApprovalRule
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule gitlab_project_approval_rule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule gitlab_project_approval_rule}.
#### Initializers
@@ -52,7 +52,7 @@ projectApprovalRule.ProjectApprovalRule(
| applies_to_all_protected_branches
| typing.Union[bool, cdktf.IResolvable]
| Whether the rule is applied to all protected branches. |
| disable_importing_default_any_approver_rule_on_create
| typing.Union[bool, cdktf.IResolvable]
| When this flag is set, the default `any_approver` rule will not be imported if present. |
| group_ids
| typing.List[typing.Union[int, float]]
| A list of group IDs whose members can approve of the merge request. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}. |
| protected_branch_ids
| typing.List[typing.Union[int, float]]
| A list of protected branch IDs (not branch names) for which the rule applies. |
| report_type
| str
| Report type is required when the rule_type is `report_approver`. Valid values are `code_coverage`. |
| rule_type
| str
| String, defaults to 'regular'. |
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
The number of approvals required for this rule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#approvals_required ProjectApprovalRule#approvals_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#approvals_required ProjectApprovalRule#approvals_required}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of the approval rule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name or id of the project to add the approval rules.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
---
@@ -158,7 +158,7 @@ Whether the rule is applied to all protected branches.
If set to 'true', the value of `protected_branch_ids` is ignored. Default is 'false'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#applies_to_all_protected_branches ProjectApprovalRule#applies_to_all_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#applies_to_all_protected_branches ProjectApprovalRule#applies_to_all_protected_branches}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
When this flag is set, the default `any_approver` rule will not be imported if present.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#disable_importing_default_any_approver_rule_on_create ProjectApprovalRule#disable_importing_default_any_approver_rule_on_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#disable_importing_default_any_approver_rule_on_create ProjectApprovalRule#disable_importing_default_any_approver_rule_on_create}
---
@@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A list of group IDs whose members can approve of the merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#group_ids ProjectApprovalRule#group_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#group_ids ProjectApprovalRule#group_ids}
---
@@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -199,7 +199,7 @@ If you experience problems setting this value it might not be settable. Please t
A list of protected branch IDs (not branch names) for which the rule applies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#protected_branch_ids ProjectApprovalRule#protected_branch_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#protected_branch_ids ProjectApprovalRule#protected_branch_ids}
---
@@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Report type is required when the rule_type is `report_approver`. Valid values are `code_coverage`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#report_type ProjectApprovalRule#report_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#report_type ProjectApprovalRule#report_type}
---
@@ -221,7 +221,7 @@ String, defaults to 'regular'.
The type of rule. `any_approver` is a pre-configured default rule with `approvals_required` at `0`. Valid values are `regular`, `any_approver`, `report_approver`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#rule_type ProjectApprovalRule#rule_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#rule_type ProjectApprovalRule#rule_type}
---
@@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
A list of specific User IDs to add to the list of approvers.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
---
@@ -760,7 +760,7 @@ The construct id used in the generated config for the ProjectApprovalRule to imp
The id of the existing ProjectApprovalRule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#import import section} in the documentation of this resource for the id to use
---
@@ -1243,7 +1243,7 @@ projectApprovalRule.ProjectApprovalRuleConfig(
| applies_to_all_protected_branches
| typing.Union[bool, cdktf.IResolvable]
| Whether the rule is applied to all protected branches. |
| disable_importing_default_any_approver_rule_on_create
| typing.Union[bool, cdktf.IResolvable]
| When this flag is set, the default `any_approver` rule will not be imported if present. |
| group_ids
| typing.List[typing.Union[int, float]]
| A list of group IDs whose members can approve of the merge request. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}. |
| protected_branch_ids
| typing.List[typing.Union[int, float]]
| A list of protected branch IDs (not branch names) for which the rule applies. |
| report_type
| str
| Report type is required when the rule_type is `report_approver`. Valid values are `code_coverage`. |
| rule_type
| str
| String, defaults to 'regular'. |
@@ -1331,7 +1331,7 @@ approvals_required: typing.Union[int, float]
The number of approvals required for this rule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#approvals_required ProjectApprovalRule#approvals_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#approvals_required ProjectApprovalRule#approvals_required}
---
@@ -1345,7 +1345,7 @@ name: str
The name of the approval rule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
---
@@ -1359,7 +1359,7 @@ project: str
The name or id of the project to add the approval rules.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
---
@@ -1375,7 +1375,7 @@ Whether the rule is applied to all protected branches.
If set to 'true', the value of `protected_branch_ids` is ignored. Default is 'false'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#applies_to_all_protected_branches ProjectApprovalRule#applies_to_all_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#applies_to_all_protected_branches ProjectApprovalRule#applies_to_all_protected_branches}
---
@@ -1389,7 +1389,7 @@ disable_importing_default_any_approver_rule_on_create: typing.Union[bool, IResol
When this flag is set, the default `any_approver` rule will not be imported if present.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#disable_importing_default_any_approver_rule_on_create ProjectApprovalRule#disable_importing_default_any_approver_rule_on_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#disable_importing_default_any_approver_rule_on_create ProjectApprovalRule#disable_importing_default_any_approver_rule_on_create}
---
@@ -1403,7 +1403,7 @@ group_ids: typing.List[typing.Union[int, float]]
A list of group IDs whose members can approve of the merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#group_ids ProjectApprovalRule#group_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#group_ids ProjectApprovalRule#group_ids}
---
@@ -1415,7 +1415,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1432,7 +1432,7 @@ protected_branch_ids: typing.List[typing.Union[int, float]]
A list of protected branch IDs (not branch names) for which the rule applies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#protected_branch_ids ProjectApprovalRule#protected_branch_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#protected_branch_ids ProjectApprovalRule#protected_branch_ids}
---
@@ -1446,7 +1446,7 @@ report_type: str
Report type is required when the rule_type is `report_approver`. Valid values are `code_coverage`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#report_type ProjectApprovalRule#report_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#report_type ProjectApprovalRule#report_type}
---
@@ -1462,7 +1462,7 @@ String, defaults to 'regular'.
The type of rule. `any_approver` is a pre-configured default rule with `approvals_required` at `0`. Valid values are `regular`, `any_approver`, `report_approver`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#rule_type ProjectApprovalRule#rule_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#rule_type ProjectApprovalRule#rule_type}
---
@@ -1476,7 +1476,7 @@ user_ids: typing.List[typing.Union[int, float]]
A list of specific User IDs to add to the list of approvers.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
---
diff --git a/docs/projectApprovalRule.typescript.md b/docs/projectApprovalRule.typescript.md
index e0a9a1d4e..44bb64ca4 100644
--- a/docs/projectApprovalRule.typescript.md
+++ b/docs/projectApprovalRule.typescript.md
@@ -4,7 +4,7 @@
### ProjectApprovalRule
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule gitlab_project_approval_rule}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule gitlab_project_approval_rule}.
#### Initializers
@@ -523,7 +523,7 @@ The construct id used in the generated config for the ProjectApprovalRule to imp
The id of the existing ProjectApprovalRule that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#import import section} in the documentation of this resource for the id to use
---
@@ -987,7 +987,7 @@ const projectApprovalRuleConfig: projectApprovalRule.ProjectApprovalRuleConfig =
| appliesToAllProtectedBranches
| boolean \| cdktf.IResolvable
| Whether the rule is applied to all protected branches. |
| disableImportingDefaultAnyApproverRuleOnCreate
| boolean \| cdktf.IResolvable
| When this flag is set, the default `any_approver` rule will not be imported if present. |
| groupIds
| number[]
| A list of group IDs whose members can approve of the merge request. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}. |
| protectedBranchIds
| number[]
| A list of protected branch IDs (not branch names) for which the rule applies. |
| reportType
| string
| Report type is required when the rule_type is `report_approver`. Valid values are `code_coverage`. |
| ruleType
| string
| String, defaults to 'regular'. |
@@ -1075,7 +1075,7 @@ public readonly approvalsRequired: number;
The number of approvals required for this rule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#approvals_required ProjectApprovalRule#approvals_required}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#approvals_required ProjectApprovalRule#approvals_required}
---
@@ -1089,7 +1089,7 @@ public readonly name: string;
The name of the approval rule.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#name ProjectApprovalRule#name}
---
@@ -1103,7 +1103,7 @@ public readonly project: string;
The name or id of the project to add the approval rules.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#project ProjectApprovalRule#project}
---
@@ -1119,7 +1119,7 @@ Whether the rule is applied to all protected branches.
If set to 'true', the value of `protected_branch_ids` is ignored. Default is 'false'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#applies_to_all_protected_branches ProjectApprovalRule#applies_to_all_protected_branches}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#applies_to_all_protected_branches ProjectApprovalRule#applies_to_all_protected_branches}
---
@@ -1133,7 +1133,7 @@ public readonly disableImportingDefaultAnyApproverRuleOnCreate: boolean | IResol
When this flag is set, the default `any_approver` rule will not be imported if present.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#disable_importing_default_any_approver_rule_on_create ProjectApprovalRule#disable_importing_default_any_approver_rule_on_create}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#disable_importing_default_any_approver_rule_on_create ProjectApprovalRule#disable_importing_default_any_approver_rule_on_create}
---
@@ -1147,7 +1147,7 @@ public readonly groupIds: number[];
A list of group IDs whose members can approve of the merge request.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#group_ids ProjectApprovalRule#group_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#group_ids ProjectApprovalRule#group_ids}
---
@@ -1159,7 +1159,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#id ProjectApprovalRule#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1176,7 +1176,7 @@ public readonly protectedBranchIds: number[];
A list of protected branch IDs (not branch names) for which the rule applies.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#protected_branch_ids ProjectApprovalRule#protected_branch_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#protected_branch_ids ProjectApprovalRule#protected_branch_ids}
---
@@ -1190,7 +1190,7 @@ public readonly reportType: string;
Report type is required when the rule_type is `report_approver`. Valid values are `code_coverage`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#report_type ProjectApprovalRule#report_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#report_type ProjectApprovalRule#report_type}
---
@@ -1206,7 +1206,7 @@ String, defaults to 'regular'.
The type of rule. `any_approver` is a pre-configured default rule with `approvals_required` at `0`. Valid values are `regular`, `any_approver`, `report_approver`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#rule_type ProjectApprovalRule#rule_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#rule_type ProjectApprovalRule#rule_type}
---
@@ -1220,7 +1220,7 @@ public readonly userIds: number[];
A list of specific User IDs to add to the list of approvers.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_approval_rule#user_ids ProjectApprovalRule#user_ids}
---
diff --git a/docs/projectBadge.csharp.md b/docs/projectBadge.csharp.md
index 433081be3..6be8c79ba 100644
--- a/docs/projectBadge.csharp.md
+++ b/docs/projectBadge.csharp.md
@@ -4,7 +4,7 @@
### ProjectBadge
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge gitlab_project_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge gitlab_project_badge}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ProjectBadge to import.
The id of the existing ProjectBadge that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#import import section} in the documentation of this resource for the id to use
---
@@ -845,7 +845,7 @@ new ProjectBadgeConfig {
| ImageUrl
| string
| The image url which will be presented on project overview. |
| LinkUrl
| string
| The url linked with the badge. |
| Project
| string
| The id of the project to add the badge to. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#id ProjectBadge#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#id ProjectBadge#id}. |
| Name
| string
| The name of the badge. |
---
@@ -930,7 +930,7 @@ public string ImageUrl { get; set; }
The image url which will be presented on project overview.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
---
@@ -944,7 +944,7 @@ public string LinkUrl { get; set; }
The url linked with the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
---
@@ -958,7 +958,7 @@ public string Project { get; set; }
The id of the project to add the badge to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#project ProjectBadge#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#project ProjectBadge#project}
---
@@ -970,7 +970,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#id ProjectBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#id ProjectBadge#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -987,7 +987,7 @@ public string Name { get; set; }
The name of the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#name ProjectBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#name ProjectBadge#name}
---
diff --git a/docs/projectBadge.go.md b/docs/projectBadge.go.md
index 18067f3f6..54faebc05 100644
--- a/docs/projectBadge.go.md
+++ b/docs/projectBadge.go.md
@@ -4,7 +4,7 @@
### ProjectBadge
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge gitlab_project_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge gitlab_project_badge}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ProjectBadge to import.
The id of the existing ProjectBadge that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#import import section} in the documentation of this resource for the id to use
---
@@ -845,7 +845,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projectbadge"
| ImageUrl
| *string
| The image url which will be presented on project overview. |
| LinkUrl
| *string
| The url linked with the badge. |
| Project
| *string
| The id of the project to add the badge to. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#id ProjectBadge#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#id ProjectBadge#id}. |
| Name
| *string
| The name of the badge. |
---
@@ -930,7 +930,7 @@ ImageUrl *string
The image url which will be presented on project overview.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
---
@@ -944,7 +944,7 @@ LinkUrl *string
The url linked with the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
---
@@ -958,7 +958,7 @@ Project *string
The id of the project to add the badge to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#project ProjectBadge#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#project ProjectBadge#project}
---
@@ -970,7 +970,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#id ProjectBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#id ProjectBadge#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -987,7 +987,7 @@ Name *string
The name of the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#name ProjectBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#name ProjectBadge#name}
---
diff --git a/docs/projectBadge.java.md b/docs/projectBadge.java.md
index 4536f71c1..bf9ae4aef 100644
--- a/docs/projectBadge.java.md
+++ b/docs/projectBadge.java.md
@@ -4,7 +4,7 @@
### ProjectBadge
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge gitlab_project_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge gitlab_project_badge}.
#### Initializers
@@ -45,7 +45,7 @@ ProjectBadge.Builder.create(Construct scope, java.lang.String id)
| imageUrl
| java.lang.String
| The image url which will be presented on project overview. |
| linkUrl
| java.lang.String
| The url linked with the badge. |
| project
| java.lang.String
| The id of the project to add the badge to. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#id ProjectBadge#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#id ProjectBadge#id}. |
| name
| java.lang.String
| The name of the badge. |
---
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The image url which will be presented on project overview.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The url linked with the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the project to add the badge to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#project ProjectBadge#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#project ProjectBadge#project}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#id ProjectBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#id ProjectBadge#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t
The name of the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#name ProjectBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#name ProjectBadge#name}
---
@@ -598,7 +598,7 @@ The construct id used in the generated config for the ProjectBadge to import.
The id of the existing ProjectBadge that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#import import section} in the documentation of this resource for the id to use
---
@@ -966,7 +966,7 @@ ProjectBadgeConfig.builder()
| imageUrl
| java.lang.String
| The image url which will be presented on project overview. |
| linkUrl
| java.lang.String
| The url linked with the badge. |
| project
| java.lang.String
| The id of the project to add the badge to. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#id ProjectBadge#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#id ProjectBadge#id}. |
| name
| java.lang.String
| The name of the badge. |
---
@@ -1051,7 +1051,7 @@ public java.lang.String getImageUrl();
The image url which will be presented on project overview.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
---
@@ -1065,7 +1065,7 @@ public java.lang.String getLinkUrl();
The url linked with the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
---
@@ -1079,7 +1079,7 @@ public java.lang.String getProject();
The id of the project to add the badge to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#project ProjectBadge#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#project ProjectBadge#project}
---
@@ -1091,7 +1091,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#id ProjectBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#id ProjectBadge#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1108,7 +1108,7 @@ public java.lang.String getName();
The name of the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#name ProjectBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#name ProjectBadge#name}
---
diff --git a/docs/projectBadge.python.md b/docs/projectBadge.python.md
index 4cbb543b3..8c633384c 100644
--- a/docs/projectBadge.python.md
+++ b/docs/projectBadge.python.md
@@ -4,7 +4,7 @@
### ProjectBadge
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge gitlab_project_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge gitlab_project_badge}.
#### Initializers
@@ -43,7 +43,7 @@ projectBadge.ProjectBadge(
| image_url
| str
| The image url which will be presented on project overview. |
| link_url
| str
| The url linked with the badge. |
| project
| str
| The id of the project to add the badge to. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#id ProjectBadge#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#id ProjectBadge#id}. |
| name
| str
| The name of the badge. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The image url which will be presented on project overview.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The url linked with the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the project to add the badge to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#project ProjectBadge#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#project ProjectBadge#project}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#id ProjectBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#id ProjectBadge#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t
The name of the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#name ProjectBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#name ProjectBadge#name}
---
@@ -642,7 +642,7 @@ The construct id used in the generated config for the ProjectBadge to import.
The id of the existing ProjectBadge that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#import import section} in the documentation of this resource for the id to use
---
@@ -1006,7 +1006,7 @@ projectBadge.ProjectBadgeConfig(
| image_url
| str
| The image url which will be presented on project overview. |
| link_url
| str
| The url linked with the badge. |
| project
| str
| The id of the project to add the badge to. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#id ProjectBadge#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#id ProjectBadge#id}. |
| name
| str
| The name of the badge. |
---
@@ -1091,7 +1091,7 @@ image_url: str
The image url which will be presented on project overview.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
---
@@ -1105,7 +1105,7 @@ link_url: str
The url linked with the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
---
@@ -1119,7 +1119,7 @@ project: str
The id of the project to add the badge to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#project ProjectBadge#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#project ProjectBadge#project}
---
@@ -1131,7 +1131,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#id ProjectBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#id ProjectBadge#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1148,7 +1148,7 @@ name: str
The name of the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#name ProjectBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#name ProjectBadge#name}
---
diff --git a/docs/projectBadge.typescript.md b/docs/projectBadge.typescript.md
index 68b0fbac5..bb3bb0cf7 100644
--- a/docs/projectBadge.typescript.md
+++ b/docs/projectBadge.typescript.md
@@ -4,7 +4,7 @@
### ProjectBadge
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge gitlab_project_badge}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge gitlab_project_badge}.
#### Initializers
@@ -481,7 +481,7 @@ The construct id used in the generated config for the ProjectBadge to import.
The id of the existing ProjectBadge that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#import import section} in the documentation of this resource for the id to use
---
@@ -832,7 +832,7 @@ const projectBadgeConfig: projectBadge.ProjectBadgeConfig = { ... }
| imageUrl
| string
| The image url which will be presented on project overview. |
| linkUrl
| string
| The url linked with the badge. |
| project
| string
| The id of the project to add the badge to. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#id ProjectBadge#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#id ProjectBadge#id}. |
| name
| string
| The name of the badge. |
---
@@ -917,7 +917,7 @@ public readonly imageUrl: string;
The image url which will be presented on project overview.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#image_url ProjectBadge#image_url}
---
@@ -931,7 +931,7 @@ public readonly linkUrl: string;
The url linked with the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#link_url ProjectBadge#link_url}
---
@@ -945,7 +945,7 @@ public readonly project: string;
The id of the project to add the badge to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#project ProjectBadge#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#project ProjectBadge#project}
---
@@ -957,7 +957,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#id ProjectBadge#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#id ProjectBadge#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -974,7 +974,7 @@ public readonly name: string;
The name of the badge.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_badge#name ProjectBadge#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_badge#name ProjectBadge#name}
---
diff --git a/docs/projectCluster.csharp.md b/docs/projectCluster.csharp.md
index 621f06d64..60fec6152 100644
--- a/docs/projectCluster.csharp.md
+++ b/docs/projectCluster.csharp.md
@@ -4,7 +4,7 @@
### ProjectCluster
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster gitlab_project_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster gitlab_project_cluster}.
#### Initializers
@@ -530,7 +530,7 @@ The construct id used in the generated config for the ProjectCluster to import.
The id of the existing ProjectCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1104,7 +1104,7 @@ new ProjectClusterConfig {
| Domain
| string
| The base domain of the cluster. |
| Enabled
| object
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| EnvironmentScope
| string
| The associated environment to the cluster. Defaults to `*`. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#id ProjectCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#id ProjectCluster#id}. |
| KubernetesAuthorizationType
| string
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| KubernetesCaCert
| string
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| KubernetesNamespace
| string
| The unique namespace related to the project. |
@@ -1193,7 +1193,7 @@ public string KubernetesApiUrl { get; set; }
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_api_url ProjectCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_api_url ProjectCluster#kubernetes_api_url}
---
@@ -1207,7 +1207,7 @@ public string KubernetesToken { get; set; }
The token to authenticate against Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
---
@@ -1221,7 +1221,7 @@ public string Name { get; set; }
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#name ProjectCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#name ProjectCluster#name}
---
@@ -1235,7 +1235,7 @@ public string Project { get; set; }
The id of the project to add the cluster to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#project ProjectCluster#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#project ProjectCluster#project}
---
@@ -1249,7 +1249,7 @@ public string Domain { get; set; }
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#domain ProjectCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#domain ProjectCluster#domain}
---
@@ -1263,7 +1263,7 @@ public object Enabled { get; set; }
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
---
@@ -1277,7 +1277,7 @@ public string EnvironmentScope { get; set; }
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
---
@@ -1289,7 +1289,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#id ProjectCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#id ProjectCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1306,7 +1306,7 @@ public string KubernetesAuthorizationType { get; set; }
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_authorization_type ProjectCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_authorization_type ProjectCluster#kubernetes_authorization_type}
---
@@ -1320,7 +1320,7 @@ public string KubernetesCaCert { get; set; }
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_ca_cert ProjectCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_ca_cert ProjectCluster#kubernetes_ca_cert}
---
@@ -1334,7 +1334,7 @@ public string KubernetesNamespace { get; set; }
The unique namespace related to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
---
@@ -1348,7 +1348,7 @@ public object Managed { get; set; }
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#managed ProjectCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#managed ProjectCluster#managed}
---
@@ -1362,7 +1362,7 @@ public string ManagementProjectId { get; set; }
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
---
diff --git a/docs/projectCluster.go.md b/docs/projectCluster.go.md
index 300ae6e1d..b11012769 100644
--- a/docs/projectCluster.go.md
+++ b/docs/projectCluster.go.md
@@ -4,7 +4,7 @@
### ProjectCluster
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster gitlab_project_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster gitlab_project_cluster}.
#### Initializers
@@ -530,7 +530,7 @@ The construct id used in the generated config for the ProjectCluster to import.
The id of the existing ProjectCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1104,7 +1104,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projectcluster"
| Domain
| *string
| The base domain of the cluster. |
| Enabled
| interface{}
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| EnvironmentScope
| *string
| The associated environment to the cluster. Defaults to `*`. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#id ProjectCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#id ProjectCluster#id}. |
| KubernetesAuthorizationType
| *string
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| KubernetesCaCert
| *string
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| KubernetesNamespace
| *string
| The unique namespace related to the project. |
@@ -1193,7 +1193,7 @@ KubernetesApiUrl *string
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_api_url ProjectCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_api_url ProjectCluster#kubernetes_api_url}
---
@@ -1207,7 +1207,7 @@ KubernetesToken *string
The token to authenticate against Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
---
@@ -1221,7 +1221,7 @@ Name *string
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#name ProjectCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#name ProjectCluster#name}
---
@@ -1235,7 +1235,7 @@ Project *string
The id of the project to add the cluster to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#project ProjectCluster#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#project ProjectCluster#project}
---
@@ -1249,7 +1249,7 @@ Domain *string
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#domain ProjectCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#domain ProjectCluster#domain}
---
@@ -1263,7 +1263,7 @@ Enabled interface{}
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
---
@@ -1277,7 +1277,7 @@ EnvironmentScope *string
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
---
@@ -1289,7 +1289,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#id ProjectCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#id ProjectCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1306,7 +1306,7 @@ KubernetesAuthorizationType *string
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_authorization_type ProjectCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_authorization_type ProjectCluster#kubernetes_authorization_type}
---
@@ -1320,7 +1320,7 @@ KubernetesCaCert *string
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_ca_cert ProjectCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_ca_cert ProjectCluster#kubernetes_ca_cert}
---
@@ -1334,7 +1334,7 @@ KubernetesNamespace *string
The unique namespace related to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
---
@@ -1348,7 +1348,7 @@ Managed interface{}
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#managed ProjectCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#managed ProjectCluster#managed}
---
@@ -1362,7 +1362,7 @@ ManagementProjectId *string
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
---
diff --git a/docs/projectCluster.java.md b/docs/projectCluster.java.md
index e0658a537..51c7742ca 100644
--- a/docs/projectCluster.java.md
+++ b/docs/projectCluster.java.md
@@ -4,7 +4,7 @@
### ProjectCluster
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster gitlab_project_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster gitlab_project_cluster}.
#### Initializers
@@ -59,7 +59,7 @@ ProjectCluster.Builder.create(Construct scope, java.lang.String id)
| domain
| java.lang.String
| The base domain of the cluster. |
| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| environmentScope
| java.lang.String
| The associated environment to the cluster. Defaults to `*`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#id ProjectCluster#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#id ProjectCluster#id}. |
| kubernetesAuthorizationType
| java.lang.String
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| kubernetesCaCert
| java.lang.String
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| kubernetesNamespace
| java.lang.String
| The unique namespace related to the project. |
@@ -134,7 +134,7 @@ Must be unique amongst siblings in the same scope
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_api_url ProjectCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_api_url ProjectCluster#kubernetes_api_url}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The token to authenticate against Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#name ProjectCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#name ProjectCluster#name}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the project to add the cluster to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#project ProjectCluster#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#project ProjectCluster#project}
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#domain ProjectCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#domain ProjectCluster#domain}
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
---
@@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
---
@@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#id ProjectCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#id ProjectCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -215,7 +215,7 @@ If you experience problems setting this value it might not be settable. Please t
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_authorization_type ProjectCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_authorization_type ProjectCluster#kubernetes_authorization_type}
---
@@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_ca_cert ProjectCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_ca_cert ProjectCluster#kubernetes_ca_cert}
---
@@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The unique namespace related to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
---
@@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#managed ProjectCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#managed ProjectCluster#managed}
---
@@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
---
@@ -745,7 +745,7 @@ The construct id used in the generated config for the ProjectCluster to import.
The id of the existing ProjectCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1325,7 +1325,7 @@ ProjectClusterConfig.builder()
| domain
| java.lang.String
| The base domain of the cluster. |
| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| environmentScope
| java.lang.String
| The associated environment to the cluster. Defaults to `*`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#id ProjectCluster#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#id ProjectCluster#id}. |
| kubernetesAuthorizationType
| java.lang.String
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| kubernetesCaCert
| java.lang.String
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| kubernetesNamespace
| java.lang.String
| The unique namespace related to the project. |
@@ -1414,7 +1414,7 @@ public java.lang.String getKubernetesApiUrl();
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_api_url ProjectCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_api_url ProjectCluster#kubernetes_api_url}
---
@@ -1428,7 +1428,7 @@ public java.lang.String getKubernetesToken();
The token to authenticate against Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
---
@@ -1442,7 +1442,7 @@ public java.lang.String getName();
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#name ProjectCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#name ProjectCluster#name}
---
@@ -1456,7 +1456,7 @@ public java.lang.String getProject();
The id of the project to add the cluster to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#project ProjectCluster#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#project ProjectCluster#project}
---
@@ -1470,7 +1470,7 @@ public java.lang.String getDomain();
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#domain ProjectCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#domain ProjectCluster#domain}
---
@@ -1484,7 +1484,7 @@ public java.lang.Object getEnabled();
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
---
@@ -1498,7 +1498,7 @@ public java.lang.String getEnvironmentScope();
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
---
@@ -1510,7 +1510,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#id ProjectCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#id ProjectCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1527,7 +1527,7 @@ public java.lang.String getKubernetesAuthorizationType();
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_authorization_type ProjectCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_authorization_type ProjectCluster#kubernetes_authorization_type}
---
@@ -1541,7 +1541,7 @@ public java.lang.String getKubernetesCaCert();
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_ca_cert ProjectCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_ca_cert ProjectCluster#kubernetes_ca_cert}
---
@@ -1555,7 +1555,7 @@ public java.lang.String getKubernetesNamespace();
The unique namespace related to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
---
@@ -1569,7 +1569,7 @@ public java.lang.Object getManaged();
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#managed ProjectCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#managed ProjectCluster#managed}
---
@@ -1583,7 +1583,7 @@ public java.lang.String getManagementProjectId();
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
---
diff --git a/docs/projectCluster.python.md b/docs/projectCluster.python.md
index 2847e2bde..99d3e8268 100644
--- a/docs/projectCluster.python.md
+++ b/docs/projectCluster.python.md
@@ -4,7 +4,7 @@
### ProjectCluster
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster gitlab_project_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster gitlab_project_cluster}.
#### Initializers
@@ -55,7 +55,7 @@ projectCluster.ProjectCluster(
| domain
| str
| The base domain of the cluster. |
| enabled
| typing.Union[bool, cdktf.IResolvable]
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| environment_scope
| str
| The associated environment to the cluster. Defaults to `*`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#id ProjectCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#id ProjectCluster#id}. |
| kubernetes_authorization_type
| str
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| kubernetes_ca_cert
| str
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| kubernetes_namespace
| str
| The unique namespace related to the project. |
@@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_api_url ProjectCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_api_url ProjectCluster#kubernetes_api_url}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The token to authenticate against Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#name ProjectCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#name ProjectCluster#name}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The id of the project to add the cluster to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#project ProjectCluster#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#project ProjectCluster#project}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#domain ProjectCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#domain ProjectCluster#domain}
---
@@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
---
@@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
---
@@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#id ProjectCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#id ProjectCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -211,7 +211,7 @@ If you experience problems setting this value it might not be settable. Please t
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_authorization_type ProjectCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_authorization_type ProjectCluster#kubernetes_authorization_type}
---
@@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_ca_cert ProjectCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_ca_cert ProjectCluster#kubernetes_ca_cert}
---
@@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The unique namespace related to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
---
@@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#managed ProjectCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#managed ProjectCluster#managed}
---
@@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
---
@@ -787,7 +787,7 @@ The construct id used in the generated config for the ProjectCluster to import.
The id of the existing ProjectCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1361,7 +1361,7 @@ projectCluster.ProjectClusterConfig(
| domain
| str
| The base domain of the cluster. |
| enabled
| typing.Union[bool, cdktf.IResolvable]
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| environment_scope
| str
| The associated environment to the cluster. Defaults to `*`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#id ProjectCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#id ProjectCluster#id}. |
| kubernetes_authorization_type
| str
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| kubernetes_ca_cert
| str
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| kubernetes_namespace
| str
| The unique namespace related to the project. |
@@ -1450,7 +1450,7 @@ kubernetes_api_url: str
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_api_url ProjectCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_api_url ProjectCluster#kubernetes_api_url}
---
@@ -1464,7 +1464,7 @@ kubernetes_token: str
The token to authenticate against Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
---
@@ -1478,7 +1478,7 @@ name: str
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#name ProjectCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#name ProjectCluster#name}
---
@@ -1492,7 +1492,7 @@ project: str
The id of the project to add the cluster to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#project ProjectCluster#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#project ProjectCluster#project}
---
@@ -1506,7 +1506,7 @@ domain: str
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#domain ProjectCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#domain ProjectCluster#domain}
---
@@ -1520,7 +1520,7 @@ enabled: typing.Union[bool, IResolvable]
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
---
@@ -1534,7 +1534,7 @@ environment_scope: str
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
---
@@ -1546,7 +1546,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#id ProjectCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#id ProjectCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1563,7 +1563,7 @@ kubernetes_authorization_type: str
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_authorization_type ProjectCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_authorization_type ProjectCluster#kubernetes_authorization_type}
---
@@ -1577,7 +1577,7 @@ kubernetes_ca_cert: str
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_ca_cert ProjectCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_ca_cert ProjectCluster#kubernetes_ca_cert}
---
@@ -1591,7 +1591,7 @@ kubernetes_namespace: str
The unique namespace related to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
---
@@ -1605,7 +1605,7 @@ managed: typing.Union[bool, IResolvable]
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#managed ProjectCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#managed ProjectCluster#managed}
---
@@ -1619,7 +1619,7 @@ management_project_id: str
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
---
diff --git a/docs/projectCluster.typescript.md b/docs/projectCluster.typescript.md
index 62c3b14c1..769be2a57 100644
--- a/docs/projectCluster.typescript.md
+++ b/docs/projectCluster.typescript.md
@@ -4,7 +4,7 @@
### ProjectCluster
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster gitlab_project_cluster}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster gitlab_project_cluster}.
#### Initializers
@@ -530,7 +530,7 @@ The construct id used in the generated config for the ProjectCluster to import.
The id of the existing ProjectCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1083,7 +1083,7 @@ const projectClusterConfig: projectCluster.ProjectClusterConfig = { ... }
| domain
| string
| The base domain of the cluster. |
| enabled
| boolean \| cdktf.IResolvable
| Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read. |
| environmentScope
| string
| The associated environment to the cluster. Defaults to `*`. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#id ProjectCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#id ProjectCluster#id}. |
| kubernetesAuthorizationType
| string
| The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`. |
| kubernetesCaCert
| string
| TLS certificate (needed if API is using a self-signed TLS certificate). |
| kubernetesNamespace
| string
| The unique namespace related to the project. |
@@ -1172,7 +1172,7 @@ public readonly kubernetesApiUrl: string;
The URL to access the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_api_url ProjectCluster#kubernetes_api_url}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_api_url ProjectCluster#kubernetes_api_url}
---
@@ -1186,7 +1186,7 @@ public readonly kubernetesToken: string;
The token to authenticate against Kubernetes.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_token ProjectCluster#kubernetes_token}
---
@@ -1200,7 +1200,7 @@ public readonly name: string;
The name of cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#name ProjectCluster#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#name ProjectCluster#name}
---
@@ -1214,7 +1214,7 @@ public readonly project: string;
The id of the project to add the cluster to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#project ProjectCluster#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#project ProjectCluster#project}
---
@@ -1228,7 +1228,7 @@ public readonly domain: string;
The base domain of the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#domain ProjectCluster#domain}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#domain ProjectCluster#domain}
---
@@ -1242,7 +1242,7 @@ public readonly enabled: boolean | IResolvable;
Determines if cluster is active or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#enabled ProjectCluster#enabled}
---
@@ -1256,7 +1256,7 @@ public readonly environmentScope: string;
The associated environment to the cluster. Defaults to `*`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#environment_scope ProjectCluster#environment_scope}
---
@@ -1268,7 +1268,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#id ProjectCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#id ProjectCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1285,7 +1285,7 @@ public readonly kubernetesAuthorizationType: string;
The cluster authorization type. Valid values are `rbac`, `abac`, `unknown_authorization`. Defaults to `rbac`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_authorization_type ProjectCluster#kubernetes_authorization_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_authorization_type ProjectCluster#kubernetes_authorization_type}
---
@@ -1299,7 +1299,7 @@ public readonly kubernetesCaCert: string;
TLS certificate (needed if API is using a self-signed TLS certificate).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_ca_cert ProjectCluster#kubernetes_ca_cert}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_ca_cert ProjectCluster#kubernetes_ca_cert}
---
@@ -1313,7 +1313,7 @@ public readonly kubernetesNamespace: string;
The unique namespace related to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#kubernetes_namespace ProjectCluster#kubernetes_namespace}
---
@@ -1327,7 +1327,7 @@ public readonly managed: boolean | IResolvable;
Determines if cluster is managed by gitlab or not. Defaults to `true`. This attribute cannot be read.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#managed ProjectCluster#managed}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#managed ProjectCluster#managed}
---
@@ -1341,7 +1341,7 @@ public readonly managementProjectId: string;
The ID of the management project for the cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_cluster#management_project_id ProjectCluster#management_project_id}
---
diff --git a/docs/projectComplianceFramework.csharp.md b/docs/projectComplianceFramework.csharp.md
index 260a8f0bc..ca917856c 100644
--- a/docs/projectComplianceFramework.csharp.md
+++ b/docs/projectComplianceFramework.csharp.md
@@ -4,7 +4,7 @@
### ProjectComplianceFramework
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the ProjectComplianceFramework
The id of the existing ProjectComplianceFramework that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#import import section} in the documentation of this resource for the id to use
---
@@ -833,7 +833,7 @@ public string ComplianceFrameworkId { get; set; }
Globally unique ID of the compliance framework to assign to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#compliance_framework_id ProjectComplianceFramework#compliance_framework_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#compliance_framework_id ProjectComplianceFramework#compliance_framework_id}
---
@@ -847,7 +847,7 @@ public string Project { get; set; }
The ID or full path of the project to change the compliance framework of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
---
diff --git a/docs/projectComplianceFramework.go.md b/docs/projectComplianceFramework.go.md
index 17da44897..85829ce87 100644
--- a/docs/projectComplianceFramework.go.md
+++ b/docs/projectComplianceFramework.go.md
@@ -4,7 +4,7 @@
### ProjectComplianceFramework
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the ProjectComplianceFramework
The id of the existing ProjectComplianceFramework that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#import import section} in the documentation of this resource for the id to use
---
@@ -833,7 +833,7 @@ ComplianceFrameworkId *string
Globally unique ID of the compliance framework to assign to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#compliance_framework_id ProjectComplianceFramework#compliance_framework_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#compliance_framework_id ProjectComplianceFramework#compliance_framework_id}
---
@@ -847,7 +847,7 @@ Project *string
The ID or full path of the project to change the compliance framework of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
---
diff --git a/docs/projectComplianceFramework.java.md b/docs/projectComplianceFramework.java.md
index 8d712c762..b7f8f14a9 100644
--- a/docs/projectComplianceFramework.java.md
+++ b/docs/projectComplianceFramework.java.md
@@ -4,7 +4,7 @@
### ProjectComplianceFramework
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
Globally unique ID of the compliance framework to assign to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#compliance_framework_id ProjectComplianceFramework#compliance_framework_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#compliance_framework_id ProjectComplianceFramework#compliance_framework_id}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or full path of the project to change the compliance framework of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
---
@@ -547,7 +547,7 @@ The construct id used in the generated config for the ProjectComplianceFramework
The id of the existing ProjectComplianceFramework that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#import import section} in the documentation of this resource for the id to use
---
@@ -917,7 +917,7 @@ public java.lang.String getComplianceFrameworkId();
Globally unique ID of the compliance framework to assign to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#compliance_framework_id ProjectComplianceFramework#compliance_framework_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#compliance_framework_id ProjectComplianceFramework#compliance_framework_id}
---
@@ -931,7 +931,7 @@ public java.lang.String getProject();
The ID or full path of the project to change the compliance framework of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
---
diff --git a/docs/projectComplianceFramework.python.md b/docs/projectComplianceFramework.python.md
index 8dff93b09..d87c6184f 100644
--- a/docs/projectComplianceFramework.python.md
+++ b/docs/projectComplianceFramework.python.md
@@ -4,7 +4,7 @@
### ProjectComplianceFramework
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
Globally unique ID of the compliance framework to assign to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#compliance_framework_id ProjectComplianceFramework#compliance_framework_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#compliance_framework_id ProjectComplianceFramework#compliance_framework_id}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
The ID or full path of the project to change the compliance framework of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
---
@@ -591,7 +591,7 @@ The construct id used in the generated config for the ProjectComplianceFramework
The id of the existing ProjectComplianceFramework that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#import import section} in the documentation of this resource for the id to use
---
@@ -957,7 +957,7 @@ compliance_framework_id: str
Globally unique ID of the compliance framework to assign to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#compliance_framework_id ProjectComplianceFramework#compliance_framework_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#compliance_framework_id ProjectComplianceFramework#compliance_framework_id}
---
@@ -971,7 +971,7 @@ project: str
The ID or full path of the project to change the compliance framework of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
---
diff --git a/docs/projectComplianceFramework.typescript.md b/docs/projectComplianceFramework.typescript.md
index 319c98dc3..1aa910908 100644
--- a/docs/projectComplianceFramework.typescript.md
+++ b/docs/projectComplianceFramework.typescript.md
@@ -4,7 +4,7 @@
### ProjectComplianceFramework
-Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}.
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework gitlab_project_compliance_framework}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the ProjectComplianceFramework
The id of the existing ProjectComplianceFramework that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#import import section} in the documentation of this resource for the id to use
---
@@ -823,7 +823,7 @@ public readonly complianceFrameworkId: string;
Globally unique ID of the compliance framework to assign to the project.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#compliance_framework_id ProjectComplianceFramework#compliance_framework_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#compliance_framework_id ProjectComplianceFramework#compliance_framework_id}
---
@@ -837,7 +837,7 @@ public readonly project: string;
The ID or full path of the project to change the compliance framework of.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.5.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_framework#project ProjectComplianceFramework#project}
---
diff --git a/docs/projectComplianceFrameworks.csharp.md b/docs/projectComplianceFrameworks.csharp.md
new file mode 100644
index 000000000..859d10d8b
--- /dev/null
+++ b/docs/projectComplianceFrameworks.csharp.md
@@ -0,0 +1,855 @@
+# `projectComplianceFrameworks` Submodule
+
+## Constructs
+
+### ProjectComplianceFrameworks
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks}.
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new ProjectComplianceFrameworks(Construct Scope, string Id, ProjectComplianceFrameworksConfig Config);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Scope
| Constructs.Construct
| The scope in which to define this construct. |
+| Id
| string
| The scoped construct ID. |
+| Config
| ProjectComplianceFrameworksConfig
| *No description.* |
+
+---
+
+##### `Scope`Required
+
+- *Type:* Constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `Id`Required
+
+- *Type:* string
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `Config`Required
+
+- *Type:* ProjectComplianceFrameworksConfig
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ToString
| Returns a string representation of this construct. |
+| AddOverride
| *No description.* |
+| OverrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| ResetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| ToHclTerraform
| *No description.* |
+| ToMetadata
| *No description.* |
+| ToTerraform
| Adds this resource to the terraform JSON output. |
+| AddMoveTarget
| Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| HasResourceMove
| *No description.* |
+| ImportFrom
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| MoveFromId
| Move the resource corresponding to "id" to this resource. |
+| MoveTo
| Moves this resource to the target resource given by moveTarget. |
+| MoveToId
| Moves this resource to the resource corresponding to "id". |
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Returns a string representation of this construct.
+
+##### `AddOverride`
+
+```csharp
+private void AddOverride(string Path, object Value)
+```
+
+###### `Path`Required
+
+- *Type:* string
+
+---
+
+###### `Value`Required
+
+- *Type:* object
+
+---
+
+##### `OverrideLogicalId`
+
+```csharp
+private void OverrideLogicalId(string NewLogicalId)
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `NewLogicalId`Required
+
+- *Type:* string
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `ResetOverrideLogicalId`
+
+```csharp
+private void ResetOverrideLogicalId()
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `ToHclTerraform`
+
+```csharp
+private object ToHclTerraform()
+```
+
+##### `ToMetadata`
+
+```csharp
+private object ToMetadata()
+```
+
+##### `ToTerraform`
+
+```csharp
+private object ToTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `AddMoveTarget`
+
+```csharp
+private void AddMoveTarget(string MoveTarget)
+```
+
+Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
+
+###### `MoveTarget`Required
+
+- *Type:* string
+
+The string move target that will correspond to this resource.
+
+---
+
+##### `GetAnyMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanAttribute`
+
+```csharp
+private IResolvable GetBooleanAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetListAttribute`
+
+```csharp
+private string[] GetListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberAttribute`
+
+```csharp
+private double GetNumberAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberListAttribute`
+
+```csharp
+private double[] GetNumberListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringAttribute`
+
+```csharp
+private string GetStringAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `HasResourceMove`
+
+```csharp
+private object HasResourceMove()
+```
+
+##### `ImportFrom`
+
+```csharp
+private void ImportFrom(string Id, TerraformProvider Provider = null)
+```
+
+###### `Id`Required
+
+- *Type:* string
+
+---
+
+###### `Provider`Optional
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+---
+
+##### `InterpolationForAttribute`
+
+```csharp
+private IResolvable InterpolationForAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `MoveFromId`
+
+```csharp
+private void MoveFromId(string Id)
+```
+
+Move the resource corresponding to "id" to this resource.
+
+Note that the resource being moved from must be marked as moved using it's instance function.
+
+###### `Id`Required
+
+- *Type:* string
+
+Full id of resource being moved from, e.g. "aws_s3_bucket.example".
+
+---
+
+##### `MoveTo`
+
+```csharp
+private void MoveTo(string MoveTarget, object Index = null)
+```
+
+Moves this resource to the target resource given by moveTarget.
+
+###### `MoveTarget`Required
+
+- *Type:* string
+
+The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
+
+---
+
+###### `Index`Optional
+
+- *Type:* object
+
+Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
+
+---
+
+##### `MoveToId`
+
+```csharp
+private void MoveToId(string Id)
+```
+
+Moves this resource to the resource corresponding to "id".
+
+###### `Id`Required
+
+- *Type:* string
+
+Full id of resource to move to, e.g. "aws_s3_bucket.example".
+
+---
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| IsConstruct
| Checks if `x` is a construct. |
+| IsTerraformElement
| *No description.* |
+| IsTerraformResource
| *No description.* |
+| GenerateConfigForImport
| Generates CDKTF code for importing a ProjectComplianceFrameworks resource upon running "cdktf plan ". |
+
+---
+
+##### `IsConstruct`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+ProjectComplianceFrameworks.IsConstruct(object X);
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `X`Required
+
+- *Type:* object
+
+Any object.
+
+---
+
+##### `IsTerraformElement`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+ProjectComplianceFrameworks.IsTerraformElement(object X);
+```
+
+###### `X`Required
+
+- *Type:* object
+
+---
+
+##### `IsTerraformResource`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+ProjectComplianceFrameworks.IsTerraformResource(object X);
+```
+
+###### `X`Required
+
+- *Type:* object
+
+---
+
+##### `GenerateConfigForImport`
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+ProjectComplianceFrameworks.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);
+```
+
+Generates CDKTF code for importing a ProjectComplianceFrameworks resource upon running "cdktf plan ".
+
+###### `Scope`Required
+
+- *Type:* Constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `ImportToId`Required
+
+- *Type:* string
+
+The construct id used in the generated config for the ProjectComplianceFrameworks to import.
+
+---
+
+###### `ImportFromId`Required
+
+- *Type:* string
+
+The id of the existing ProjectComplianceFrameworks that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `Provider`Optional
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+? Optional instance of the provider where the ProjectComplianceFrameworks to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Node
| Constructs.Node
| The tree node. |
+| CdktfStack
| HashiCorp.Cdktf.TerraformStack
| *No description.* |
+| Fqn
| string
| *No description.* |
+| FriendlyUniqueId
| string
| *No description.* |
+| TerraformMetaArguments
| System.Collections.Generic.IDictionary
| *No description.* |
+| TerraformResourceType
| string
| *No description.* |
+| TerraformGeneratorMetadata
| HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| Connection
| object
| *No description.* |
+| Count
| object
| *No description.* |
+| DependsOn
| string[]
| *No description.* |
+| ForEach
| HashiCorp.Cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
+| Provisioners
| object[]
| *No description.* |
+| Id
| string
| *No description.* |
+| ComplianceFrameworkIdsInput
| string[]
| *No description.* |
+| ProjectInput
| string
| *No description.* |
+| ComplianceFrameworkIds
| string[]
| *No description.* |
+| Project
| string
| *No description.* |
+
+---
+
+##### `Node`Required
+
+```csharp
+public Node Node { get; }
+```
+
+- *Type:* Constructs.Node
+
+The tree node.
+
+---
+
+##### `CdktfStack`Required
+
+```csharp
+public TerraformStack CdktfStack { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformStack
+
+---
+
+##### `Fqn`Required
+
+```csharp
+public string Fqn { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `FriendlyUniqueId`Required
+
+```csharp
+public string FriendlyUniqueId { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `TerraformMetaArguments`Required
+
+```csharp
+public System.Collections.Generic.IDictionary TerraformMetaArguments { get; }
+```
+
+- *Type:* System.Collections.Generic.IDictionary
+
+---
+
+##### `TerraformResourceType`Required
+
+```csharp
+public string TerraformResourceType { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `TerraformGeneratorMetadata`Optional
+
+```csharp
+public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `Connection`Optional
+
+```csharp
+public object Connection { get; }
+```
+
+- *Type:* object
+
+---
+
+##### `Count`Optional
+
+```csharp
+public object Count { get; }
+```
+
+- *Type:* object
+
+---
+
+##### `DependsOn`Optional
+
+```csharp
+public string[] DependsOn { get; }
+```
+
+- *Type:* string[]
+
+---
+
+##### `ForEach`Optional
+
+```csharp
+public ITerraformIterator ForEach { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```csharp
+public TerraformResourceLifecycle Lifecycle { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```csharp
+public TerraformProvider Provider { get; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+---
+
+##### `Provisioners`Optional
+
+```csharp
+public object[] Provisioners { get; }
+```
+
+- *Type:* object[]
+
+---
+
+##### `Id`Required
+
+```csharp
+public string Id { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `ComplianceFrameworkIdsInput`Optional
+
+```csharp
+public string[] ComplianceFrameworkIdsInput { get; }
+```
+
+- *Type:* string[]
+
+---
+
+##### `ProjectInput`Optional
+
+```csharp
+public string ProjectInput { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `ComplianceFrameworkIds`Required
+
+```csharp
+public string[] ComplianceFrameworkIds { get; }
+```
+
+- *Type:* string[]
+
+---
+
+##### `Project`Required
+
+```csharp
+public string Project { get; }
+```
+
+- *Type:* string
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TfResourceType
| string
| *No description.* |
+
+---
+
+##### `TfResourceType`Required
+
+```csharp
+public string TfResourceType { get; }
+```
+
+- *Type:* string
+
+---
+
+## Structs
+
+### ProjectComplianceFrameworksConfig
+
+#### Initializer
+
+```csharp
+using HashiCorp.Cdktf.Providers.Gitlab;
+
+new ProjectComplianceFrameworksConfig {
+ object Connection = null,
+ object Count = null,
+ ITerraformDependable[] DependsOn = null,
+ ITerraformIterator ForEach = null,
+ TerraformResourceLifecycle Lifecycle = null,
+ TerraformProvider Provider = null,
+ object[] Provisioners = null,
+ string[] ComplianceFrameworkIds,
+ string Project
+};
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Connection
| object
| *No description.* |
+| Count
| object
| *No description.* |
+| DependsOn
| HashiCorp.Cdktf.ITerraformDependable[]
| *No description.* |
+| ForEach
| HashiCorp.Cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
+| Provisioners
| object[]
| *No description.* |
+| ComplianceFrameworkIds
| string[]
| Globally unique IDs of the compliance frameworks to assign to the project. |
+| Project
| string
| The ID or full path of the project to change the compliance frameworks of. |
+
+---
+
+##### `Connection`Optional
+
+```csharp
+public object Connection { get; set; }
+```
+
+- *Type:* object
+
+---
+
+##### `Count`Optional
+
+```csharp
+public object Count { get; set; }
+```
+
+- *Type:* object
+
+---
+
+##### `DependsOn`Optional
+
+```csharp
+public ITerraformDependable[] DependsOn { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.ITerraformDependable[]
+
+---
+
+##### `ForEach`Optional
+
+```csharp
+public ITerraformIterator ForEach { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```csharp
+public TerraformResourceLifecycle Lifecycle { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```csharp
+public TerraformProvider Provider { get; set; }
+```
+
+- *Type:* HashiCorp.Cdktf.TerraformProvider
+
+---
+
+##### `Provisioners`Optional
+
+```csharp
+public object[] Provisioners { get; set; }
+```
+
+- *Type:* object[]
+
+---
+
+##### `ComplianceFrameworkIds`Required
+
+```csharp
+public string[] ComplianceFrameworkIds { get; set; }
+```
+
+- *Type:* string[]
+
+Globally unique IDs of the compliance frameworks to assign to the project.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks#compliance_framework_ids ProjectComplianceFrameworks#compliance_framework_ids}
+
+---
+
+##### `Project`Required
+
+```csharp
+public string Project { get; set; }
+```
+
+- *Type:* string
+
+The ID or full path of the project to change the compliance frameworks of.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks#project ProjectComplianceFrameworks#project}
+
+---
+
+
+
diff --git a/docs/projectComplianceFrameworks.go.md b/docs/projectComplianceFrameworks.go.md
new file mode 100644
index 000000000..aea2b582f
--- /dev/null
+++ b/docs/projectComplianceFrameworks.go.md
@@ -0,0 +1,855 @@
+# `projectComplianceFrameworks` Submodule
+
+## Constructs
+
+### ProjectComplianceFrameworks
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks}.
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projectcomplianceframeworks"
+
+projectcomplianceframeworks.NewProjectComplianceFrameworks(scope Construct, id *string, config ProjectComplianceFrameworksConfig) ProjectComplianceFrameworks
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| github.com/aws/constructs-go/constructs/v10.Construct
| The scope in which to define this construct. |
+| id
| *string
| The scoped construct ID. |
+| config
| ProjectComplianceFrameworksConfig
| *No description.* |
+
+---
+
+##### `scope`Required
+
+- *Type:* github.com/aws/constructs-go/constructs/v10.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* *string
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `config`Required
+
+- *Type:* ProjectComplianceFrameworksConfig
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ToString
| Returns a string representation of this construct. |
+| AddOverride
| *No description.* |
+| OverrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| ResetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| ToHclTerraform
| *No description.* |
+| ToMetadata
| *No description.* |
+| ToTerraform
| Adds this resource to the terraform JSON output. |
+| AddMoveTarget
| Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| HasResourceMove
| *No description.* |
+| ImportFrom
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| MoveFromId
| Move the resource corresponding to "id" to this resource. |
+| MoveTo
| Moves this resource to the target resource given by moveTarget. |
+| MoveToId
| Moves this resource to the resource corresponding to "id". |
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Returns a string representation of this construct.
+
+##### `AddOverride`
+
+```go
+func AddOverride(path *string, value interface{})
+```
+
+###### `path`Required
+
+- *Type:* *string
+
+---
+
+###### `value`Required
+
+- *Type:* interface{}
+
+---
+
+##### `OverrideLogicalId`
+
+```go
+func OverrideLogicalId(newLogicalId *string)
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `newLogicalId`Required
+
+- *Type:* *string
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `ResetOverrideLogicalId`
+
+```go
+func ResetOverrideLogicalId()
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `ToHclTerraform`
+
+```go
+func ToHclTerraform() interface{}
+```
+
+##### `ToMetadata`
+
+```go
+func ToMetadata() interface{}
+```
+
+##### `ToTerraform`
+
+```go
+func ToTerraform() interface{}
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `AddMoveTarget`
+
+```go
+func AddMoveTarget(moveTarget *string)
+```
+
+Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
+
+###### `moveTarget`Required
+
+- *Type:* *string
+
+The string move target that will correspond to this resource.
+
+---
+
+##### `GetAnyMapAttribute`
+
+```go
+func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanAttribute`
+
+```go
+func GetBooleanAttribute(terraformAttribute *string) IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```go
+func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetListAttribute`
+
+```go
+func GetListAttribute(terraformAttribute *string) *[]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberAttribute`
+
+```go
+func GetNumberAttribute(terraformAttribute *string) *f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberListAttribute`
+
+```go
+func GetNumberListAttribute(terraformAttribute *string) *[]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```go
+func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringAttribute`
+
+```go
+func GetStringAttribute(terraformAttribute *string) *string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringMapAttribute`
+
+```go
+func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `HasResourceMove`
+
+```go
+func HasResourceMove() interface{}
+```
+
+##### `ImportFrom`
+
+```go
+func ImportFrom(id *string, provider TerraformProvider)
+```
+
+###### `id`Required
+
+- *Type:* *string
+
+---
+
+###### `provider`Optional
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+---
+
+##### `InterpolationForAttribute`
+
+```go
+func InterpolationForAttribute(terraformAttribute *string) IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `MoveFromId`
+
+```go
+func MoveFromId(id *string)
+```
+
+Move the resource corresponding to "id" to this resource.
+
+Note that the resource being moved from must be marked as moved using it's instance function.
+
+###### `id`Required
+
+- *Type:* *string
+
+Full id of resource being moved from, e.g. "aws_s3_bucket.example".
+
+---
+
+##### `MoveTo`
+
+```go
+func MoveTo(moveTarget *string, index interface{})
+```
+
+Moves this resource to the target resource given by moveTarget.
+
+###### `moveTarget`Required
+
+- *Type:* *string
+
+The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
+
+---
+
+###### `index`Optional
+
+- *Type:* interface{}
+
+Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
+
+---
+
+##### `MoveToId`
+
+```go
+func MoveToId(id *string)
+```
+
+Moves this resource to the resource corresponding to "id".
+
+###### `id`Required
+
+- *Type:* *string
+
+Full id of resource to move to, e.g. "aws_s3_bucket.example".
+
+---
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| IsConstruct
| Checks if `x` is a construct. |
+| IsTerraformElement
| *No description.* |
+| IsTerraformResource
| *No description.* |
+| GenerateConfigForImport
| Generates CDKTF code for importing a ProjectComplianceFrameworks resource upon running "cdktf plan ". |
+
+---
+
+##### `IsConstruct`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projectcomplianceframeworks"
+
+projectcomplianceframeworks.ProjectComplianceFrameworks_IsConstruct(x interface{}) *bool
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* interface{}
+
+Any object.
+
+---
+
+##### `IsTerraformElement`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projectcomplianceframeworks"
+
+projectcomplianceframeworks.ProjectComplianceFrameworks_IsTerraformElement(x interface{}) *bool
+```
+
+###### `x`Required
+
+- *Type:* interface{}
+
+---
+
+##### `IsTerraformResource`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projectcomplianceframeworks"
+
+projectcomplianceframeworks.ProjectComplianceFrameworks_IsTerraformResource(x interface{}) *bool
+```
+
+###### `x`Required
+
+- *Type:* interface{}
+
+---
+
+##### `GenerateConfigForImport`
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projectcomplianceframeworks"
+
+projectcomplianceframeworks.ProjectComplianceFrameworks_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
+```
+
+Generates CDKTF code for importing a ProjectComplianceFrameworks resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* github.com/aws/constructs-go/constructs/v10.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `importToId`Required
+
+- *Type:* *string
+
+The construct id used in the generated config for the ProjectComplianceFrameworks to import.
+
+---
+
+###### `importFromId`Required
+
+- *Type:* *string
+
+The id of the existing ProjectComplianceFrameworks that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+? Optional instance of the provider where the ProjectComplianceFrameworks to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Node
| github.com/aws/constructs-go/constructs/v10.Node
| The tree node. |
+| CdktfStack
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack
| *No description.* |
+| Fqn
| *string
| *No description.* |
+| FriendlyUniqueId
| *string
| *No description.* |
+| TerraformMetaArguments
| *map[string]interface{}
| *No description.* |
+| TerraformResourceType
| *string
| *No description.* |
+| TerraformGeneratorMetadata
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| Connection
| interface{}
| *No description.* |
+| Count
| interface{}
| *No description.* |
+| DependsOn
| *[]*string
| *No description.* |
+| ForEach
| github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
+| Provisioners
| *[]interface{}
| *No description.* |
+| Id
| *string
| *No description.* |
+| ComplianceFrameworkIdsInput
| *[]*string
| *No description.* |
+| ProjectInput
| *string
| *No description.* |
+| ComplianceFrameworkIds
| *[]*string
| *No description.* |
+| Project
| *string
| *No description.* |
+
+---
+
+##### `Node`Required
+
+```go
+func Node() Node
+```
+
+- *Type:* github.com/aws/constructs-go/constructs/v10.Node
+
+The tree node.
+
+---
+
+##### `CdktfStack`Required
+
+```go
+func CdktfStack() TerraformStack
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack
+
+---
+
+##### `Fqn`Required
+
+```go
+func Fqn() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `FriendlyUniqueId`Required
+
+```go
+func FriendlyUniqueId() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `TerraformMetaArguments`Required
+
+```go
+func TerraformMetaArguments() *map[string]interface{}
+```
+
+- *Type:* *map[string]interface{}
+
+---
+
+##### `TerraformResourceType`Required
+
+```go
+func TerraformResourceType() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `TerraformGeneratorMetadata`Optional
+
+```go
+func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `Connection`Optional
+
+```go
+func Connection() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `Count`Optional
+
+```go
+func Count() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `DependsOn`Optional
+
+```go
+func DependsOn() *[]*string
+```
+
+- *Type:* *[]*string
+
+---
+
+##### `ForEach`Optional
+
+```go
+func ForEach() ITerraformIterator
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```go
+func Lifecycle() TerraformResourceLifecycle
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```go
+func Provider() TerraformProvider
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+---
+
+##### `Provisioners`Optional
+
+```go
+func Provisioners() *[]interface{}
+```
+
+- *Type:* *[]interface{}
+
+---
+
+##### `Id`Required
+
+```go
+func Id() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `ComplianceFrameworkIdsInput`Optional
+
+```go
+func ComplianceFrameworkIdsInput() *[]*string
+```
+
+- *Type:* *[]*string
+
+---
+
+##### `ProjectInput`Optional
+
+```go
+func ProjectInput() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `ComplianceFrameworkIds`Required
+
+```go
+func ComplianceFrameworkIds() *[]*string
+```
+
+- *Type:* *[]*string
+
+---
+
+##### `Project`Required
+
+```go
+func Project() *string
+```
+
+- *Type:* *string
+
+---
+
+#### Constants
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TfResourceType
| *string
| *No description.* |
+
+---
+
+##### `TfResourceType`Required
+
+```go
+func TfResourceType() *string
+```
+
+- *Type:* *string
+
+---
+
+## Structs
+
+### ProjectComplianceFrameworksConfig
+
+#### Initializer
+
+```go
+import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v13/projectcomplianceframeworks"
+
+&projectcomplianceframeworks.ProjectComplianceFrameworksConfig {
+ Connection: interface{},
+ Count: interface{},
+ DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable,
+ ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator,
+ Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
+ Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
+ Provisioners: *[]interface{},
+ ComplianceFrameworkIds: *[]*string,
+ Project: *string,
+}
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Connection
| interface{}
| *No description.* |
+| Count
| interface{}
| *No description.* |
+| DependsOn
| *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable
| *No description.* |
+| ForEach
| github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
| *No description.* |
+| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
+| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
+| Provisioners
| *[]interface{}
| *No description.* |
+| ComplianceFrameworkIds
| *[]*string
| Globally unique IDs of the compliance frameworks to assign to the project. |
+| Project
| *string
| The ID or full path of the project to change the compliance frameworks of. |
+
+---
+
+##### `Connection`Optional
+
+```go
+Connection interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `Count`Optional
+
+```go
+Count interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+##### `DependsOn`Optional
+
+```go
+DependsOn *[]ITerraformDependable
+```
+
+- *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable
+
+---
+
+##### `ForEach`Optional
+
+```go
+ForEach ITerraformIterator
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
+
+---
+
+##### `Lifecycle`Optional
+
+```go
+Lifecycle TerraformResourceLifecycle
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
+
+---
+
+##### `Provider`Optional
+
+```go
+Provider TerraformProvider
+```
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
+
+---
+
+##### `Provisioners`Optional
+
+```go
+Provisioners *[]interface{}
+```
+
+- *Type:* *[]interface{}
+
+---
+
+##### `ComplianceFrameworkIds`Required
+
+```go
+ComplianceFrameworkIds *[]*string
+```
+
+- *Type:* *[]*string
+
+Globally unique IDs of the compliance frameworks to assign to the project.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks#compliance_framework_ids ProjectComplianceFrameworks#compliance_framework_ids}
+
+---
+
+##### `Project`Required
+
+```go
+Project *string
+```
+
+- *Type:* *string
+
+The ID or full path of the project to change the compliance frameworks of.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks#project ProjectComplianceFrameworks#project}
+
+---
+
+
+
diff --git a/docs/projectComplianceFrameworks.java.md b/docs/projectComplianceFrameworks.java.md
new file mode 100644
index 000000000..141dd34db
--- /dev/null
+++ b/docs/projectComplianceFrameworks.java.md
@@ -0,0 +1,939 @@
+# `projectComplianceFrameworks` Submodule
+
+## Constructs
+
+### ProjectComplianceFrameworks
+
+Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks gitlab_project_compliance_frameworks}.
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.project_compliance_frameworks.ProjectComplianceFrameworks;
+
+ProjectComplianceFrameworks.Builder.create(Construct scope, java.lang.String id)
+// .connection(SSHProvisionerConnection)
+// .connection(WinrmProvisionerConnection)
+// .count(java.lang.Number)
+// .count(TerraformCount)
+// .dependsOn(java.util.List)
+// .forEach(ITerraformIterator)
+// .lifecycle(TerraformResourceLifecycle)
+// .provider(TerraformProvider)
+// .provisioners(java.util.List)
+ .complianceFrameworkIds(java.util.List)
+ .project(java.lang.String)
+ .build();
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| scope
| software.constructs.Construct
| The scope in which to define this construct. |
+| id
| java.lang.String
| The scoped construct ID. |
+| connection
| com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| java.lang.Number OR com.hashicorp.cdktf.TerraformCount
| *No description.* |
+| dependsOn
| java.util.List
| *No description.* |
+| forEach
| com.hashicorp.cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
+| provisioners
| java.util.List
| *No description.* |
+| complianceFrameworkIds
| java.util.List
| Globally unique IDs of the compliance frameworks to assign to the project. |
+| project
| java.lang.String
| The ID or full path of the project to change the compliance frameworks of. |
+
+---
+
+##### `scope`Required
+
+- *Type:* software.constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+##### `id`Required
+
+- *Type:* java.lang.String
+
+The scoped construct ID.
+
+Must be unique amongst siblings in the same scope
+
+---
+
+##### `connection`Optional
+
+- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+- *Type:* java.util.List
+
+---
+
+##### `forEach`Optional
+
+- *Type:* com.hashicorp.cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+- *Type:* java.util.List
+
+---
+
+##### `complianceFrameworkIds`Required
+
+- *Type:* java.util.List
+
+Globally unique IDs of the compliance frameworks to assign to the project.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks#compliance_framework_ids ProjectComplianceFrameworks#compliance_framework_ids}
+
+---
+
+##### `project`Required
+
+- *Type:* java.lang.String
+
+The ID or full path of the project to change the compliance frameworks of.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks#project ProjectComplianceFrameworks#project}
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| toString
| Returns a string representation of this construct. |
+| addOverride
| *No description.* |
+| overrideLogicalId
| Overrides the auto-generated logical ID with a specific ID. |
+| resetOverrideLogicalId
| Resets a previously passed logical Id to use the auto-generated logical id again. |
+| toHclTerraform
| *No description.* |
+| toMetadata
| *No description.* |
+| toTerraform
| Adds this resource to the terraform JSON output. |
+| addMoveTarget
| Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| hasResourceMove
| *No description.* |
+| importFrom
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| moveFromId
| Move the resource corresponding to "id" to this resource. |
+| moveTo
| Moves this resource to the target resource given by moveTarget. |
+| moveToId
| Moves this resource to the resource corresponding to "id". |
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Returns a string representation of this construct.
+
+##### `addOverride`
+
+```java
+public void addOverride(java.lang.String path, java.lang.Object value)
+```
+
+###### `path`Required
+
+- *Type:* java.lang.String
+
+---
+
+###### `value`Required
+
+- *Type:* java.lang.Object
+
+---
+
+##### `overrideLogicalId`
+
+```java
+public void overrideLogicalId(java.lang.String newLogicalId)
+```
+
+Overrides the auto-generated logical ID with a specific ID.
+
+###### `newLogicalId`Required
+
+- *Type:* java.lang.String
+
+The new logical ID to use for this stack element.
+
+---
+
+##### `resetOverrideLogicalId`
+
+```java
+public void resetOverrideLogicalId()
+```
+
+Resets a previously passed logical Id to use the auto-generated logical id again.
+
+##### `toHclTerraform`
+
+```java
+public java.lang.Object toHclTerraform()
+```
+
+##### `toMetadata`
+
+```java
+public java.lang.Object toMetadata()
+```
+
+##### `toTerraform`
+
+```java
+public java.lang.Object toTerraform()
+```
+
+Adds this resource to the terraform JSON output.
+
+##### `addMoveTarget`
+
+```java
+public void addMoveTarget(java.lang.String moveTarget)
+```
+
+Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
+
+###### `moveTarget`Required
+
+- *Type:* java.lang.String
+
+The string move target that will correspond to this resource.
+
+---
+
+##### `getAnyMapAttribute`
+
+```java
+public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanAttribute`
+
+```java
+public IResolvable getBooleanAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanMapAttribute`
+
+```java
+public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getListAttribute`
+
+```java
+public java.util.List getListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberAttribute`
+
+```java
+public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberListAttribute`
+
+```java
+public java.util.List getNumberListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberMapAttribute`
+
+```java
+public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringAttribute`
+
+```java
+public java.lang.String getStringAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringMapAttribute`
+
+```java
+public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `hasResourceMove`
+
+```java
+public TerraformResourceMoveByTarget OR TerraformResourceMoveById hasResourceMove()
+```
+
+##### `importFrom`
+
+```java
+public void importFrom(java.lang.String id)
+public void importFrom(java.lang.String id, TerraformProvider provider)
+```
+
+###### `id`Required
+
+- *Type:* java.lang.String
+
+---
+
+###### `provider`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `interpolationForAttribute`
+
+```java
+public IResolvable interpolationForAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `moveFromId`
+
+```java
+public void moveFromId(java.lang.String id)
+```
+
+Move the resource corresponding to "id" to this resource.
+
+Note that the resource being moved from must be marked as moved using it's instance function.
+
+###### `id`Required
+
+- *Type:* java.lang.String
+
+Full id of resource being moved from, e.g. "aws_s3_bucket.example".
+
+---
+
+##### `moveTo`
+
+```java
+public void moveTo(java.lang.String moveTarget)
+public void moveTo(java.lang.String moveTarget, java.lang.String OR java.lang.Number index)
+```
+
+Moves this resource to the target resource given by moveTarget.
+
+###### `moveTarget`Required
+
+- *Type:* java.lang.String
+
+The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
+
+---
+
+###### `index`Optional
+
+- *Type:* java.lang.String OR java.lang.Number
+
+Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
+
+---
+
+##### `moveToId`
+
+```java
+public void moveToId(java.lang.String id)
+```
+
+Moves this resource to the resource corresponding to "id".
+
+###### `id`Required
+
+- *Type:* java.lang.String
+
+Full id of resource to move to, e.g. "aws_s3_bucket.example".
+
+---
+
+#### Static Functions
+
+| **Name** | **Description** |
+| --- | --- |
+| isConstruct
| Checks if `x` is a construct. |
+| isTerraformElement
| *No description.* |
+| isTerraformResource
| *No description.* |
+| generateConfigForImport
| Generates CDKTF code for importing a ProjectComplianceFrameworks resource upon running "cdktf plan ". |
+
+---
+
+##### `isConstruct`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.project_compliance_frameworks.ProjectComplianceFrameworks;
+
+ProjectComplianceFrameworks.isConstruct(java.lang.Object x)
+```
+
+Checks if `x` is a construct.
+
+Use this method instead of `instanceof` to properly detect `Construct`
+instances, even when the construct library is symlinked.
+
+Explanation: in JavaScript, multiple copies of the `constructs` library on
+disk are seen as independent, completely different libraries. As a
+consequence, the class `Construct` in each copy of the `constructs` library
+is seen as a different class, and an instance of one class will not test as
+`instanceof` the other class. `npm install` will not create installations
+like this, but users may manually symlink construct libraries together or
+use a monorepo tool: in those cases, multiple copies of the `constructs`
+library can be accidentally installed, and `instanceof` will behave
+unpredictably. It is safest to avoid using `instanceof`, and using
+this type-testing method instead.
+
+###### `x`Required
+
+- *Type:* java.lang.Object
+
+Any object.
+
+---
+
+##### `isTerraformElement`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.project_compliance_frameworks.ProjectComplianceFrameworks;
+
+ProjectComplianceFrameworks.isTerraformElement(java.lang.Object x)
+```
+
+###### `x`Required
+
+- *Type:* java.lang.Object
+
+---
+
+##### `isTerraformResource`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.project_compliance_frameworks.ProjectComplianceFrameworks;
+
+ProjectComplianceFrameworks.isTerraformResource(java.lang.Object x)
+```
+
+###### `x`Required
+
+- *Type:* java.lang.Object
+
+---
+
+##### `generateConfigForImport`
+
+```java
+import com.hashicorp.cdktf.providers.gitlab.project_compliance_frameworks.ProjectComplianceFrameworks;
+
+ProjectComplianceFrameworks.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),ProjectComplianceFrameworks.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider)
+```
+
+Generates CDKTF code for importing a ProjectComplianceFrameworks resource upon running "cdktf plan ".
+
+###### `scope`Required
+
+- *Type:* software.constructs.Construct
+
+The scope in which to define this construct.
+
+---
+
+###### `importToId`Required
+
+- *Type:* java.lang.String
+
+The construct id used in the generated config for the ProjectComplianceFrameworks to import.
+
+---
+
+###### `importFromId`Required
+
+- *Type:* java.lang.String
+
+The id of the existing ProjectComplianceFrameworks that should be imported.
+
+Refer to the {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/resources/project_compliance_frameworks#import import section} in the documentation of this resource for the id to use
+
+---
+
+###### `provider`Optional
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+? Optional instance of the provider where the ProjectComplianceFrameworks to import is found.
+
+---
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| node
| software.constructs.Node
| The tree node. |
+| cdktfStack
| com.hashicorp.cdktf.TerraformStack
| *No description.* |
+| fqn
| java.lang.String
| *No description.* |
+| friendlyUniqueId
| java.lang.String
| *No description.* |
+| terraformMetaArguments
| java.util.Map
| *No description.* |
+| terraformResourceType
| java.lang.String
| *No description.* |
+| terraformGeneratorMetadata
| com.hashicorp.cdktf.TerraformProviderGeneratorMetadata
| *No description.* |
+| connection
| com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
| *No description.* |
+| count
| java.lang.Number OR com.hashicorp.cdktf.TerraformCount
| *No description.* |
+| dependsOn
| java.util.List
| *No description.* |
+| forEach
| com.hashicorp.cdktf.ITerraformIterator
| *No description.* |
+| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
+| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
+| provisioners
| java.util.List
| *No description.* |
+| id
| java.lang.String
| *No description.* |
+| complianceFrameworkIdsInput
| java.util.List
| *No description.* |
+| projectInput
| java.lang.String
| *No description.* |
+| complianceFrameworkIds
| java.util.List
| *No description.* |
+| project
| java.lang.String
| *No description.* |
+
+---
+
+##### `node`Required
+
+```java
+public Node getNode();
+```
+
+- *Type:* software.constructs.Node
+
+The tree node.
+
+---
+
+##### `cdktfStack`Required
+
+```java
+public TerraformStack getCdktfStack();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformStack
+
+---
+
+##### `fqn`Required
+
+```java
+public java.lang.String getFqn();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `friendlyUniqueId`Required
+
+```java
+public java.lang.String getFriendlyUniqueId();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `terraformMetaArguments`Required
+
+```java
+public java.util.Map getTerraformMetaArguments();
+```
+
+- *Type:* java.util.Map
+
+---
+
+##### `terraformResourceType`Required
+
+```java
+public java.lang.String getTerraformResourceType();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `terraformGeneratorMetadata`Optional
+
+```java
+public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformProviderGeneratorMetadata
+
+---
+
+##### `connection`Optional
+
+```java
+public java.lang.Object getConnection();
+```
+
+- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
+
+---
+
+##### `count`Optional
+
+```java
+public java.lang.Object getCount();
+```
+
+- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount
+
+---
+
+##### `dependsOn`Optional
+
+```java
+public java.util.List getDependsOn();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `forEach`Optional
+
+```java
+public ITerraformIterator getForEach();
+```
+
+- *Type:* com.hashicorp.cdktf.ITerraformIterator
+
+---
+
+##### `lifecycle`Optional
+
+```java
+public TerraformResourceLifecycle getLifecycle();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle
+
+---
+
+##### `provider`Optional
+
+```java
+public TerraformProvider getProvider();
+```
+
+- *Type:* com.hashicorp.cdktf.TerraformProvider
+
+---
+
+##### `provisioners`Optional
+
+```java
+public java.lang.Object getProvisioners();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `id`Required
+
+```java
+public java.lang.String getId();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `complianceFrameworkIdsInput`Optional
+
+```java
+public java.util.List getComplianceFrameworkIdsInput();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `projectInput`Optional
+
+```java
+public java.lang.String getProjectInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `complianceFrameworkIds`Required
+
+```java
+public java.util.List getComplianceFrameworkIds();
+```
+
+- *Type:* java.util.List
+
+---
+
+##### `project`